diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm
index 1e37c2b02a..e848d25c3d 100755
--- a/code/game/area/Space Station 13 areas.dm
+++ b/code/game/area/Space Station 13 areas.dm
@@ -2683,13 +2683,3 @@ var/list/the_station_areas = list (
name = "\improper Junker"
icon_state = "shuttlered"
requires_power = 1
-
-// CHOMPAdd Start new Map
-/area/SouthernCrossV2/Maints
- name = "\improper Evac"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Evac
- name = "\improper Evac"
- icon_state = "shuttle2"
-// CHOMPAdd End new Map
diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm
index 5cab053545..5a9fd3db63 100644
--- a/code/modules/asset_cache/asset_list_items.dm
+++ b/code/modules/asset_cache/asset_list_items.dm
@@ -484,5 +484,15 @@
"southern_cross_nanomap_z9.png" = 'icons/_nanomaps/southern_cross_nanomap_z9.png',
"southern_cross_nanomap_z10.png" = 'icons/_nanomaps/southern_cross_nanomap_z10.png',
"southern_cross_nanomap_z11.png" = 'icons/_nanomaps/southern_cross_nanomap_z11.png',
+
+ /*"soluna_nexus_nanomap_z1.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z1.png',
+ "soluna_nexus_nanomap_z2.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z2.png',
+ "soluna_nexus_nanomap_z3.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z3.png',
+ "soluna_nexus_nanomap_z4.png" = 'icons/_nanomaps/southern_cross_nanomap_z5.png',
+ "soluna_nexus_nanomap_z5.png" = 'icons/_nanomaps/southern_cross_nanomap_z6.png',
+ "soluna_nexus_nanomap_z6.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z6.png',
+ "soluna_nexus_nanomap_z7.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z7.png',
+ "soluna_nexus_nanomap_z8.png" = 'icons/_nanomaps/soluna_nexus_nanomap_z8.png',
+ "soluna_nexus_nanomap_z9.png" = 'icons/_nanomaps/southern_cross_nanomap_z10.png',*/ // DISABLE until first render is done
// CHOMP Edit End
)
diff --git a/code/unit_tests/map_tests.dm b/code/unit_tests/map_tests.dm
index beca04f0b8..a68865dda2 100644
--- a/code/unit_tests/map_tests.dm
+++ b/code/unit_tests/map_tests.dm
@@ -26,10 +26,6 @@
/area/vacant/vacant_shop,
/area/rnd/research_storage, // This should probably be fixed,
/area/security/riot_control, // This should probably be fixed,
- // CHOMPAdd Start for new MAP!
- /area/SouthernCrossV2/Maints,
- /area/SouthernCrossV2/Evac
- //CHOMPADD End
)
var/list/exempt_from_apc = typesof(/area/construction,
diff --git a/maps/southern_sun/datums/supplypacks/munitions.dm b/maps/southern_sun/datums/supplypacks/munitions.dm
deleted file mode 100644
index 1912e16c9a..0000000000
--- a/maps/southern_sun/datums/supplypacks/munitions.dm
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
-* Here is where any supply packs
-* related to sc weapons live.
-*/
-
-/datum/supply_pack/munitions/bolt_rifles_explorer
- name = "Weapons - Surplus Hunting Rifles"
- contains = list(
- /obj/item/gun/projectile/shotgun/pump/rifle = 2,
- /obj/item/ammo_magazine/clip/c762/hunter = 6
- )
- cost = 50
- containertype = /obj/structure/closet/crate/secure/hedberg
- containername = "Hunting Rifle crate"
- access = access_explorer //CHOMP keep explo
-
-/datum/supply_pack/munitions/phase_carbines_explorer
- name = "Weapons - Surplus Phase Carbines"
- contains = list(
- /obj/item/gun/energy/locked/phasegun = 2,
- )
- cost = 25
- containertype = /obj/structure/closet/crate/secure/ward
- containername = "Phase Carbine crate"
- access = access_explorer //CHOMP keep explo
-
-/datum/supply_pack/munitions/phase_rifles_explorer
- name = "Weapons - Phase Rifles"
- contains = list(
- /obj/item/gun/energy/locked/phasegun/rifle = 2,
- )
- cost = 50
- containertype = /obj/structure/closet/crate/secure/ward
- containername = "Phase Rifle crate"
- access = access_explorer //CHOMP keep explo
diff --git a/maps/southern_sun/events/wildlife_encounter.dm b/maps/southern_sun/events/wildlife_encounter.dm
deleted file mode 100644
index 204bb43232..0000000000
--- a/maps/southern_sun/events/wildlife_encounter.dm
+++ /dev/null
@@ -1,105 +0,0 @@
-// This event sends random sif mobs at someone in the wilderness, unannounced.
-
-/datum/event2/meta/wildlife_encounter
- name = "random encounter"
- departments = list(DEPARTMENT_EVERYONE)
- chaos = 10
- event_type = /datum/event2/event/wildlife_encounter
-
-/datum/event2/meta/wildlife_encounter/get_weight()
- var/explorers = metric.count_people_with_job(/datum/job/explorer) + metric.count_people_with_job(/datum/job/sar)
-
- if(!explorers)
- return 0
- return 20 + explorers * 50
-
-/datum/event2/event/wildlife_encounter
- var/mob/living/victim = null
- var/list/potential_victims = list()
-
-/datum/event2/event/wildlife_encounter/set_up()
- for(var/mob/living/L in player_list)
- //if(!(L.z in get_location_z_levels()))
- // log_debug("Not on the right z-level")
- // continue // Not on the right z-level.
- if(L.stat)
- continue // Don't want dead people.
- var/turf/T = get_turf(L)
- var/area/A = get_area(L)
- if(T?.is_outdoors() && istype(A, /area/surface/outside/wilderness)) // VOREStation Edit
- potential_victims += L
-
- if(potential_victims.len)
- victim = pick(potential_victims)
-
-/datum/event2/event/wildlife_encounter/start()
- if(!victim)
- log_debug("Failed to find a target for random encounter. Aborting.")
- abort()
- return
-
- var/number_of_packs = rand(1, 3)
- // Getting off screen tiles is kind of tricky due to potential edge cases that could arise.
- // The method we're gonna do is make a big square around the victim, then
- // subtract a smaller square in the middle for the default vision range.
-
- var/list/outer_square = get_safe_square(victim, world.view + 5)
- var/list/inner_square = get_safe_square(victim, world.view + 1)
-
- var/list/donut = outer_square - inner_square
- for(var/T in donut)
- if(!istype(T, /turf/simulated/floor/outdoors))
- donut -= T
-
- var/build_path = item_to_spawn()
- var/turf/spawning_turf = null
- var/attempts = 0
-
- while (!spawning_turf && attempts != 10)
- spawning_turf = pick(donut)
- for(var/i = 1 to potential_victims.len)
- if (get_dist(spawning_turf, potential_victims[i]) < world.view)
- spawning_turf = null
- log_debug("Failed to locate position out of sight of [potential_victims[i]].")
- attempts++
-
- potential_victims = null
-
- log_debug("Sending [number_of_packs] [build_path]\s after \the [victim].")
- for(var/i = 1 to number_of_packs)
-
- if(spawning_turf)
- var/mob/living/simple_mob/M = new build_path(spawning_turf)
- M.ai_holder?.give_destination(get_turf(victim))
- else
- log_debug("Failed to locate turf to spawn encounter.")
-
-/datum/event2/event/wildlife_encounter/proc/item_to_spawn()
- return pick(prob(22);/mob/living/simple_mob/animal/sif/savik,
- prob(20);/mob/living/simple_mob/animal/sif/frostfly,
- prob(10);/mob/living/simple_mob/animal/sif/tymisian,
- prob(45);/mob/living/simple_mob/animal/sif/shantak,
- prob(15);/mob/living/simple_mob/animal/sif/kururak/hibernate,
- prob(10);/mob/living/simple_mob/animal/sif/kururak,
- prob(3);/mob/living/simple_mob/animal/giant_spider,
- prob(8);/mob/living/simple_mob/animal/giant_spider/hunter,
- prob(3);/mob/living/simple_mob/animal/giant_spider/webslinger,
- prob(3);/mob/living/simple_mob/animal/giant_spider/carrier,
- prob(6);/mob/living/simple_mob/animal/giant_spider/lurker,
- prob(4);/mob/living/simple_mob/animal/giant_spider/tunneler,
- prob(5);/mob/living/simple_mob/animal/giant_spider/pepper,
- prob(5);/mob/living/simple_mob/animal/giant_spider/thermic,
- prob(1);/mob/living/simple_mob/animal/giant_spider/phorogenic,
- prob(30);/mob/living/simple_mob/animal/giant_spider/frost)
-
-/datum/event2/event/wildlife_encounter/proc/get_safe_square(atom/center, radius)
- var/lower_left_x = max(center.x - radius, 1 + TRANSITIONEDGE)
- var/lower_left_y = max(center.y - radius, 1 + TRANSITIONEDGE)
-
- var/upper_right_x = min(center.x + radius, world.maxx - TRANSITIONEDGE)
- var/upper_right_y = min(center.y + radius, world.maxy - TRANSITIONEDGE)
-
- var/turf/lower_left = locate(lower_left_x, lower_left_y, victim.z)
- var/turf/upper_right = locate(upper_right_x, upper_right_y, victim.z)
-
- return block(lower_left, upper_right)
diff --git a/maps/southern_sun/icons/mob/sc_suit.dmi b/maps/southern_sun/icons/mob/sc_suit.dmi
deleted file mode 100644
index 33c2f27abe..0000000000
Binary files a/maps/southern_sun/icons/mob/sc_suit.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/mob/sc_under.dmi b/maps/southern_sun/icons/mob/sc_under.dmi
deleted file mode 100644
index 37efd43e95..0000000000
Binary files a/maps/southern_sun/icons/mob/sc_under.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/mob/species/teshari/sc_suit.dmi b/maps/southern_sun/icons/mob/species/teshari/sc_suit.dmi
deleted file mode 100644
index 690de3b6f0..0000000000
Binary files a/maps/southern_sun/icons/mob/species/teshari/sc_suit.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/mob/species/teshari/sc_uniform.dmi b/maps/southern_sun/icons/mob/species/teshari/sc_uniform.dmi
deleted file mode 100644
index a19216d6f8..0000000000
Binary files a/maps/southern_sun/icons/mob/species/teshari/sc_uniform.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/obj/sc_hats.dmi b/maps/southern_sun/icons/obj/sc_hats.dmi
deleted file mode 100644
index ee8b32de29..0000000000
Binary files a/maps/southern_sun/icons/obj/sc_hats.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/obj/sc_suit.dmi b/maps/southern_sun/icons/obj/sc_suit.dmi
deleted file mode 100644
index 460e9ad699..0000000000
Binary files a/maps/southern_sun/icons/obj/sc_suit.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/obj/sc_ties.dmi b/maps/southern_sun/icons/obj/sc_ties.dmi
deleted file mode 100644
index 9085d2084c..0000000000
Binary files a/maps/southern_sun/icons/obj/sc_ties.dmi and /dev/null differ
diff --git a/maps/southern_sun/icons/obj/sc_uniforms.dmi b/maps/southern_sun/icons/obj/sc_uniforms.dmi
deleted file mode 100644
index 29b4f4e747..0000000000
Binary files a/maps/southern_sun/icons/obj/sc_uniforms.dmi and /dev/null differ
diff --git a/maps/southern_sun/items/clothing/sc_accessory.dm b/maps/southern_sun/items/clothing/sc_accessory.dm
deleted file mode 100644
index f47c344fcd..0000000000
--- a/maps/southern_sun/items/clothing/sc_accessory.dm
+++ /dev/null
@@ -1,14 +0,0 @@
-//Pilot
-
-/obj/item/clothing/accessory/storage/webbing/pilot1
- name = "pilot harness"
- desc = "Sturdy mess of black synthcotton belts and buckles."
- icon_state = "pilot_webbing1"
-
-/obj/item/clothing/accessory/storage/webbing/pilot2
- name = "pilot harness"
- desc = "Sturdy mess of black synthcotton belts and buckles."
- icon_state = "pilot_webbing2"
- sprite_sheets = list(
- SPECIES_TESHARI = 'icons/inventory/accessory/mob_teshari.dmi'
- )
\ No newline at end of file
diff --git a/maps/southern_sun/items/clothing/sc_suit.dm b/maps/southern_sun/items/clothing/sc_suit.dm
deleted file mode 100644
index cec3eca91e..0000000000
--- a/maps/southern_sun/items/clothing/sc_suit.dm
+++ /dev/null
@@ -1,13 +0,0 @@
-//Pilot
-
-/obj/item/clothing/suit/storage/toggle/bomber/pilot
- name = "pilot jacket"
- desc = "A thick, blue bomber jacket."
- icon_state = "pilot_bomber"
- item_icons = list(slot_wear_suit_str = 'maps/southern_cross/icons/mob/sc_suit.dmi')
- item_state_slots = list(slot_r_hand_str = "brown_jacket", slot_l_hand_str = "brown_jacket")
- icon = 'maps/southern_cross/icons/obj/sc_suit.dmi'
- sprite_sheets = list(
- SPECIES_TESHARI = 'maps/southern_cross/icons/mob/species/teshari/sc_suit.dmi'
- )
- min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE
\ No newline at end of file
diff --git a/maps/southern_sun/items/clothing/sc_under.dm b/maps/southern_sun/items/clothing/sc_under.dm
deleted file mode 100644
index ea024abe7a..0000000000
--- a/maps/southern_sun/items/clothing/sc_under.dm
+++ /dev/null
@@ -1,33 +0,0 @@
-//Pilot
-
-/obj/item/clothing/under/rank/pilot1
- name = "\improper NanoTrasen flight suit"
- desc = "A blue and grey NanoTrasen flight suit. Warm and practical, it feels cozy."
- icon_state = "pilot1"
- worn_state = "pilot1"
- item_icons = list(slot_w_uniform_str = 'maps/southern_cross/icons/mob/sc_under.dmi')
- icon = 'maps/southern_cross/icons/obj/sc_uniforms.dmi'
- sprite_sheets = list(
- SPECIES_TESHARI = 'maps/southern_cross/icons/mob/species/teshari/sc_uniform.dmi'
- )
- starting_accessories = list(/obj/item/clothing/accessory/storage/webbing/pilot1)
-
-/obj/item/clothing/under/rank/pilot1/no_webbing
- starting_accessories = null
-
-/obj/item/clothing/under/rank/pilot2
- name = "\improper NanoTrasen flight suit"
- desc = "A dark blue NanoTrasen flight suit. Warm and practical, seveal patches are scattered across it."
- icon_state = "pilot2"
- worn_state = "pilot2"
- rolled_down = 0
- rolled_sleeves = 0
- item_icons = list(slot_w_uniform_str = 'maps/southern_cross/icons/mob/sc_under.dmi')
- icon = 'maps/southern_cross/icons/obj/sc_uniforms.dmi'
- sprite_sheets = list(
- SPECIES_TESHARI = 'maps/southern_cross/icons/mob/species/teshari/sc_uniform.dmi'
- )
- starting_accessories = list(/obj/item/clothing/accessory/storage/webbing/pilot2)
-
-/obj/item/clothing/under/rank/pilot2/no_webbing
- starting_accessories = null
diff --git a/maps/southern_sun/items/encryptionkey_sc.dm b/maps/southern_sun/items/encryptionkey_sc.dm
deleted file mode 100644
index 2d30889275..0000000000
--- a/maps/southern_sun/items/encryptionkey_sc.dm
+++ /dev/null
@@ -1,30 +0,0 @@
-/obj/item/encryptionkey/pilot
- name = "pilot's encryption key"
- icon_state = "com_cypherkey"
- channels = list(CHANNEL_SUPPLY = 1, CHANNEL_EXPLORATION = 1)
-
-/obj/item/encryptionkey/explorer
- name = "explorer radio encryption key"
- icon_state = "com_cypherkey"
- channels = list(CHANNEL_EXPLORATION = 1)
-
-/obj/item/encryptionkey/sar
- name = "sar's encryption key"
- icon_state = "med_cypherkey"
- channels = list(CHANNEL_MEDICAL = 1, CHANNEL_EXPLORATION = 1)
-
-/obj/item/encryptionkey/heads/hop
- name = "head of personnel's encryption key"
- icon_state = "hop_cypherkey"
- channels = list(CHANNEL_SUPPLY = 1, CHANNEL_SERVICE = 1, CHANNEL_COMMAND = 1, CHANNEL_SECURITY = 1, CHANNEL_EXPLORATION = 1)
-
-/obj/item/encryptionkey/heads/ai_integrated
- name = "ai integrated encryption key"
- desc = "Integrated encryption key"
- icon_state = "cap_cypherkey"
- channels = list(CHANNEL_COMMAND = 1, CHANNEL_SECURITY = 1, CHANNEL_ENGINEERING = 1, CHANNEL_SCIENCE = 1, CHANNEL_MEDICAL = 1, CHANNEL_SUPPLY = 1, CHANNEL_SERVICE = 1, CHANNEL_AI_PRIVATE = 1, CHANNEL_EXPLORATION = 1)
-
-/obj/item/encryptionkey/heads/captain
- name = "site manager's encryption key"
- icon_state = "cap_cypherkey"
- channels = list(CHANNEL_COMMAND = 1, CHANNEL_SECURITY = 1, CHANNEL_ENGINEERING = 1, CHANNEL_SCIENCE = 1, CHANNEL_MEDICAL = 1, CHANNEL_SUPPLY = 1, CHANNEL_SERVICE = 1, CHANNEL_EXPLORATION = 1)
diff --git a/maps/southern_sun/items/headset_sc.dm b/maps/southern_sun/items/headset_sc.dm
deleted file mode 100644
index b409dd2ddd..0000000000
--- a/maps/southern_sun/items/headset_sc.dm
+++ /dev/null
@@ -1,35 +0,0 @@
-/obj/item/radio/headset/pilot
- name = "pilot's headset"
- desc = "A headset used by pilots, has access to supply and explorer channels."
- icon_state = "pilot_headset"
- adhoc_fallback = TRUE
- ks2type = /obj/item/encryptionkey/pilot
-
-/obj/item/radio/headset/pilot/alt
- name = "pilot's bowman headset"
- desc = "A bowman headset used by pilots, has access to supply and explorer channels."
- icon_state = "pilot_headset_alt"
-
-/obj/item/radio/headset/explorer
- name = "explorer's headset"
- desc = "Headset used by explorers for exploring. Access to the explorer channel."
- icon_state = "exp_headset"
- adhoc_fallback = TRUE
- ks2type = /obj/item/encryptionkey/explorer
-
-/obj/item/radio/headset/explorer/alt
- name = "explorer's bowman headset"
- desc = "Bowman headset used by explorers for exploring. Access to the explorer channel."
- icon_state = "exp_headset_alt"
-
-/obj/item/radio/headset/sar
- name = "sar radio headset"
- desc = "A headset for search and rescue."
- icon_state = "sar_headset"
- adhoc_fallback = TRUE
- ks2type = /obj/item/encryptionkey/sar
-
-/obj/item/radio/headset/sar/alt
- name = "sar radio bowman headset"
- desc = "A bowman headset for search and rescue."
- icon_state = "sar_headset_alt"
diff --git a/maps/southern_sun/job/outfits.dm b/maps/southern_sun/job/outfits.dm
deleted file mode 100644
index 26eb158ee0..0000000000
--- a/maps/southern_sun/job/outfits.dm
+++ /dev/null
@@ -1,67 +0,0 @@
-//Job Outfits
-
-/*
-SOUTHERN CROSS OUTFITS
-Keep outfits simple. Spawn with basic uniforms and minimal gear. Gear instead goes in lockers. Keep this in mind if editing.
-*/
-
-
-/decl/hierarchy/outfit/job/explorer2
- name = OUTFIT_JOB_NAME(JOB_EXPLORER)
- shoes = /obj/item/clothing/shoes/boots/winter/explorer
- uniform = /obj/item/clothing/under/explorer
- l_ear = /obj/item/radio/headset/explorer
- id_slot = slot_wear_id
- pda_slot = slot_l_store
- pda_type = /obj/item/pda/explorer //VORESTation Edit - Better Brown
- id_type = /obj/item/card/id/exploration //CHOMPedit: fix conflicts with citrp ID port
- id_pda_assignment = JOB_EXPLORER
- flags = OUTFIT_HAS_BACKPACK|OUTFIT_COMPREHENSIVE_SURVIVAL
- backpack_contents = list(/obj/item/clothing/accessory/permit/gun/planetside = 1)
-
-/decl/hierarchy/outfit/job/explorer2/post_equip(mob/living/carbon/human/H)
- ..()
- for(var/obj/item/clothing/accessory/permit/gun/planetside/permit in H.back.contents)
- permit.set_name(H.real_name)
-
-/decl/hierarchy/outfit/job/explorer2/technician
- name = OUTFIT_JOB_NAME(JOB_ALT_EXPLORERE_TECHNICIAN)
- belt = /obj/item/storage/belt/utility/full
- pda_slot = slot_l_store
- id_pda_assignment = JOB_ALT_EXPLORERE_TECHNICIAN
-
-/decl/hierarchy/outfit/job/explorer2/medic
- name = OUTFIT_JOB_NAME(JOB_ALT_EXPLORER_MEDIC)
- l_hand = /obj/item/storage/firstaid/regular
- pda_slot = slot_l_store
- id_pda_assignment = JOB_ALT_EXPLORER_MEDIC
-
-/decl/hierarchy/outfit/job/pilot
- name = OUTFIT_JOB_NAME(JOB_PILOT)
- shoes = /obj/item/clothing/shoes/black
- uniform = /obj/item/clothing/under/rank/pilot1/no_webbing
- suit = /obj/item/clothing/suit/storage/toggle/bomber/pilot
- gloves = /obj/item/clothing/gloves/fingerless
- glasses = /obj/item/clothing/glasses/fakesunglasses/aviator
- l_ear = /obj/item/radio/headset/pilot/alt
- uniform_accessories = list(/obj/item/clothing/accessory/storage/webbing/pilot1 = 1)
- id_slot = slot_wear_id
- pda_slot = slot_belt
- pda_type = /obj/item/pda //VOREStation Edit - Civilian
- id_type = /obj/item/card/id/civilian/pilot
- id_pda_assignment = JOB_PILOT
- flags = OUTFIT_HAS_BACKPACK|OUTFIT_COMPREHENSIVE_SURVIVAL
-
-/decl/hierarchy/outfit/job/medical/sar
- name = OUTFIT_JOB_NAME(JOB_FIELD_MEDIC) //VOREStation Edit
- uniform = /obj/item/clothing/under/utility/blue
- //suit = /obj/item/clothing/suit/storage/hooded/wintercoat/medical/sar //VOREStation Edit
- shoes = /obj/item/clothing/shoes/boots/winter/explorer
- l_ear = /obj/item/radio/headset/sar
- l_hand = /obj/item/storage/firstaid/regular
- belt = /obj/item/storage/belt/medical/emt
- pda_slot = slot_l_store
- id_type = /obj/item/card/id/medical/sar
- pda_type = /obj/item/pda/sar //VOREStation Add
- id_pda_assignment = JOB_FIELD_MEDIC //VOREStation Edit
- flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL|OUTFIT_COMPREHENSIVE_SURVIVAL
diff --git a/maps/southern_sun/loadout/loadout_accessories.dm b/maps/southern_sun/loadout/loadout_accessories.dm
deleted file mode 100644
index b85b72c822..0000000000
--- a/maps/southern_sun/loadout/loadout_accessories.dm
+++ /dev/null
@@ -1,33 +0,0 @@
-/datum/gear/accessory/brown_vest
- display_name = "webbing, brown"
- path = /obj/item/clothing/accessory/storage/brown_vest
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/black_vest
- display_name = "webbing, black"
- path = /obj/item/clothing/accessory/storage/black_vest
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/white_vest
- display_name = "webbing, white"
- path = /obj/item/clothing/accessory/storage/white_vest
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/brown_drop_pouches
- display_name = "drop pouches, brown"
- path = /obj/item/clothing/accessory/storage/brown_drop_pouches
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/black_drop_pouches
- display_name = "drop pouches, black"
- path = /obj/item/clothing/accessory/storage/black_drop_pouches
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/white_drop_pouches
- display_name = "drop pouches, white"
- path = /obj/item/clothing/accessory/storage/white_drop_pouches
-// allowed_roles = list(JOB_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN,JOB_CHIEF_ENGINEER,JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_ALT_SEARCH_AND_RESCUE,JOB_CHIEF_MEDICAL_OFFICER,JOB_MEDICAL_DOCTOR,JOB_PARAMEDIC,JOB_EXPLORER,JOB_SHAFT_MINER) // CHOMPedit remove
-
-/datum/gear/accessory/holster
- path = /obj/item/clothing/accessory/holster
- allowed_roles = list(JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL,JOB_SECURITY_OFFICER,JOB_WARDEN,JOB_HEAD_OF_SECURITY,JOB_DETECTIVE,JOB_PATHFINDER,JOB_EXPLORER)
diff --git a/maps/southern_sun/loadout/loadout_head.dm b/maps/southern_sun/loadout/loadout_head.dm
deleted file mode 100644
index f4e0da07d4..0000000000
--- a/maps/southern_sun/loadout/loadout_head.dm
+++ /dev/null
@@ -1,4 +0,0 @@
-/datum/gear/head/pilot
- display_name = "helmet, pilot (" + JOB_PILOT + ")"
- path = /obj/item/clothing/head/ompilot/alt //VOREStation Edit
- allowed_roles = list(JOB_PILOT)
diff --git a/maps/southern_sun/loadout/loadout_suit.dm b/maps/southern_sun/loadout/loadout_suit.dm
deleted file mode 100644
index 1cfa67846c..0000000000
--- a/maps/southern_sun/loadout/loadout_suit.dm
+++ /dev/null
@@ -1,3 +0,0 @@
-/datum/gear/suit/bomber_pilot
- display_name = "bomber jacket, pilot"
- path = /obj/item/clothing/suit/storage/toggle/bomber/pilot
diff --git a/maps/southern_sun/loadout/loadout_uniform.dm b/maps/southern_sun/loadout/loadout_uniform.dm
deleted file mode 100644
index 03892ba7d5..0000000000
--- a/maps/southern_sun/loadout/loadout_uniform.dm
+++ /dev/null
@@ -1,5 +0,0 @@
-// Uniform slot
-/datum/gear/uniform/pilot
- display_name = "uniform, pilot (" + JOB_PILOT + ")"
- path = /obj/item/clothing/under/rank/pilot2
- allowed_roles = list(JOB_PILOT)
diff --git a/maps/southern_sun/loadout/loadout_vr.dm b/maps/southern_sun/loadout/loadout_vr.dm
deleted file mode 100644
index 460d967498..0000000000
--- a/maps/southern_sun/loadout/loadout_vr.dm
+++ /dev/null
@@ -1,19 +0,0 @@
-/datum/gear/head/pilot/standard
- display_name = "helmet, standard pilot (" + JOB_PILOT + ")"
- path = /obj/item/clothing/head/pilot_vr
- allowed_roles = list(JOB_PILOT)
-
-/datum/gear/head/pilot/colored
- display_name = "helmet, colored pilot (" + JOB_PILOT + ")"
- path = /obj/item/clothing/head/pilot_vr/alt
- allowed_roles = list(JOB_PILOT)
-
-/datum/gear/head/pilot/talon
- display_name = "helmet, talon pilot (" + JOB_PILOT + ")"
- path = /obj/item/clothing/head/pilot_vr/talon
- allowed_roles = list(JOB_PILOT)
-
-/datum/gear/head/pilot/mbill
- display_name = "helmet, major bill's (" + JOB_PILOT + ")"
- path = /obj/item/clothing/head/pilot_vr/mbill
- allowed_roles = list(JOB_PILOT)
diff --git a/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dm b/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dm
deleted file mode 100644
index bb853f5cf1..0000000000
--- a/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dm
+++ /dev/null
@@ -1,192 +0,0 @@
-//Parent of this place is kara.dm
-// -- Datums -- //
-
-/datum/map_template/sc_lateload/away_aerostat
- name = "Kara Aerostat - Z1 Aerostat"
- desc = "The Kara Aerostat away mission."
- mappath = "maps/southern_cross/overmap/planets/kara/aerostat/aerostat.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/away_aerostat
-
-/datum/map_z_level/sc_lateload/away_aerostat
- name = "Away Mission - Aerostat"
- z = Z_LEVEL_AEROSTAT
-
-
-// -- Overmap -- //
-/* // Moved to kara.dm as this is part of the planet and future planet z-levels are planned. Also seems important for overmap to run properly.
-/obj/effect/overmap/visitable/sector/aerostat
- name = "Aerostat"
- desc = "Abandoned aerostat installation, floating in the low stratosphere."
- scanner_desc = @{"[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Installation
-[i]Transponder[/i]: Transmitting (CIV), Vir IFF
-[b]Notice[/b]: CONDEMNED! NO ENTRY! -Vir System Authority"}
- map_z = list(Z_LEVEL_AEROSTAT)
- initial_generic_waypoints = list("aerostat_west","aerostat_east","aerostat_south","aerostat_northwest","aerostat_northeast")
- icon_state = "object"
- unknown_state = "object"
- known = FALSE
- in_space = 0
- start_x = 14
- start_y = 15
-*/
-
-
-// extra_z_levels = list(Z_LEVEL_AEROSTAT_2) //SOON
-
-
-// -- Areas -- //
-
-/area/sc_away/aerostat
- name = "\improper Away Mission - Aerostat Outside"
- icon_state = "away"
- base_turf = /turf/unsimulated/floor/sky/kara_sky
- requires_power = FALSE
- dynamic_lighting = FALSE
- flags = RAD_SHIELDED
-
-/area/sc_away/aerostat/inside
- name = "\improper Away Mission - Aerostat Inside"
- icon_state = "crew_quarters"
- base_turf = /turf/simulated/floor/plating/kara
- requires_power = TRUE
- dynamic_lighting = TRUE
- forced_ambience = list('sound/ambience/tension/tension.ogg', 'sound/ambience/tension/argitoth.ogg', 'sound/ambience/tension/burning_terror.ogg')
-
-/area/sc_away/aerostat/solars
- name = "\improper Away Mission - Aerostat Solars"
- icon_state = "crew_quarters"
- base_turf = /turf/simulated/floor/plating/kara
- dynamic_lighting = TRUE
-
-
-// -- Landmarks -- //
-
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_west
- name = "Aerostat - West Dock (Baby Mammoth, Stargazer,Needle, Ursula)"
- landmark_tag = "aerostat_west"
-
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_east
- name = "Aerostat - East Dock (Echidna)"
- landmark_tag = "aerostat_east"
-
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_south
- name = "Aerostat - South Dock"
- landmark_tag = "aerostat_south"
-
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_northwest
- name = "Aerostat - Northwest Dock (Baby Mammoth, Stargazer,Needle, Ursula)"
- landmark_tag = "aerostat_northwest"
-
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_northeast
- name = "Aerostat - Northeast Dock (Echidna)"
- landmark_tag = "aerostat_northeast"
-
-
-// -- Objs -- //
-
-/obj/sc_away_spawner/aerostat_inside //This spawner BS is proceeded by some BS in _southern_cross_submaps.dm
- name = "Aerostat Indoors Spawner"
- faction = "aerostat_inside"
- prob_spawn = 100
- prob_fall = 50
- //guard = 20
- mobs_to_pick_from = list(
- /mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic = 3,
- /mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion = 1,
- /mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser = 3,
- /mob/living/simple_mob/vore/aggressive/corrupthound = 1
- )
-
-/obj/structure/old_roboprinter
- name = "old drone fabricator"
- desc = "Built like a tank, still working after so many years."
- icon = 'icons/obj/machines/drone_fab.dmi'
- icon_state = "drone_fab_idle"
- anchored = TRUE
- density = TRUE
-
-/obj/structure/metal_edge
- name = "metal underside"
- desc = "A metal wall that extends downwards."
- icon = 'icons/turf/cliff.dmi'
- icon_state = "metal"
- anchored = TRUE
- density = FALSE
-
-
-
-// -- Turfs -- //
-// Most turfs moved to kara.dm for use in future kara maps.
-
-/*
-KARA_TURF_CREATE(/turf/simulated/mineral)
-/turf/simulated/mineral/kara/make_ore()
- if(mineral)
- return
-
- var/mineral_name = pickweight(list("marble" = 5, "uranium" = 5, "platinum" = 5, "hematite" = 5, "carbon" = 5, "diamond" = 5, "gold" = 5, "silver" = 5, "lead" = 5, "verdantium" = 5, "rutile" = 20))
-
- if(mineral_name && (mineral_name in GLOB.ore_data))
- mineral = GLOB.ore_data[mineral_name]
- UpdateMineral()
- update_icon()
-
-KARA_TURF_CREATE(/turf/simulated/mineral/ignore_mapgen)
-KARA_TURF_CREATE(/turf/simulated/mineral/floor)
-KARA_TURF_CREATE(/turf/simulated/mineral/floor/ignore_mapgen)
-*/
-
-// -- Areas -- //
-
-
-/*
-/area/offmap/aerostat/surface
- flags = RAD_SHIELDED
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg')
- base_turf = /turf/simulated/mineral/floor/ignore_mapgen/kara
-
-/area/offmap/aerostat/surface/explored
- name = "Away Mission - Aerostat Surface (E)"
- icon_state = "explored"
- dynamic_lighting = FALSE
-
-/area/offmap/aerostat/surface/shuttleconsole
- name = "Away Mission - Aerostat Surface Console"
- icon_state = "explored"
- dynamic_lighting = FALSE
- requires_power = FALSE
-
-/area/offmap/aerostat/surface/unexplored
- name = "Away Mission - Aerostat Surface (UE)"
- icon_state = "unexplored"
- dynamic_lighting = FALSE
-
-KARA_TURF_CREATE(/turf/simulated/floor/hull)
-
-/area/offmap/aerostat/surface/outpost
- requires_power = TRUE
- dynamic_lighting = TRUE
- ambience = null
-
-/area/offmap/aerostat/surface/outpost/backroom
- name = "V4 Outpost - Research Area"
-/area/offmap/aerostat/surface/outpost/hallway
- name = "V4 Outpost - Hallway"
-/area/offmap/aerostat/surface/outpost/cafe
- name = "V4 Outpost - Cafe"
-/area/offmap/aerostat/surface/outpost/park
- name = "V4 Outpost - Park"
-/area/offmap/aerostat/surface/outpost/officerone
- name = "V4 Outpost - Officer's Quarters 1"
-/area/offmap/aerostat/surface/outpost/officertwo
- name = "V4 Outpost - Officer's Quarters 2"
-/area/offmap/aerostat/surface/outpost/barracks
- name = "V4 Outpost - Barracks"
-/area/offmap/aerostat/surface/outpost/airlock
- name = "V4 Outpost - Airlock"
-/area/offmap/aerostat/surface/outpost/powerroom
- name = "V4 Outpost - Power Room"
-/area/offmap/aerostat/surface/outpost/guardpost
- name = "V4 Outpost - Guard Post"
-*/
diff --git a/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dmm b/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dmm
deleted file mode 100644
index 543974c6e5..0000000000
--- a/maps/southern_sun/overmap/planets/kara/aerostat/aerostat.dmm
+++ /dev/null
@@ -1,21633 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/simulated/wall/virgo2,
-/area/sc_away/aerostat)
-"ab" = (
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/cobweb2,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ac" = (
-/obj/effect/overmap/visitable/planet/kara,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"ad" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"ae" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"af" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"ag" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"ah" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ai" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"aj" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ak" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"al" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"am" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"an" = (
-/obj/structure/bed/padded,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"ao" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ap" = (
-/obj/structure/girder,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aq" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"ar" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"as" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"at" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/osmium,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"au" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/phoron,
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"av" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aw" = (
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"ax" = (
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"ay" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"az" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aA" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 9;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aB" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aC" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aD" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aE" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aF" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aG" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aH" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aI" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 10;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"aJ" = (
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aK" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aL" = (
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aM" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aN" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aO" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aP" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- cell_type = /obj/item/cell/high/empty;
- dir = 4;
- name = "east bump";
- pixel_x = 28;
- req_access = list()
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aQ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aR" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"aS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aT" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aU" = (
-/obj/machinery/power/solar,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aV" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aW" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"aX" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"aY" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"aZ" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"ba" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"bb" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"bc" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"bd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/turf/space,
-/area/sc_away/aerostat/inside)
-"be" = (
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bg" = (
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_south,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"bh" = (
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_east,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"bi" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bj" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bk" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bl" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bm" = (
-/obj/structure/old_roboprinter,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bn" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bo" = (
-/obj/structure/grille,
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bp" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bq" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bs" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bt" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"bu" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"bv" = (
-/turf/simulated/wall/virgo2,
-/area/sc_away/aerostat/inside)
-"bw" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/sc_away_spawner/aerostat_inside{
- prob_fall = 25
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bx" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"by" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bz" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bA" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bB" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bC" = (
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bD" = (
-/obj/machinery/portable_atmospherics/canister/empty/oxygen,
-/obj/effect/floor_decal/industrial/outline/blue,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bE" = (
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bF" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bG" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bJ" = (
-/obj/structure/table/standard,
-/obj/random/cargopod,
-/obj/random/junk,
-/obj/random/maintenance,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bK" = (
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bL" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bM" = (
-/obj/machinery/atmospherics/binary/algae_farm,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bN" = (
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bO" = (
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bP" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bQ" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bR" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bS" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bT" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bU" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bV" = (
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bW" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bX" = (
-/obj/machinery/portable_atmospherics/canister/empty/oxygen,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"bY" = (
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"bZ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"ca" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cb" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cc" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cd" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cg" = (
-/obj/machinery/door/airlock/multi_tile/metal{
- dir = 1;
- icon_state = "door_closed"
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ch" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"ci" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cm" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cn" = (
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = 10;
- pixel_y = 25
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"co" = (
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cp" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/multi_tile/metal{
- dir = 1;
- icon_state = "door_closed"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cq" = (
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cr" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cs" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"ct" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/gibs,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cu" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cv" = (
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_west,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"cw" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cx" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"cy" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"cz" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cA" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cB" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cC" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cD" = (
-/obj/machinery/cryopod/robot,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cE" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cF" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cG" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/item/trash/candle,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cH" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/obj/item/trash/candle,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cI" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4
- },
-/obj/item/trash/candle,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cJ" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1
- },
-/obj/item/trash/candle,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cK" = (
-/obj/machinery/recharge_station,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cL" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cM" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cN" = (
-/obj/structure/table/standard,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cO" = (
-/obj/machinery/door/airlock/external{
- frequency = 1089;
- icon_state = "door_locked";
- id_tag = "aerostat_door_inner";
- locked = 1
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cP" = (
-/obj/sc_away_spawner/aerostat_inside,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"cQ" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cR" = (
-/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cS" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cT" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cU" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"cV" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/drip,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cW" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cX" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cY" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"cZ" = (
-/obj/effect/blocker,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"da" = (
-/obj/effect/floor_decal/plaque{
- desc = "A plaque memorializing the 2551 crew of the Remmi Aerostat. It appears they were the final crew, and 'they will be missed'.";
- name = "memorial plaque";
- pixel_y = -32
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"db" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dc" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dd" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"de" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"df" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable/yellow,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dg" = (
-/obj/machinery/power/solar_control,
-/obj/structure/cable/yellow,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dh" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"di" = (
-/obj/structure/cable/heavyduty{
- dir = 2;
- icon_state = "0-4"
- },
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dj" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dk" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dl" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dm" = (
-/obj/structure/cable/heavyduty{
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dn" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable/heavyduty{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"do" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dp" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dq" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dr" = (
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ds" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dt" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"du" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dv" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dw" = (
-/obj/structure/metal_edge,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat/solars)
-"dx" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dy" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dz" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dA" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dB" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dC" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dD" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/obj/random/powercell,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dE" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dF" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dG" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dH" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dI" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dJ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dK" = (
-/obj/machinery/power/smes/buildable,
-/obj/structure/cable,
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"dL" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable/heavyduty{
- dir = 2;
- icon_state = "0-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"dM" = (
-/obj/machinery/power/smes/buildable,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"dN" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"dO" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"dP" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/door/airlock/external{
- frequency = 1089;
- icon_state = "door_locked";
- id_tag = "aerostat_door_outer";
- locked = 1
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dQ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dR" = (
-/obj/machinery/power/solar,
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dS" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dT" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dU" = (
-/obj/effect/floor_decal/rust,
-/obj/random/powercell,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/solars)
-"dV" = (
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = 25;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"dW" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = 10;
- pixel_y = 25
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dX" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = 10;
- pixel_y = -25
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dY" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1089;
- id_tag = "aerostat_doors";
- name = "Aerostat Airlock Controller";
- pixel_y = 25;
- tag_exterior_door = "aerostat_door_outer";
- tag_interior_door = "aerostat_door_inner"
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"dZ" = (
-/obj/structure/ghost_pod/manual/lost_drone/dogborg,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"eb" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = -25;
- pixel_y = 25
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"ec" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/rust,
-/obj/machinery/access_button{
- frequency = 1089;
- master_tag = "aerostat_doors";
- name = "Aerostat Shuttle Dock";
- pixel_x = -25;
- pixel_y = -25
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"eE" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/random/toolbox,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"eL" = (
-/obj/structure/railing,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat)
-"fl" = (
-/obj/random/contraband,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"fH" = (
-/obj/structure/salvageable/implant_container,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"gt" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat)
-"gD" = (
-/obj/sc_away_spawner/aerostat_inside,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"gT" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat)
-"gX" = (
-/obj/structure/salvageable/data,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"hd" = (
-/obj/random/contraband,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"kD" = (
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_northwest,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"kF" = (
-/obj/random/action_figure,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"tZ" = (
-/obj/structure/table/standard,
-/obj/random/powercell,
-/obj/random/contraband,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"uU" = (
-/obj/structure/table/standard,
-/obj/item/gun/energy/taser/xeno,
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"xA" = (
-/obj/random/firstaid,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"yy" = (
-/obj/structure/salvageable/autolathe,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"AS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/random/toolbox,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"Dt" = (
-/obj/effect/shuttle_landmark/premade/aerostat/aerostat_northeast,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"Du" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"DF" = (
-/obj/random/drinkbottle,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"Fg" = (
-/obj/random/firstaid,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"Gs" = (
-/obj/structure/table/standard,
-/obj/random/material,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"Hl" = (
-/obj/random/tank,
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"Jb" = (
-/obj/random/toy,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"JG" = (
-/obj/structure/metal_edge,
-/turf/unsimulated/floor/sky/kara_sky,
-/area/sc_away/aerostat)
-"Lw" = (
-/obj/structure/table/standard,
-/obj/random/powercell,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"Ly" = (
-/obj/random/material,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"Mj" = (
-/obj/random/contraband,
-/turf/simulated/floor/bluegrid/kara,
-/area/sc_away/aerostat/inside)
-"ON" = (
-/obj/structure/railing{
- dir = 1;
- icon_state = "railing0"
- },
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat)
-"Qe" = (
-/obj/structure/table/standard,
-/obj/effect/decal/cleanable/cobweb2,
-/obj/random/contraband,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"QE" = (
-/obj/structure/salvageable/machine,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"TR" = (
-/obj/structure/salvageable/computer,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"UC" = (
-/obj/structure/table/standard,
-/obj/random/powercell,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"VR" = (
-/obj/machinery/door/airlock/external,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"Wk" = (
-/obj/random/drinkbottle,
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat/inside)
-"WS" = (
-/turf/simulated/floor/plating/kara,
-/area/sc_away/aerostat)
-"Ym" = (
-/obj/structure/table/standard,
-/obj/item/gun/energy/taser/xeno,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-"ZK" = (
-/obj/random/plushie,
-/turf/simulated/floor/tiled/techfloor/kara,
-/area/sc_away/aerostat/inside)
-
-(1,1,1) = {"
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-"}
-(2,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ac
-cZ
-"}
-(3,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(4,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(5,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(6,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(7,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(8,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(9,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(10,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(11,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(12,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(13,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(14,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(15,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(16,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(17,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(18,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(19,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(20,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(21,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(22,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(23,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(24,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(25,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aT
-aT
-aT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(26,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aT
-aT
-aT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(27,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aZ
-df
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(28,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-ba
-dg
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aZ
-df
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(29,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-ba
-dg
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(30,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ae
-aE
-aE
-aE
-aE
-bc
-aT
-do
-dx
-dx
-dx
-dx
-dF
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(31,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ae
-aE
-aE
-aE
-aE
-bc
-aT
-do
-dx
-dx
-dx
-dx
-dF
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(32,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(33,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(34,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(35,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(36,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(37,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cc
-cY
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(38,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-cc
-cY
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(39,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-cc
-cY
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(40,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-bv
-cw
-cw
-bv
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(41,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-bK
-bv
-cw
-cw
-bv
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(42,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-bK
-an
-bv
-cw
-cw
-bv
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(43,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-bK
-bK
-bK
-bv
-cw
-cw
-bv
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(44,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-kF
-bK
-bK
-an
-bv
-cX
-da
-bv
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-af
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dG
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(45,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aq
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dI
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-ao
-ao
-ap
-bK
-bK
-bv
-cw
-cw
-bv
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ag
-aH
-aH
-aH
-aH
-bt
-aD
-ba
-dz
-dz
-dz
-dz
-dH
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(46,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-as
-aS
-aS
-aS
-aS
-bu
-aS
-dp
-aS
-dD
-aS
-aS
-dJ
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-ao
-be
-an
-bv
-cw
-cw
-bv
-be
-ao
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aq
-aG
-aG
-aG
-aG
-bb
-aD
-bb
-aG
-aG
-aG
-aG
-dI
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(47,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-aD
-JG
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bK
-bv
-cw
-cw
-bv
-be
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-as
-aS
-aS
-aS
-aS
-bu
-aS
-dp
-aS
-aS
-aS
-aS
-dJ
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(48,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-gD
-be
-be
-be
-an
-bv
-be
-cg
-bv
-bv
-bK
-be
-be
-ao
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(49,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-cx
-di
-dq
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-bK
-bK
-bK
-bv
-bK
-bK
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(50,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-dj
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-ar
-be
-be
-bC
-bK
-bK
-bK
-bC
-ad
-bK
-bK
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-cx
-di
-dq
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(51,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cy
-dk
-cy
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-ao
-ao
-ao
-be
-be
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bK
-bK
-bv
-an
-DF
-an
-ZK
-an
-bK
-be
-gD
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-dj
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(52,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-ds
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bv
-bv
-bv
-bv
-bl
-bl
-bl
-bl
-bl
-bl
-bv
-bJ
-bJ
-bJ
-bJ
-bJ
-bJ
-bv
-bK
-bK
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aS
-dk
-aS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(53,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-ab
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-bz
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bz
-bB
-bB
-bB
-bB
-bB
-bB
-cd
-ch
-bK
-bv
-bJ
-bJ
-bJ
-bJ
-bJ
-bv
-bl
-bl
-bl
-bl
-bl
-bl
-bv
-bv
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bv
-bv
-ds
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(54,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-bv
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bo
-bf
-bv
-bv
-bv
-bv
-bn
-bn
-bn
-bn
-bn
-bn
-bn
-bn
-bv
-bK
-bK
-bK
-bK
-bK
-bK
-bv
-ci
-co
-cd
-bB
-bB
-bB
-bB
-bB
-bz
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bz
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-aW
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(55,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-bi
-bl
-bl
-bl
-bl
-bl
-bl
-bp
-bv
-UC
-bK
-bK
-bK
-bK
-bJ
-bv
-ci
-ci
-bv
-at
-bK
-QE
-bK
-au
-bv
-ah
-aj
-aj
-aj
-aj
-aj
-aj
-al
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bo
-bf
-bv
-bv
-bv
-bv
-bv
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(56,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bL
-bQ
-bL
-bQ
-bL
-bL
-bv
-ci
-ci
-bv
-cr
-bQ
-bL
-bQ
-bL
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(57,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-aF
-bR
-aF
-bR
-bK
-aF
-bv
-ci
-ci
-bv
-az
-bR
-az
-bR
-az
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(58,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bN
-bR
-bN
-bR
-bK
-bN
-bv
-ci
-ci
-bv
-bN
-bR
-bN
-bR
-bN
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(59,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bM
-bR
-bM
-bR
-xA
-bM
-bv
-ci
-ci
-bv
-bM
-bR
-bM
-bR
-bM
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(60,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bO
-bR
-bO
-bR
-bK
-bO
-bv
-ci
-ci
-bv
-bO
-bR
-bO
-bR
-bO
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(61,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-aI
-bR
-aI
-bR
-bX
-aI
-bv
-ci
-ci
-bv
-aA
-bR
-aA
-bR
-aA
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(62,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-bk
-bn
-bn
-bn
-bn
-bn
-bn
-bs
-bv
-cL
-bS
-bP
-bS
-bP
-bP
-bv
-ci
-ci
-bv
-cL
-bS
-bP
-bS
-bP
-bv
-cS
-bn
-bn
-bn
-bn
-bn
-bn
-bs
-be
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(63,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bC
-bv
-bv
-bv
-ci
-cp
-bv
-bv
-bC
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(64,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-bv
-bm
-bm
-bm
-cB
-bv
-bD
-bD
-bD
-bD
-bq
-be
-fl
-be
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-cQ
-bq
-be
-be
-be
-be
-bE
-Fg
-bj
-bD
-bD
-bD
-bD
-bv
-cU
-bm
-bm
-bm
-bv
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(65,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-kD
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bv
-bK
-bK
-bK
-cB
-bv
-bn
-bn
-bn
-bn
-bs
-be
-be
-be
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-bx
-bq
-be
-be
-be
-be
-be
-be
-bk
-bn
-bn
-bn
-bn
-bv
-cz
-bK
-bK
-bK
-bv
-be
-be
-be
-be
-be
-bf
-bf
-bf
-bf
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(66,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-bf
-bf
-bf
-bf
-be
-be
-be
-be
-be
-be
-be
-bv
-bw
-bw
-bw
-cB
-bC
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-bY
-bq
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bC
-cz
-bw
-bw
-bw
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(67,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-Wk
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-cF
-bP
-bP
-cC
-bv
-be
-be
-be
-be
-be
-be
-cG
-bl
-bl
-cI
-be
-bj
-bv
-bv
-bv
-ci
-cp
-bv
-bv
-bv
-be
-be
-be
-be
-ct
-bi
-bl
-bl
-bp
-be
-be
-bv
-cA
-bP
-bP
-cb
-bv
-be
-be
-be
-be
-gD
-be
-be
-be
-be
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(68,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-be
-be
-bi
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bp
-bv
-bK
-bK
-bA
-bL
-bv
-bE
-be
-be
-be
-be
-be
-bj
-aw
-aw
-bq
-be
-be
-bv
-aJ
-aL
-aN
-aN
-aL
-Hl
-bv
-be
-be
-be
-be
-cW
-bj
-aw
-aw
-bq
-be
-be
-bv
-AS
-cE
-bK
-bK
-bv
-bi
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bp
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(69,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-bv
-bo
-bf
-bv
-bv
-bo
-bf
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bK
-bK
-cz
-cD
-bv
-be
-be
-cG
-bl
-bl
-bl
-bF
-aw
-aw
-bT
-cI
-be
-bv
-aK
-aQ
-dn
-dn
-dN
-aR
-bv
-be
-bi
-cV
-cV
-cV
-bF
-aw
-aw
-cu
-bp
-be
-bv
-cD
-cB
-bK
-yy
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bv
-bo
-bf
-bv
-bv
-bo
-bf
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(70,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-WS
-gt
-gt
-gt
-gt
-VR
-be
-be
-be
-be
-be
-be
-VR
-be
-gD
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-gX
-bK
-cz
-cD
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-Mj
-bZ
-dK
-dM
-dO
-aL
-bv
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-cD
-cB
-bK
-bK
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-VR
-be
-be
-be
-be
-be
-be
-VR
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(71,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-WS
-gT
-gT
-gT
-gT
-VR
-be
-be
-be
-be
-be
-be
-VR
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-fH
-bK
-cz
-cD
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-aM
-cP
-dK
-dM
-dN
-Mj
-bv
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-cD
-cB
-bK
-TR
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-VR
-be
-be
-be
-be
-be
-be
-VR
-aw
-bg
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(72,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-bv
-bo
-bf
-bv
-bv
-bo
-bf
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bK
-bK
-cz
-cD
-bv
-be
-be
-cH
-bn
-bn
-bn
-bG
-aw
-aw
-bU
-cJ
-be
-bv
-aO
-dh
-dL
-dL
-dO
-aR
-bv
-be
-bk
-bn
-bn
-bn
-bG
-aw
-aw
-bU
-bs
-be
-bv
-cD
-cB
-bK
-TR
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bv
-bo
-bf
-bv
-bv
-bo
-bf
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(73,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-be
-be
-bk
-bn
-bn
-bn
-bn
-bn
-bn
-bn
-bs
-bv
-bK
-bK
-cA
-bP
-bv
-be
-be
-be
-be
-be
-be
-bj
-aw
-aw
-bq
-be
-be
-bv
-aP
-aL
-aN
-aN
-aL
-aL
-bv
-be
-be
-be
-be
-be
-bj
-aw
-aw
-bq
-be
-be
-bv
-bP
-cC
-bK
-bK
-bv
-bk
-bn
-bn
-bn
-bn
-bn
-bn
-bn
-bs
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(74,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ON
-eL
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-ca
-bK
-bK
-ad
-bv
-be
-be
-be
-be
-be
-be
-cH
-bn
-bn
-cJ
-be
-bj
-bv
-bv
-bv
-ci
-cp
-bv
-bv
-bv
-be
-be
-be
-be
-be
-bk
-bn
-bn
-bs
-be
-be
-bv
-hd
-bK
-bK
-cs
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(75,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bf
-bf
-bf
-bf
-bf
-be
-be
-be
-be
-be
-be
-be
-bv
-bK
-bK
-bK
-bK
-bC
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-eE
-bq
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bC
-bK
-bK
-bK
-bK
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(76,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-Dt
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bv
-bL
-bL
-bL
-cE
-bv
-bl
-bl
-bl
-bl
-bp
-be
-be
-be
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-bx
-bq
-be
-be
-be
-be
-be
-be
-bi
-bl
-bl
-bl
-bl
-bv
-bA
-bL
-bL
-bL
-bv
-be
-be
-be
-be
-be
-bf
-bf
-bf
-bf
-bf
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(77,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-bv
-cK
-by
-by
-Du
-bv
-bD
-bD
-bD
-bD
-bq
-be
-be
-dZ
-be
-be
-be
-bj
-bY
-bY
-bv
-ci
-ci
-bv
-cR
-bq
-be
-be
-be
-dZ
-be
-be
-bj
-bD
-bD
-bD
-bD
-bv
-cz
-by
-by
-by
-bv
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(78,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bC
-bv
-bv
-bv
-ci
-cp
-bv
-bv
-bC
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(79,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-bi
-bl
-bl
-bl
-bl
-bl
-bl
-bp
-bv
-cM
-bQ
-bL
-bQ
-bL
-bL
-bv
-ci
-ci
-bv
-cM
-bQ
-bL
-bQ
-bL
-bv
-cT
-bl
-bl
-bl
-bl
-bl
-bl
-bp
-be
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(80,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-aF
-bR
-aF
-bR
-bK
-aF
-bv
-ci
-ci
-bv
-aC
-bR
-az
-bR
-az
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(81,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bN
-bR
-bN
-bR
-bK
-bN
-bv
-ci
-ci
-bv
-bN
-bR
-bN
-bR
-bN
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(82,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bM
-bR
-bM
-bR
-bX
-bM
-bv
-ci
-ci
-bv
-bM
-bR
-bM
-bR
-bM
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(83,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bO
-bR
-bO
-bR
-bX
-bO
-bv
-ci
-ci
-bv
-bO
-bR
-bO
-bR
-bO
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(84,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-aI
-bR
-aI
-bR
-bK
-aI
-bv
-ci
-ci
-bv
-aA
-bR
-aA
-bR
-aA
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(85,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-bv
-bP
-bS
-bP
-bS
-bP
-bP
-bv
-ci
-ci
-bv
-bP
-bS
-bP
-bS
-bP
-bv
-bj
-aw
-aw
-aw
-aw
-aw
-aw
-bq
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(86,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-bk
-bn
-bn
-bn
-bn
-bn
-bn
-bs
-bv
-uU
-bK
-bV
-bW
-bK
-Gs
-bv
-ci
-ci
-bv
-Gs
-bK
-QE
-bK
-Lw
-bv
-ai
-ak
-ak
-ak
-ak
-ak
-ak
-am
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bv
-bv
-bv
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(87,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-bv
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bv
-bv
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bv
-bK
-bK
-bK
-bK
-bK
-bK
-bv
-ci
-cq
-cd
-bB
-bB
-bB
-bB
-bB
-cd
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bz
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-aX
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(88,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-dr
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-dy
-bz
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bB
-bz
-bB
-bB
-bB
-bB
-bB
-bB
-cd
-cm
-bK
-bv
-Qe
-Ym
-Gs
-bJ
-Gs
-bv
-bn
-bn
-bn
-bn
-bn
-bn
-bv
-bv
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bf
-bv
-bv
-bo
-bf
-bv
-bv
-bv
-bv
-ds
-bv
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(89,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bv
-ds
-bv
-bv
-bv
-bv
-bf
-bf
-bv
-bv
-bf
-bd
-bv
-bv
-bo
-bf
-bv
-bv
-bv
-bv
-bv
-bv
-bn
-bn
-bn
-bn
-bn
-bn
-bv
-cN
-bJ
-bJ
-bJ
-tZ
-bJ
-bv
-bK
-bK
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aT
-dl
-aT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(90,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aT
-dl
-aT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-ao
-ao
-be
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bv
-bK
-bK
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-dj
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(91,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-dj
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bC
-bK
-bK
-bK
-bC
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aZ
-dm
-dt
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(92,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aZ
-dm
-dt
-dA
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-be
-be
-bv
-cn
-bK
-dV
-bv
-be
-be
-be
-be
-gD
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(93,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-dE
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-gD
-be
-be
-be
-bv
-cO
-cO
-bv
-bv
-ao
-be
-ao
-be
-be
-be
-ao
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(94,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-bb
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-be
-bv
-cw
-cw
-bv
-Ly
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-av
-aT
-aT
-aT
-aT
-db
-aT
-db
-aT
-aT
-aT
-aT
-dQ
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(95,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-av
-aT
-aT
-aT
-aT
-db
-aT
-db
-aT
-aT
-aT
-aT
-dQ
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-be
-bv
-cw
-cw
-bv
-be
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(96,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-be
-bv
-cw
-cw
-bv
-be
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(97,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-be
-bv
-dY
-cw
-bv
-be
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(98,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-be
-bv
-cw
-cw
-bv
-be
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(99,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-be
-bv
-cw
-cw
-bv
-be
-be
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(100,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-be
-bv
-dW
-dX
-bv
-Jb
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(101,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-bv
-dP
-dP
-bv
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(102,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-bv
-eb
-ec
-bv
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(103,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aa
-cc
-cY
-aa
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(104,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cc
-cY
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(105,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(106,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-bh
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(107,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(108,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(109,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ay
-aV
-aV
-aV
-aV
-dc
-aD
-du
-dB
-dB
-dB
-dB
-dS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(110,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-ax
-aU
-aU
-aU
-aU
-bb
-aD
-bb
-aU
-aU
-aU
-aU
-dR
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aB
-aY
-aY
-aY
-aY
-dd
-aS
-dv
-dC
-dC
-dC
-dC
-dT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(111,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aB
-aY
-aY
-aY
-aY
-dd
-aS
-dv
-dC
-dC
-dC
-dC
-dT
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(112,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-bb
-aD
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-dU
-de
-dg
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(113,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-de
-dg
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-cx
-df
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(114,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-cx
-df
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(115,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aD
-aD
-aD
-aD
-aD
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aS
-aS
-aS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(116,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aS
-aS
-aS
-dw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(117,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(118,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(119,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(120,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(121,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(122,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(123,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(124,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(125,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(126,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(127,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(128,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(129,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(130,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(131,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(132,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(133,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(134,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(135,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(136,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(137,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(138,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(139,1,1) = {"
-cZ
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-aw
-cZ
-"}
-(140,1,1) = {"
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-cZ
-"}
diff --git a/maps/southern_sun/overmap/planets/kara/kara.dm b/maps/southern_sun/overmap/planets/kara/kara.dm
deleted file mode 100644
index 5d31a3feaa..0000000000
--- a/maps/southern_sun/overmap/planets/kara/kara.dm
+++ /dev/null
@@ -1,105 +0,0 @@
-//Atmosphere properties //CHOMP Comment: I guess this Kara planetary information should go here. Kara is a gas giant, it ain't gonna be getting very many other maps.
-#define KARA_ONE_ATMOSPHERE 101.5 //kPa
-#define KARA_AVG_TEMP 150 //kelvin
-
-#define KARA_PER_N2 0.10 //percent
-#define KARA_PER_O2 0.03
-#define KARA_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm
-#define KARA_PER_CO2 0.87
-#define KARA_PER_PHORON 0.00
-
-//Math only beyond this point
-#define KARA_MOL_PER_TURF (KARA_ONE_ATMOSPHERE*CELL_VOLUME/(KARA_AVG_TEMP*R_IDEAL_GAS_EQUATION))
-#define KARA_MOL_N2 (KARA_MOL_PER_TURF * KARA_PER_N2)
-#define KARA_MOL_O2 (KARA_MOL_PER_TURF * KARA_PER_O2)
-#define KARA_MOL_N2O (KARA_MOL_PER_TURF * KARA_PER_N2O)
-#define KARA_MOL_CO2 (KARA_MOL_PER_TURF * KARA_PER_CO2)
-#define KARA_MOL_PHORON (KARA_MOL_PER_TURF * KARA_PER_PHORON)
-
-//Turfmakers
-#define KARA_SET_ATMOS nitrogen=KARA_MOL_N2;oxygen=KARA_MOL_O2;carbon_dioxide=KARA_MOL_CO2;phoron=KARA_MOL_PHORON;temperature=KARA_AVG_TEMP
-#define KARA_TURF_CREATE(x) x/kara/nitrogen=KARA_MOL_N2;x/kara/oxygen=KARA_MOL_O2;x/kara/carbon_dioxide=KARA_MOL_CO2;x/kara/phoron=KARA_MOL_PHORON;x/kara/temperature=KARA_AVG_TEMP;x/kara/color="#eacd7c"
-
-// Overmap object for Kara, hanging in the void of space
-/obj/effect/overmap/visitable/planet/kara
- name = "Kara"
- desc = "Uninhabitable gas giant. Derelict installations present in the upper atmosphere."
- scanner_desc = @{"[i]Stellar Body[/i]: Kara
-[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Installation
-[i]Transponder[/i]: Transmitting (CIV), Vir IFF
-[b]Notice[/b]: CONDEMNED! NO ENTRY! -Vir System Authority"}
-
- map_z = list(Z_LEVEL_AEROSTAT) // Using the aerostat as the map as it is the only z-level in the atmosphere. Located in /maps/southern_cross/overmap/planets/kara/aerostat/
- initial_generic_waypoints = list("northern_star_mine_dock", "northern_star_mine_echidna_dock", "aerostat_west","aerostat_east","aerostat_south","aerostat_northwest","aerostat_northeast") //northern_star.dm landmarks
- start_x = 14
- start_y = 14
- skybox_offset_x = 128
- skybox_offset_y = 128
- surface_color = "#AD9100" // While many of these vars don't really make sense for a gas giant, they're necessary for the planet image generation we currently have.
- mountain_color = "#A58A00" // Maybe we'll have a proper gas giant later.
- water_color = "#A88D00"
- ice_color = "#AD9100"
- atmosphere_color = "#C19562"
- icon_state = "chlorine"
- known = 1
-
-
-/obj/effect/overmap/visitable/planet/kara/get_skybox_representation()
- var/image/tmp = ..()
- tmp.pixel_x = skybox_offset_x
- tmp.pixel_y = skybox_offset_y
- return tmp
-
-/obj/effect/overmap/visitable/planet/kara/Initialize()
- atmosphere = new(CELL_VOLUME) // Necessary for the planet overmap icon to generate properly, but gas type does not seem to matter.
- atmosphere.adjust_gas_temp("carbon_dioxide", KARA_MOL_CO2, KARA_AVG_TEMP)
- atmosphere.adjust_gas_temp("nitrogen", KARA_MOL_N2, KARA_AVG_TEMP)
- atmosphere.adjust_gas_temp("oxygen", KARA_MOL_O2, KARA_AVG_TEMP)
-
- . = ..()
-
- docking_codes = null
-
-
-/turf/unsimulated/floor/sky/kara_sky
- name = "kara atmosphere"
- desc = "Be careful where you step!"
- color = "#eacd7c"
- KARA_SET_ATMOS
- does_skyfall = FALSE
-
-/turf/unsimulated/floor/sky/kara_sky/Entered(atom/movable/AM, atom/oldloc)
- . = ..()
- if(isobserver(AM))
- return //Don't ghostport, very annoying
- if(AM.throwing)
- return //Being thrown over, not fallen yet
- if(!(AM.can_fall()))
- return // Phased shifted kin should not fall
- if(istype(AM, /obj/item/projectile))
- return // pewpew should not fall out of the sky. pew.
- if(istype(AM, /obj/effect/projectile))
- return // ...neither should the effects be falling
-
- var/mob/living/L
- if(isliving(AM))
- L = AM
- if(L.is_floating)
- return //Flyers/nograv can ignore it
-
- qdel(AM)
-
-/turf/simulated/shuttle/wall/voidcraft/green/kara
- KARA_SET_ATMOS
- color = "#eacd7c"
-
-/turf/simulated/shuttle/wall/voidcraft/green/kara/nocol
- color = null
-
-KARA_TURF_CREATE(/turf/unsimulated/wall/planetary)
-
-KARA_TURF_CREATE(/turf/simulated/wall)
-KARA_TURF_CREATE(/turf/simulated/floor/plating)
-KARA_TURF_CREATE(/turf/simulated/floor/bluegrid)
-KARA_TURF_CREATE(/turf/simulated/floor/tiled/techfloor)
diff --git a/maps/southern_sun/overmap/planets/kara/kara_OM_only.dm b/maps/southern_sun/overmap/planets/kara/kara_OM_only.dm
deleted file mode 100644
index 260f56d4a2..0000000000
--- a/maps/southern_sun/overmap/planets/kara/kara_OM_only.dm
+++ /dev/null
@@ -1,64 +0,0 @@
-//Atmosphere properties //CHOMP Comment: I guess this Kara planetary information should go here. Kara is a gas giant, it ain't gonna be getting very many other maps.
-#define KARA_ONE_ATMOSPHERE 101.5 //kPa
-#define KARA_AVG_TEMP 150 //kelvin
-
-#define KARA_PER_N2 0.10 //percent
-#define KARA_PER_O2 0.03
-#define KARA_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm
-#define KARA_PER_CO2 0.87
-#define KARA_PER_PHORON 0.00
-
-//Math only beyond this point
-#define KARA_MOL_PER_TURF (KARA_ONE_ATMOSPHERE*CELL_VOLUME/(KARA_AVG_TEMP*R_IDEAL_GAS_EQUATION))
-#define KARA_MOL_N2 (KARA_MOL_PER_TURF * KARA_PER_N2)
-#define KARA_MOL_O2 (KARA_MOL_PER_TURF * KARA_PER_O2)
-#define KARA_MOL_N2O (KARA_MOL_PER_TURF * KARA_PER_N2O)
-#define KARA_MOL_CO2 (KARA_MOL_PER_TURF * KARA_PER_CO2)
-#define KARA_MOL_PHORON (KARA_MOL_PER_TURF * KARA_PER_PHORON)
-
-// Overmap object for Kara, hanging in the void of space
-/obj/effect/overmap/visitable/planet/kara
- name = "Kara"
- desc = "Uninhabitable gas giant."
- scanner_desc = @{"[i]Stellar Body[/i]: Kara
-[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Installation
-[i]Transponder[/i]: Transmitting (CIV), Vir IFF
-[b]Notice[/b]: CONDEMNED! NO ENTRY! -Vir System Authority"}
-
- map_z = list() // Using the aerostat as the map as it is the only z-level in the atmosphere. Located in /maps/southern_cross/overmap/planets/kara/aerostat/
- initial_generic_waypoints = list() //northern_star.dm landmarks
- start_x = 14
- start_y = 14
- skybox_offset_x = 128
- skybox_offset_y = 128
- surface_color = "#AD9100" // While many of these vars don't really make sense for a gas giant, they're necessary for the planet image generation we currently have.
- mountain_color = "#A58A00" // Maybe we'll have a proper gas giant later.
- water_color = "#A88D00"
- ice_color = "#AD9100"
- atmosphere_color = "#C19562"
- icon_state = "chlorine"
- known = 1
-
-
-/obj/effect/overmap/visitable/planet/kara/get_skybox_representation()
- var/image/tmp = ..()
- tmp.pixel_x = skybox_offset_x
- tmp.pixel_y = skybox_offset_y
- return tmp
-
-/obj/effect/overmap/visitable/planet/kara/Initialize()
- atmosphere = new(CELL_VOLUME) // Necessary for the planet overmap icon to generate properly, but gas type does not seem to matter.
- atmosphere.adjust_gas_temp("carbon_dioxide", KARA_MOL_CO2, KARA_AVG_TEMP)
- atmosphere.adjust_gas_temp("nitrogen", KARA_MOL_N2, KARA_AVG_TEMP)
- atmosphere.adjust_gas_temp("oxygen", KARA_MOL_O2, KARA_AVG_TEMP)
-
- . = ..()
-
- docking_codes = null
-
-/obj/effect/overmap/visitable/planet/kara/find_z_levels()
- return
-
-/obj/effect/overmap/visitable/planet/kara/register_z_levels()
- return
diff --git a/maps/southern_sun/overmap/planets/kara/northern_star/backup/northern_star_mine.dmm b/maps/southern_sun/overmap/planets/kara/northern_star/backup/northern_star_mine.dmm
deleted file mode 100644
index 6f298cc541..0000000000
--- a/maps/southern_sun/overmap/planets/kara/northern_star/backup/northern_star_mine.dmm
+++ /dev/null
@@ -1,88869 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/space,
-/area/space)
-"ab" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/space,
-/area/space)
-"ac" = (
-/turf/space,
-/area/syndicate_station/mining)
-"ad" = (
-/turf/simulated/mineral,
-/area/mine/unexplored)
-"ae" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"af" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/toxins_hallway)
-"ag" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tox_store)
-"ah" = (
-/turf/simulated/wall,
-/area/outpost/research/mixing)
-"ai" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"aj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ak" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"al" = (
-/turf/simulated/wall,
-/area/outpost/research/tox_store)
-"am" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/test_area)
-"an" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/test_area)
-"ao" = (
-/obj/machinery/vending/phoronresearch,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ap" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"aq" = (
-/obj/structure/closet/hydrant{
- pixel_x = -32
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ar" = (
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"as" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/storage/box/lights/mixed,
-/obj/item/extinguisher,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"at" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"au" = (
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"av" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"aw" = (
-/obj/structure/dispenser,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ax" = (
-/obj/structure/table/standard,
-/obj/item/tool/wrench,
-/obj/item/tool/screwdriver{
- pixel_y = 10
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/item/tool/crowbar,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ay" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"az" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 30;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aA" = (
-/turf/simulated/wall,
-/area/outpost/research/hallway/toxins_hallway)
-"aB" = (
-/obj/machinery/door/airlock{
- name = "Toxins Emergency Storage"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"aC" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aD" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aE" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aF" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"aG" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aH" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aI" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/powered/pump,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aJ" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aL" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aM" = (
-/obj/machinery/portable_atmospherics/powered/pump,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aN" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aO" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aP" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access = list(8)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aQ" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aS" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aT" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aU" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aV" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/red{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/red{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/meter,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aX" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 10;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aZ" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ba" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bd" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access = list(8)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"be" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bh" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bi" = (
-/obj/machinery/atmospherics/binary/pump,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bj" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 1;
- name = "Heater to Waste"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bk" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 2;
- name = "Waste to Scrubbers"
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"bl" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bm" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bn" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bo" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Fore";
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/computer/area_atmos,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"br" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Gas Storage";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bs" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bt" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bu" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bv" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bw" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 33
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bx" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"by" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bA" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 1;
- name = "Heated to Waste"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bB" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bC" = (
-/obj/structure/closet/bombcloset,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bD" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bF" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bG" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bH" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bI" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bJ" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bK" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"bM" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bN" = (
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/mixing)
-"bO" = (
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/mixing)
-"bP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bQ" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bR" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Lab Fore";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bS" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bV" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bW" = (
-/turf/simulated/wall,
-/area/outpost/research/toxins_launch)
-"bX" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bY" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bZ" = (
-/obj/structure/sign/fire,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"ca" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 6
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/purple{
- dir = 1
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 9
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cd" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ce" = (
-/obj/machinery/atmospherics/binary/passive_gate{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cf" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cg" = (
-/obj/structure/closet/emcloset,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ch" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ci" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cj" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ck" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Mid";
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cl" = (
-/obj/machinery/mass_driver{
- dir = 4;
- id = "toxinsdriver"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cm" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/airlock_sensor{
- pixel_y = 25
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"co" = (
-/obj/machinery/door/blast/regular{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cp" = (
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cq" = (
-/obj/machinery/door/blast/regular{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"cr" = (
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"cs" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Toxins Test Chamber North";
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"ct" = (
-/obj/machinery/door/blast/regular{
- id = "mixvent";
- name = "Mixer Room Vent"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cu" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cv" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cw" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1443;
- icon_state = "map_injector";
- id = "air_in";
- use_power = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cy" = (
-/obj/machinery/airlock_sensor{
- id_tag = "tox_airlock_sensor";
- master_tag = "tox_airlock_control";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cA" = (
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- id_tag = "tox_airlock_control";
- pixel_x = -24;
- pixel_y = 0;
- tag_airpump = "tox_airlock_pump";
- tag_chamber_sensor = "tox_airlock_sensor";
- tag_exterior_door = "tox_airlock_exterior";
- tag_interior_door = "tox_airlock_interior"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/tvalve/bypass{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cB" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cC" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cD" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"cE" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cH" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"cK" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cL" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cM" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Starboard";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cN" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cO" = (
-/obj/machinery/door/window/southright{
- name = "Toxins Launcher";
- req_access = list(8)
- },
-/obj/machinery/door/window/southright{
- dir = 1;
- name = "Toxins Launcher";
- req_access = list(8)
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"cP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"cQ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"cR" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"cS" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cT" = (
-/obj/machinery/air_sensor{
- frequency = 1430;
- id_tag = "toxins_mixing_exterior";
- output = 63
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cU" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1379;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_exterior";
- locked = 1;
- name = "Mixing Room Exterior Airlock";
- req_access = list(7)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cV" = (
-/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id = "tox_airlock_pump"
- },
-/obj/machinery/air_sensor{
- frequency = 1430;
- id_tag = "toxins_mixing_interior";
- output = 63;
- pixel_x = -8;
- pixel_y = -18
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cW" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1379;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_interior";
- locked = 1;
- name = "Mixing Room Interior Airlock";
- req_access = list(7)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cX" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cZ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Toxins Lab";
- req_access = list(7)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"da" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"db" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"de" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"df" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dg" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dh" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"di" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room";
- req_access = list(7)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dj" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1;
- icon_state = "warningcorner"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dk" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dl" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dn" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"do" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dq" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"dr" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9;
- icon_state = "intact"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"ds" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 0;
- external_pressure_bound_default = 0;
- icon_state = "map_vent_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- internal_pressure_bound_default = 4000;
- pressure_checks = 2;
- pressure_checks_default = 2;
- pump_direction = 0;
- use_power = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"dt" = (
-/obj/structure/sign/fire{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"du" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"dv" = (
-/obj/machinery/button/remote/blast_door{
- id = "mixvent";
- name = "Mixing Room Vent Control";
- pixel_x = -25;
- pixel_y = 5;
- req_access = list(7)
- },
-/obj/machinery/button/ignition{
- id = "mixingsparker";
- pixel_x = -25;
- pixel_y = -5
- },
-/obj/machinery/atmospherics/valve{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dw" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dz" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dB" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dC" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dD" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dF" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Launch Room";
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dH" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dK" = (
-/obj/machinery/door/airlock/external{
- name = "Toxins Test Chamber"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dL" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue,
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dM" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dN" = (
-/obj/machinery/computer/general_air_control{
- frequency = 1430;
- name = "Mixing Chamber Monitor";
- sensors = list("toxins_mixing_exterior" = "Mixing Chamber - Exterior", "toxins_mixing_interior" = "Mixing Chamber - Interior")
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dO" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dP" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dR" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dT" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"dU" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Misc Lab";
- req_access = list(8)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"dV" = (
-/obj/machinery/disposal,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dW" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dX" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/driver{
- dir = 2;
- id = "toxinsdriver";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dZ" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ea" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eb" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ec" = (
-/obj/machinery/door/airlock/external{
- name = "Toxins Test Chamber"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"ed" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"ee" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ef" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eg" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eh" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ei" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ej" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ek" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Lab Aft";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"el" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"em" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"en" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/clipboard,
-/obj/item/pen,
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eo" = (
-/obj/structure/table/standard,
-/obj/item/folder,
-/obj/item/clothing/glasses/science,
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Misc Lab";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"ep" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eq" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"er" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"es" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"et" = (
-/turf/simulated/wall,
-/area/outpost/research/test_area)
-"eu" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/simulated/wall,
-/area/outpost/research/test_area)
-"ev" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ew" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ex" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ey" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ez" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eA" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eD" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "toxins_airlock";
- name = "interior access button";
- pixel_x = 0;
- pixel_y = 26;
- req_one_access = list(8,13,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_inner";
- locked = 1;
- name = "Toxins External Access"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/toxins_misc_lab)
-"eG" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "toxins_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "toxins_airlock";
- pixel_x = 0;
- pixel_y = 25;
- tag_airpump = "toxins_pump";
- tag_chamber_sensor = "toxins_sensor";
- tag_exterior_door = "toxins_outer";
- tag_interior_door = "toxins_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "toxins_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eH" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_outer";
- locked = 1;
- name = "Toxins External Access";
- req_access = list(8,10,13)
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"eI" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "toxins_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(8,13,65)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eJ" = (
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eK" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"eL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eM" = (
-/obj/machinery/atmospherics/omni/mixer{
- tag_east = 2;
- tag_east_con = null;
- tag_north = 1;
- tag_north_con = 0.5;
- tag_south = 0;
- tag_south_con = null;
- tag_west = 1;
- tag_west_con = 0.5;
- use_power = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eN" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/obj/machinery/meter,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eO" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 6;
- tag_south = 0;
- tag_west = 1;
- use_power = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eP" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eS" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Aft";
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eT" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eU" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eW" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eX" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eY" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eZ" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fa" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fb" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"fc" = (
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/toxins_misc_lab)
-"fd" = (
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fe" = (
-/obj/structure/closet,
-/obj/item/clothing/accessory/armband/science,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"ff" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/xenobiology)
-"fg" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fh" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fi" = (
-/obj/machinery/door/airlock{
- name = "Toxins Misc Storage"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fj" = (
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "toxins_airlock_control";
- name = "Toxins Access Console";
- pixel_x = 0;
- pixel_y = -28;
- tag_exterior_door = "toxins_airlock_exterior";
- tag_interior_door = "toxins_airlock_interior"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fk" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/closet/bombcloset,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fn" = (
-/obj/structure/closet,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"fo" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 8
- },
-/obj/item/pipe_meter,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fp" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 10
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"fr" = (
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ft" = (
-/turf/simulated/wall,
-/area/outpost/research/xenobiology)
-"fu" = (
-/obj/structure/table/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/item/clothing/accessory/armband/science,
-/obj/item/clothing/glasses/science,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fv" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_airlock_interior";
- locked = 1;
- name = "Toxins Internal Airlock";
- req_access = list(7)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fx" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fy" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 29
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"fA" = (
-/mob/living/simple_mob/metroid/mine,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fB" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fC" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fD" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fE" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "toxins_airlock_control";
- name = "Toxins Access Button";
- pixel_x = 26;
- pixel_y = 26;
- req_access = list(7)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Access";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fG" = (
-/obj/item/tool/wrench,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/toxins_misc_lab)
-"fH" = (
-/obj/machinery/pipedispenser,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/toxins_misc_lab)
-"fI" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"fJ" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"fK" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Fore Port";
- dir = 2
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 40;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"fL" = (
-/obj/structure/table/standard,
-/obj/item/weldingtool,
-/obj/item/clothing/head/welding,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"fM" = (
-/obj/structure/closet/firecloset,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fO" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"fP" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/space,
-/area/space)
-"fQ" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"fR" = (
-/obj/structure/closet/bombcloset/double,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"fS" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"fT" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fU" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fV" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fW" = (
-/obj/structure/grille,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fX" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fY" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fZ" = (
-/obj/machinery/camera/network/research/xenobio,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ga" = (
-/obj/structure/sign/securearea,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/toxins_hallway)
-"gb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_airlock_exterior";
- locked = 1;
- name = "Toxins External Airlock";
- req_access = list(7)
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "toxins_airlock_control";
- name = "Toxins Access Button";
- pixel_x = 26;
- pixel_y = 0;
- req_access = list(7)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"gc" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/space,
-/area/space)
-"gd" = (
-/obj/structure/closet/l3closet/scientist/double,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"ge" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gf" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gg" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gh" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gi" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gj" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gk" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Fore Starboard";
- dir = 2
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio2";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 30;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gl" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gm" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/sink{
- pixel_y = 30
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gn" = (
-/obj/structure/table/standard,
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"go" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"gp" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gq" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gr" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Exterior";
- dir = 2
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gs" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"gt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gu" = (
-/obj/structure/closet/radiation,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"gv" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gw" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gx" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gy" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gz" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gB" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gC" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gD" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio3";
- name = "Containment Blast Doors";
- pixel_x = 24;
- pixel_y = -10;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gE" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"gF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gH" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gI" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"gJ" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/turf/space,
-/area/space)
-"gK" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9;
- icon_state = "intact"
- },
-/turf/space,
-/area/space)
-"gL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gM" = (
-/obj/structure/closet/firecloset/full/double,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"gN" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gO" = (
-/obj/machinery/light,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gT" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gV" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"gX" = (
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"gY" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"gZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ha" = (
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"hb" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/turf/space,
-/area/space)
-"hc" = (
-/obj/structure/window/reinforced,
-/turf/simulated/floor/airless,
-/area/space)
-"hd" = (
-/obj/structure/sign/biohazard,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/xenobiology)
-"he" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hg" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hi" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hj" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/eastright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hk" = (
-/obj/machinery/door/window/brigdoor/westleft{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hl" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/turf/space,
-/area/space)
-"hn" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"ho" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Exterior";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hp" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hq" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hr" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/xenobiology)
-"hs" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = -22
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ht" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hu" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hv" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hw" = (
-/obj/machinery/smartfridge/secure/extract,
-/obj/structure/sign/deathsposal{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hx" = (
-/obj/machinery/processor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hy" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hz" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hA" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"hB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hC" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hD" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/space)
-"hE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hH" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hI" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hK" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xeno_airlock_exterior";
- locked = 1;
- name = "Xenobiology External Airlock";
- req_access = list(55)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "xeno_airlock_control";
- name = "Xenobiology Access Button";
- pixel_x = 0;
- pixel_y = -26;
- req_access = list(55)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "xeno_airlock_control";
- name = "Xenobiology Access Button";
- pixel_x = 26;
- pixel_y = -26;
- req_access = list(55)
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xeno_airlock_interior";
- locked = 1;
- name = "Xenobiology Internal Airlock";
- req_access = list(55)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hS" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "xeno_airlock_control";
- name = "Xenobiology Access Console";
- pixel_x = -26;
- pixel_y = -28;
- tag_exterior_door = "xeno_airlock_exterior";
- tag_interior_door = "xeno_airlock_interior"
- },
-/obj/machinery/light_switch{
- pixel_x = -26;
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hV" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/material/phoron,
-/obj/item/stack/material/phoron,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hW" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hX" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hZ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ia" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/machinery/button/remote/blast_door{
- desc = "It controls blast doors, remotely.";
- id = "xenobiodivid";
- name = "Divider Switch";
- pixel_x = 38;
- pixel_y = 0;
- req_access = list(55)
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ib" = (
-/obj/machinery/door/blast/regular{
- id = "xenobiodivid"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ic" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"id" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ie" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"if" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ig" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ih" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ii" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ij" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ik" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Access";
- dir = 1
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"il" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"im" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/reagent_containers/food/snacks/monkeycube/wrapped,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"in" = (
-/obj/structure/table/standard,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/item/hand_labeler,
-/obj/item/slime_scanner,
-/obj/item/slime_scanner,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"io" = (
-/obj/structure/table/standard,
-/obj/item/glass_jar,
-/obj/item/glass_jar,
-/obj/item/storage/box/syringes,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ip" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iq" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ir" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"is" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"it" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"iu" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iv" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iw" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Gear Storage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ix" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"iy" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/space,
-/area/space)
-"iz" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"iA" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iB" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iC" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/eastright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iE" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"iG" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/pen/blue{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/item/pen/red{
- pixel_x = -1;
- pixel_y = 3
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"iH" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iI" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/vending/wallmed1{
- name = "Emergency NanoMed";
- pixel_x = -7;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iJ" = (
-/obj/machinery/chemical_dispenser/full{
- density = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iN" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iO" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iP" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"iQ" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iR" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio4";
- name = "Containment Blast Doors";
- pixel_x = 20;
- pixel_y = -8;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iS" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Aft Port";
- dir = 1
- },
-/obj/structure/cable/blue,
-/obj/machinery/button/remote/blast_door{
- id = "xenobio6";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = -25;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iU" = (
-/obj/structure/table/standard,
-/obj/item/clipboard,
-/obj/item/folder,
-/obj/item/pen,
-/obj/item/melee/baton/slime/loaded,
-/obj/item/gun/energy/taser/xeno,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"iV" = (
-/obj/structure/bed/chair/office/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iW" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iX" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iY" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iZ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ja" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jb" = (
-/obj/structure/table/standard,
-/obj/item/folder/red{
- pixel_y = 3
- },
-/obj/item/folder/blue{
- pixel_x = 5
- },
-/obj/item/reagent_containers/spray/cleaner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jc" = (
-/obj/structure/bed/chair/office/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jd" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"je" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jg" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Aft Starboard";
- dir = 1
- },
-/obj/structure/cable/blue,
-/obj/machinery/button/remote/blast_door{
- id = "xenobio5";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = -25;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jh" = (
-/obj/machinery/camera/network/research/xenobio{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ji" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jj" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jk" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/computer/security/xenobio,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jl" = (
-/obj/structure/table/steel,
-/obj/item/clothing/glasses/science,
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jn" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jo" = (
-/obj/structure/table/standard,
-/obj/item/melee/baton/slime/loaded,
-/obj/item/gun/energy/taser/xeno,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jp" = (
-/obj/item/clothing/shoes/galoshes,
-/obj/item/clothing/shoes/galoshes,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jq" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jr" = (
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"js" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jt" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"ju" = (
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jv" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jw" = (
-/obj/machinery/button/remote/blast_door{
- desc = "A remote control-switch for a door to space.";
- id = "xenobioout6";
- name = "Containment Release Switch";
- pixel_x = 0;
- pixel_y = -28;
- req_access = list(55)
- },
-/obj/structure/sink,
-/obj/structure/cable/blue,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jx" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/item/extinguisher,
-/obj/item/extinguisher,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jy" = (
-/obj/structure/closet,
-/obj/item/toy/figure/scientist,
-/obj/item/clothing/accessory/armband/science,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jz" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jA" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jB" = (
-/turf/space,
-/area/mine/unexplored)
-"jC" = (
-/obj/structure/sign/vacuum{
- pixel_x = 32
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jD" = (
-/obj/machinery/door/blast/regular{
- desc = "By gods, release the hounds!";
- id = "xenobioout6";
- name = "Containment Release"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jE" = (
-/turf/simulated/floor/airless,
-/area/space)
-"jF" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"jG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jH" = (
-/obj/item/extinguisher,
-/obj/item/orion_ship,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/coin/phoron{
- desc = "A phoron coin, signifying one who incredibly lost, and found a sign.";
- name = "'I got lost' award."
- },
-/obj/structure/closet/crate,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/unexplored)
-"jI" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jJ" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -27
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jK" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/medical)
-"jL" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dock)
-"jM" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Catwalk Access";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"jN" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dock)
-"jO" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dorms)
-"jP" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/longtermstorage)
-"jQ" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tempstorage)
-"jR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"jS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"jT" = (
-/turf/simulated/wall,
-/area/outpost/research/medical)
-"jU" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jW" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jX" = (
-/turf/simulated/wall,
-/area/outpost/research/dorms)
-"jY" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"jZ" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/closet/crate,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ka" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/table/rack,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"kc" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/toxin,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kd" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"ke" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall,
-/area/outpost/research/medical)
-"kf" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Exterior";
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"kg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kh" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ki" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kj" = (
-/obj/machinery/vending/cola,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 34
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kk" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kl" = (
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"km" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kn" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ko" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kp" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kq" = (
-/turf/simulated/wall,
-/area/outpost/research/tempstorage)
-"kr" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/emergency{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tempstorage)
-"ks" = (
-/turf/simulated/wall,
-/area/mine/explored)
-"kt" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ku" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kv" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kw" = (
-/obj/effect/floor_decal/corner/paleblue,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"ky" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kz" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kB" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kC" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kG" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kH" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kI" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kJ" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kL" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kM" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kN" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kO" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kP" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kQ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kS" = (
-/obj/structure/table/standard,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/roller{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/roller,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kT" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kU" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/sleep_console,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kW" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kX" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_medical{
- req_access = newlist();
- req_one_access = newlist()
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kY" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kZ" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"la" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lb" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Research Lounge";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ld" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"le" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lf" = (
-/obj/structure/noticeboard/anomaly{
- icon_state = "nboard05";
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"li" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lj" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lk" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research Toxins Test Chamber East";
- dir = 8;
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"ll" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ln" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lo" = (
-/obj/structure/closet/secure_closet/scientist,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lp" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lr" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ls" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lt" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lw" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lx" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"ly" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"lz" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lA" = (
-/obj/effect/floor_decal/corner/paleblue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lB" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lC" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lD" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/bed/roller,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lE" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lG" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lH" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Research Lounge";
- req_access = list(47)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lI" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lL" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lN" = (
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lO" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lP" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"lQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lR" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -28;
- pixel_z = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lS" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lV" = (
-/obj/machinery/conveyor{
- dir = 3;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating{
- dir = 10
- },
-/area/outpost/research/tempstorage)
-"lW" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lX" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lY" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/research/tempstorage)
-"lZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"ma" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"mb" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = newlist();
- req_one_access = newlist()
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"mc" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/medical)
-"md" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"me" = (
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mf" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Fore";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mh" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mi" = (
-/obj/structure/table/glass,
-/obj/machinery/recharger{
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mj" = (
-/obj/structure/table/glass,
-/obj/item/hand_labeler,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mk" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ml" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mm" = (
-/obj/machinery/door/airlock{
- name = "Room 1"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dorms)
-"mn" = (
-/obj/machinery/door/airlock{
- name = "Room 2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dorms)
-"mo" = (
-/obj/machinery/door/airlock{
- name = "Toilet"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mp" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"mq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mr" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Long Term Storage";
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"ms" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"mt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/research/tempstorage)
-"mu" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Temporary Storage";
- dir = 4
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mx" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"my" = (
-/obj/effect/floor_decal/industrial/warning/cee{
- dir = 4;
- icon_state = "warningcee"
- },
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mz" = (
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/research/tempstorage)
-"mA" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"mB" = (
-/turf/simulated/wall,
-/area/outpost/research/dock)
-"mC" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/research/dock)
-"mD" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"mE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mF" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mH" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mI" = (
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mJ" = (
-/obj/machinery/computer/crew,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"mL" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mM" = (
-/obj/structure/bookcase/manuals/xenoarchaeology,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mN" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/clipboard,
-/obj/item/pen,
-/obj/item/taperecorder,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mO" = (
-/obj/structure/table/glass,
-/obj/item/folder,
-/obj/item/stamp,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mP" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"mR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"mS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mT" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"mU" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/curtain/open/shower,
-/obj/machinery/door/window/westright{
- name = "Shower"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mV" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall,
-/area/outpost/research/longtermstorage)
-"mW" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Long Term Storage";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mX" = (
-/turf/simulated/wall,
-/area/outpost/research/longtermstorage)
-"mY" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"na" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nb" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nc" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nd" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/research/tempstorage)
-"ne" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/shuttle/research/outpost)
-"nf" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ng" = (
-/obj/structure/table/standard,
-/obj/item/material/ashtray/glass,
-/obj/item/reagent_containers/food/drinks/coffee,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nh" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ni" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nj" = (
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = -27
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nk" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/cups,
-/obj/item/storage/box/glasses/square{
- pixel_x = 1;
- pixel_y = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nl" = (
-/obj/structure/table/glass,
-/obj/item/camera_film{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/camera,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nm" = (
-/obj/item/bedsheet/purple,
-/obj/structure/bed/padded,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"nn" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"no" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"np" = (
-/obj/structure/toilet{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"nq" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/starboard)
-"nr" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ns" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nt" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nu" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"nv" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nw" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nx" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"ny" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nz" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/machinery/conveyor_switch{
- id = "anotempload";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nA" = (
-/obj/structure/sign/science{
- desc = "A warning sign which reads 'SCIENCE!'. It has fine print below it reading 'May or may not contain spiders'."
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tempstorage)
-"nB" = (
-/obj/machinery/conveyor_switch{
- id = "anotempload";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/research/tempstorage)
-"nC" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/space,
-/area/outpost/research/dock)
-"nD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nH" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nI" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nK" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nL" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nM" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nN" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nP" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nQ" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/item/cell/high,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Temporary Storage";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nV" = (
-/turf/simulated/wall,
-/area/outpost/research/hallway/starboard)
-"nW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"nX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"nY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 4;
- frequency = 1380;
- id_tag = "research_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Research Dock Airlock";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oa" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "research_outpost_dock";
- pixel_x = 0;
- pixel_y = 30;
- req_one_access = list(13,48);
- tag_airpump = "research_outpost_pump";
- tag_chamber_sensor = "research_outpost_sensor";
- tag_exterior_door = "research_outpost_outer";
- tag_interior_door = "research_outpost_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"ob" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oc" = (
-/obj/machinery/computer/guestpass{
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"od" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oe" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"of" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"og" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/mid)
-"oj" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ok" = (
-/obj/structure/sink{
- pixel_y = 22
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ol" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"om" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"on" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"oo" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/hallway/mid)
-"op" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/mid)
-"oq" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"or" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"os" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ot" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ou" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/space_heater,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ov" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/portable_atmospherics/powered/pump/filled{
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ow" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ox" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oy" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oz" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oA" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oB" = (
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oC" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Starboard 2"
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oD" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oE" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oF" = (
-/obj/machinery/atmospherics/binary/pump/on,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"oH" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "research_airlock";
- pixel_x = 0;
- pixel_y = 25;
- tag_airpump = "research_pump";
- tag_chamber_sensor = "research_sensor";
- tag_exterior_door = "research_outer";
- tag_interior_door = "research_inner"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oI" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/structure/ore_box,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"oK" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"oL" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"oM" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "research_outpost_outer";
- locked = 1;
- name = "Research Dock Airlock";
- req_access = list(10,13)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "research_outpost_dock";
- name = "exterior access button";
- pixel_x = -6;
- pixel_y = -26;
- req_one_access = list(13,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oN" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oP" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "research_outpost_inner";
- locked = 1;
- name = "Research Outpost Dock"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oQ" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "research_outpost_dock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oV" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Toxins Test Chamber South";
- dir = 1;
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"oW" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oZ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pa" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pd" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pe" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pg" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ph" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pi" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pj" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pm" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pn" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"po" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pp" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pr" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ps" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pu" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "research_airlock";
- name = "interior access button";
- pixel_x = 26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "research_inner";
- locked = 1;
- name = "Research Outpost External Access"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pw" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"px" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"py" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "research_outer";
- locked = 1;
- name = "Research Outpost External Access";
- req_access = list(10,13)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pz" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "research_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"pA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"pB" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 4;
- frequency = 1380;
- id_tag = "research_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"pC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "research_outpost_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"pD" = (
-/obj/machinery/computer/shuttle_control/research{
- name = "research elevator control console"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pF" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pG" = (
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pH" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pI" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pJ" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pL" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pM" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pN" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Mid 1";
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pO" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pP" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pQ" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pS" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pT" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Mid 2";
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pU" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pV" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/mid)
-"pX" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pY" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qa" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qb" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qd" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qe" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qf" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qi" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qj" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qk" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "research_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/light/small,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ql" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Airlock";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"qn" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qo" = (
-/obj/structure/lattice,
-/obj/machinery/light,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/research/dock)
-"qp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"qq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"qr" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/analysis)
-"qs" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Sample Preparation";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qt" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qu" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qv" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qw" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/anomaly)
-"qx" = (
-/turf/simulated/wall,
-/area/outpost/research/anomaly)
-"qy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qC" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"qD" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Starboard 1";
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qE" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qF" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qG" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qH" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qI" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/eva)
-"qJ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Expedition Prep";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"qK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"qL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"qM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"qN" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qP" = (
-/obj/machinery/chemical_dispenser/full,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qQ" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qR" = (
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
- },
-/obj/effect/floor_decal/corner/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qT" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qU" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qV" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qW" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qX" = (
-/obj/machinery/artifact_analyser,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"qY" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"qZ" = (
-/obj/structure/table/rack,
-/obj/item/clothing/head/welding,
-/obj/item/weldingtool,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/weldingtool,
-/obj/item/weldingtool,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"ra" = (
-/obj/structure/table/standard,
-/obj/machinery/cell_charger,
-/obj/item/tool/screwdriver{
- pixel_y = 15
- },
-/obj/item/melee/baton/loaded,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rb" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rc" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"rd" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/obj/structure/plasticflaps/mining,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"re" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/obj/machinery/door/window,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"rf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ri" = (
-/obj/machinery/artifact_harvester,
-/turf/simulated/floor/bluegrid,
-/area/outpost/research/anomaly)
-"rj" = (
-/obj/item/anodevice{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/anodevice,
-/obj/structure/table/steel,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rk" = (
-/obj/item/anobattery{
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/item/anobattery{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/structure/table/steel,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rl" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"rm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"rn" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ro" = (
-/obj/machinery/suspension_gen,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Prep"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rp" = (
-/obj/machinery/suspension_gen,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rq" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rs" = (
-/obj/structure/table/rack,
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/westright,
-/obj/item/rig/hazmat,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/eva)
-"rt" = (
-/obj/structure/sign/science{
- desc = "A warning sign which reads 'SCIENCE!'. It has fine print below it reading 'May or may not contain spiders'."
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/eva)
-"ru" = (
-/obj/machinery/chem_master,
-/obj/effect/floor_decal/corner/beige/full,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rv" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rw" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rx" = (
-/obj/item/stool/padded,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"ry" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rz" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rA" = (
-/obj/structure/table/glass,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rB" = (
-/obj/structure/table/standard,
-/obj/item/flame/lighter/random,
-/obj/item/tool/crowbar,
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rC" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rD" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rE" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rF" = (
-/obj/machinery/conveyor_switch{
- id = "anom"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rG" = (
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rH" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rJ" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/bluegrid,
-/area/outpost/research/anomaly)
-"rK" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"rL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"rM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"rN" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/table/steel,
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rO" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rQ" = (
-/obj/structure/table/rack,
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/westleft,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/eva)
-"rR" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/effect/floor_decal/corner/beige/full,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rS" = (
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rT" = (
-/obj/item/reagent_containers/glass/bottle/toxin,
-/obj/item/reagent_containers/glass/beaker/sulphuric{
- name = "beaker 'sulphuric acid'"
- },
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rU" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rV" = (
-/obj/machinery/door/window/southright{
- name = "Spectrometry Lab";
- req_access = list(65)
- },
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rW" = (
-/obj/machinery/reagentgrinder,
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Sample Preparation";
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rX" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rY" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 1;
- tag_south = 2;
- tag_west = 3
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rZ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sa" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Port";
- dir = 4
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sb" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sc" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"se" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"si" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Starboard";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sj" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/obj/structure/table/standard,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sk" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sl" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sm" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sn" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"so" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sp" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sq" = (
-/obj/machinery/light/small,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"sr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"ss" = (
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"st" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"su" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sv" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sw" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"sy" = (
-/obj/machinery/door/airlock/research{
- name = "Spectrometry Lab";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"sz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sA" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sC" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/computer/area_atmos,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sD" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sE" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sF" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sH" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin,
-/obj/item/tape_roll,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sI" = (
-/obj/structure/table/standard,
-/obj/machinery/computer/atmoscontrol/laptop{
- monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three");
- req_one_access = list(47,24,11)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sJ" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/recharger{
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/folder,
-/obj/item/camera,
-/obj/item/pen,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sL" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sP" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sQ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sS" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Expedition Prep";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sV" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sW" = (
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sX" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"sZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"ta" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"tb" = (
-/obj/item/reagent_containers/glass/bucket,
-/obj/structure/table/standard,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"tc" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"td" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"te" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tf" = (
-/obj/machinery/radiocarbon_spectrometer,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"tg" = (
-/turf/simulated/wall,
-/area/outpost/research/analysis)
-"th" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Gas Filter";
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ti" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tj" = (
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tk" = (
-/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tl" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tm" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1;
- icon_state = "map"
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tn" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"to" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tp" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tq" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "anolongstorage2"
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"tr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ts" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tt" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Prep Access";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tu" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tv" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tw" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tx" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ty" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tA" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime/full,
-/obj/structure/sign/nosmoking_2{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tB" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"tC" = (
-/obj/effect/floor_decal/corner/lime/full{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tD" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tE" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tF" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tG" = (
-/obj/machinery/atmospherics/unary/heater{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tH" = (
-/obj/machinery/atmospherics/unary/freezer{
- dir = 1;
- icon_state = "freezer"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tI" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tJ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tM" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tQ" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tR" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tS" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "anolongstorage"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tT" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "anolongstorage2"
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"tU" = (
-/turf/simulated/wall,
-/area/outpost/research/power)
-"tV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Research Outpost Maintenance";
- req_one_access = list(11,24,47)
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"tW" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
- },
-/turf/simulated/wall,
-/area/outpost/research/power)
-"tX" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tY" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/light,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tZ" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = -27
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ua" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ub" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"uc" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ud" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ue" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uf" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/anomaly)
-"ug" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_a)
-"uh" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 1";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"ui" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_a)
-"uj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_b)
-"uk" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 2";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"ul" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_b)
-"um" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_c)
-"un" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 3";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_c)
-"up" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/anomaly)
-"uq" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"ur" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Lounge Starboard"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"us" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Lounge Port";
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ut" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uu" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"uv" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"uw" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ux" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uy" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uz" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uA" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uC" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uD" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uE" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uF" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uG" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uH" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uI" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Research";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uJ" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uL" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 1";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uM" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uN" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_one";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uO" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 2";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uP" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_two";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uR" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 3";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uS" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uT" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_three";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uU" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/power)
-"uV" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uW" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"uX" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uY" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uZ" = (
-/obj/machinery/artifact_analyser,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"va" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vb" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vc" = (
-/obj/machinery/artifact_analyser,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vd" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"ve" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"vf" = (
-/obj/structure/bed,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"vg" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vh" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vi" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/north_hall)
-"vj" = (
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/mining_main/north_hall)
-"vk" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/shuttle/mining/outpost)
-"vl" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/mining_main/north_hall)
-"vm" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 6;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vn" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 9;
- icon_state = "intact-supply"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 9;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vo" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/medbay)
-"vp" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/break_room)
-"vq" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vr" = (
-/obj/structure/table/standard,
-/obj/item/bodybag/cryobag,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vs" = (
-/obj/structure/table/standard,
-/obj/item/roller{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/roller,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vt" = (
-/obj/machinery/vending/cigarette,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vu" = (
-/obj/machinery/vending/snack,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vx" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vy" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vz" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vC" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "mining_outpost_outer";
- locked = 1;
- name = "Mining Dock Airlock";
- req_access = list(13)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "mining_outpost_airlock";
- name = "exterior access button";
- pixel_x = -30;
- pixel_y = 8;
- req_one_access = list(13,48)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vE" = (
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vF" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"vG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vJ" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vK" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vL" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "mining_outpost_sensor";
- pixel_x = -28;
- pixel_y = 0
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "mining_outpost_airlock";
- pixel_x = 28;
- pixel_y = 0;
- req_one_access = list(13,48);
- tag_airpump = "mining_outpost_pump";
- tag_chamber_sensor = "mining_outpost_sensor";
- tag_exterior_door = "mining_outpost_outer";
- tag_interior_door = "mining_outpost_inner"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vR" = (
-/obj/structure/table/standard,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vS" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vT" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"vU" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/break_room)
-"vV" = (
-/obj/machinery/disposal,
-/obj/structure/sign/deathsposal{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vY" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vZ" = (
-/obj/machinery/sleep_console,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wa" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "mining_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/mining_main/north_hall)
-"wd" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"we" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "mining_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/mining_main/north_hall)
-"wf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wg" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"wh" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wi" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wj" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wk" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wl" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/obj/item/storage/firstaid/toxin,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wm" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wr" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"ws" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/north_hall)
-"wt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wu" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/atmos)
-"wv" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/north_hall)
-"ww" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"wx" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wy" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wz" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/item/paper{
- info = "NanoTrasen and all affiliated companies are unable to be held accountable for any and all injuries obtained as a result of mining work, though injuries may be given aid on or off station.";
- name = "NANOTRASEN REMINDER"
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wA" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wC" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"wD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wF" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "meoutpost_main_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = newlist();
- req_one_access = list(10,48,65)
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wG" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wK" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/effect/floor_decal/corner/paleblue/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wL" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wM" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wN" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wO" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Medical";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wP" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/machinery/computer/crew,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wQ" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wR" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "mining_outpost_airlock";
- name = "interior access button";
- pixel_x = -30;
- pixel_y = 25;
- req_one_access = list(13,48)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wS" = (
-/obj/machinery/computer/shuttle_control/mining,
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Elevator Airlock";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wT" = (
-/obj/machinery/newscaster{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wW" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"wX" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wY" = (
-/turf/simulated/wall,
-/area/outpost/engineering/mining/hallway)
-"wZ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/hallway)
-"xa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "meoutpost_main_outer";
- locked = 1;
- name = "Exterior Airlock"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xc" = (
-/obj/structure/ore_box,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"xd" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/medbay)
-"xe" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xf" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_one_access = newlist()
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"xg" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xi" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/medbay)
-"xj" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/full{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xk" = (
-/obj/effect/floor_decal/corner/brown/full{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xl" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Crew Area";
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"xm" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/maintenance)
-"xn" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/maintenance)
-"xo" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "meoutpost_main_pump"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xq" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xr" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xs" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/super{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xt" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xu" = (
-/obj/machinery/floodlight,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/unexplored)
-"xv" = (
-/turf/simulated/wall/r_wall,
-/area/storage/emergency_storage)
-"xw" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Aft";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"xx" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xy" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xz" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xA" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/brown{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xB" = (
-/obj/effect/floor_decal/corner/brown,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xC" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xD" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xE" = (
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xF" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xI" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xJ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"xK" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Mining";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"xL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "meoutpost_main_airlock";
- pixel_x = -25;
- pixel_y = 0;
- req_access = newlist();
- req_one_access = list(10,48,65);
- tag_airpump = "meoutpost_main_pump";
- tag_chamber_sensor = "meoutpost_main_sensor";
- tag_exterior_door = "meoutpost_main_outer";
- tag_interior_door = "meoutpost_main_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xN" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "meoutpost_main_sensor";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xO" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/mining/atmospherics)
-"xP" = (
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"xQ" = (
-/turf/simulated/wall,
-/area/storage/emergency_storage)
-"xR" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Research Medical"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"xS" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xU" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xV" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xW" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xX" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xZ" = (
-/obj/machinery/door/airlock/glass{
- name = "Crew Area";
- req_access = list(48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"ya" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yb" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yc" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mining Outpost Maintenance";
- req_one_access = list(11,24,48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor,
-/area/outpost/mining_main/maintenance)
-"ye" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"yf" = (
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yg" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yh" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yi" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"yj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yk" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ym" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yn" = (
-/obj/machinery/atmospherics/pipe/tank/phoron,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yo" = (
-/obj/machinery/atmospherics/pipe/tank/nitrous_oxide,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yp" = (
-/obj/machinery/atmospherics/pipe/tank/carbon_dioxide,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yq" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yr" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"ys" = (
-/obj/machinery/door/airlock{
- name = "Mining Emergency Storage"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"yt" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/corner/brown,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yu" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yv" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yw" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Fore";
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yx" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yy" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yz" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"yA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yB" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"yC" = (
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yD" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yE" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
- },
-/turf/simulated/wall,
-/area/outpost/mining_main/maintenance)
-"yF" = (
-/obj/machinery/light/small,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yG" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yH" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yI" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yJ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"yL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yM" = (
-/obj/machinery/shieldwallgen,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yN" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"yO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "meoutpost_main_airlock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = 25;
- req_access = newlist();
- req_one_access = list(10,48,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yQ" = (
-/obj/structure/sign/vacuum{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yR" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/supply{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yS" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yT" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yV" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yX" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yY" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/dorms)
-"yZ" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/dorms)
-"za" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 31
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"zb" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zd" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"ze" = (
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"zf" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"zg" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/refinery)
-"zh" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"zi" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"zj" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zk" = (
-/obj/machinery/shieldwallgen,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zm" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zp" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zq" = (
-/obj/machinery/door/airlock/atmos{
- req_one_access = list(10,48,65)
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 9;
- icon_state = "intact-supply"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zs" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zt" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zu" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zv" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 6;
- tag_south = 0;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zw" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 7;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zx" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 5;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zy" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zz" = (
-/obj/machinery/shower{
- dir = 4;
- icon_state = "shower";
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"zA" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"zB" = (
-/obj/item/bedsheet/brown,
-/obj/structure/bed/padded,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"zC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"zD" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"zE" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zF" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zG" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zH" = (
-/obj/machinery/mineral/input,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'MOVING PARTS'.";
- name = "\improper MOVING PARTS";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/loading{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zI" = (
-/obj/machinery/mineral/unloading_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zJ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zK" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zL" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zM" = (
-/obj/machinery/conveyor{
- dir = 9;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zN" = (
-/obj/machinery/mineral/unloading_machine{
- icon_state = "unloader-corner"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"zO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zQ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/mining_main/refinery)
-"zR" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/mining/telecomms)
-"zS" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zT" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zU" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zW" = (
-/turf/simulated/wall,
-/area/outpost/medical/atmos)
-"zX" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zY" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zZ" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Aa" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ab" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Atmospherics";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ac" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ad" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1;
- start_pressure = 740
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ae" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Af" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Ag" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ah" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm2";
- name = "Door Bolt Control";
- pixel_x = 25;
- pixel_y = 0;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ai" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Aj" = (
-/obj/structure/table/steel,
-/obj/item/cell/high,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ak" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/dorms)
-"Al" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Am" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"An" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ao" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime{
- dir = 10
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"Ap" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Aq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"Ar" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"As" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"At" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Telecomm";
- dir = 2
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Au" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Av" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Aw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Ax" = (
-/obj/machinery/door/airlock{
- name = "Toilet"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Ay" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm2";
- name = "Room 2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Az" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AA" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AB" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/dorms)
-"AC" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AE" = (
-/obj/structure/noticeboard{
- pixel_y = 27
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AF" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"AG" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AH" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AI" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AJ" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AK" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"AL" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AM" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AN" = (
-/obj/machinery/conveyor_switch{
- id = "mining_external"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AP" = (
-/obj/machinery/telecomms/relay/preset/mining,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AQ" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AR" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Telecommunication Hub";
- req_one_access = list(10,48,65)
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AS" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/dispenser/oxygen,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AW" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AX" = (
-/turf/simulated/wall,
-/area/outpost/engineering/mining/power)
-"AY" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"AZ" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Mining Engineering";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/mining/power)
-"Ba" = (
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bb" = (
-/obj/random/tool,
-/obj/random/tool,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bd" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Be" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bg" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Production Room";
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bi" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bj" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bk" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bl" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Dorms";
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bn" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Production Area";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bo" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Br" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"Bs" = (
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Bt" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"Bu" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Bv" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Bw" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/engineering{
- name = "Generator Room";
- req_one_access = list(10,48,65)
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bx" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"By" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Bz" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BA" = (
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BB" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BC" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BE" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BI" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BK" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BL" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Production Area";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BP" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BQ" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BR" = (
-/obj/machinery/mineral/processing_unit_console,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"BS" = (
-/obj/machinery/mineral/processing_unit,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"BT" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BU" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BV" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BW" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/steel,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Power Port";
- dir = 2
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BX" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BZ" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ca" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Cc" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cd" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ce" = (
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cf" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm3";
- name = "Room 3"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cg" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm1";
- name = "Room 1"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ch" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ci" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Mid";
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Cj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ck" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cl" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cm" = (
-/obj/structure/closet/crate,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cn" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Co" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Cp" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Cq" = (
-/obj/structure/table/steel,
-/obj/item/tool/screwdriver,
-/obj/item/tool/crowbar,
-/obj/item/tool/wrench,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"Cr" = (
-/obj/structure/closet/crate,
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cs" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Ct" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cu" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cv" = (
-/obj/machinery/floodlight,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Power Starboard";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cw" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cx" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/storage)
-"Cy" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm1";
- name = "Door Bolt Control";
- pixel_x = 25;
- pixel_y = 0;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cz" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"CA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Catwalk Mid";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"CB" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/catwalk)
-"CC" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/rec)
-"CD" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/dorm)
-"CE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/vending/snack,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CH" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/status_display{
- pixel_z = 31
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CI" = (
-/obj/structure/bed/chair,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CJ" = (
-/obj/structure/bed/chair,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm1";
- name = "Door Bolt Control";
- pixel_w = -19;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = 28;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm1";
- name = "Room 1"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm2";
- name = "Room 2"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm2";
- name = "Door Bolt Control";
- pixel_w = -32;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = 29;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CR" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"CS" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"CT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CV" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CW" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CX" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CY" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CZ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Da" = (
-/obj/structure/table/standard,
-/obj/machinery/light/small,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Db" = (
-/turf/simulated/wall,
-/area/outpost/medical/dorm)
-"Dc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Dd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"De" = (
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Df" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = 1;
- pixel_z = -29
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dg" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dh" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Di" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dj" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/atmos)
-"Dk" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Do" = (
-/obj/structure/table/standard,
-/obj/item/radio{
- anchored = 1;
- broadcasting = 0;
- canhear_range = 1;
- frequency = 1487;
- icon = 'icons/obj/items.dmi';
- icon_state = "red_phone";
- listening = 1;
- name = "Medical Emergency Phone"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/vending/wallmed1{
- pixel_w = 31
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Dq" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/backup_power)
-"Dr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Medical Outpost - generator room";
- req_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ds" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Dt" = (
-/turf/simulated/wall,
-/area/outpost/medical/backup_power)
-"Du" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_w = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dw" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dx" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dy" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DB" = (
-/obj/structure/table/standard,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DE" = (
-/obj/effect/shuttle_landmark/premade/northern_star/mine_dock,
-/turf/space,
-/area/space)
-"DF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"DG" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"DH" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DI" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DJ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DK" = (
-/turf/simulated/wall,
-/area/outpost/medical/rec)
-"DL" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DM" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DO" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DQ" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DV" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm3";
- name = "Room 3"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm3";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Ea" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Eb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ec" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ed" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ee" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ef" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eg" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eh" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ei" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ej" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ek" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/table/standard,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"El" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/storage/box/donkpockets,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Em" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"En" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Eo" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = 28;
- pixel_z = -29
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ep" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/hallway)
-"Eq" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Er" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Es" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/closet/crate,
-/obj/fiftyspawner/phoron,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Et" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ev" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ew" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/wall,
-/area/outpost/medical/backup_power)
-"Ex" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ey" = (
-/obj/machinery/shower{
- dir = 4;
- icon_state = "shower";
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"Ez" = (
-/obj/structure/mirror{
- pixel_x = 30;
- pixel_y = -2
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EA" = (
-/turf/simulated/mineral,
-/area/mine/explored)
-"EB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"EC" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/airlocks)
-"ED" = (
-/turf/simulated/wall,
-/area/outpost/medical/airlocks)
-"EE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/airlocks)
-"EF" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EH" = (
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"EI" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EJ" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EL" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EM" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutrest";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/medical{
- id_tag = "medoutrest";
- name = "Rest Room";
- req_one_access = newlist()
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"EP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"EQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm4";
- name = "Room 4"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"ER" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm4";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"ES" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"ET" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"EU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/unexplored)
-"EV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EX" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock2";
- pixel_x = -6;
- pixel_y = -25;
- pixel_z = 51;
- req_one_access = list(5);
- tag_airpump = "med_outpost_airlock2_vent";
- tag_chamber_sensor = "med_outpost_airlock2_sensor";
- tag_exterior_door = "med_outpost_airlock2_outer";
- tag_interior_door = "med_outpost_airlock2_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_airlock2_sensor";
- pixel_x = 6;
- pixel_y = -24;
- pixel_z = 49
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fa" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fd" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/item/roller,
-/obj/item/roller{
- pixel_y = 8
- },
-/obj/item/roller{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fe" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ff" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fg" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/medical/atmos)
-"Fh" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - SMES";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"Fi" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Research Outpost";
- name_tag = "Research Outpost"
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable/blue,
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"Fj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Fk" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock2_outer";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fm" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock2_inner";
- locked = 1;
- name = "Medical EVA Airlock 2";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fr" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ft" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/light,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fw" = (
-/turf/simulated/wall,
-/area/outpost/medical/hallway)
-"Fx" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Fy" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Fz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/closet/firecloset/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FA" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"FB" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FC" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FE" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FH" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FI" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"FN" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FP" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FQ" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FT" = (
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FU" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FV" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_pump"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_pump"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FX" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FY" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "med_outpost_airlock1";
- name = "airlock 1 access button";
- pixel_w = -3;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -35;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "med_outpost_airlock2";
- name = "airlock 2 access button";
- pixel_w = -3;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -15;
- req_access = list(45);
- req_one_access = list(5)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"FZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock1";
- name = "airlock 1 access button";
- pixel_w = -48;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -35;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock2";
- name = "airlock 2 access button";
- pixel_w = -48;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -16;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ga" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gb" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gd" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost Airlocks";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ge" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"Gh" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"Gi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gj" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gn" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Go" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_inner";
- locked = 1;
- name = "Medical Outpost Dock Airlock";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gq" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gs" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_outer";
- locked = 1;
- name = "Medical Outpost Dock Airlock";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gt" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gu" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gw" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gx" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gy" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/item/defib_kit/loaded,
-/obj/item/defib_kit/loaded,
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"GA" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/status_display{
- pixel_z = 31
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GC" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GF" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GG" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock";
- name = "interior access button";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -47;
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GH" = (
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock";
- pixel_x = -6;
- pixel_y = -25;
- req_access = list(5);
- tag_airpump = "med_outpost_pump";
- tag_chamber_sensor = "med_outpost_sensor";
- tag_exterior_door = "med_outpost_outer";
- tag_interior_door = "med_outpost_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_sensor";
- pixel_x = 6;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GI" = (
-/obj/structure/grille,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GJ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"GK" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock1_outer";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GL" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock1_inner";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GN" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/computer/crew{
- dir = 4;
- icon_state = "computer";
- pixel_w = -4;
- pixel_z = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GP" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8;
- pixel_w = -13;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GR" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/toxin,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GS" = (
-/turf/simulated/wall,
-/area/outpost/medical/surgery)
-"GT" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/curtain/medical,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/outpost/medical/surgery)
-"GU" = (
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre 1";
- req_access = list(45)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/curtain/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"GV" = (
-/obj/structure/grille,
-/obj/structure/curtain/medical,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/outpost/medical/surgery)
-"GW" = (
-/obj/structure/lattice,
-/obj/machinery/light,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"GX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"GY" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock1";
- pixel_x = -6;
- pixel_y = -25;
- req_one_access = list(5);
- tag_airpump = "med_outpost_airlock1_vent";
- tag_chamber_sensor = "med_outpost_airlock1_sensor";
- tag_exterior_door = "med_outpost_airlock1_outer";
- tag_interior_door = "med_outpost_airlock1_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_airlock1_sensor";
- pixel_x = 6;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ha" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hb" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hd" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"He" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = -28;
- pixel_z = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hf" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = 32
- },
-/obj/structure/closet/secure_closet/medical2{
- req_access = list(45);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hj" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hk" = (
-/obj/structure/mirror,
-/turf/simulated/wall,
-/area/outpost/medical/surgery)
-"Hl" = (
-/turf/simulated/wall,
-/area/outpost/medical/suit_storage)
-"Hm" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/suit_storage)
-"Hn" = (
-/obj/machinery/light/small{
- brightness_color = "#DA0205";
- brightness_power = 1;
- brightness_range = 5
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"Ho" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Medical Outpost - Power";
- req_access = null
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hp" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hq" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hr" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hs" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ht" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/status_display{
- pixel_w = 0;
- pixel_z = 32
- },
-/obj/structure/table/standard,
-/obj/item/autopsy_scanner,
-/obj/item/reagent_containers/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";
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/box/gloves{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hw" = (
-/obj/machinery/optable,
-/obj/structure/curtain/medical,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hx" = (
-/obj/machinery/computer/operating{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hy" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/structure/table/rack,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Hz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/floodlight,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HA" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HB" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/hallway)
-"HC" = (
-/turf/simulated/wall,
-/area/mine/unexplored)
-"HD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HG" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HH" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Medical";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HI" = (
-/turf/simulated/wall,
-/area/outpost/medical/power)
-"HJ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HK" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HM" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HN" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HP" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HS" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/item/surgical/cautery,
-/obj/item/surgical/hemostat,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HV" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HW" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"HX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ia" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Medical Outpost";
- name_tag = "Medical Outpost"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/green,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ib" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ic" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/suit_cycler/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Id" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ie" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"If" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ig" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/bodyscanner{
- text = "O"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ih" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/body_scanconsole{
- text = "O"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ii" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ij" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/surgical/bonesetter,
-/obj/item/surgical/bonegel,
-/obj/item/surgical/circular_saw{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ik" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/surgical/scalpel,
-/obj/item/surgical/retractor,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Il" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/stack/medical/advanced/bruise_pack,
-/obj/item/surgical/FixOVein,
-/obj/item/surgical/surgicaldrill,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Im" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"In" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/lights/mixed,
-/obj/item/storage/toolbox/emergency,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Io" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ip" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/power)
-"Iq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ir" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Is" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"It" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Iu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Iv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/suit_cycler/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Iw" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ix" = (
-/obj/structure/table/standard,
-/obj/item/extinguisher,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Iy" = (
-/turf/space,
-/area/mine/explored)
-"Iz" = (
-/obj/machinery/atmospherics/pipe/vent/high_volume{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"IA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"ID" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/light,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IF" = (
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_w = -29
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"II" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IK" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IP" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IS" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IT" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IU" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IV" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IW" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IX" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IZ" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ja" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Jb" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "mining_outpost_inner";
- locked = 1;
- name = "Mining Dock Airlock";
- req_access = list(13)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jc" = (
-/obj/structure/flora/pottedplant{
- icon_state = "plant-06";
- pixel_y = 8
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"Jd" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Je" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"Jf" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jg" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - SMES"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"Jh" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Ji" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Mining Outpost";
- name_tag = "Mining Outpost"
- },
-/obj/structure/cable/blue,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"Jj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "meoutpost_main_inner";
- locked = 1;
- name = "Exterior Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jk" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Jl" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jm" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/storage/box/lights/mixed,
-/obj/item/extinguisher,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jo" = (
-/obj/effect/floor_decal/corner/brown/full,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -29;
- pixel_z = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jp" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown/full{
- dir = 4
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jq" = (
-/obj/structure/mirror{
- pixel_x = 30;
- pixel_y = -2
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Jr" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Js" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Main";
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jt" = (
-/obj/machinery/alarm{
- pixel_y = 24
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Ju" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jv" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/blue,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Engineering Outpost";
- name_tag = "Engineering Outpost"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jw" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jx" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Asteroid Main Grid";
- name_tag = "Asteroid Main Grid"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jy" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm3";
- name = "Door Bolt Control";
- pixel_w = -1;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -1;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Jz" = (
-/obj/item/clothing/under/overalls,
-/obj/item/clothing/under/rank/miner,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JA" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JB" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -26
- },
-/obj/machinery/mineral/equipment_vendor,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JC" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"JD" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"JE" = (
-/obj/machinery/mineral/stacking_unit_console,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"JF" = (
-/obj/structure/table/steel,
-/obj/item/cell/high,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JG" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JH" = (
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main Power Unit 1";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JI" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JJ" = (
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main Power Unit 2";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JL" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"JM" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"JN" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JO" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'MOVING PARTS'.";
- name = "\improper MOVING PARTS";
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/industrial/loading{
- dir = 8;
- icon_state = "loadingarea"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"JQ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JR" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JS" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JT" = (
-/obj/machinery/mineral/stacking_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JU" = (
-/obj/machinery/conveyor{
- dir = 5;
- icon_state = "conveyor0";
- id = "mining_internal"
- },
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JV" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JW" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JX" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JY" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JZ" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ka" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kb" = (
-/obj/structure/closet/toolcloset,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kc" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"Kd" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"Ke" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/eva)
-"Kf" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/eva)
-"Kg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Kh" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ki" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kj" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/storage)
-"Kk" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kl" = (
-/obj/structure/closet/secure_closet/miner,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Km" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kn" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ko" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Kp" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Kq" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/head/helmet/space/void/mining,
-/obj/item/mining_scanner,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kr" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/head/helmet/space/void/mining,
-/obj/item/mining_scanner,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ks" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Ku" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1377;
- id_tag = "mcontrol";
- pixel_x = 0;
- pixel_y = 28;
- tag_airpump = "mvent";
- tag_chamber_sensor = "msensor";
- tag_exterior_door = "mext";
- tag_interior_door = "mint"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kv" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1377;
- id_tag = "msensor";
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kw" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -31;
- pixel_z = 1
- },
-/obj/machinery/drone_fabricator/mining,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kx" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Ky" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/mining_scanner,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/item/rig/industrial/equipped,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/storage)
-"KA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KC" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"KE" = (
-/obj/structure/dispenser/oxygen,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KH" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KI" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KJ" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/machinery/access_button/airlock_interior{
- frequency = 1377;
- master_tag = "mcontrol";
- pixel_x = 26;
- pixel_y = -26;
- req_access = list(48)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KK" = (
-/obj/machinery/door/airlock/external{
- frequency = 1377;
- icon_state = "door_locked";
- id_tag = "mint";
- locked = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KL" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KM" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KN" = (
-/obj/machinery/door/airlock/external{
- frequency = 1377;
- icon_state = "door_locked";
- id_tag = "mext";
- locked = 1
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/access_button/airlock_exterior{
- frequency = 1377;
- master_tag = "mcontrol";
- pixel_x = -26;
- pixel_y = 26;
- req_access = list(48)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"KP" = (
-/obj/effect/mine/stun,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"KQ" = (
-/obj/machinery/computer/drone_control{
- name = "Mining Drone Control"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KR" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KS" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Storage Room";
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/storage)
-"KU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KV" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KW" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KX" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"KY" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining EVA";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"La" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lb" = (
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lc" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ld" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1377;
- id_tag = "mvent"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Le" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Airlock";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lf" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lg" = (
-/obj/structure/table/steel,
-/obj/item/suit_cooling_unit,
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lh" = (
-/obj/structure/table/steel,
-/obj/item/pickaxe,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Li" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lj" = (
-/obj/machinery/door/airlock/mining{
- name = "Mining Station Storage";
- req_access = list(48)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ll" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Lm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ln" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Station EVA";
- req_access = list(54)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lr" = (
-/obj/machinery/suit_cycler/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ls" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Lt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Lu" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lv" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lw" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lx" = (
-/obj/machinery/door/airlock/mining{
- name = "Mining Station Storage";
- req_access = list(48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Ly" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Lz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LA" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LB" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Station EVA";
- req_access = list(54)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LC" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LD" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LE" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/structure/table/steel,
-/obj/item/stack/flag/green{
- pixel_x = -4
- },
-/obj/item/stack/flag/yellow{
- pixel_x = 4
- },
-/obj/item/stack/flag/red,
-/obj/item/storage/box/nifsofts_mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LF" = (
-/obj/structure/table/rack,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/obj/item/shovel,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LG" = (
-/obj/structure/table/rack,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/obj/item/shovel,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LH" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/storage)
-"LI" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Aft";
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LK" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LL" = (
-/obj/structure/table/steel,
-/obj/item/pickaxe,
-/obj/item/storage/belt/utility,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LM" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LN" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LO" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LP" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LQ" = (
-/obj/item/storage/backpack/satchel,
-/obj/structure/table/steel,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LR" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/conveyor_switch{
- id = "drone_mech_travel"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LS" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LT" = (
-/turf/simulated/floor,
-/area/outpost/mining_main/south_hall)
-"LU" = (
-/obj/machinery/mech_recharger,
-/obj/machinery/light,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/south_hall)
-"LV" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "drone_mech_travel"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LW" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/mining_main/eva)
-"LX" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/south_hall)
-"LY" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/south_hall)
-"LZ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Ma" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mb" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mc" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Md" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Me" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"Mf" = (
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Mg" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Mh" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mi" = (
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mj" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Exterior"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mk" = (
-/obj/machinery/conveyor_switch{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Ml" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mm" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mn" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mo" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/unexplored)
-"Mp" = (
-/turf/space,
-/area/skipjack_station/mining)
-"Mq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Mr" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ms" = (
-/obj/machinery/light,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"Mt" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mu" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "eoutpost_main_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = list(10)
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mv" = (
-/obj/machinery/light,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"Mw" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mx" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"My" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/hallway)
-"Mz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MA" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_main_outer";
- locked = 1;
- name = "Engineering Outpost"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MD" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/storage)
-"ME" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/steel,
-/obj/structure/cable,
-/obj/item/frame/apc,
-/obj/item/module/power_control,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"MF" = (
-/obj/item/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/structure/table/steel,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"MG" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/kitchen)
-"MH" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"MI" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MJ" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MK" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "eoutpost_main_pump"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "eoutpost_main_sensor";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"ML" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MM" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "eoutpost_main_pump"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MP" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MQ" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"MR" = (
-/obj/machinery/telecomms/relay/preset/mining,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/telecomms)
-"MS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"MT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "eoutpost_main_airlock";
- pixel_x = -25;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "eoutpost_main_pump";
- tag_chamber_sensor = "eoutpost_main_sensor";
- tag_exterior_door = "eoutpost_main_outer";
- tag_interior_door = "eoutpost_main_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Airlock";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MW" = (
-/obj/machinery/pipedispenser/disposal,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"MX" = (
-/obj/machinery/pipedispenser,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"MY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/storage)
-"MZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"Na" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/telecomms)
-"Nb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost TeleCommunications";
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"Nc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_main_inner";
- locked = 1;
- name = "Engineering Outpost"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Ne" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nf" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ng" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nh" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ni" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Telecommunications";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor,
-/area/outpost/engineering/telecomms)
-"Nj" = (
-/obj/structure/sign/vacuum{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "eoutpost_main_airlock";
- name = "interior access button";
- pixel_x = -25;
- pixel_y = 25;
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nm" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nn" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"No" = (
-/obj/machinery/autolathe,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Np" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nq" = (
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ns" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nt" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Atmospherics Fore"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nu" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 5;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nx" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Atmospherics";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4;
- icon_state = "intact-scrubbers"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Ny" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NA" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NB" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Storage";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"ND" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NE" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NF" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NG" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NH" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NI" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NJ" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NM" = (
-/obj/structure/table/rack,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NN" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NO" = (
-/obj/structure/table/rack,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/cable_coil/yellow,
-/obj/item/stack/cable_coil,
-/obj/item/module/power_control,
-/obj/item/module/power_control,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NP" = (
-/obj/structure/table/rack,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/cable_coil/yellow,
-/obj/item/storage/box/lights/mixed,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NQ" = (
-/obj/machinery/suit_cycler/engineering,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"NS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"NT" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NU" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NV" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 4;
- icon_state = "map"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NX" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ob" = (
-/obj/item/stack/material/plasteel{
- amount = 10
- },
-/obj/item/stack/material/wood{
- amount = 30
- },
-/obj/item/stack/material/plastic{
- amount = 10
- },
-/obj/structure/table/steel,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Oc" = (
-/obj/structure/table/rack,
-/obj/item/clothing/head/helmet/space/void/engineering,
-/obj/item/clothing/suit/space/void/engineering,
-/obj/item/clothing/shoes/magboots,
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Od" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oe" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Of" = (
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Og" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oh" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oi" = (
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/structure/table/steel,
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Oj" = (
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/structure/table/steel,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Storage";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ok" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ol" = (
-/obj/machinery/air_sensor{
- frequency = 1439;
- id_tag = "outpost_o2_sensor"
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Om" = (
-/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{
- dir = 4;
- frequency = 1439;
- id_tag = "outpost_o2_out"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"On" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oo" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Op" = (
-/obj/machinery/atmospherics/omni/mixer{
- tag_east = 0;
- tag_east_con = null;
- tag_north = 2;
- tag_south = 1;
- tag_south_con = 0.79;
- tag_west = 1;
- tag_west_con = 0.21
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oq" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Or" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Os" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ot" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 28
- },
-/obj/machinery/vending/wallmed1{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ou" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Storage";
- req_access = list(10)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ov" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/emitter,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/hallway)
-"Ow" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/solars)
-"Ox" = (
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Oy" = (
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1439;
- icon_state = "map_injector";
- id = "outpost_o2_in";
- pixel_y = 1;
- use_power = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Oz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 10
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OB" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OC" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OD" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"OF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OJ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OK" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OL" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_z = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OM" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"ON" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"OO" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Power Supply"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"OP" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"OQ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OT" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"OV" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"OW" = (
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Atmospherics";
- dir = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'COMPRESSED GAS'.";
- name = "COMPRESSED GAS";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OX" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- power_rating = 15000;
- tag_east = 1;
- tag_north = 3;
- tag_south = 4;
- tag_west = 2
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OZ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pa" = (
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4;
- icon_state = "intact-scrubbers"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Atmospherics";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Pb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pe" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pf" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ph" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pi" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Outpost Solars";
- req_access = list(10)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pm" = (
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pn" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/material/phoron{
- amount = 10
- },
-/obj/random/powercell,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/material/phoron{
- amount = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Po" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Pp" = (
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"Pq" = (
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1439;
- icon_state = "map_injector";
- id = "outpost_n2_in";
- pixel_y = 1;
- use_power = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"Pr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 9
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ps" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pt" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pu" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Px" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Py" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PA" = (
-/obj/item/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PB" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Hallway East";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PC" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PF" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PG" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PH" = (
-/obj/machinery/air_sensor{
- frequency = 1439;
- id_tag = "outpost_n2_sensor"
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"PI" = (
-/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{
- dir = 4;
- frequency = 1439;
- id_tag = "outpost_n2_out"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"PJ" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PK" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Atmospherics Aft";
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/light,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PM" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PO" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Hallway Central";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PP" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/rest)
-"PQ" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/rest)
-"PR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/hallway)
-"PS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PT" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PU" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PV" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"PW" = (
-/obj/machinery/computer/station_alert,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PX" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PY" = (
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PZ" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qa" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qb" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qc" = (
-/obj/machinery/door/airlock/engineering{
- name = "Restrooms";
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qd" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qe" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qf" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_z = 33
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qg" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Kitchen";
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qh" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qi" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qk" = (
-/obj/structure/closet,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Ql" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qn" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qo" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qp" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qq" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qr" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qs" = (
-/obj/machinery/computer/shuttle_control/engineering,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Qt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Qu" = (
-/obj/structure/flora/pottedplant{
- icon_state = "plant-21"
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Break Room";
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qw" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Qy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/grille,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Qz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/kitchen)
-"QA" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/sign/vacuum{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QB" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QC" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QD" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QE" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Break Room";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QH" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Airlock"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/rest)
-"QI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QL" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QM" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "eoutpost_solar_airlock";
- name = "interior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QN" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QO" = (
-/obj/machinery/power/solar_control,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QP" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"QQ" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QS" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Break Room";
- req_access = list(10)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "edock_airlock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = -25;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QU" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QV" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QW" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QX" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_solar_inner";
- locked = 1;
- name = "Solar Access"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"QY" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"QZ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Ra" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rb" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Rd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Re" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "edock_inner";
- locked = 1;
- name = "Engineering Dock Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rf" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/regular,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/item/roller,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rg" = (
-/obj/machinery/computer/crew,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rh" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Ri" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8;
- icon_state = "map"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rj" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "eoutpost_solar_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "eoutpost_solar_airlock";
- pixel_x = 30;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "eoutpost_solar_pump";
- tag_chamber_sensor = "eoutpost_solar_sensor";
- tag_exterior_door = "eoutpost_solar_outer";
- tag_interior_door = "eoutpost_solar_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "eoutpost_solar_sensor";
- pixel_x = 0;
- pixel_y = 25
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Solar Access"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rk" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Rl" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/kitchen)
-"Rm" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rn" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Ro" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rp" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "eoutpost_solar_sensor";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rr" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rs" = (
-/obj/machinery/sleep_console,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/rest)
-"Ru" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rv" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "eoutpost_solar_pump"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rw" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"Rx" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"Ry" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "edock_pump"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rz" = (
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Elevator";
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "edock_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "edock_airlock";
- pixel_x = 30;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "edock_pump";
- tag_chamber_sensor = "edock_sensor";
- tag_exterior_door = "edock_outer";
- tag_interior_door = "edock_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"RA" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"RB" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_solar_outer";
- locked = 1;
- name = "Solar Access"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"RC" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"RD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RE" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "edock_outer";
- locked = 1;
- name = "Engineering Dock Airlock"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "edock_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 0;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"RF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RH" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RI" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "eoutpost_solar_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = 25;
- req_access = list(10)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RJ" = (
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RK" = (
-/turf/simulated/wall,
-/area/outpost/engineering/hallway)
-"RL" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/shuttle/constructionsite/site)
-"RM" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"RN" = (
-/obj/structure/grille,
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"RO" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RP" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RQ" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RR" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RS" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RT" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RU" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RV" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/space,
-/area/space)
-"RW" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RX" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RY" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- external_pressure_bound = 140;
- external_pressure_bound_default = 140;
- icon_state = "map_vent_out";
- pressure_checks = 1;
- pressure_checks_default = 1;
- use_power = 1
- },
-/turf/simulated/floor/airless,
-/area/outpost/engineering/atmospherics)
-"Sa" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/mine/explored)
-"Sb" = (
-/obj/structure/lattice,
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"Sc" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sd" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/engineering/kitchen)
-"Se" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/engineering/kitchen)
-"Sf" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/outpost/engineering/solarsoutside/aft)
-"Sg" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sh" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Si" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sk" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/mine/explored)
-"Sl" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"Sm" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sn" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/mine/explored)
-"So" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sp" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sq" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sr" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Ss" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"St" = (
-/obj/structure/lattice,
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Su" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sv" = (
-/obj/structure/grille,
-/turf/space,
-/area/mine/explored)
-"Sw" = (
-/obj/structure/lattice,
-/turf/space,
-/area/mine/explored)
-"Sx" = (
-/obj/structure/lattice,
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/space,
-/area/mine/explored)
-"Sy" = (
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sz" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/space,
-/area/mine/explored)
-"SA" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"SB" = (
-/obj/effect/overmap/visitable/planet/kara,
-/turf/space,
-/area/space)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-SB
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-vo
-vo
-xv
-xQ
-xv
-yY
-yY
-yZ
-yZ
-ad
-ad
-yZ
-yZ
-yY
-yY
-Kj
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vo
-vo
-vo
-xd
-Jf
-Jh
-Jl
-yZ
-zz
-Ae
-yZ
-yZ
-yZ
-yZ
-Cw
-zB
-yZ
-Kj
-Kj
-Kj
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vv
-vI
-vo
-wl
-wK
-xd
-xP
-yr
-Jm
-yZ
-Jq
-Af
-Ax
-An
-Bm
-Cf
-Jy
-JL
-yZ
-Kk
-Kw
-Kj
-Kj
-Kj
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vo
-vw
-vJ
-vX
-wm
-wL
-xd
-xQ
-ys
-xQ
-yZ
-yZ
-yZ
-yZ
-AE
-Bq
-yZ
-yZ
-yZ
-yZ
-Kk
-Kx
-KQ
-Lf
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vo
-vx
-vy
-vy
-wn
-wM
-xe
-xx
-xS
-yt
-yZ
-zB
-Ag
-yZ
-AJ
-BB
-yZ
-Cw
-zB
-yZ
-Kk
-Kx
-Kx
-Kx
-Lu
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vr
-vy
-vy
-vY
-wo
-wN
-xf
-xy
-xT
-yu
-yZ
-Jr
-Ah
-Ay
-Bc
-BC
-Cg
-Cy
-JL
-yZ
-Kl
-Kx
-Kx
-Lg
-Lv
-LF
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vo
-vs
-vy
-vy
-vZ
-wp
-wO
-xg
-xz
-xU
-yv
-yY
-yZ
-yZ
-yZ
-Bd
-BD
-yZ
-yZ
-yZ
-yY
-Km
-Kx
-KR
-Lh
-Lw
-LG
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gX
-vi
-vl
-gX
-vi
-vi
-vi
-vK
-vy
-wq
-wP
-xh
-xz
-xU
-yv
-yY
-zD
-Ai
-Az
-Bh
-BG
-Ch
-Ai
-JM
-yY
-Kl
-Kx
-Kx
-Li
-Lv
-Kx
-LN
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-vi
-vk
-vk
-vk
-vk
-vk
-vz
-vL
-wa
-wr
-vo
-xi
-xA
-xV
-yw
-yY
-yY
-Aj
-AA
-Bi
-BH
-Ai
-Jz
-yY
-yY
-Kj
-Ky
-KS
-Li
-Lv
-Kx
-LO
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vj
-vk
-vk
-vk
-vk
-vk
-vA
-vM
-wb
-ws
-wv
-xj
-wd
-xU
-wd
-Jo
-yY
-Ak
-AB
-Bj
-BI
-Ak
-AB
-yY
-Kc
-Kj
-Kz
-KT
-Lj
-Lx
-LH
-LH
-LH
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-vk
-vk
-vk
-vk
-vk
-vB
-vN
-wc
-wt
-wQ
-wd
-xB
-xW
-yx
-zb
-zE
-Al
-AC
-Bk
-BJ
-Ci
-Al
-JN
-Al
-Kn
-KA
-KU
-Lk
-Ly
-LI
-LP
-LT
-LX
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vk
-vk
-vk
-vk
-vk
-vC
-vO
-wd
-Jb
-wR
-wd
-xC
-wv
-yy
-zc
-zF
-Am
-AD
-Bl
-BE
-Cj
-Bf
-Bf
-Am
-Ko
-KB
-KV
-Ll
-Lz
-LJ
-KC
-LU
-LY
-EA
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-vk
-vk
-vk
-vk
-vk
-vz
-vP
-we
-wt
-wS
-wd
-wU
-xF
-xG
-wd
-xX
-yz
-zd
-Be
-BF
-BQ
-JA
-JO
-Ai
-Kp
-KC
-KW
-Lm
-LA
-LK
-KC
-LT
-LX
-EA
-EA
-EA
-EA
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vj
-vk
-vk
-vk
-vk
-vk
-vA
-vQ
-wf
-wv
-wv
-xk
-wd
-xU
-wd
-Jp
-zf
-zf
-AF
-Bn
-BL
-AF
-zf
-zf
-Kd
-Ke
-KD
-KX
-Ln
-LB
-Kf
-Kf
-Kf
-Ke
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vi
-vk
-vk
-vk
-vk
-vk
-vD
-vR
-wg
-Jc
-vp
-vp
-xD
-xY
-yA
-zf
-zf
-Jt
-AG
-Bo
-BM
-Cl
-JB
-zf
-Ke
-Ke
-KE
-KY
-Lo
-LC
-LL
-LQ
-Ke
-Ke
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-gX
-vi
-vl
-gX
-vi
-vi
-vi
-vS
-vE
-wx
-wT
-vp
-yB
-xZ
-yB
-zf
-zH
-Ap
-AG
-Bo
-BN
-Cl
-Ap
-JP
-Ke
-Kq
-KF
-KZ
-Lp
-LC
-Lc
-LR
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Mh
-Ml
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vp
-vt
-vE
-vE
-wh
-wy
-vE
-vE
-xE
-ya
-yC
-zf
-zI
-zg
-AH
-Bp
-BO
-Cm
-JC
-JQ
-Ke
-Kr
-KG
-La
-Lq
-LD
-Lc
-LS
-LV
-LS
-LS
-LS
-Mf
-Mg
-Mi
-Mm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vu
-vE
-vE
-wi
-wz
-wV
-wV
-xH
-yb
-yC
-zg
-zJ
-zg
-AI
-Bo
-BP
-Cn
-JD
-JR
-Kf
-Kq
-KH
-Lb
-Lc
-LC
-LM
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Mj
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-vF
-vT
-vU
-vU
-vV
-vE
-wj
-wA
-vE
-xl
-xI
-yc
-yD
-zg
-zK
-zg
-zG
-Bg
-BK
-Ck
-JE
-JS
-Kf
-Ks
-KI
-Lc
-Lc
-LE
-Ke
-Ke
-LW
-LZ
-Mb
-Mb
-Mb
-Mb
-Mk
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vG
-vE
-wk
-wB
-vE
-xm
-xm
-yd
-yE
-zf
-zL
-Aq
-AK
-Br
-BR
-Aq
-Br
-JT
-Kf
-Ks
-KJ
-Lc
-Lr
-Ke
-Ke
-dn
-dn
-LZ
-Mc
-Mb
-Mb
-Mb
-Mb
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vH
-vW
-vp
-wC
-Je
-xm
-Jg
-Ji
-yF
-zg
-zM
-Ar
-Ar
-Bs
-BS
-Cp
-Ar
-JU
-Kf
-Kt
-KK
-Kt
-Ke
-Ke
-dn
-dn
-dn
-Ma
-Md
-Md
-Md
-Md
-Md
-Mn
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vp
-vp
-xm
-xK
-yf
-yG
-zg
-zN
-zf
-zf
-zf
-zf
-zf
-zf
-zg
-Kf
-Ku
-KL
-Ld
-Ls
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Mo
-Mo
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-vp
-xn
-xn
-yg
-xn
-zf
-zO
-zf
-AL
-AL
-AL
-Cq
-JF
-JV
-Ke
-Kv
-KM
-Le
-Lt
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-dn
-dn
-dn
-dn
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gX
-mB
-nC
-gX
-gX
-gX
-qo
-mB
-gX
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-vq
-yH
-zg
-zP
-zg
-AM
-Bt
-Bt
-Bt
-Bt
-JW
-Kf
-Kt
-KN
-Kt
-Kf
-dn
-Ea
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-Er
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-mB
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mB
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-vq
-yI
-zh
-zQ
-yI
-Bt
-Bt
-BT
-Bt
-BT
-zh
-uW
-kR
-KO
-qO
-dn
-eJ
-Kg
-eJ
-dn
-dn
-dn
-dn
-eJ
-eJ
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-gX
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-gX
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vm
-vg
-vg
-vg
-vn
-yI
-zh
-zQ
-yI
-AN
-Bt
-BU
-Bt
-BU
-zh
-dn
-eJ
-eJ
-eJ
-eJ
-Ea
-Fj
-ad
-ad
-ad
-dn
-Me
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bZ
-ct
-ct
-ct
-bZ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-gX
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-eJ
-dn
-dn
-dn
-yJ
-zi
-zQ
-As
-AO
-AO
-BV
-AO
-BV
-zi
-Ea
-EB
-EB
-EB
-EB
-Fj
-ad
-ad
-ad
-ad
-ad
-ks
-dn
-dn
-Ed
-EB
-Er
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ca
-cu
-cS
-dq
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-mC
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mC
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-Kg
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-cb
-cv
-cS
-dr
-ae
-ae
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-mB
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mB
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-Jd
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-Fj
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-bL
-cc
-cw
-cT
-ds
-ae
-ee
-ae
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jL
-jL
-jL
-nD
-nY
-oM
-pA
-qp
-qr
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-yK
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aG
-aT
-ae
-bw
-bM
-ae
-cx
-cU
-cx
-ae
-ef
-ef
-ae
-ae
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jR
-kb
-jK
-mD
-mD
-nE
-nZ
-oN
-pB
-nE
-qP
-ru
-qr
-sr
-sZ
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-yK
-dn
-zR
-zR
-zR
-zR
-zR
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aH
-aU
-bi
-bx
-bN
-ae
-cy
-cV
-dt
-ae
-eg
-eg
-eL
-ae
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jK
-jS
-lz
-ke
-mE
-nf
-nF
-oa
-oO
-pC
-nE
-qQ
-rv
-rR
-ss
-ta
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-wY
-wY
-zR
-At
-AP
-Bu
-zR
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-sq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-aI
-aV
-bj
-by
-bO
-ae
-cz
-cW
-du
-ae
-eh
-ev
-eM
-ae
-fg
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jK
-jK
-kS
-kT
-lZ
-mF
-mF
-nG
-nY
-oP
-pA
-qq
-qQ
-rw
-rS
-st
-tb
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-wY
-wY
-zj
-zR
-Au
-AQ
-Bv
-zR
-Cr
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aw
-aJ
-aW
-bk
-bz
-bP
-cd
-cA
-cX
-dv
-dL
-ei
-ev
-eN
-ae
-ar
-fu
-af
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jK
-xR
-kT
-lA
-ma
-mG
-mF
-mF
-ob
-oQ
-pD
-qr
-qR
-rx
-rT
-su
-tc
-tA
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-wY
-wY
-yL
-zk
-zR
-zR
-AR
-zR
-zR
-Cr
-JG
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Ed
-Er
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ax
-aJ
-aX
-bl
-bA
-bQ
-ce
-cB
-cY
-cB
-dM
-ej
-ev
-eO
-ae
-fh
-fv
-af
-af
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jR
-kb
-ku
-kU
-lB
-mb
-mH
-mF
-mF
-mF
-oR
-pE
-qs
-qS
-ry
-rU
-sv
-td
-Ao
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wD
-wX
-wX
-wY
-yh
-yM
-zl
-zS
-Av
-AS
-AX
-BW
-BA
-BA
-JX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ao
-ay
-aK
-aY
-bm
-bB
-bR
-cf
-cC
-cY
-dw
-dN
-ek
-eg
-eP
-ae
-aj
-ar
-fC
-af
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jS
-kc
-kv
-kV
-lC
-lZ
-mI
-ng
-jL
-oc
-oS
-pF
-qr
-qT
-rz
-rV
-sw
-te
-tC
-ub
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wE
-wY
-wZ
-wY
-wY
-Jn
-zm
-zT
-zT
-AT
-AX
-BX
-BA
-BA
-BA
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ap
-az
-aJ
-aZ
-bn
-bC
-ae
-ae
-cD
-cZ
-cD
-ae
-ae
-ew
-ew
-ae
-iw
-ar
-fC
-af
-af
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jK
-jK
-kd
-kw
-kW
-lD
-ma
-mJ
-jL
-jL
-od
-oT
-pG
-qr
-qr
-rA
-rW
-sx
-tf
-tf
-tf
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wE
-wZ
-xo
-xL
-wZ
-yO
-zn
-zU
-zT
-AU
-Bw
-BY
-BA
-JH
-JY
-Kh
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Ed
-EB
-EB
-Er
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ah
-ah
-ah
-aL
-aT
-ae
-ae
-ae
-cg
-cE
-da
-dx
-dO
-ae
-ae
-ae
-ae
-fi
-af
-af
-af
-af
-go
-gE
-gX
-gE
-hD
-ic
-ha
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-gX
-gE
-go
-jK
-jT
-ke
-kx
-kX
-kx
-mc
-jK
-jL
-nH
-oe
-oU
-pF
-qt
-jL
-qr
-qr
-sy
-tg
-tg
-tg
-tg
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wF
-xa
-xp
-xM
-Jj
-yP
-zo
-zV
-xp
-AV
-Bx
-BZ
-Jx
-JI
-JZ
-Ki
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-ai
-aq
-aA
-aM
-ba
-bo
-bD
-bS
-ch
-cF
-db
-dy
-dP
-bS
-bD
-eQ
-eY
-fj
-af
-fD
-fM
-ga
-gp
-gF
-gY
-hl
-hE
-gF
-it
-ic
-ic
-ic
-ic
-gE
-gE
-gE
-gE
-gE
-ic
-ic
-ic
-jF
-hl
-kf
-jL
-jU
-mf
-ky
-kY
-lE
-md
-mK
-nh
-nI
-me
-xw
-pH
-qu
-qU
-qy
-rX
-sz
-th
-tD
-uc
-uw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wG
-wZ
-xo
-xN
-wZ
-yQ
-zp
-Js
-Ju
-AW
-Bw
-Ca
-Ct
-JJ
-Ka
-Kh
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-aj
-ar
-aB
-aN
-bb
-bp
-bE
-bT
-ci
-cG
-af
-dz
-dQ
-el
-ex
-eR
-el
-fk
-fw
-fE
-fN
-gb
-gq
-gG
-gZ
-gG
-hF
-id
-iu
-iD
-iT
-iT
-jm
-iT
-iT
-iT
-iT
-iu
-iT
-iD
-iT
-iT
-jG
-jI
-jM
-jV
-kg
-jV
-kZ
-lF
-jV
-mL
-jV
-nJ
-of
-jL
-pI
-mF
-qV
-qz
-rY
-sA
-sD
-tE
-ud
-ux
-qB
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-wY
-wZ
-xO
-xO
-xO
-zq
-xO
-xO
-AX
-AX
-Jw
-Ct
-BA
-BA
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-ak
-as
-aA
-aO
-bc
-bq
-bF
-bU
-cj
-cH
-dc
-dA
-dR
-em
-ey
-eS
-eZ
-fl
-af
-fF
-wW
-af
-gr
-gH
-gH
-gH
-hG
-ie
-CA
-iE
-iE
-iE
-jn
-iE
-jz
-iE
-iE
-iv
-iE
-iE
-iE
-iE
-jn
-kt
-jN
-jW
-kh
-kz
-la
-lG
-me
-mK
-ni
-nK
-og
-oW
-pJ
-me
-qW
-qA
-rZ
-sB
-ti
-tE
-ue
-uy
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xq
-xO
-yj
-yR
-zr
-zX
-xO
-AY
-Jv
-Cc
-Ct
-BA
-Kb
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-al
-al
-al
-aP
-bd
-ag
-ag
-ag
-ck
-cI
-dd
-dB
-dS
-dT
-dT
-dT
-fa
-fm
-af
-af
-af
-af
-gs
-gI
-gI
-hm
-hH
-Cz
-CB
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-gs
-jO
-jX
-ki
-kA
-lb
-lH
-jO
-jO
-jL
-nL
-oh
-oX
-pK
-qv
-jL
-qw
-qw
-qB
-tj
-tF
-qB
-qx
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xr
-xO
-yk
-yS
-zs
-zY
-xO
-AZ
-Bz
-Cd
-Cu
-JK
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-at
-aC
-aQ
-be
-br
-bG
-ag
-ag
-cJ
-de
-cJ
-dT
-dT
-ez
-eT
-fb
-fn
-fb
-fG
-dT
-dT
-aa
-aa
-ha
-hb
-hH
-if
-ix
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-jO
-jO
-kj
-kl
-lc
-lI
-us
-mM
-jO
-jO
-ww
-oY
-ze
-qw
-qw
-rB
-sa
-sC
-sD
-sD
-uf
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xq
-xO
-Jk
-yT
-zt
-zZ
-xO
-Ba
-BA
-Ce
-Cv
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-at
-at
-aR
-bf
-aQ
-bH
-bH
-ag
-cK
-df
-dC
-dT
-en
-eA
-eU
-eU
-fc
-eU
-fH
-dT
-aa
-aa
-aa
-aa
-hb
-hI
-if
-iy
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-dn
-dn
-dn
-jO
-kk
-kl
-ld
-lJ
-mg
-kl
-nj
-jO
-oi
-oZ
-oi
-qw
-qX
-rC
-sb
-sD
-sD
-sD
-uf
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wI
-xb
-xs
-xO
-ym
-yU
-zu
-Aa
-xO
-Bb
-Bb
-AX
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-aD
-aE
-bg
-bs
-bI
-bV
-ag
-cL
-dg
-dD
-dT
-eo
-eB
-eU
-fc
-fd
-fx
-fz
-fz
-fP
-gc
-gJ
-aa
-hb
-hJ
-ig
-iy
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-dn
-dn
-jO
-jO
-kB
-lc
-lI
-mh
-mh
-mh
-jO
-oj
-pa
-pL
-qw
-qY
-rC
-sb
-sD
-sE
-tG
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vm
-wJ
-lx
-xt
-xO
-yn
-yV
-zv
-Ab
-xO
-AX
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Ed
-Er
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-aE
-aE
-aQ
-aQ
-bJ
-bJ
-al
-cM
-dh
-dE
-dU
-ep
-eC
-eV
-fd
-fo
-fy
-fz
-fP
-gc
-gc
-gK
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-dn
-dn
-dn
-dn
-jO
-kC
-le
-lI
-mi
-mN
-nk
-jX
-ok
-pb
-pM
-qx
-qZ
-rC
-sb
-sD
-sL
-tH
-ug
-uz
-uL
-uX
-qw
-dn
-dn
-dn
-dn
-dn
-vm
-vg
-vn
-kR
-mA
-mA
-xO
-yo
-yV
-zw
-Ac
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-aS
-aQ
-aQ
-bK
-bW
-bW
-bW
-di
-bW
-bW
-bW
-eD
-eW
-fc
-fp
-fz
-fz
-fI
-fQ
-gc
-gJ
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-dn
-dn
-dn
-dn
-dn
-jO
-jO
-lf
-lI
-mj
-mO
-nl
-kD
-ol
-pc
-pN
-qx
-ra
-rC
-sb
-sE
-tk
-tI
-uh
-uA
-uM
-uY
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-eJ
-dn
-dn
-dn
-dn
-xO
-yp
-yV
-zx
-Aa
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-bh
-bt
-bh
-bW
-cl
-cN
-dj
-dF
-dV
-bW
-eE
-eX
-fe
-fq
-fz
-fI
-fQ
-fQ
-gc
-gK
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-jO
-lg
-lI
-mk
-mk
-mk
-kE
-om
-pc
-pO
-qy
-rb
-rD
-sc
-sF
-tl
-tJ
-ui
-uB
-uN
-uZ
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-xc
-xO
-yq
-yW
-zy
-Ad
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-ag
-al
-bW
-cm
-cO
-dk
-dG
-dW
-bW
-eF
-dT
-dT
-dT
-ad
-dn
-dn
-dn
-aa
-aa
-aa
-hb
-hK
-ih
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-kD
-lh
-lK
-ml
-mP
-kl
-kF
-on
-pd
-pO
-qz
-rc
-rE
-sd
-sG
-tl
-tK
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-xc
-dn
-xO
-yq
-yX
-yX
-Ad
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-bW
-cn
-cP
-dl
-dH
-dX
-bW
-eG
-dT
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-aa
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-kE
-li
-lL
-jX
-jX
-jX
-jX
-oo
-pc
-pP
-qA
-rd
-rF
-se
-sH
-tl
-tL
-uj
-uC
-uO
-va
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-dn
-xO
-xO
-xO
-xO
-xO
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bW
-co
-bW
-dm
-dI
-dY
-bW
-eH
-dT
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-aa
-ha
-hn
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-kE
-lj
-lM
-mm
-mQ
-nm
-jO
-op
-pe
-op
-qw
-re
-rG
-sd
-sI
-tm
-tM
-uk
-uD
-uP
-vb
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-dn
-dn
-xu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(84,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cp
-aa
-aa
-dn
-dZ
-eq
-eI
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-aa
-hb
-hl
-hL
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-kE
-li
-kl
-jX
-mR
-nn
-jO
-oq
-pf
-pQ
-qB
-rf
-rH
-sf
-sJ
-tl
-tN
-ul
-uE
-uQ
-vc
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(85,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cp
-aa
-aa
-dn
-ea
-er
-eJ
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-hc
-ho
-hM
-ii
-iz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-kF
-li
-kl
-jX
-jX
-jX
-jX
-or
-pg
-pR
-qC
-rg
-rI
-sg
-sK
-tn
-tO
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(86,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-gt
-gL
-hd
-ff
-hN
-ff
-hd
-gt
-gL
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-jO
-yl
-lM
-mn
-mQ
-nm
-jX
-os
-ph
-pS
-qB
-rh
-rh
-sh
-sF
-tl
-tP
-um
-uF
-uR
-vd
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(87,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gu
-gM
-ff
-hp
-hO
-ij
-ff
-iG
-iU
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-ur
-kl
-jX
-mR
-nn
-jX
-ot
-ph
-pT
-qx
-ri
-rJ
-sb
-sL
-tk
-tQ
-un
-uG
-uS
-ve
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(88,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gd
-fS
-gN
-ff
-hq
-hP
-ik
-ff
-jk
-iV
-jb
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-kG
-ll
-lN
-jX
-jX
-jX
-jX
-ou
-pi
-pU
-qx
-rj
-rC
-sb
-sF
-to
-tR
-uo
-uH
-uT
-vf
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(89,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ff
-ff
-fR
-fS
-fS
-gO
-ff
-hr
-hQ
-il
-ff
-iI
-fS
-jc
-jo
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-kH
-lm
-lM
-mo
-mS
-no
-jO
-ov
-ph
-pV
-qw
-rk
-rC
-sb
-rZ
-rZ
-tS
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(90,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ff
-fJ
-fS
-ge
-fS
-ge
-ff
-ff
-hR
-ff
-ff
-iJ
-iV
-ge
-jp
-jx
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-jO
-kl
-kl
-ln
-kl
-jX
-yN
-np
-jO
-oi
-pj
-pW
-qw
-ri
-rJ
-sb
-sM
-tp
-tp
-up
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(91,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-eb
-es
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-fK
-gv
-gP
-he
-hs
-hS
-hi
-iA
-iK
-hg
-iS
-ff
-ff
-ff
-ff
-ff
-jE
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-km
-kI
-lo
-lO
-jX
-mU
-jO
-jO
-ow
-pk
-pX
-qw
-qw
-za
-si
-sN
-tq
-tT
-uq
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-vm
-vg
-vn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-sq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(92,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fr
-fr
-fT
-gf
-gw
-gQ
-hf
-ht
-hT
-hf
-hf
-iL
-iW
-je
-jq
-jj
-jA
-fr
-jD
-jE
-aa
-aa
-aa
-aa
-dn
-dn
-jP
-jP
-jP
-jP
-jP
-jP
-jP
-jP
-nq
-nM
-ox
-pl
-pY
-qD
-nq
-qw
-qw
-sO
-qB
-tU
-tU
-tU
-uU
-dn
-dn
-dn
-dn
-eJ
-vq
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fZ
-fA
-fr
-fU
-gh
-gx
-gR
-hg
-hu
-hU
-hi
-gv
-iM
-gx
-jf
-jr
-fr
-fr
-fr
-jD
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-jY
-lR
-kJ
-lp
-lP
-mp
-mV
-nr
-nN
-oy
-pm
-pZ
-qE
-rl
-rL
-sj
-sP
-tr
-tU
-Fh
-uI
-uU
-dn
-dn
-dn
-vm
-vg
-vn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(94,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fs
-fB
-fV
-gi
-gy
-gR
-gx
-hv
-hV
-im
-gx
-iM
-iX
-jd
-js
-fr
-jh
-jC
-jD
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-jZ
-ko
-kK
-lq
-lQ
-mq
-mW
-ns
-nO
-oz
-nq
-qa
-qF
-rm
-rM
-sk
-sQ
-ts
-tV
-Fi
-uJ
-uV
-vg
-GJ
-vg
-vn
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(95,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-ft
-ft
-ft
-ff
-gm
-gz
-gS
-hh
-hw
-ff
-in
-iB
-iN
-iY
-jw
-ff
-ft
-ft
-ft
-ff
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-ka
-kp
-mu
-lr
-kL
-mr
-mX
-nt
-nP
-oA
-pn
-qb
-qG
-rn
-qL
-sl
-sR
-tt
-tW
-ut
-uK
-uU
-vh
-Eb
-eJ
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(96,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fr
-fr
-fW
-gg
-gA
-gR
-fS
-hx
-hW
-io
-gx
-iM
-iB
-ji
-jt
-jj
-jA
-fr
-ff
-ad
-aa
-aa
-dn
-dn
-dn
-dn
-jP
-ka
-kn
-mu
-ls
-nu
-ms
-jP
-nq
-nQ
-ow
-po
-qc
-qH
-nq
-qI
-qI
-sS
-tu
-tU
-tU
-tU
-uU
-eJ
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(97,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fZ
-fr
-fr
-fX
-gh
-gx
-gR
-fS
-fS
-hX
-hi
-hh
-iM
-gx
-jf
-ju
-fr
-fA
-fr
-ff
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-jQ
-jQ
-kq
-kq
-kq
-kq
-mt
-kq
-jQ
-jQ
-ow
-pk
-qd
-qI
-qI
-rN
-sm
-sT
-tv
-tX
-uu
-qI
-qI
-eJ
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(98,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fs
-fB
-fY
-gl
-gB
-gR
-ge
-ge
-hY
-ge
-ge
-iM
-iZ
-gU
-jv
-fr
-jh
-fr
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-kr
-kM
-lt
-lS
-mv
-lt
-tB
-jQ
-oB
-pp
-qe
-qI
-ro
-rO
-rq
-sU
-rq
-sW
-uv
-qI
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(99,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-gk
-gC
-gT
-hi
-hy
-hZ
-ip
-hi
-iO
-ja
-jg
-ff
-ff
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-kN
-lu
-lT
-rK
-mY
-nv
-jQ
-oC
-pq
-qf
-qI
-rp
-rP
-sn
-sV
-tw
-tY
-qI
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(100,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-fL
-fS
-ge
-gD
-iq
-hk
-hz
-ia
-iq
-hk
-hz
-iR
-ge
-fS
-jy
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-kO
-lv
-lU
-mw
-mZ
-nw
-nR
-oD
-pr
-qg
-qJ
-rq
-rq
-so
-rq
-sW
-tZ
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(101,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gj
-fS
-ff
-gV
-hj
-hA
-ff
-ir
-iC
-iP
-ff
-fS
-jJ
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-lw
-lV
-mx
-na
-nx
-nS
-ns
-ps
-qh
-qJ
-rq
-rq
-rq
-sW
-tx
-qI
-qI
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(102,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gn
-ff
-fr
-fr
-hB
-ib
-is
-fr
-iH
-ff
-jl
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-lW
-my
-nb
-ny
-nT
-oE
-pt
-qi
-qK
-rr
-rr
-sp
-sX
-ty
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(103,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-ff
-gW
-fr
-hC
-ib
-is
-fr
-iQ
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-jQ
-lX
-jQ
-nb
-nz
-nU
-oF
-pu
-qj
-qL
-rs
-rQ
-qI
-sY
-tz
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-HC
-oL
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(104,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-fr
-jh
-hC
-ib
-is
-jh
-fr
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-lx
-lY
-jQ
-nc
-jQ
-nV
-oG
-pv
-oG
-nV
-qI
-qI
-qI
-eJ
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(105,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-lx
-lY
-mz
-nd
-nA
-nq
-oH
-pw
-qk
-nq
-rt
-eJ
-eJ
-Ea
-EB
-EU
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(106,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-kQ
-lx
-lY
-lx
-nd
-nB
-nW
-oI
-px
-ql
-nW
-eJ
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Ea
-Fj
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(107,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-ly
-lx
-lx
-nd
-lx
-nX
-oJ
-py
-qm
-qM
-eJ
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Ea
-Fj
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(108,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-do
-dJ
-ec
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-ly
-lx
-lx
-lx
-lx
-oK
-pz
-qn
-qN
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Ea
-Fj
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(109,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dp
-cr
-ed
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-qO
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(110,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-cq
-am
-am
-cr
-cr
-eu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-dn
-Ea
-Eq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(111,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-am
-au
-cr
-au
-am
-dK
-am
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Mq
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(112,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-eK
-bX
-cr
-bY
-eK
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(113,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-au
-au
-bX
-cr
-bY
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(114,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-au
-au
-au
-bX
-cr
-bY
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(115,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-am
-au
-au
-au
-bu
-au
-bX
-cr
-bY
-au
-cQ
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(116,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-am
-am
-aF
-au
-au
-au
-bu
-au
-cr
-au
-cQ
-au
-au
-au
-mT
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(117,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-au
-au
-au
-bu
-cr
-cQ
-au
-au
-au
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(118,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-av
-cs
-au
-au
-au
-au
-bY
-cr
-bX
-au
-au
-au
-au
-oV
-av
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(119,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-au
-au
-au
-bv
-av
-cR
-au
-au
-au
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(120,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-an
-am
-aF
-au
-au
-au
-bv
-au
-au
-au
-cR
-au
-au
-au
-mT
-am
-an
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(121,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-bv
-au
-au
-au
-au
-au
-cR
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(122,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-au
-au
-au
-au
-au
-au
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-Mr
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(123,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-au
-au
-au
-au
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(124,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-fO
-au
-lk
-au
-fO
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Ed
-EB
-EB
-EB
-EB
-EB
-Er
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OT
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(125,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-am
-au
-av
-au
-am
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-Kg
-Mw
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-OQ
-eJ
-eJ
-Mw
-wX
-wX
-wX
-OQ
-eJ
-eJ
-Rw
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(126,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-an
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ec
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-Mx
-MG
-MO
-mA
-mA
-mA
-mA
-NR
-MG
-MO
-mA
-qN
-eJ
-eJ
-kP
-NR
-MG
-MO
-qN
-eJ
-eJ
-MG
-aa
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(127,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-OR
-eJ
-eJ
-PV
-aa
-aa
-aa
-OR
-eJ
-eJ
-Rx
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(128,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-OS
-eJ
-eJ
-OS
-ha
-ha
-ha
-OS
-eJ
-eJ
-OS
-ha
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(129,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(130,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(131,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(132,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Mq
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(133,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(134,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Kg
-kP
-MI
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(135,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MG
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(136,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ed
-EB
-Er
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(137,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-Eb
-uW
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(138,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(139,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(140,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DE
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(141,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(142,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Mq
-kP
-MH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-OT
-eJ
-eJ
-OT
-ha
-ha
-ha
-OT
-eJ
-eJ
-OT
-ha
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(143,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-OR
-eJ
-eJ
-OR
-aa
-aa
-aa
-OR
-eJ
-eJ
-Rw
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(144,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-Mx
-MG
-MP
-wX
-wX
-wX
-wX
-NS
-MG
-MP
-wX
-qN
-eJ
-eJ
-kP
-NS
-MG
-MP
-qN
-eJ
-eJ
-MG
-aa
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(145,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kR
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-qO
-eJ
-eJ
-kR
-mA
-mA
-mA
-qO
-eJ
-eJ
-Rx
-gX
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(146,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OS
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(147,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(148,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(149,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OU
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-RV
-RZ
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(150,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-OV
-MQ
-MQ
-MG
-ad
-ad
-Qx
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-RW
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(151,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-Ol
-Ox
-OV
-Pp
-PH
-MG
-MG
-MG
-Qy
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(152,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-NT
-MQ
-Om
-Oy
-OV
-Pq
-PI
-MG
-Qb
-MG
-Qz
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(153,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-MQ
-MQ
-Nr
-NE
-NU
-MQ
-On
-Oz
-OW
-Oz
-PJ
-MG
-Qc
-MG
-QA
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(154,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-MQ
-MQ
-Nh
-Ns
-NF
-NV
-Od
-Oo
-OA
-OX
-Pr
-PK
-MG
-Qd
-Qd
-Qd
-QQ
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(155,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-Kg
-eJ
-eJ
-MQ
-MQ
-MQ
-Nt
-NG
-NW
-Oe
-Op
-OB
-OY
-Ps
-PL
-MG
-Qd
-Qo
-Qo
-Qd
-Ra
-Rl
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(156,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-Kg
-eJ
-My
-My
-MZ
-My
-Nu
-Ns
-NX
-MQ
-Oq
-OC
-NV
-Pt
-PM
-MG
-Qe
-Qp
-QB
-QR
-Rb
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(157,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Ed
-Er
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Kg
-eJ
-My
-MR
-Na
-Ni
-Nv
-NH
-NX
-MQ
-Oq
-OD
-OZ
-Pu
-PM
-MG
-Qf
-Qq
-QC
-Qd
-Qd
-Rm
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Sd
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(158,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Kg
-eJ
-My
-MS
-Nb
-My
-Nw
-NI
-NX
-MQ
-MQ
-OE
-Pa
-OE
-MQ
-MG
-Qg
-Qr
-QD
-Qd
-Qd
-Rn
-MG
-My
-RK
-RH
-eJ
-eJ
-dn
-dn
-ks
-gX
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(159,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-eJ
-eJ
-dn
-eJ
-Ms
-My
-My
-My
-My
-My
-Nx
-MQ
-MQ
-MQ
-Or
-OF
-Pb
-Pv
-Or
-MG
-MG
-MG
-QE
-QS
-Rc
-MN
-MN
-RD
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-ks
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(160,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-Mt
-Mz
-MK
-MT
-Mz
-Nj
-Ny
-NJ
-NY
-Of
-Os
-OG
-Pc
-Pw
-Os
-Of
-NY
-Qs
-Ny
-Os
-Rd
-Ro
-Ry
-Rd
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(161,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-Ea
-Mu
-MA
-ML
-MU
-Nc
-Nk
-Nz
-NK
-NZ
-Og
-NK
-OH
-My
-Px
-PN
-Og
-NZ
-NK
-QF
-QT
-Re
-Rp
-Os
-RE
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(162,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-kR
-MB
-MM
-MV
-MB
-Nl
-NA
-NL
-Oa
-Oh
-NL
-OI
-Pd
-Py
-NL
-Oh
-Oa
-Qt
-QG
-QU
-MB
-Rq
-Rz
-RF
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(163,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-Mv
-MC
-MN
-MN
-Nd
-MD
-NB
-MD
-MD
-MD
-Ot
-Nl
-Pe
-Pz
-PO
-PP
-PP
-PP
-QH
-PQ
-MC
-MN
-MN
-RG
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-ks
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(164,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-eJ
-MD
-MD
-MW
-Ne
-Nm
-NC
-NM
-Ob
-MD
-MD
-Of
-Pf
-Of
-PP
-PP
-Qh
-Qu
-QI
-PY
-PY
-Rr
-PP
-My
-RK
-RH
-eJ
-eJ
-eJ
-eJ
-ks
-gX
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(165,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Ed
-EB
-ME
-MD
-MX
-Ne
-Nn
-ND
-NN
-Ne
-Oi
-MD
-Os
-Ny
-PA
-PP
-PW
-Qi
-PY
-QJ
-PY
-PY
-Rs
-PP
-eJ
-dn
-dn
-dn
-dn
-dn
-dn
-Se
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(166,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-eJ
-eJ
-MF
-MD
-MD
-Nf
-Ne
-Ne
-NO
-Ne
-Oj
-MD
-OJ
-Ny
-Os
-PP
-PX
-Qj
-Qv
-QK
-QV
-Rf
-PP
-PP
-eJ
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(167,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-eJ
-MY
-Ng
-Ne
-Ne
-NP
-Ne
-Ne
-Ou
-Os
-Ny
-Os
-PQ
-PY
-PY
-PY
-PY
-PY
-Rg
-Rt
-eJ
-eJ
-dn
-RN
-RN
-RN
-RN
-RN
-gX
-RN
-RN
-RN
-RN
-Sb
-RN
-RN
-Sb
-RN
-RN
-RN
-Sv
-Sx
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(168,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Eb
-eJ
-dn
-dn
-eJ
-dn
-dn
-dn
-eJ
-eJ
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-MD
-MD
-No
-Ne
-Ne
-Ne
-Ne
-Ou
-Os
-Ny
-Os
-PQ
-PY
-PY
-PY
-PY
-QW
-PP
-PP
-eJ
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-gX
-dn
-Iy
-Iy
-St
-Sw
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(169,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-eJ
-Eb
-eJ
-eJ
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-MD
-Np
-Ne
-Ne
-Ne
-Ok
-MD
-OK
-Pg
-PB
-PP
-PZ
-PY
-PZ
-QL
-PP
-PP
-ad
-dn
-dn
-dn
-RO
-RP
-RX
-Sa
-RP
-RX
-RO
-Sg
-RX
-RO
-RP
-Sk
-RO
-Sl
-Sk
-Sa
-Su
-Sk
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(170,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-Hn
-HC
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-MD
-Nq
-Ne
-NQ
-Oc
-MD
-MD
-OL
-Ny
-Os
-PP
-PP
-Qk
-PP
-PP
-PP
-ad
-ad
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sm
-Sk
-Sa
-Sm
-Sk
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(171,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-dn
-Eb
-dn
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-MD
-MD
-MD
-MD
-MD
-MD
-Ov
-Os
-Ph
-ML
-PR
-PP
-PP
-PP
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sn
-Sk
-Sa
-Sm
-Sk
-Iy
-Sw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(172,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-dn
-Ed
-EB
-EB
-GX
-EB
-Er
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-dn
-ad
-ad
-ad
-MD
-Ow
-Ow
-Pi
-Ow
-Ow
-PP
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sn
-Sk
-Sa
-Sm
-Sk
-Iy
-Sw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(173,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OM
-Pj
-PC
-Ow
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sm
-Sk
-Sa
-Sm
-Sk
-Iy
-Sx
-Sz
-Sz
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(174,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ua
-eJ
-eJ
-eJ
-FY
-eJ
-eJ
-eJ
-ua
-Eb
-HW
-Io
-Iz
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-ON
-Pk
-PD
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Rh
-Rk
-RA
-RH
-dn
-dn
-RR
-dn
-dn
-Sc
-Sf
-dn
-Sc
-dn
-Sf
-Sc
-dn
-dn
-So
-dn
-Iy
-So
-Iy
-Iy
-Sy
-Sw
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(175,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Cx
-Cx
-EC
-EV
-Fk
-EV
-EC
-EV
-GK
-EV
-EC
-HD
-HX
-Ip
-Ip
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-KP
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OO
-Pl
-PE
-PS
-Qa
-Ql
-Qw
-QM
-QX
-Ri
-Ru
-RB
-RI
-RM
-RM
-RS
-RY
-RY
-RS
-RY
-RY
-RS
-RY
-RY
-RS
-RY
-RY
-Sp
-Ss
-Ss
-Sp
-Ss
-Ss
-Ss
-SA
-Sw
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(176,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Dq
-Dq
-Es
-EC
-EW
-Fl
-FB
-EC
-Gt
-Fl
-GY
-ED
-HE
-HY
-Iq
-Ip
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OP
-Pm
-PF
-PT
-PT
-Qm
-Qm
-QN
-QY
-Rj
-Rv
-QY
-RJ
-dn
-dn
-RR
-dn
-dn
-Sc
-Sf
-dn
-Sc
-dn
-Sf
-Sc
-dn
-dn
-So
-Iy
-Iy
-So
-Iy
-Iy
-Sy
-Sw
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(177,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-wu
-wu
-Dq
-Dq
-Ee
-Et
-EC
-EX
-Eh
-FB
-EC
-Gt
-Eh
-GZ
-ED
-HF
-HZ
-Ir
-IA
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-Ow
-Pn
-PG
-PU
-PC
-Qn
-Qn
-QO
-QZ
-Rk
-Rk
-RC
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sw
-Sz
-Sz
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(178,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-wu
-Aw
-Dd
-Dr
-DF
-Ef
-Eu
-EC
-EW
-Eh
-FC
-EC
-Gu
-Eh
-GY
-ED
-HG
-HZ
-Is
-IB
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(179,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-xJ
-By
-De
-Ds
-DG
-Eg
-Ev
-ED
-EY
-Fm
-EY
-EC
-EY
-GL
-EY
-ED
-HH
-Ia
-It
-IC
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(180,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-zA
-Cs
-Df
-Dt
-Dt
-Dt
-Ew
-EE
-EZ
-Fn
-FD
-FZ
-Gv
-Fo
-Ha
-ED
-HI
-HI
-HI
-ID
-Ip
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(181,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-ye
-CR
-Dg
-zW
-DH
-DH
-DH
-EF
-Fa
-Fo
-FE
-Ga
-FE
-Fo
-Hb
-EF
-HJ
-HJ
-HJ
-ID
-Ip
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RU
-RX
-Sa
-RU
-RX
-RO
-Sj
-RX
-RO
-RU
-Sk
-RO
-Sr
-Sk
-Sa
-Sr
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(182,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-yi
-CR
-Dh
-zW
-DI
-Eh
-Eh
-EG
-Fb
-Fp
-FF
-Gb
-FF
-GM
-Hc
-Ho
-HK
-HK
-Iu
-IE
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-gX
-Iy
-Iy
-Iy
-St
-Iy
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(183,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-yi
-CS
-Di
-zW
-DJ
-Ei
-Ei
-ED
-Fc
-Fq
-FG
-Gc
-FG
-GN
-Hd
-ED
-HL
-Ib
-Ib
-IF
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-RN
-RN
-RN
-RN
-Sb
-RN
-RN
-RN
-gX
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-Sv
-Sx
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(184,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-zW
-zW
-Dj
-zW
-DK
-DK
-DK
-EH
-EH
-EH
-FH
-Gd
-FH
-EH
-EH
-EH
-HI
-HI
-HI
-HI
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(185,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CE
-CT
-Dk
-Du
-DL
-Ej
-DK
-EH
-EH
-Fr
-FI
-Ge
-Gw
-GO
-EH
-EH
-Hl
-Hm
-Hm
-Hl
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(186,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CF
-CU
-Dl
-CV
-DM
-Ek
-DK
-EH
-Fd
-Fs
-FJ
-Ge
-Fe
-GP
-He
-EH
-Hl
-Hl
-Hl
-Hl
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(187,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CG
-CV
-Dm
-CV
-DM
-El
-DK
-EI
-Fe
-Fs
-FK
-Gf
-Gx
-Fe
-Fe
-Hp
-Hl
-Ic
-Iv
-IG
-IS
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(188,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CH
-CV
-Dn
-Dv
-DN
-Em
-Dy
-EJ
-Fe
-Ft
-FL
-Gg
-Gy
-Gx
-Fe
-Hq
-HM
-Id
-HV
-HV
-IT
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(189,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CI
-CW
-Do
-Dw
-DO
-En
-Ex
-EK
-EK
-Fu
-FM
-Gh
-Gz
-GQ
-EK
-EK
-HN
-Ie
-Ie
-IH
-IT
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(190,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CI
-CW
-CW
-Dw
-DP
-Em
-Dy
-EJ
-Fe
-Fe
-FN
-Gg
-GA
-GB
-Fe
-Hr
-HM
-Id
-HV
-II
-IU
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(191,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-jH
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CJ
-CX
-CX
-Dx
-DP
-Eo
-DK
-EL
-Fe
-Fe
-Fe
-Gi
-GB
-Fe
-Fe
-Hs
-Hl
-If
-Iw
-IJ
-IV
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(192,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jB
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CC
-CC
-CC
-Dy
-DQ
-DK
-DK
-EH
-Ff
-Fe
-Fe
-Ge
-Fe
-Fe
-Hf
-EH
-Hl
-Hl
-Hl
-IK
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(193,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CK
-CY
-Db
-Dz
-DR
-Db
-Db
-Db
-EH
-Fv
-FO
-Ge
-FO
-GR
-EH
-GS
-HO
-Ig
-Hl
-IL
-IW
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(194,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-zC
-CZ
-Db
-DA
-DS
-Db
-Ey
-EM
-Db
-Fw
-FP
-Gj
-FP
-EH
-GS
-Ht
-HP
-Ih
-Hl
-IL
-IW
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(195,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CL
-Da
-Db
-DB
-DT
-Db
-Ez
-EN
-Db
-Fx
-FQ
-Gk
-GC
-GS
-Hg
-Hu
-HQ
-Ii
-Hl
-II
-IX
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(196,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CM
-Db
-Db
-Db
-DU
-Db
-Db
-EO
-Db
-Fy
-FR
-Gl
-GD
-GT
-Hh
-Hv
-Hv
-Ij
-Hl
-IM
-IY
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(197,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CN
-Dc
-Dp
-DC
-DV
-Dc
-Dc
-EP
-Db
-Fz
-FS
-Gm
-GE
-GU
-Hi
-Hw
-HR
-Ik
-Hl
-IN
-IZ
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(198,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CO
-Db
-Db
-Db
-DW
-Db
-Db
-EQ
-Db
-Fw
-FT
-Gn
-GF
-GV
-Hj
-Hx
-HS
-Il
-Hl
-IO
-Ja
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(199,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CP
-Da
-Db
-DB
-DX
-Db
-DB
-ER
-Db
-Fw
-FU
-Go
-GG
-Fw
-Hk
-GS
-GS
-GS
-Hl
-IP
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(200,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-Cb
-CZ
-Db
-Co
-DY
-Db
-Co
-DY
-Db
-Fw
-FP
-Gp
-FP
-Fw
-Hl
-Hy
-HT
-Im
-HT
-IQ
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(201,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CQ
-CY
-Db
-DD
-DZ
-Db
-DD
-DZ
-Db
-Fw
-FV
-Gq
-GH
-Fw
-Hl
-Hz
-HU
-HU
-HU
-IR
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(202,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CD
-CD
-CD
-CD
-CD
-Db
-Db
-Db
-Db
-Fw
-FW
-Gr
-Gn
-Fw
-Hl
-HA
-HV
-In
-Ix
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(203,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CD
-CD
-CD
-CD
-Fw
-FX
-Gs
-GI
-Fw
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(204,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Ep
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Hm
-Hm
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(205,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-ES
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-ES
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(206,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-gX
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-gX
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(207,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-ET
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-ET
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(208,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Ep
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(209,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Ep
-FA
-gX
-gX
-gX
-GW
-Ep
-HB
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(210,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-EA
-EA
-EA
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Iy
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(211,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-EA
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(212,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(213,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(214,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(215,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(216,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(217,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(218,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(219,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(220,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(221,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(222,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(223,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(224,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(225,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(226,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(227,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(228,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(229,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(230,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(231,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(232,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(233,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(234,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(235,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(236,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(237,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(238,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(239,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(240,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(241,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(242,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(243,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(244,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(245,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(246,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(247,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(248,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(249,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(250,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(251,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(252,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(253,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(254,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(255,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/maps/southern_sun/overmap/planets/kara/northern_star/northern_star.dm b/maps/southern_sun/overmap/planets/kara/northern_star/northern_star.dm
deleted file mode 100644
index 7d886f3bb3..0000000000
--- a/maps/southern_sun/overmap/planets/kara/northern_star/northern_star.dm
+++ /dev/null
@@ -1,93 +0,0 @@
-// -- Datums -- //
-
-/datum/map_template/sc_lateload/northern_star
- name = "Kara - Z1 Northern Star"
- desc = "The Northern Star mines."
- mappath = "maps/southern_cross/overmap/planets/kara/northern_star/northern_star_mine.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/northern_star
-
-/datum/map_z_level/sc_lateload/northern_star
- name = "Northern Star mines"
- z = Z_LEVEL_NS_MINE
-
-/datum/map_template/sc_lateload/northern_star/on_map_loaded(z)
- . = ..()
- new /datum/random_map/automata/cave_system/no_cracks(null, 1, 1, Z_LEVEL_NS_MINE, world.maxx, world.maxy) // Create caves.
- new /datum/random_map/noise/ore(null, 1, 1, Z_LEVEL_NS_MINE, 64, 64) // Create the mining ore distribution map.
-
-// -- Overmap -- //
-//This is actually in kara.dm one folder back.
-// Overmap object for Kara, hanging in the void of space
-/obj/effect/overmap/visitable/sector/northern_star_mines
- name = "Northern Star"
- icon_state = "object"
- desc = "The seat of NT power in the Vir system lies in the asteroid colony orbiting Kara, the NCS Northern Star."
- scanner_desc = @{"[i]Stellar Body[/i]: Kara
-[i]Class[/i]: Jovian Colony
-[i]Transponder[/i]: Transmitting (NT), NanoTrasen IFF
-[i]Habitability[/i]: Low (High Pressure, Toxic Atmosphere). Habitats in orbit.
-[b]Notice[/b]: NT security is currently restricting free flights to Northern Star."}
- in_space = 1
- known = TRUE
- start_x = 14
- start_y = 14
- extra_z_levels = list(Z_LEVEL_AEROSTAT) // Should inform the overmap that kara and NS are in the same sector despite being different locations.
- initial_generic_waypoints = list("northern_star_mine_dock", "northern_star_mine_echidna_dock") //northern_star.dm landmarks
-
-/obj/effect/overmap/visitable/sector/northern_star_mines/get_space_zlevels()//These are the primary levels that our space station resides in. This also indicates what levels astronauts can drift into.
- return list(Z_LEVEL_NS_MINE) //May add more later
-
-// -- Areas -- //
-
-/area/outpost/medical
- icon_state = ""
-
-/area/outpost/medical/storage
- name = "Medical Outpost Storage"
-
-/area/outpost/medical/hallway
- name = "Medical Outpost Hallway"
-
-/area/outpost/medical/surgery
- name = "Medical Outpost Surgery"
-
-/area/outpost/medical/dorm
- name = "Medical Outpost Dorms"
-
-/area/outpost/medical/airlocks
- name = "Medical Outpost Airlocks"
-
-/area/outpost/medical/rec
- name = "Medical Outpost Recreation"
-
-/area/outpost/medical/suit_storage
- name = "Medical Outpost Suit Storage"
-
-/area/outpost/medical/power
- name = "Medical Outpost Power"
-
-/area/outpost/medical/main_room
- name = "Medical Outpost Main Room"
-
-/area/outpost/medical/atmos
- name = "Medical Outpost Atmospherics"
-
-/area/outpost/medical/backup_power
- name = "Medical Outpost Backup Power"
-
-
-// -- Landmarks -- //
-
-/obj/effect/shuttle_landmark/premade/northern_star/ns_mine_dock
- name = "Northern Star Mine - Shuttle Dock"
- landmark_tag = "northern_star_mine_dock"
-
-/obj/effect/shuttle_landmark/premade/northern_star/ns_mine_echidna_dock
- name = "Northern Star Mine - Echidna Dock"
- landmark_tag = "northern_star_mine_echidna_dock"
-
-// -- Turfs -- //
-/turf/simulated/mineral/floor/ignore_mapgen/airless
- oxygen = 0
- nitrogen = 0
- temperature = TCMB
diff --git a/maps/southern_sun/overmap/planets/kara/northern_star/northern_star_mine.dmm b/maps/southern_sun/overmap/planets/kara/northern_star/northern_star_mine.dmm
deleted file mode 100644
index 031999485c..0000000000
--- a/maps/southern_sun/overmap/planets/kara/northern_star/northern_star_mine.dmm
+++ /dev/null
@@ -1,88892 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/space,
-/area/space)
-"ab" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/space,
-/area/space)
-"ac" = (
-/turf/space,
-/area/syndicate_station/mining)
-"ad" = (
-/turf/simulated/mineral/vacuum,
-/area/mine/unexplored)
-"ae" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"af" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/toxins_hallway)
-"ag" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tox_store)
-"ah" = (
-/turf/simulated/wall,
-/area/outpost/research/mixing)
-"ai" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"aj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ak" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"al" = (
-/turf/simulated/wall,
-/area/outpost/research/tox_store)
-"am" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/test_area)
-"an" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/test_area)
-"ao" = (
-/obj/machinery/vending/phoronresearch,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ap" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"aq" = (
-/obj/structure/closet/hydrant{
- pixel_x = -32
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ar" = (
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"as" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/storage/box/lights/mixed,
-/obj/item/extinguisher,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"at" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"au" = (
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"av" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"aw" = (
-/obj/structure/dispenser,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ax" = (
-/obj/structure/table/standard,
-/obj/item/tool/wrench,
-/obj/item/tool/screwdriver{
- pixel_y = 10
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/item/tool/crowbar,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ay" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"az" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 30;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aA" = (
-/turf/simulated/wall,
-/area/outpost/research/hallway/toxins_hallway)
-"aB" = (
-/obj/machinery/door/airlock{
- name = "Toxins Emergency Storage"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"aC" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aD" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aE" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"aF" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"aG" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aH" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aI" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/powered/pump,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aJ" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aL" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aM" = (
-/obj/machinery/portable_atmospherics/powered/pump,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aN" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aO" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"aP" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access = list(8)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aQ" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aS" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"aT" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"aU" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aV" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/red{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/red{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/meter,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aX" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 10;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"aZ" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ba" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bd" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access = list(8)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"be" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bh" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bi" = (
-/obj/machinery/atmospherics/binary/pump,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bj" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 1;
- name = "Heater to Waste"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bk" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 2;
- name = "Waste to Scrubbers"
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"bl" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bm" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bn" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bo" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Fore";
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/computer/area_atmos,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"br" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Gas Storage";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bs" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bt" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bu" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bv" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bw" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 33
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bx" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"by" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bA" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 1;
- name = "Heated to Waste"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bB" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bC" = (
-/obj/structure/closet/bombcloset,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bD" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bF" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bG" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bH" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bI" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bJ" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bK" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tox_store)
-"bL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"bM" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bN" = (
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/mixing)
-"bO" = (
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/mixing)
-"bP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bQ" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/visible/purple,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bR" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Lab Fore";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"bS" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"bV" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tox_store)
-"bW" = (
-/turf/simulated/wall,
-/area/outpost/research/toxins_launch)
-"bX" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bY" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"bZ" = (
-/obj/structure/sign/fire,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"ca" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 6
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/purple{
- dir = 1
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 9
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cd" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"ce" = (
-/obj/machinery/atmospherics/binary/passive_gate{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cf" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cg" = (
-/obj/structure/closet/emcloset,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ch" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ci" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cj" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ck" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Mid";
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cl" = (
-/obj/machinery/mass_driver{
- dir = 4;
- id = "toxinsdriver"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cm" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/airlock_sensor{
- pixel_y = 25
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"co" = (
-/obj/machinery/door/blast/regular{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cp" = (
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cq" = (
-/obj/machinery/door/blast/regular{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"cr" = (
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"cs" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Toxins Test Chamber North";
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"ct" = (
-/obj/machinery/door/blast/regular{
- id = "mixvent";
- name = "Mixer Room Vent"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cu" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cv" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cw" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1443;
- icon_state = "map_injector";
- id = "air_in";
- use_power = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cy" = (
-/obj/machinery/airlock_sensor{
- id_tag = "tox_airlock_sensor";
- master_tag = "tox_airlock_control";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"cA" = (
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- id_tag = "tox_airlock_control";
- pixel_x = -24;
- pixel_y = 0;
- tag_airpump = "tox_airlock_pump";
- tag_chamber_sensor = "tox_airlock_sensor";
- tag_exterior_door = "tox_airlock_exterior";
- tag_interior_door = "tox_airlock_interior"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/tvalve/bypass{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cB" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cC" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cD" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 1;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced{
- dir = 4;
- icon_state = "phoronrwindow"
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/outpost/research/mixing)
-"cE" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cH" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"cK" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cL" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cM" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Starboard";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"cN" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/toxins_launch)
-"cO" = (
-/obj/machinery/door/window/southright{
- name = "Toxins Launcher";
- req_access = list(8)
- },
-/obj/machinery/door/window/southright{
- dir = 1;
- name = "Toxins Launcher";
- req_access = list(8)
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"cP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"cQ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"cR" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"cS" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cT" = (
-/obj/machinery/air_sensor{
- frequency = 1430;
- id_tag = "toxins_mixing_exterior";
- output = 63
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"cU" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1379;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_exterior";
- locked = 1;
- name = "Mixing Room Exterior Airlock";
- req_access = list(7)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cV" = (
-/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id = "tox_airlock_pump"
- },
-/obj/machinery/air_sensor{
- frequency = 1430;
- id_tag = "toxins_mixing_interior";
- output = 63;
- pixel_x = -8;
- pixel_y = -18
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cW" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1379;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_interior";
- locked = 1;
- name = "Mixing Room Interior Airlock";
- req_access = list(7)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"cX" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"cZ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Toxins Lab";
- req_access = list(7)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"da" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"db" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"de" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"df" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dg" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dh" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"di" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room";
- req_access = list(7)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dj" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1;
- icon_state = "warningcorner"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dk" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dl" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dn" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"do" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dq" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"dr" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9;
- icon_state = "intact"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"ds" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 0;
- external_pressure_bound_default = 0;
- icon_state = "map_vent_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- internal_pressure_bound_default = 4000;
- pressure_checks = 2;
- pressure_checks_default = 2;
- pump_direction = 0;
- use_power = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/outpost/research/mixing)
-"dt" = (
-/obj/structure/sign/fire{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/mixing)
-"du" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/mixing)
-"dv" = (
-/obj/machinery/button/remote/blast_door{
- id = "mixvent";
- name = "Mixing Room Vent Control";
- pixel_x = -25;
- pixel_y = 5;
- req_access = list(7)
- },
-/obj/machinery/button/ignition{
- id = "mixingsparker";
- pixel_x = -25;
- pixel_y = -5
- },
-/obj/machinery/atmospherics/valve{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dw" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dz" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dB" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dC" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dD" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dF" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Launch Room";
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dH" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dK" = (
-/obj/machinery/door/airlock/external{
- name = "Toxins Test Chamber"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"dL" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue,
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dM" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dN" = (
-/obj/machinery/computer/general_air_control{
- frequency = 1430;
- name = "Mixing Chamber Monitor";
- sensors = list("toxins_mixing_exterior" = "Mixing Chamber - Exterior", "toxins_mixing_interior" = "Mixing Chamber - Interior")
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/mixing)
-"dO" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dP" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dR" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"dT" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"dU" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Misc Lab";
- req_access = list(8)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"dV" = (
-/obj/machinery/disposal,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dW" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dX" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins Test Area");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/driver{
- dir = 2;
- id = "toxinsdriver";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_launch)
-"dY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_launch)
-"dZ" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ea" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eb" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ec" = (
-/obj/machinery/door/airlock/external{
- name = "Toxins Test Chamber"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"ed" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/airless,
-/area/outpost/research/test_area)
-"ee" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ef" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eg" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eh" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ei" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ej" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ek" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Lab Aft";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"el" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"em" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"en" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/clipboard,
-/obj/item/pen,
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eo" = (
-/obj/structure/table/standard,
-/obj/item/folder,
-/obj/item/clothing/glasses/science,
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Misc Lab";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"ep" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eq" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"er" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"es" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"et" = (
-/turf/simulated/wall,
-/area/outpost/research/test_area)
-"eu" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/simulated/wall,
-/area/outpost/research/test_area)
-"ev" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"ew" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/mixing)
-"ex" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ey" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"ez" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eA" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eD" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "toxins_airlock";
- name = "interior access button";
- pixel_x = 0;
- pixel_y = 26;
- req_one_access = list(8,13,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_inner";
- locked = 1;
- name = "Toxins External Access"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/toxins_misc_lab)
-"eG" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "toxins_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "toxins_airlock";
- pixel_x = 0;
- pixel_y = 25;
- tag_airpump = "toxins_pump";
- tag_chamber_sensor = "toxins_sensor";
- tag_exterior_door = "toxins_outer";
- tag_interior_door = "toxins_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "toxins_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eH" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_outer";
- locked = 1;
- name = "Toxins External Access";
- req_access = list(8,10,13)
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"eI" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "toxins_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(8,13,65)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eJ" = (
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"eK" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"eL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eM" = (
-/obj/machinery/atmospherics/omni/mixer{
- tag_east = 2;
- tag_east_con = null;
- tag_north = 1;
- tag_north_con = 0.5;
- tag_south = 0;
- tag_south_con = null;
- tag_west = 1;
- tag_west_con = 0.5;
- use_power = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eN" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/obj/machinery/meter,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eO" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 6;
- tag_south = 0;
- tag_west = 1;
- use_power = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eP" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/mixing)
-"eQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eS" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Aft";
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eT" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eU" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eW" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eX" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"eY" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"eZ" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fa" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fb" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"fc" = (
-/turf/simulated/floor/tiled/steel,
-/area/outpost/research/toxins_misc_lab)
-"fd" = (
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fe" = (
-/obj/structure/closet,
-/obj/item/clothing/accessory/armband/science,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"ff" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/xenobiology)
-"fg" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fh" = (
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fi" = (
-/obj/machinery/door/airlock{
- name = "Toxins Misc Storage"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fj" = (
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "toxins_airlock_control";
- name = "Toxins Access Console";
- pixel_x = 0;
- pixel_y = -28;
- tag_exterior_door = "toxins_airlock_exterior";
- tag_interior_door = "toxins_airlock_interior"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fk" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/closet/bombcloset,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fn" = (
-/obj/structure/closet,
-/turf/simulated/floor/tiled,
-/area/outpost/research/toxins_misc_lab)
-"fo" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 8
- },
-/obj/item/pipe_meter,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fp" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple{
- dir = 10
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"fr" = (
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ft" = (
-/turf/simulated/wall,
-/area/outpost/research/xenobiology)
-"fu" = (
-/obj/structure/table/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/item/clothing/accessory/armband/science,
-/obj/item/clothing/glasses/science,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fv" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_airlock_interior";
- locked = 1;
- name = "Toxins Internal Airlock";
- req_access = list(7)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fx" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fy" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/purple{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 29
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/toxins_misc_lab)
-"fz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/toxins_misc_lab)
-"fA" = (
-/mob/living/simple_mob/metroid/juvenile/baby,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fB" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fC" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"fD" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fE" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "toxins_airlock_control";
- name = "Toxins Access Button";
- pixel_x = 26;
- pixel_y = 26;
- req_access = list(7)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Access";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fG" = (
-/obj/item/tool/wrench,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/toxins_misc_lab)
-"fH" = (
-/obj/machinery/pipedispenser,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/toxins_misc_lab)
-"fI" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"fJ" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"fK" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Fore Port";
- dir = 2
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 40;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"fL" = (
-/obj/structure/table/standard,
-/obj/item/weldingtool,
-/obj/item/clothing/head/welding,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"fM" = (
-/obj/structure/closet/firecloset,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"fO" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"fP" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,
-/turf/space,
-/area/space)
-"fQ" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"fR" = (
-/obj/structure/closet/bombcloset/double,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"fS" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"fT" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fU" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fV" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio1";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fW" = (
-/obj/structure/grille,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fX" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"fY" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio2";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"fZ" = (
-/obj/machinery/camera/network/research/xenobio,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ga" = (
-/obj/structure/sign/securearea,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/toxins_hallway)
-"gb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "toxins_airlock_exterior";
- locked = 1;
- name = "Toxins External Airlock";
- req_access = list(7)
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "toxins_airlock_control";
- name = "Toxins Access Button";
- pixel_x = 26;
- pixel_y = 0;
- req_access = list(7)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"gc" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/turf/space,
-/area/space)
-"gd" = (
-/obj/structure/closet/l3closet/scientist/double,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"ge" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gf" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gg" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gh" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gi" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gj" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gk" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Fore Starboard";
- dir = 2
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio2";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 30;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gl" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gm" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/sink{
- pixel_y = 30
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gn" = (
-/obj/structure/table/standard,
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"go" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"gp" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gq" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gr" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Exterior";
- dir = 2
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gs" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"gt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gu" = (
-/obj/structure/closet/radiation,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"gv" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gw" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gx" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gy" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gz" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gB" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gC" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gD" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio3";
- name = "Containment Blast Doors";
- pixel_x = 24;
- pixel_y = -10;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gE" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"gF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gH" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"gI" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"gJ" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/turf/space,
-/area/space)
-"gK" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9;
- icon_state = "intact"
- },
-/turf/space,
-/area/space)
-"gL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gM" = (
-/obj/structure/closet/firecloset/full/double,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"gN" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gO" = (
-/obj/machinery/light,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -29
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"gP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gT" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"gV" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"gW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"gX" = (
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"gY" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"gZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ha" = (
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"hb" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/turf/space,
-/area/space)
-"hc" = (
-/obj/structure/window/reinforced,
-/turf/simulated/floor/airless,
-/area/space)
-"hd" = (
-/obj/structure/sign/biohazard,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/xenobiology)
-"he" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hg" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hi" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hj" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/eastright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hk" = (
-/obj/machinery/door/window/brigdoor/westleft{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hl" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/turf/space,
-/area/space)
-"hn" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"ho" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Exterior";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hp" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hq" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hr" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/xenobiology)
-"hs" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = -22
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ht" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hu" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hv" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hw" = (
-/obj/machinery/smartfridge/secure/extract,
-/obj/structure/sign/deathsposal{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hx" = (
-/obj/machinery/processor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hy" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hz" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hA" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio3";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"hB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hC" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"hD" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/space)
-"hE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hH" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hI" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hK" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"hN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xeno_airlock_exterior";
- locked = 1;
- name = "Xenobiology External Airlock";
- req_access = list(55)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "xeno_airlock_control";
- name = "Xenobiology Access Button";
- pixel_x = 0;
- pixel_y = -26;
- req_access = list(55)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "xeno_airlock_control";
- name = "Xenobiology Access Button";
- pixel_x = 26;
- pixel_y = -26;
- req_access = list(55)
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xeno_airlock_interior";
- locked = 1;
- name = "Xenobiology Internal Airlock";
- req_access = list(55)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hS" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "xeno_airlock_control";
- name = "Xenobiology Access Console";
- pixel_x = -26;
- pixel_y = -28;
- tag_exterior_door = "xeno_airlock_exterior";
- tag_interior_door = "xeno_airlock_interior"
- },
-/obj/machinery/light_switch{
- pixel_x = -26;
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hV" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/material/phoron,
-/obj/item/stack/material/phoron,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hW" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hX" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"hY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"hZ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ia" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/machinery/button/remote/blast_door{
- desc = "It controls blast doors, remotely.";
- id = "xenobiodivid";
- name = "Divider Switch";
- pixel_x = 38;
- pixel_y = 0;
- req_access = list(55)
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"ib" = (
-/obj/machinery/door/blast/regular{
- id = "xenobiodivid"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ic" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"id" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ie" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"if" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ig" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ih" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ii" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ij" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ik" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Access";
- dir = 1
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"il" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"im" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/obj/item/reagent_containers/food/snacks/monkeycube/wrapped,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"in" = (
-/obj/structure/table/standard,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/item/hand_labeler,
-/obj/item/slime_scanner,
-/obj/item/slime_scanner,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"io" = (
-/obj/structure/table/standard,
-/obj/item/glass_jar,
-/obj/item/glass_jar,
-/obj/item/storage/box/syringes,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ip" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iq" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ir" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"is" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"it" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/space,
-/area/space)
-"iu" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iv" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iw" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Gear Storage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/toxins_hallway)
-"ix" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"iy" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/space,
-/area/space)
-"iz" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"iA" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iB" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iC" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/window/brigdoor/eastright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iE" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"iG" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/pen/blue{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/item/pen/red{
- pixel_x = -1;
- pixel_y = 3
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"iH" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iI" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/vending/wallmed1{
- name = "Emergency NanoMed";
- pixel_x = -7;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iJ" = (
-/obj/machinery/chemical_dispenser/full{
- density = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iN" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iO" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iP" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio4";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"iQ" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"iR" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenobio4";
- name = "Containment Blast Doors";
- pixel_x = 20;
- pixel_y = -8;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iS" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Aft Port";
- dir = 1
- },
-/obj/structure/cable/blue,
-/obj/machinery/button/remote/blast_door{
- id = "xenobio6";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = -25;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"iU" = (
-/obj/structure/table/standard,
-/obj/item/clipboard,
-/obj/item/folder,
-/obj/item/pen,
-/obj/item/melee/baton/slime/loaded,
-/obj/item/gun/energy/taser/xeno,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"iV" = (
-/obj/structure/bed/chair/office/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iW" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"iX" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iY" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"iZ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"ja" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jb" = (
-/obj/structure/table/standard,
-/obj/item/folder/red{
- pixel_y = 3
- },
-/obj/item/folder/blue{
- pixel_x = 5
- },
-/obj/item/reagent_containers/spray/cleaner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jc" = (
-/obj/structure/bed/chair/office/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jd" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"je" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/door/window/brigdoor/northright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jg" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenobiology Aft Starboard";
- dir = 1
- },
-/obj/structure/cable/blue,
-/obj/machinery/button/remote/blast_door{
- id = "xenobio5";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = -25;
- req_access = list(55)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jh" = (
-/obj/machinery/camera/network/research/xenobio{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"ji" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jj" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jk" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/computer/security/xenobio,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jl" = (
-/obj/structure/table/steel,
-/obj/item/clothing/glasses/science,
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jn" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jo" = (
-/obj/structure/table/standard,
-/obj/item/melee/baton/slime/loaded,
-/obj/item/gun/energy/taser/xeno,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jp" = (
-/obj/item/clothing/shoes/galoshes,
-/obj/item/clothing/shoes/galoshes,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jq" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jr" = (
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"js" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio6";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jt" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"ju" = (
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/window/brigdoor/southright{
- name = "Containment Pen";
- req_access = list(47)
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jv" = (
-/obj/structure/grille,
-/obj/machinery/door/blast/regular{
- density = 0;
- icon_state = "pdoor0";
- id = "xenobio5";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/structure/cable/blue,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/xenobiology)
-"jw" = (
-/obj/machinery/button/remote/blast_door{
- desc = "A remote control-switch for a door to space.";
- id = "xenobioout6";
- name = "Containment Release Switch";
- pixel_x = 0;
- pixel_y = -28;
- req_access = list(55)
- },
-/obj/structure/sink,
-/obj/structure/cable/blue,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/xenobiology)
-"jx" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/item/extinguisher,
-/obj/item/extinguisher,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jy" = (
-/obj/structure/closet,
-/obj/item/toy/figure/scientist,
-/obj/item/clothing/accessory/armband/science,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/xenobiology)
-"jz" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jA" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jB" = (
-/turf/space,
-/area/mine/unexplored)
-"jC" = (
-/obj/structure/sign/vacuum{
- pixel_x = 32
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jD" = (
-/obj/machinery/door/blast/regular{
- desc = "By gods, release the hounds!";
- id = "xenobioout6";
- name = "Containment Release"
- },
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"jE" = (
-/turf/simulated/floor/airless,
-/area/space)
-"jF" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"jG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jH" = (
-/obj/item/extinguisher,
-/obj/item/orion_ship,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/spacecash/c1,
-/obj/item/coin/phoron{
- desc = "A phoron coin, signifying one who incredibly lost, and found a sign.";
- name = "'I got lost' award."
- },
-/obj/structure/closet/crate,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/unexplored)
-"jI" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"jJ" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -27
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/xenobiology)
-"jK" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/medical)
-"jL" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dock)
-"jM" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Catwalk Access";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"jN" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dock)
-"jO" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/dorms)
-"jP" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/longtermstorage)
-"jQ" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tempstorage)
-"jR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"jS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"jT" = (
-/turf/simulated/wall,
-/area/outpost/research/medical)
-"jU" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jW" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"jX" = (
-/turf/simulated/wall,
-/area/outpost/research/dorms)
-"jY" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"jZ" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/closet/crate,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ka" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/table/rack,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"kc" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/toxin,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kd" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"ke" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall,
-/area/outpost/research/medical)
-"kf" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Exterior";
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"kg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kh" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ki" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kj" = (
-/obj/machinery/vending/cola,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 34
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kk" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kl" = (
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"km" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kn" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ko" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kp" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kq" = (
-/turf/simulated/wall,
-/area/outpost/research/tempstorage)
-"kr" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/emergency{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/tempstorage)
-"ks" = (
-/turf/simulated/wall,
-/area/mine/explored)
-"kt" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"ku" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kv" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kw" = (
-/obj/effect/floor_decal/corner/paleblue,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"ky" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kz" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kB" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kC" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dorms)
-"kG" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kH" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kI" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"kJ" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kL" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"kM" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kN" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kO" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"kP" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kQ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"kS" = (
-/obj/structure/table/standard,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/roller{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/roller,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kT" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kU" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/sleep_console,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kW" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kX" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_medical{
- req_access = newlist();
- req_one_access = newlist()
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"kY" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"kZ" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"la" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lb" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Research Lounge";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ld" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"le" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lf" = (
-/obj/structure/noticeboard/anomaly{
- icon_state = "nboard05";
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"li" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lj" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lk" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research Toxins Test Chamber East";
- dir = 8;
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"ll" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ln" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lo" = (
-/obj/structure/closet/secure_closet/scientist,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lp" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lr" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"ls" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lt" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lw" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lx" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"ly" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 4;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"lz" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lA" = (
-/obj/effect/floor_decal/corner/paleblue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lB" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lC" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lD" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/bed/roller,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"lE" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lG" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"lH" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Research Lounge";
- req_access = list(47)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lI" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lL" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lN" = (
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lO" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"lP" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"lQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lR" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -28;
- pixel_z = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"lS" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"lV" = (
-/obj/machinery/conveyor{
- dir = 3;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating{
- dir = 10
- },
-/area/outpost/research/tempstorage)
-"lW" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lX" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"lY" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anolongstorage"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/research/tempstorage)
-"lZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"ma" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/medical)
-"mb" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = newlist();
- req_one_access = newlist()
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"mc" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/research/medical)
-"md" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"me" = (
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mf" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Fore";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mh" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mi" = (
-/obj/structure/table/glass,
-/obj/machinery/recharger{
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mj" = (
-/obj/structure/table/glass,
-/obj/item/hand_labeler,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mk" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ml" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mm" = (
-/obj/machinery/door/airlock{
- name = "Room 1"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dorms)
-"mn" = (
-/obj/machinery/door/airlock{
- name = "Room 2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dorms)
-"mo" = (
-/obj/machinery/door/airlock{
- name = "Toilet"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mp" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"mq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mr" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Long Term Storage";
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"ms" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/longtermstorage)
-"mt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/research/tempstorage)
-"mu" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Temporary Storage";
- dir = 4
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mx" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"my" = (
-/obj/effect/floor_decal/industrial/warning/cee{
- dir = 4;
- icon_state = "warningcee"
- },
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mz" = (
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/research/tempstorage)
-"mA" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"mB" = (
-/turf/simulated/wall,
-/area/outpost/research/dock)
-"mC" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/research/dock)
-"mD" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"mE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mF" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mH" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mI" = (
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mJ" = (
-/obj/machinery/computer/crew,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"mL" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"mM" = (
-/obj/structure/bookcase/manuals/xenoarchaeology,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mN" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/clipboard,
-/obj/item/pen,
-/obj/item/taperecorder,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mO" = (
-/obj/structure/table/glass,
-/obj/item/folder,
-/obj/item/stamp,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mP" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"mQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"mR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"mS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mT" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"mU" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/curtain/open/shower,
-/obj/machinery/door/window/westright{
- name = "Shower"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"mV" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall,
-/area/outpost/research/longtermstorage)
-"mW" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Long Term Storage";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"mX" = (
-/turf/simulated/wall,
-/area/outpost/research/longtermstorage)
-"mY" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"mZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"na" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nb" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nc" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nd" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anotempload"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/research/tempstorage)
-"ne" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/shuttle/research/outpost)
-"nf" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ng" = (
-/obj/structure/table/standard,
-/obj/item/material/ashtray/glass,
-/obj/item/reagent_containers/food/drinks/coffee,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nh" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"ni" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nj" = (
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = -27
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nk" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/cups,
-/obj/item/storage/box/glasses/square{
- pixel_x = 1;
- pixel_y = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nl" = (
-/obj/structure/table/glass,
-/obj/item/camera_film{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/camera,
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"nm" = (
-/obj/item/bedsheet/purple,
-/obj/structure/bed/padded,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"nn" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/blue,
-/area/outpost/research/dorms)
-"no" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"np" = (
-/obj/structure/toilet{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"nq" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/starboard)
-"nr" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ns" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nt" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nu" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/longtermstorage)
-"nv" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nw" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nx" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"ny" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nz" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/machinery/conveyor_switch{
- id = "anotempload";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nA" = (
-/obj/structure/sign/science{
- desc = "A warning sign which reads 'SCIENCE!'. It has fine print below it reading 'May or may not contain spiders'."
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/tempstorage)
-"nB" = (
-/obj/machinery/conveyor_switch{
- id = "anotempload";
- name = "conveyor switch";
- pixel_x = 0;
- pixel_y = 0;
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/research/tempstorage)
-"nC" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/space,
-/area/outpost/research/dock)
-"nD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nH" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nI" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nK" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nL" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"nM" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nN" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nP" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nQ" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/item/cell/high,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"nR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Temporary Storage";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"nT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/turf/simulated/floor/plating,
-/area/outpost/research/tempstorage)
-"nV" = (
-/turf/simulated/wall,
-/area/outpost/research/hallway/starboard)
-"nW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"nX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"nY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"nZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 4;
- frequency = 1380;
- id_tag = "research_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9;
- icon_state = "warning"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Research Dock Airlock";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oa" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "research_outpost_dock";
- pixel_x = 0;
- pixel_y = 30;
- req_one_access = list(13,48);
- tag_airpump = "research_outpost_pump";
- tag_chamber_sensor = "research_outpost_sensor";
- tag_exterior_door = "research_outpost_outer";
- tag_interior_door = "research_outpost_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"ob" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oc" = (
-/obj/machinery/computer/guestpass{
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"od" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oe" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"of" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"og" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/mid)
-"oj" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ok" = (
-/obj/structure/sink{
- pixel_y = 22
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ol" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"om" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"on" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"oo" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/hallway/mid)
-"op" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/mid)
-"oq" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"or" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"os" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ot" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ou" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/space_heater,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ov" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/portable_atmospherics/powered/pump/filled{
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ow" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ox" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oy" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oz" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oA" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oB" = (
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oC" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Starboard 2"
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oD" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oE" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oF" = (
-/obj/machinery/atmospherics/binary/pump/on,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"oH" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "research_airlock";
- pixel_x = 0;
- pixel_y = 25;
- tag_airpump = "research_pump";
- tag_chamber_sensor = "research_sensor";
- tag_exterior_door = "research_outer";
- tag_interior_door = "research_inner"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oI" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/structure/ore_box,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"oJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"oK" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 8;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"oL" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"oM" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "research_outpost_outer";
- locked = 1;
- name = "Research Dock Airlock";
- req_access = list(10,13)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "research_outpost_dock";
- name = "exterior access button";
- pixel_x = -6;
- pixel_y = -26;
- req_one_access = list(13,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oN" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oP" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "research_outpost_inner";
- locked = 1;
- name = "Research Outpost Dock"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"oQ" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "research_outpost_dock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oV" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Toxins Test Chamber South";
- dir = 1;
- network = list("Research","Toxins Test Area")
- },
-/turf/simulated/floor/tiled/airless,
-/area/outpost/research/test_area)
-"oW" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"oZ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pa" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pd" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pe" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pg" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"ph" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pi" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pj" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Primary Access";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pm" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pn" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"po" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pp" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pr" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ps" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pu" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "research_airlock";
- name = "interior access button";
- pixel_x = 26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "research_inner";
- locked = 1;
- name = "Research Outpost External Access"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pw" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"px" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"py" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "research_outer";
- locked = 1;
- name = "Research Outpost External Access";
- req_access = list(10,13)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pz" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "research_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 26;
- req_one_access = list(13,65)
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"pA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"pB" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 4;
- frequency = 1380;
- id_tag = "research_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"pC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "research_outpost_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/dock)
-"pD" = (
-/obj/machinery/computer/shuttle_control/research{
- name = "research elevator control console"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pF" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pG" = (
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pH" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pI" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pJ" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"pL" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pM" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pN" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Mid 1";
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pO" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pP" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pQ" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pS" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pT" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Mid 2";
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pU" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pV" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/mid)
-"pW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/mid)
-"pX" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pY" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"pZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qa" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qb" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qd" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qe" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qf" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qi" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qj" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qk" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "research_sensor";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/light/small,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ql" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "research_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Airlock";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"qn" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/dust/corner{
- dir = 1;
- icon_state = "warningcorner_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qo" = (
-/obj/structure/lattice,
-/obj/machinery/light,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/research/dock)
-"qp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"qq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/dock)
-"qr" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/analysis)
-"qs" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Sample Preparation";
- req_access = list(47)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qt" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qu" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qv" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qw" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/anomaly)
-"qx" = (
-/turf/simulated/wall,
-/area/outpost/research/anomaly)
-"qy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"qC" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"qD" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Hallway Starboard 1";
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qE" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qF" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qG" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qH" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"qI" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/eva)
-"qJ" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Expedition Prep";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"qK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"qL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"qM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/hallway/starboard)
-"qN" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"qP" = (
-/obj/machinery/chemical_dispenser/full,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qQ" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qR" = (
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
- },
-/obj/effect/floor_decal/corner/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qT" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"qU" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qV" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qW" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"qX" = (
-/obj/machinery/artifact_analyser,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"qY" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"qZ" = (
-/obj/structure/table/rack,
-/obj/item/clothing/head/welding,
-/obj/item/weldingtool,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/weldingtool,
-/obj/item/weldingtool,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"ra" = (
-/obj/structure/table/standard,
-/obj/machinery/cell_charger,
-/obj/item/tool/screwdriver{
- pixel_y = 15
- },
-/obj/item/melee/baton/loaded,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rb" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rc" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"rd" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/obj/structure/plasticflaps/mining,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"re" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "anom"
- },
-/obj/machinery/door/window,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/research/anomaly)
-"rf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ri" = (
-/obj/machinery/artifact_harvester,
-/turf/simulated/floor/bluegrid,
-/area/outpost/research/anomaly)
-"rj" = (
-/obj/item/anodevice{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/anodevice,
-/obj/structure/table/steel,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rk" = (
-/obj/item/anobattery{
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/item/anobattery{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/structure/table/steel,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rl" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"rm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"rn" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/starboard)
-"ro" = (
-/obj/machinery/suspension_gen,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Prep"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rp" = (
-/obj/machinery/suspension_gen,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rq" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rs" = (
-/obj/structure/table/rack,
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/westright,
-/obj/item/rig/hazmat,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/eva)
-"rt" = (
-/obj/structure/sign/science{
- desc = "A warning sign which reads 'SCIENCE!'. It has fine print below it reading 'May or may not contain spiders'."
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/research/eva)
-"ru" = (
-/obj/machinery/chem_master,
-/obj/effect/floor_decal/corner/beige/full,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rv" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rw" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rx" = (
-/obj/item/stool/padded,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"ry" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rz" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rA" = (
-/obj/structure/table/glass,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rB" = (
-/obj/structure/table/standard,
-/obj/item/flame/lighter/random,
-/obj/item/tool/crowbar,
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rC" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"rD" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rE" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rF" = (
-/obj/machinery/conveyor_switch{
- id = "anom"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rG" = (
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rH" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rJ" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/bluegrid,
-/area/outpost/research/anomaly)
-"rK" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"rL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"rM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"rN" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/table/steel,
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rO" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"rQ" = (
-/obj/structure/table/rack,
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/westleft,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/eva)
-"rR" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/effect/floor_decal/corner/beige/full,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rS" = (
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rT" = (
-/obj/item/reagent_containers/glass/bottle/toxin,
-/obj/item/reagent_containers/glass/beaker/sulphuric{
- name = "beaker 'sulphuric acid'"
- },
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rU" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rV" = (
-/obj/machinery/door/window/southright{
- name = "Spectrometry Lab";
- req_access = list(65)
- },
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rW" = (
-/obj/machinery/reagentgrinder,
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/beige/full{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Sample Preparation";
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"rX" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rY" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 1;
- tag_south = 2;
- tag_west = 3
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"rZ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sa" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Port";
- dir = 4
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sb" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sc" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"se" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"si" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Starboard";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"sj" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/obj/structure/table/standard,
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sk" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sl" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sm" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sn" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"so" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sp" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sq" = (
-/obj/machinery/light/small,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"sr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"ss" = (
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"st" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"su" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sv" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sw" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"sx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"sy" = (
-/obj/machinery/door/airlock/research{
- name = "Spectrometry Lab";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"sz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sA" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sC" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/computer/area_atmos,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sD" = (
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sE" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sF" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sH" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin,
-/obj/item/tape_roll,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sI" = (
-/obj/structure/table/standard,
-/obj/machinery/computer/atmoscontrol/laptop{
- monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three");
- req_one_access = list(47,24,11)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sJ" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/recharger{
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/folder,
-/obj/item/camera,
-/obj/item/pen,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sL" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"sP" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sQ" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sS" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Expedition Prep";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sV" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sW" = (
-/obj/effect/floor_decal/corner/purple,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sX" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"sY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"sZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"ta" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/analysis)
-"tb" = (
-/obj/item/reagent_containers/glass/bucket,
-/obj/structure/table/standard,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"tc" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"td" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"te" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tf" = (
-/obj/machinery/radiocarbon_spectrometer,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"tg" = (
-/turf/simulated/wall,
-/area/outpost/research/analysis)
-"th" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials Gas Filter";
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ti" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tj" = (
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tk" = (
-/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tl" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tm" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1;
- icon_state = "map"
- },
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tn" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"to" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tp" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tq" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "anolongstorage2"
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"tr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ts" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tt" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Prep Access";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tu" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tv" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tw" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tx" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ty" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/eva)
-"tA" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime/full,
-/obj/structure/sign/nosmoking_2{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tB" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/tempstorage)
-"tC" = (
-/obj/effect/floor_decal/corner/lime/full{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"tD" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tE" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tF" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tG" = (
-/obj/machinery/atmospherics/unary/heater{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tH" = (
-/obj/machinery/atmospherics/unary/freezer{
- dir = 1;
- icon_state = "freezer"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tI" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tJ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tM" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tQ" = (
-/obj/machinery/atmospherics/valve/digital/open,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tR" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tS" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "anolongstorage"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"tT" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "anolongstorage2"
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"tU" = (
-/turf/simulated/wall,
-/area/outpost/research/power)
-"tV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Research Outpost Maintenance";
- req_one_access = list(11,24,47)
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"tW" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
- },
-/turf/simulated/wall,
-/area/outpost/research/power)
-"tX" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tY" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/light,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"tZ" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_x = 0;
- pixel_y = -27
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"ua" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"ub" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/analysis)
-"uc" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ud" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ue" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uf" = (
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/anomaly)
-"ug" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_a)
-"uh" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 1";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"ui" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_a)
-"uj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_b)
-"uk" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 2";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"ul" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_b)
-"um" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_c)
-"un" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 3";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/isolation_c)
-"up" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/anomaly)
-"uq" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/outpost/research/anomaly)
-"ur" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Lounge Starboard"
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"us" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Lounge Port";
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ut" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uu" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple/full,
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"uv" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/eva)
-"uw" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"ux" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uy" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/research/anomaly)
-"uz" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uA" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_a)
-"uC" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uD" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uE" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_b)
-"uF" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uG" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uH" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/isolation_c)
-"uI" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Research";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uJ" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uL" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 1";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uM" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uN" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_one";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uO" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 2";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uP" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_two";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"uR" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- use_power = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 3";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uS" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uT" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_three";
- dir = 8;
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"uU" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/power)
-"uV" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"uW" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"uX" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uY" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"uZ" = (
-/obj/machinery/artifact_analyser,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_a)
-"va" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vb" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vc" = (
-/obj/machinery/artifact_analyser,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_b)
-"vd" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"ve" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"vf" = (
-/obj/structure/bed,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/research/isolation_c)
-"vg" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vh" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vi" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/north_hall)
-"vj" = (
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/mining_main/north_hall)
-"vk" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/shuttle/mining/outpost)
-"vl" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/mining_main/north_hall)
-"vm" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 6;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vn" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 9;
- icon_state = "intact-supply"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 9;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vo" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/medbay)
-"vp" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/break_room)
-"vq" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"vr" = (
-/obj/structure/table/standard,
-/obj/item/bodybag/cryobag,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vs" = (
-/obj/structure/table/standard,
-/obj/item/roller{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/roller,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vt" = (
-/obj/machinery/vending/cigarette,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vu" = (
-/obj/machinery/vending/snack,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vx" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vy" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vz" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vC" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "mining_outpost_outer";
- locked = 1;
- name = "Mining Dock Airlock";
- req_access = list(13)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "mining_outpost_airlock";
- name = "exterior access button";
- pixel_x = -30;
- pixel_y = 8;
- req_one_access = list(13,48)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vE" = (
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vF" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"vG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"vJ" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vK" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vL" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "mining_outpost_sensor";
- pixel_x = -28;
- pixel_y = 0
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "mining_outpost_airlock";
- pixel_x = 28;
- pixel_y = 0;
- req_one_access = list(13,48);
- tag_airpump = "mining_outpost_pump";
- tag_chamber_sensor = "mining_outpost_sensor";
- tag_exterior_door = "mining_outpost_outer";
- tag_interior_door = "mining_outpost_inner"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"vQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"vR" = (
-/obj/structure/table/standard,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"vS" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vT" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"vU" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/break_room)
-"vV" = (
-/obj/machinery/disposal,
-/obj/structure/sign/deathsposal{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"vW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"vX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vY" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"vZ" = (
-/obj/machinery/sleep_console,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wa" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "mining_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/mining_main/north_hall)
-"wd" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"we" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "mining_outpost_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled/steel,
-/area/outpost/mining_main/north_hall)
-"wf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wg" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"wh" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wi" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wj" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wk" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wl" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/obj/item/storage/firstaid/toxin,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wm" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wr" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/paleblue/full{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"ws" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/north_hall)
-"wt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/north_hall)
-"wu" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/atmos)
-"wv" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/north_hall)
-"ww" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"wx" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wy" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wz" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/item/paper{
- info = "NanoTrasen and all affiliated companies are unable to be held accountable for any and all injuries obtained as a result of mining work, though injuries may be given aid on or off station.";
- name = "NANOTRASEN REMINDER"
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wA" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wC" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"wD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wF" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "meoutpost_main_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = newlist();
- req_one_access = list(10,48,65)
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wG" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wK" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/effect/floor_decal/corner/paleblue/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wL" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wM" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wN" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wO" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Medical";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wP" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/machinery/computer/crew,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"wQ" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wR" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "mining_outpost_airlock";
- name = "interior access button";
- pixel_x = -30;
- pixel_y = 25;
- req_one_access = list(13,48)
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wS" = (
-/obj/machinery/computer/shuttle_control/mining,
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Elevator Airlock";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wT" = (
-/obj/machinery/newscaster{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"wV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"wW" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/hallway/toxins_hallway)
-"wX" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"wY" = (
-/turf/simulated/wall,
-/area/outpost/engineering/mining/hallway)
-"wZ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/hallway)
-"xa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "meoutpost_main_outer";
- locked = 1;
- name = "Exterior Airlock"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xc" = (
-/obj/structure/ore_box,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"xd" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/medbay)
-"xe" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xf" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_one_access = newlist()
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/mining_main/medbay)
-"xg" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/medbay)
-"xi" = (
-/obj/structure/sign/greencross,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/medbay)
-"xj" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/full{
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xk" = (
-/obj/effect/floor_decal/corner/brown/full{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xl" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Crew Area";
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/mining_main/break_room)
-"xm" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/maintenance)
-"xn" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/maintenance)
-"xo" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "meoutpost_main_pump"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xq" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xr" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xs" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/super{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xt" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"xu" = (
-/obj/machinery/floodlight,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/unexplored)
-"xv" = (
-/turf/simulated/wall/r_wall,
-/area/storage/emergency_storage)
-"xw" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Main Aft";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"xx" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xy" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xz" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xA" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/brown{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xB" = (
-/obj/effect/floor_decal/corner/brown,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xC" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xD" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xE" = (
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xF" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xG" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xI" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"xJ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"xK" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Mining";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"xL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "meoutpost_main_airlock";
- pixel_x = -25;
- pixel_y = 0;
- req_access = newlist();
- req_one_access = list(10,48,65);
- tag_airpump = "meoutpost_main_pump";
- tag_chamber_sensor = "meoutpost_main_sensor";
- tag_exterior_door = "meoutpost_main_outer";
- tag_interior_door = "meoutpost_main_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xN" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "meoutpost_main_sensor";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"xO" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/mining/atmospherics)
-"xP" = (
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"xQ" = (
-/turf/simulated/wall,
-/area/storage/emergency_storage)
-"xR" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Research Medical"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/medical)
-"xS" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xU" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xV" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xW" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xX" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"xZ" = (
-/obj/machinery/door/airlock/glass{
- name = "Crew Area";
- req_access = list(48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"ya" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yb" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yc" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mining Outpost Maintenance";
- req_one_access = list(11,24,48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor,
-/area/outpost/mining_main/maintenance)
-"ye" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"yf" = (
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yg" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yh" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yi" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"yj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yk" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/research/dorms)
-"ym" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yn" = (
-/obj/machinery/atmospherics/pipe/tank/phoron,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yo" = (
-/obj/machinery/atmospherics/pipe/tank/nitrous_oxide,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yp" = (
-/obj/machinery/atmospherics/pipe/tank/carbon_dioxide,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yq" = (
-/obj/machinery/atmospherics/pipe/tank/air,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yr" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"ys" = (
-/obj/machinery/door/airlock{
- name = "Mining Emergency Storage"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"yt" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/corner/brown,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yu" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yv" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yw" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Fore";
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yx" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yy" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yz" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"yA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"yB" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/break_room)
-"yC" = (
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yD" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/corner/brown/diagonal,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/break_room)
-"yE" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
- },
-/turf/simulated/wall,
-/area/outpost/mining_main/maintenance)
-"yF" = (
-/obj/machinery/light/small,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yG" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"yH" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yI" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yJ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"yK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"yL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yM" = (
-/obj/machinery/shieldwallgen,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yN" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/research/dorms)
-"yO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "meoutpost_main_airlock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = 25;
- req_access = newlist();
- req_one_access = list(10,48,65)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yQ" = (
-/obj/structure/sign/vacuum{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"yR" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/supply{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yS" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yT" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yV" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yX" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"yY" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/dorms)
-"yZ" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/dorms)
-"za" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = 31
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/anomaly)
-"zb" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zd" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"ze" = (
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/dock)
-"zf" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"zg" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/refinery)
-"zh" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"zi" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"zj" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zk" = (
-/obj/machinery/shieldwallgen,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zm" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zp" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zq" = (
-/obj/machinery/door/airlock/atmos{
- req_one_access = list(10,48,65)
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 9;
- icon_state = "intact-supply"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zs" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zt" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zu" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zv" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 6;
- tag_south = 0;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zw" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 7;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zx" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 5;
- tag_west = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zy" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zz" = (
-/obj/machinery/shower{
- dir = 4;
- icon_state = "shower";
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"zA" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"zB" = (
-/obj/item/bedsheet/brown,
-/obj/structure/bed/padded,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"zC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"zD" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"zE" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zF" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"zG" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zH" = (
-/obj/machinery/mineral/input,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'MOVING PARTS'.";
- name = "\improper MOVING PARTS";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/loading{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zI" = (
-/obj/machinery/mineral/unloading_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zJ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zK" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zL" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zM" = (
-/obj/machinery/conveyor{
- dir = 9;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"zN" = (
-/obj/machinery/mineral/unloading_machine{
- icon_state = "unloader-corner"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"zO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"zQ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/mining_main/refinery)
-"zR" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/mining/telecomms)
-"zS" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zT" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zU" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"zW" = (
-/turf/simulated/wall,
-/area/outpost/medical/atmos)
-"zX" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 7;
- pixel_y = -32
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zY" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"zZ" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Aa" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ab" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Atmospherics";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ac" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ad" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1;
- start_pressure = 740
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Ae" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Af" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Ag" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ah" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm2";
- name = "Door Bolt Control";
- pixel_x = 25;
- pixel_y = 0;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ai" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Aj" = (
-/obj/structure/table/steel,
-/obj/item/cell/high,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ak" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/dorms)
-"Al" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Am" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"An" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ao" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime{
- dir = 10
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "science_dinger";
- name = "Science request chime";
- pixel_w = 0;
- pixel_z = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/analysis)
-"Ap" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Aq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"Ar" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"As" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"At" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Telecomm";
- dir = 2
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Au" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Av" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Aw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Ax" = (
-/obj/machinery/door/airlock{
- name = "Toilet"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Ay" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm2";
- name = "Room 2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Az" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AA" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AB" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/dorms)
-"AC" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AE" = (
-/obj/structure/noticeboard{
- pixel_y = 27
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AF" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"AG" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AH" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AI" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"AJ" = (
-/obj/machinery/firealarm{
- dir = 2;
- layer = 3.3;
- pixel_x = 0;
- pixel_y = 26
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"AK" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"AL" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AM" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AN" = (
-/obj/machinery/conveyor_switch{
- id = "mining_external"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"AP" = (
-/obj/machinery/telecomms/relay/preset/mining,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AQ" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AR" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Telecommunication Hub";
- req_one_access = list(10,48,65)
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"AS" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AT" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AU" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/dispenser/oxygen,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AW" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"AX" = (
-/turf/simulated/wall,
-/area/outpost/engineering/mining/power)
-"AY" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"AZ" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Mining Engineering";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/mining/power)
-"Ba" = (
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bb" = (
-/obj/random/tool,
-/obj/random/tool,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bd" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Be" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bg" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Production Room";
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bi" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bj" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bk" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bl" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Dorms";
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Bn" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Production Area";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bo" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Bq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Br" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"Bs" = (
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Bt" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"Bu" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Bv" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/mining/telecomms)
-"Bw" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/engineering{
- name = "Generator Room";
- req_one_access = list(10,48,65)
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Bx" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"By" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Bz" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BA" = (
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BB" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BC" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BE" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BI" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BK" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BL" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Production Area";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BP" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"BQ" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"BR" = (
-/obj/machinery/mineral/processing_unit_console,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"BS" = (
-/obj/machinery/mineral/processing_unit,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"BT" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BU" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BV" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"BW" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/steel,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Power Port";
- dir = 2
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BX" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BY" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"BZ" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ca" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Cc" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cd" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ce" = (
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cf" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm3";
- name = "Room 3"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cg" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm1";
- name = "Room 1"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Ch" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ci" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Mid";
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Cj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"Ck" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cl" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cm" = (
-/obj/structure/closet/crate,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Cn" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"Co" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Cp" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Cq" = (
-/obj/structure/table/steel,
-/obj/item/tool/screwdriver,
-/obj/item/tool/crowbar,
-/obj/item/tool/wrench,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"Cr" = (
-/obj/structure/closet/crate,
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/obj/item/stack/material/phoron{
- amount = 50
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cs" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Ct" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cu" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cv" = (
-/obj/machinery/floodlight,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Power Starboard";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Cw" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cx" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/storage)
-"Cy" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm1";
- name = "Door Bolt Control";
- pixel_x = 25;
- pixel_y = 0;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Cz" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"CA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Toxins Catwalk Mid";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/research/hallway/catwalk)
-"CB" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/hallway/catwalk)
-"CC" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/rec)
-"CD" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/dorm)
-"CE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/vending/snack,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CH" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/status_display{
- pixel_z = 31
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CI" = (
-/obj/structure/bed/chair,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CJ" = (
-/obj/structure/bed/chair,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm1";
- name = "Door Bolt Control";
- pixel_w = -19;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = 28;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm1";
- name = "Room 1"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CN" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm2";
- name = "Room 2"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm2";
- name = "Door Bolt Control";
- pixel_w = -32;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = 29;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CR" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"CS" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"CT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CV" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CW" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CX" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"CY" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"CZ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Da" = (
-/obj/structure/table/standard,
-/obj/machinery/light/small,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Db" = (
-/turf/simulated/wall,
-/area/outpost/medical/dorm)
-"Dc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Dd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"De" = (
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Df" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = 1;
- pixel_z = -29
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dg" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dh" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Di" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/medical/atmos)
-"Dj" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/atmos)
-"Dk" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Do" = (
-/obj/structure/table/standard,
-/obj/item/radio{
- anchored = 1;
- broadcasting = 0;
- canhear_range = 1;
- frequency = 1487;
- icon = 'icons/obj/items.dmi';
- icon_state = "red_phone";
- listening = 1;
- name = "Medical Emergency Phone"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/vending/wallmed1{
- pixel_w = 31
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Dq" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/backup_power)
-"Dr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Medical Outpost - generator room";
- req_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ds" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Dt" = (
-/turf/simulated/wall,
-/area/outpost/medical/backup_power)
-"Du" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_w = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dw" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dx" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dy" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Dz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DB" = (
-/obj/structure/table/standard,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DE" = (
-/obj/effect/shuttle_landmark/premade/northern_star/ns_mine_dock,
-/turf/space,
-/area/space)
-"DF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"DG" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"DH" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DI" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DJ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"DK" = (
-/turf/simulated/wall,
-/area/outpost/medical/rec)
-"DL" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DM" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DO" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DQ" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"DR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DV" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm3";
- name = "Room 3"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm3";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"DZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"Ea" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Eb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ec" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ed" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ee" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ef" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eg" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eh" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ei" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ej" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ek" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/table/standard,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"El" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/storage/box/donkpockets,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Em" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"En" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Eo" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = 28;
- pixel_z = -29
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ep" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/hallway)
-"Eq" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Er" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Es" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/closet/crate,
-/obj/fiftyspawner/phoron,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Et" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Eu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ev" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/backup_power)
-"Ew" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/wall,
-/area/outpost/medical/backup_power)
-"Ex" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/rec)
-"Ey" = (
-/obj/machinery/shower{
- dir = 4;
- icon_state = "shower";
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"Ez" = (
-/obj/structure/mirror{
- pixel_x = 30;
- pixel_y = -2
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EA" = (
-/turf/simulated/mineral/vacuum,
-/area/mine/explored)
-"EB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"EC" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/airlocks)
-"ED" = (
-/turf/simulated/wall,
-/area/outpost/medical/airlocks)
-"EE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/airlocks)
-"EF" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EH" = (
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"EI" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EJ" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EL" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"EM" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutrest";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/medical/dorm)
-"EO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/medical{
- id_tag = "medoutrest";
- name = "Rest Room";
- req_one_access = newlist()
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"EP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"EQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock{
- id_tag = "medoutdorm4";
- name = "Room 4"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"ER" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/button/remote/airlock{
- id = "medoutdorm4";
- name = "Door Bolt Control";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -26;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood,
-/area/outpost/medical/dorm)
-"ES" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"ET" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"EU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/unexplored)
-"EV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EX" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock2";
- pixel_x = -6;
- pixel_y = -25;
- pixel_z = 51;
- req_one_access = list(5);
- tag_airpump = "med_outpost_airlock2_vent";
- tag_chamber_sensor = "med_outpost_airlock2_sensor";
- tag_exterior_door = "med_outpost_airlock2_outer";
- tag_interior_door = "med_outpost_airlock2_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_airlock2_sensor";
- pixel_x = 6;
- pixel_y = -24;
- pixel_z = 49
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"EZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fa" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fd" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/item/roller,
-/obj/item/roller{
- pixel_y = 8
- },
-/obj/item/roller{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fe" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ff" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = 30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fg" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/medical/atmos)
-"Fh" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - SMES";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"Fi" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Research Outpost";
- name_tag = "Research Outpost"
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable/blue,
-/turf/simulated/floor/plating,
-/area/outpost/research/power)
-"Fj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Fk" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock2_outer";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fm" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock2_inner";
- locked = 1;
- name = "Medical EVA Airlock 2";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Fr" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ft" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/light,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Fw" = (
-/turf/simulated/wall,
-/area/outpost/medical/hallway)
-"Fx" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Fy" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Fz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/closet/firecloset/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FA" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"FB" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FC" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock2_vent"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FE" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"FH" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FI" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"FN" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"FP" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FQ" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FT" = (
-/obj/structure/closet/hydrant{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FU" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FV" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_pump"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_pump"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FX" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"FY" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "med_outpost_airlock1";
- name = "airlock 1 access button";
- pixel_w = -3;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -35;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1380;
- master_tag = "med_outpost_airlock2";
- name = "airlock 2 access button";
- pixel_w = -3;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -15;
- req_access = list(45);
- req_one_access = list(5)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"FZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock1";
- name = "airlock 1 access button";
- pixel_w = -48;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -35;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock2";
- name = "airlock 2 access button";
- pixel_w = -48;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -16;
- req_access = list(45);
- req_one_access = list(5)
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ga" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gb" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gd" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost Airlocks";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ge" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"Gh" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"Gi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gj" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gn" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Go" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_inner";
- locked = 1;
- name = "Medical Outpost Dock Airlock";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gq" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gs" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_outer";
- locked = 1;
- name = "Medical Outpost Dock Airlock";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"Gt" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gu" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Gw" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gx" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gy" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/item/defib_kit/loaded,
-/obj/item/defib_kit/loaded,
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Gz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/wall,
-/area/outpost/medical/main_room)
-"GA" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/status_display{
- pixel_z = 31
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GC" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GF" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GG" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1380;
- master_tag = "med_outpost_airlock";
- name = "interior access button";
- pixel_w = -18;
- pixel_x = 25;
- pixel_y = 25;
- pixel_z = -47;
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GH" = (
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock";
- pixel_x = -6;
- pixel_y = -25;
- req_access = list(5);
- tag_airpump = "med_outpost_pump";
- tag_chamber_sensor = "med_outpost_sensor";
- tag_exterior_door = "med_outpost_outer";
- tag_interior_door = "med_outpost_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_sensor";
- pixel_x = 6;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GI" = (
-/obj/structure/grille,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 2;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/hallway)
-"GJ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"GK" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock1_outer";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GL" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "med_outpost_airlock1_inner";
- locked = 1;
- name = "Medical EVA Airlock 1";
- req_access = list(5);
- req_one_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GN" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/computer/crew{
- dir = 4;
- icon_state = "computer";
- pixel_w = -4;
- pixel_z = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GP" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8;
- pixel_w = -13;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GR" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/toxin,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"GS" = (
-/turf/simulated/wall,
-/area/outpost/medical/surgery)
-"GT" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/curtain/medical,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/outpost/medical/surgery)
-"GU" = (
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre 1";
- req_access = list(45)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/curtain/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"GV" = (
-/obj/structure/grille,
-/obj/structure/curtain/medical,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/outpost/medical/surgery)
-"GW" = (
-/obj/structure/lattice,
-/obj/machinery/light,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"GX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"GY" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"GZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "med_outpost_airlock1_vent"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "med_outpost_airlock1";
- pixel_x = -6;
- pixel_y = -25;
- req_one_access = list(5);
- tag_airpump = "med_outpost_airlock1_vent";
- tag_chamber_sensor = "med_outpost_airlock1_sensor";
- tag_exterior_door = "med_outpost_airlock1_outer";
- tag_interior_door = "med_outpost_airlock1_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "med_outpost_airlock1_sensor";
- pixel_x = 6;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Ha" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hb" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hd" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"He" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = -28;
- pixel_z = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hf" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/fire,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_z = 32
- },
-/obj/structure/closet/secure_closet/medical2{
- req_access = list(45);
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hj" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hk" = (
-/obj/structure/mirror,
-/turf/simulated/wall,
-/area/outpost/medical/surgery)
-"Hl" = (
-/turf/simulated/wall,
-/area/outpost/medical/suit_storage)
-"Hm" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/suit_storage)
-"Hn" = (
-/obj/machinery/light/small{
- brightness_color = "#DA0205";
- brightness_power = 1;
- brightness_range = 5
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"Ho" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Medical Outpost - Power";
- req_access = null
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/airlocks)
-"Hp" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hq" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hr" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Hs" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/main_room)
-"Ht" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/status_display{
- pixel_w = 0;
- pixel_z = 32
- },
-/obj/structure/table/standard,
-/obj/item/autopsy_scanner,
-/obj/item/reagent_containers/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";
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/box/gloves{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hw" = (
-/obj/machinery/optable,
-/obj/structure/curtain/medical,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hx" = (
-/obj/machinery/computer/operating{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Hy" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/structure/table/rack,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Hz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/floodlight,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HA" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HB" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/hallway)
-"HC" = (
-/turf/simulated/wall,
-/area/mine/unexplored)
-"HD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HG" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HH" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Medical";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HI" = (
-/turf/simulated/wall,
-/area/outpost/medical/power)
-"HJ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HK" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HL" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HM" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HN" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HO" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "medical_dinger";
- name = "Medical request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HP" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HS" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/item/surgical/cautery,
-/obj/item/surgical/hemostat,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"HT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HV" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"HW" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"HX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"HZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ia" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Medical Outpost";
- name_tag = "Medical Outpost"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/green,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ib" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ic" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/suit_cycler/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Id" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ie" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"If" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ig" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/bodyscanner{
- text = "O"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ih" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/machinery/body_scanconsole{
- text = "O"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ii" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ij" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/surgical/bonesetter,
-/obj/item/surgical/bonegel,
-/obj/item/surgical/circular_saw{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Ik" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/surgical/scalpel,
-/obj/item/surgical/retractor,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Il" = (
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/item/stack/medical/advanced/bruise_pack,
-/obj/item/surgical/FixOVein,
-/obj/item/surgical/surgicaldrill,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/surgery)
-"Im" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"In" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/lights/mixed,
-/obj/item/storage/toolbox/emergency,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Io" = (
-/obj/machinery/atmospherics/pipe/simple/visible/red,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ip" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/medical/power)
-"Iq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Ir" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Is" = (
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"It" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Iu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"Iv" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/suit_cycler/medical,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Iw" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ix" = (
-/obj/structure/table/standard,
-/obj/item/extinguisher,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Iy" = (
-/turf/space,
-/area/mine/explored)
-"Iz" = (
-/obj/machinery/atmospherics/pipe/vent/high_volume{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"IA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"ID" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/light,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IF" = (
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/power)
-"IG" = (
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/machinery/vending/wallmed1{
- pixel_w = -29
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"II" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IK" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IP" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Outpost";
- req_access = list(5)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IS" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IT" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IU" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/medical,
-/obj/item/clothing/head/helmet/space/void/medical,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IV" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IW" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/shoes/magboots,
-/obj/item/tank/oxygen,
-/obj/item/clothing/suit/space/void/medical/emt,
-/obj/item/clothing/head/helmet/space/void/medical/emt,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IX" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"IZ" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Ja" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled/white,
-/area/outpost/medical/suit_storage)
-"Jb" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "mining_outpost_inner";
- locked = 1;
- name = "Mining Dock Airlock";
- req_access = list(13)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jc" = (
-/obj/structure/flora/pottedplant{
- icon_state = "plant-06";
- pixel_y = 8
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"Jd" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Je" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/break_room)
-"Jf" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jg" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - SMES"
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"Jh" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Ji" = (
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Mining Outpost";
- name_tag = "Mining Outpost"
- },
-/obj/structure/cable/blue,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/maintenance)
-"Jj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "meoutpost_main_inner";
- locked = 1;
- name = "Exterior Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jk" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/atmospherics)
-"Jl" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jm" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/storage/box/lights/mixed,
-/obj/item/extinguisher,
-/turf/simulated/floor/plating,
-/area/storage/emergency_storage)
-"Jn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jo" = (
-/obj/effect/floor_decal/corner/brown/full,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -29;
- pixel_z = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jp" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/floor_decal/corner/brown/full{
- dir = 4
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/north_hall)
-"Jq" = (
-/obj/structure/mirror{
- pixel_x = 30;
- pixel_y = -2
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/freezer,
-/area/outpost/mining_main/dorms)
-"Jr" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Js" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Mining Main";
- dir = 8
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jt" = (
-/obj/machinery/alarm{
- pixel_y = 24
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"Ju" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/mining/hallway)
-"Jv" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/blue,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Engineering Outpost";
- name_tag = "Engineering Outpost"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jw" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jx" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/sensor{
- long_range = 1;
- name = "Powernet Sensor - Asteroid Main Grid";
- name_tag = "Asteroid Main Grid"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Jy" = (
-/obj/machinery/button/remote/airlock{
- id = "miningdorm3";
- name = "Door Bolt Control";
- pixel_w = -1;
- pixel_x = 25;
- pixel_y = 0;
- pixel_z = -1;
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"Jz" = (
-/obj/item/clothing/under/overalls,
-/obj/item/clothing/under/rank/miner,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JA" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JB" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -26
- },
-/obj/machinery/mineral/equipment_vendor,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JC" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"JD" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/refinery)
-"JE" = (
-/obj/machinery/mineral/stacking_unit_console,
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/refinery)
-"JF" = (
-/obj/structure/table/steel,
-/obj/item/cell/high,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JG" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JH" = (
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main Power Unit 1";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JI" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JJ" = (
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main Power Unit 2";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JL" = (
-/obj/structure/table/standard,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/carpet,
-/area/outpost/mining_main/dorms)
-"JM" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"JN" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JO" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/dorms)
-"JP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'MOVING PARTS'.";
- name = "\improper MOVING PARTS";
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/industrial/loading{
- dir = 8;
- icon_state = "loadingarea"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/refinery)
-"JQ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JR" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JS" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JT" = (
-/obj/machinery/mineral/stacking_machine,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JU" = (
-/obj/machinery/conveyor{
- dir = 5;
- icon_state = "conveyor0";
- id = "mining_internal"
- },
-/obj/machinery/mineral/input,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/refinery)
-"JV" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JW" = (
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/refinery)
-"JX" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JY" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"JZ" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ka" = (
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kb" = (
-/obj/structure/closet/toolcloset,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kc" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"Kd" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/dorms)
-"Ke" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/eva)
-"Kf" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/eva)
-"Kg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Kh" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Ki" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/mining/power)
-"Kj" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/storage)
-"Kk" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kl" = (
-/obj/structure/closet/secure_closet/miner,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Km" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kn" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ko" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Kp" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Outpost Airlock";
- req_access = list(48)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Kq" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/head/helmet/space/void/mining,
-/obj/item/mining_scanner,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kr" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/head/helmet/space/void/mining,
-/obj/item/mining_scanner,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ks" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Ku" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1377;
- id_tag = "mcontrol";
- pixel_x = 0;
- pixel_y = 28;
- tag_airpump = "mvent";
- tag_chamber_sensor = "msensor";
- tag_exterior_door = "mext";
- tag_interior_door = "mint"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kv" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1377;
- id_tag = "msensor";
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Kw" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -31;
- pixel_z = 1
- },
-/obj/machinery/drone_fabricator/mining,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kx" = (
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Ky" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/mining_scanner,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/item/rig/industrial/equipped,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Kz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/storage)
-"KA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KC" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"KE" = (
-/obj/structure/dispenser/oxygen,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KH" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KI" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KJ" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/machinery/access_button/airlock_interior{
- frequency = 1377;
- master_tag = "mcontrol";
- pixel_x = 26;
- pixel_y = -26;
- req_access = list(48)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KK" = (
-/obj/machinery/door/airlock/external{
- frequency = 1377;
- icon_state = "door_locked";
- id_tag = "mint";
- locked = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KL" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KM" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KN" = (
-/obj/machinery/door/airlock/external{
- frequency = 1377;
- icon_state = "door_locked";
- id_tag = "mext";
- locked = 1
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/access_button/airlock_exterior{
- frequency = 1377;
- master_tag = "mcontrol";
- pixel_x = -26;
- pixel_y = 26;
- req_access = list(48)
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"KP" = (
-/obj/effect/mine/stun,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"KQ" = (
-/obj/machinery/computer/drone_control{
- name = "Mining Drone Control"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KR" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KS" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Storage Room";
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"KT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/storage)
-"KU" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KV" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KW" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"KX" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"KY" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining EVA";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"KZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"La" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lb" = (
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lc" = (
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ld" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1377;
- id_tag = "mvent"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Le" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1377;
- id_tag = "mvent"
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Airlock";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lf" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lg" = (
-/obj/structure/table/steel,
-/obj/item/suit_cooling_unit,
-/obj/item/suit_cooling_unit,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lh" = (
-/obj/structure/table/steel,
-/obj/item/pickaxe,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Li" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lj" = (
-/obj/machinery/door/airlock/mining{
- name = "Mining Station Storage";
- req_access = list(48)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ll" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Lm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Ln" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Station EVA";
- req_access = list(54)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Lr" = (
-/obj/machinery/suit_cycler/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Ls" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Lt" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/eva)
-"Lu" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lv" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lw" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Lx" = (
-/obj/machinery/door/airlock/mining{
- name = "Mining Station Storage";
- req_access = list(48)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"Ly" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"Lz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LA" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LB" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Station EVA";
- req_access = list(54)
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LC" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LD" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LE" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/structure/table/steel,
-/obj/item/stack/flag/green{
- pixel_x = -4
- },
-/obj/item/stack/flag/yellow{
- pixel_x = 4
- },
-/obj/item/stack/flag/red,
-/obj/item/storage/box/nifsofts_mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LF" = (
-/obj/structure/table/rack,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/obj/item/shovel,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LG" = (
-/obj/structure/table/rack,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/obj/item/shovel,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LH" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/storage)
-"LI" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Mining Hallway Aft";
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LK" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LL" = (
-/obj/structure/table/steel,
-/obj/item/pickaxe,
-/obj/item/storage/belt/utility,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LM" = (
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LN" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LO" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/mining_main/storage)
-"LP" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/south_hall)
-"LQ" = (
-/obj/item/storage/backpack/satchel,
-/obj/structure/table/steel,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "cargo_dinger";
- name = "Cargo request chime";
- pixel_w = -28;
- pixel_z = 2
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LR" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/conveyor_switch{
- id = "drone_mech_travel"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LS" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LT" = (
-/turf/simulated/floor,
-/area/outpost/mining_main/south_hall)
-"LU" = (
-/obj/machinery/mech_recharger,
-/obj/machinery/light,
-/turf/simulated/floor/plating,
-/area/outpost/mining_main/south_hall)
-"LV" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "drone_mech_travel"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"LW" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/mining_main/eva)
-"LX" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/mining_main/south_hall)
-"LY" = (
-/turf/simulated/wall,
-/area/outpost/mining_main/south_hall)
-"LZ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Ma" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mb" = (
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mc" = (
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Md" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Me" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"Mf" = (
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Mg" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"Mh" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mi" = (
-/obj/machinery/conveyor{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mj" = (
-/obj/machinery/camera/network/mining{
- c_tag = "OPM - Exterior"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mk" = (
-/obj/machinery/conveyor_switch{
- id = "drone_mech_travel"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Ml" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mm" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mn" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/mining_main/eva)
-"Mo" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/unexplored)
-"Mp" = (
-/turf/space,
-/area/skipjack_station/mining)
-"Mq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Mr" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Ms" = (
-/obj/machinery/light,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"Mt" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mu" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "eoutpost_main_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = list(10)
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mv" = (
-/obj/machinery/light,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"Mw" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"Mx" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"My" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/hallway)
-"Mz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MA" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_main_outer";
- locked = 1;
- name = "Engineering Outpost"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MD" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/storage)
-"ME" = (
-/obj/machinery/cell_charger,
-/obj/structure/table/steel,
-/obj/structure/cable,
-/obj/item/frame/apc,
-/obj/item/module/power_control,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"MF" = (
-/obj/item/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/structure/table/steel,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"MG" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/kitchen)
-"MH" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"MI" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MJ" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MK" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "eoutpost_main_pump"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "eoutpost_main_sensor";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"ML" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MM" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 2;
- frequency = 1379;
- id_tag = "eoutpost_main_pump"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"MO" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MP" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"MQ" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"MR" = (
-/obj/machinery/telecomms/relay/preset/mining,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/telecomms)
-"MS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"MT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5;
- icon_state = "intact"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "eoutpost_main_airlock";
- pixel_x = -25;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "eoutpost_main_pump";
- tag_chamber_sensor = "eoutpost_main_sensor";
- tag_exterior_door = "eoutpost_main_outer";
- tag_interior_door = "eoutpost_main_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Airlock";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"MW" = (
-/obj/machinery/pipedispenser/disposal,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"MX" = (
-/obj/machinery/pipedispenser,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"MY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/storage)
-"MZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"Na" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/telecomms)
-"Nb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost TeleCommunications";
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/outpost/engineering/telecomms)
-"Nc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_main_inner";
- locked = 1;
- name = "Engineering Outpost"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Ne" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nf" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ng" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nh" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ni" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Telecommunications";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor,
-/area/outpost/engineering/telecomms)
-"Nj" = (
-/obj/structure/sign/vacuum{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "eoutpost_main_airlock";
- name = "interior access button";
- pixel_x = -25;
- pixel_y = 25;
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nm" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nn" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"No" = (
-/obj/machinery/autolathe,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Np" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nq" = (
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Nr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ns" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nt" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 4
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Atmospherics Fore"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nu" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/visible/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 5;
- icon_state = "intact-scrubbers"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Nx" = (
-/obj/machinery/atmospherics/pipe/simple/visible/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Atmospherics";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4;
- icon_state = "intact-scrubbers"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Ny" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Nz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NA" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NB" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Storage";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"ND" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NE" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_w = -29;
- pixel_z = 2
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NF" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NG" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NH" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NI" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NJ" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NM" = (
-/obj/structure/table/rack,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NN" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NO" = (
-/obj/structure/table/rack,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/cable_coil/yellow,
-/obj/item/stack/cable_coil,
-/obj/item/module/power_control,
-/obj/item/module/power_control,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NP" = (
-/obj/structure/table/rack,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/cable_coil/yellow,
-/obj/item/storage/box/lights/mixed,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NQ" = (
-/obj/machinery/suit_cycler/engineering,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"NR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"NS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"NT" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NU" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NV" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NW" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 4;
- icon_state = "map"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NX" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"NY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"NZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ob" = (
-/obj/item/stack/material/plasteel{
- amount = 10
- },
-/obj/item/stack/material/wood{
- amount = 30
- },
-/obj/item/stack/material/plastic{
- amount = 10
- },
-/obj/structure/table/steel,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Oc" = (
-/obj/structure/table/rack,
-/obj/item/clothing/head/helmet/space/void/engineering,
-/obj/item/clothing/suit/space/void/engineering,
-/obj/item/clothing/shoes/magboots,
-/obj/machinery/firealarm{
- dir = 4;
- layer = 3.3;
- pixel_x = 26
- },
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Od" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oe" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Of" = (
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Og" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oh" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Oi" = (
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/item/stack/material/glass{
- amount = 50
- },
-/obj/structure/table/steel,
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Oj" = (
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/structure/table/steel,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Storage";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ok" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ol" = (
-/obj/machinery/air_sensor{
- frequency = 1439;
- id_tag = "outpost_o2_sensor"
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Om" = (
-/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{
- dir = 4;
- frequency = 1439;
- id_tag = "outpost_o2_out"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"On" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oo" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Op" = (
-/obj/machinery/atmospherics/omni/mixer{
- tag_east = 0;
- tag_east_con = null;
- tag_north = 2;
- tag_south = 1;
- tag_south_con = 0.79;
- tag_west = 1;
- tag_west_con = 0.21
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Oq" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Or" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Os" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ot" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 28
- },
-/obj/machinery/vending/wallmed1{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ou" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Storage";
- req_access = list(10)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/storage)
-"Ov" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/emitter,
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/hallway)
-"Ow" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/solars)
-"Ox" = (
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Oy" = (
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1439;
- icon_state = "map_injector";
- id = "outpost_o2_in";
- pixel_y = 1;
- use_power = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/oxygen,
-/area/outpost/engineering/atmospherics)
-"Oz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 10
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OB" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OC" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OD" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"OF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OJ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OK" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OL" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_z = 32
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"OM" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"ON" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"OO" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Power Supply"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"OP" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost - Main";
- charge = 1.5e+007;
- cur_coils = 3;
- input_attempt = 1;
- input_level = 750000;
- input_level_max = 750000;
- output_level = 750000;
- output_level_max = 750000
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"OQ" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OR" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OS" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OT" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"OU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"OV" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/atmospherics)
-"OW" = (
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Atmospherics";
- dir = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'COMPRESSED GAS'.";
- name = "COMPRESSED GAS";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OX" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- power_rating = 15000;
- tag_east = 1;
- tag_north = 3;
- tag_south = 4;
- tag_west = 2
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/obj/machinery/atmospherics/pipe/simple/visible/red{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"OZ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pa" = (
-/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
- dir = 4;
- icon_state = "intact-scrubbers"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Atmospherics";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/atmospherics)
-"Pb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pe" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pf" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Ph" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pi" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Outpost Solars";
- req_access = list(10)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pm" = (
-/obj/machinery/power/terminal{
- dir = 1;
- icon_state = "term"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Pn" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/material/phoron{
- amount = 10
- },
-/obj/random/powercell,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/material/phoron{
- amount = 10
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Po" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Pp" = (
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"Pq" = (
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 4;
- frequency = 1439;
- icon_state = "map_injector";
- id = "outpost_n2_in";
- pixel_y = 1;
- use_power = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"Pr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 9
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Ps" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue,
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pt" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/meter,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pu" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"Pv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Px" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Py" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Pz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PA" = (
-/obj/item/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 0;
- pixel_y = -28
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PB" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Hallway East";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PC" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PF" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PG" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PH" = (
-/obj/machinery/air_sensor{
- frequency = 1439;
- id_tag = "outpost_n2_sensor"
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"PI" = (
-/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{
- dir = 4;
- frequency = 1439;
- id_tag = "outpost_n2_out"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced/nitrogen,
-/area/outpost/engineering/atmospherics)
-"PJ" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PK" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 4;
- icon_state = "intact"
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Atmospherics Aft";
- dir = 1
- },
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/blue{
- dir = 9;
- icon_state = "intact"
- },
-/obj/machinery/light,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PM" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor,
-/area/outpost/engineering/atmospherics)
-"PN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PO" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Hallway Central";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"PP" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/rest)
-"PQ" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/rest)
-"PR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/dark,
-/area/outpost/engineering/hallway)
-"PS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PT" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PU" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"PV" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/mine/explored)
-"PW" = (
-/obj/machinery/computer/station_alert,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PX" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PY" = (
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"PZ" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qa" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -20
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qb" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qc" = (
-/obj/machinery/door/airlock/engineering{
- name = "Restrooms";
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qd" = (
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qe" = (
-/obj/machinery/alarm{
- alarms_hidden = 1;
- frequency = 1439;
- pixel_y = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qf" = (
-/obj/machinery/doorbell_chime{
- desc = "Small wall-mounted chime triggered by a bell";
- id_tag = "engineering_dinger";
- name = "Engineering request chime";
- pixel_z = 33
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qg" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Kitchen";
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qh" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qi" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qk" = (
-/obj/structure/closet,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Ql" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6;
- icon_state = "intact"
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4;
- icon_state = "intact"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qn" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qo" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qp" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qq" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qr" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Qs" = (
-/obj/machinery/computer/shuttle_control/engineering,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Qt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Qu" = (
-/obj/structure/flora/pottedplant{
- icon_state = "plant-21"
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "Engineering Outpost Break Room";
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Qw" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"Qx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Qy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/grille,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Qz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/outpost/engineering/kitchen)
-"QA" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/sign/vacuum{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QB" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QC" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QD" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QE" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Break Room";
- req_access = list(10)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QH" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Airlock"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/rest)
-"QI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QL" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QM" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "eoutpost_solar_airlock";
- name = "interior access button";
- pixel_x = 25;
- pixel_y = -25;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QN" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QO" = (
-/obj/machinery/power/solar_control,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/solars)
-"QP" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"QQ" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QS" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Break Room";
- req_access = list(10)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"QT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "edock_airlock";
- name = "interior access button";
- pixel_x = -26;
- pixel_y = -25;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QU" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"QV" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QW" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"QX" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_solar_inner";
- locked = 1;
- name = "Solar Access"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"QY" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"QZ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Ra" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rb" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Rd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"Re" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "edock_inner";
- locked = 1;
- name = "Engineering Dock Airlock"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rf" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/o2{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/regular,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/item/roller,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rg" = (
-/obj/machinery/computer/crew,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rh" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Ri" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8;
- icon_state = "map"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rj" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "eoutpost_solar_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "eoutpost_solar_airlock";
- pixel_x = 30;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "eoutpost_solar_pump";
- tag_chamber_sensor = "eoutpost_solar_sensor";
- tag_exterior_door = "eoutpost_solar_outer";
- tag_interior_door = "eoutpost_solar_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "eoutpost_solar_sensor";
- pixel_x = 0;
- pixel_y = 25
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Solar Access"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rk" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"Rl" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/kitchen)
-"Rm" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Rn" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/kitchen)
-"Ro" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rp" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1380;
- id_tag = "eoutpost_solar_sensor";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rr" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rs" = (
-/obj/machinery/sleep_console,
-/turf/simulated/floor/carpet/oracarpet,
-/area/outpost/engineering/rest)
-"Rt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/rest)
-"Ru" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5;
- icon_state = "intact"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rv" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1379;
- id_tag = "eoutpost_solar_pump"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 8
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"Rw" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"Rx" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1;
- icon_state = "warning_dust"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/airless,
-/area/outpost/engineering/kitchen)
-"Ry" = (
-/obj/machinery/light/small{
- dir = 8;
- pixel_x = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "edock_pump"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"Rz" = (
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Outpost Elevator";
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1380;
- id_tag = "edock_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/docking_port{
- frequency = 1380;
- id_tag = "edock_airlock";
- pixel_x = 30;
- pixel_y = 0;
- req_access = list(10);
- tag_airpump = "edock_pump";
- tag_chamber_sensor = "edock_sensor";
- tag_exterior_door = "edock_outer";
- tag_interior_door = "edock_inner"
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"RA" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"RB" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "eoutpost_solar_outer";
- locked = 1;
- name = "Solar Access"
- },
-/turf/simulated/floor,
-/area/outpost/engineering/solars)
-"RC" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/solars)
-"RD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RE" = (
-/obj/machinery/door/airlock/external{
- frequency = 1380;
- icon_state = "door_locked";
- id_tag = "edock_outer";
- locked = 1;
- name = "Engineering Dock Airlock"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "edock_airlock";
- name = "exterior access button";
- pixel_x = -26;
- pixel_y = 0;
- req_access = list(10)
- },
-/turf/simulated/floor/tiled,
-/area/outpost/engineering/hallway)
-"RF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/outpost/engineering/hallway)
-"RH" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RI" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "eoutpost_solar_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = 25;
- req_access = list(10)
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RJ" = (
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RK" = (
-/turf/simulated/wall,
-/area/outpost/engineering/hallway)
-"RL" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/shuttle/constructionsite/site)
-"RM" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"RN" = (
-/obj/structure/grille,
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"RO" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RP" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RQ" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RR" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RS" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RT" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RU" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RV" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/space,
-/area/space)
-"RW" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/kitchen)
-"RX" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RY" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/outpost/engineering/solarsoutside/aft)
-"RZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- external_pressure_bound = 140;
- external_pressure_bound_default = 140;
- icon_state = "map_vent_out";
- pressure_checks = 1;
- pressure_checks_default = 1;
- use_power = 1
- },
-/turf/simulated/floor/airless,
-/area/outpost/engineering/atmospherics)
-"Sa" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/mine/explored)
-"Sb" = (
-/obj/structure/lattice,
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"Sc" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sd" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/engineering/kitchen)
-"Se" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/engineering/kitchen)
-"Sf" = (
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/outpost/engineering/solarsoutside/aft)
-"Sg" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sh" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Si" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating2"
- },
-/area/mine/explored)
-"Sk" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless{
- icon_state = "solarpanel"
- },
-/area/mine/explored)
-"Sl" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"Sm" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sn" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/airless,
-/area/mine/explored)
-"So" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sp" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sq" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sr" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Ss" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"St" = (
-/obj/structure/lattice,
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Su" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sv" = (
-/obj/structure/grille,
-/turf/space,
-/area/mine/explored)
-"Sw" = (
-/obj/structure/lattice,
-/turf/space,
-/area/mine/explored)
-"Sx" = (
-/obj/structure/lattice,
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/space,
-/area/mine/explored)
-"Sy" = (
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"Sz" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/space,
-/area/mine/explored)
-"SA" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/airless,
-/area/mine/explored)
-"SB" = (
-/obj/effect/overmap/visitable/sector/northern_star_mines,
-/turf/space,
-/area/space)
-"SC" = (
-/obj/effect/shuttle_landmark/premade/northern_star/ns_mine_echidna_dock,
-/turf/space,
-/area/space)
-"Uy" = (
-/mob/living/simple_mob/metroid/juvenile/omega,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"UY" = (
-/mob/living/simple_mob/metroid/juvenile/zeta,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"Vr" = (
-/mob/living/simple_mob/metroid/juvenile/gamma,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"VH" = (
-/mob/living/simple_mob/metroid/juvenile/super,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-"Zk" = (
-/mob/living/simple_mob/metroid/juvenile/alpha,
-/turf/simulated/floor/reinforced,
-/area/outpost/research/xenobiology)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-SB
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-vo
-vo
-xv
-xQ
-xv
-yY
-yY
-yZ
-yZ
-ad
-ad
-yZ
-yZ
-yY
-yY
-Kj
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vo
-vo
-vo
-xd
-Jf
-Jh
-Jl
-yZ
-zz
-Ae
-yZ
-yZ
-yZ
-yZ
-Cw
-zB
-yZ
-Kj
-Kj
-Kj
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vv
-vI
-vo
-wl
-wK
-xd
-xP
-yr
-Jm
-yZ
-Jq
-Af
-Ax
-An
-Bm
-Cf
-Jy
-JL
-yZ
-Kk
-Kw
-Kj
-Kj
-Kj
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vo
-vw
-vJ
-vX
-wm
-wL
-xd
-xQ
-ys
-xQ
-yZ
-yZ
-yZ
-yZ
-AE
-Bq
-yZ
-yZ
-yZ
-yZ
-Kk
-Kx
-KQ
-Lf
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vo
-vx
-vy
-vy
-wn
-wM
-xe
-xx
-xS
-yt
-yZ
-zB
-Ag
-yZ
-AJ
-BB
-yZ
-Cw
-zB
-yZ
-Kk
-Kx
-Kx
-Kx
-Lu
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vr
-vy
-vy
-vY
-wo
-wN
-xf
-xy
-xT
-yu
-yZ
-Jr
-Ah
-Ay
-Bc
-BC
-Cg
-Cy
-JL
-yZ
-Kl
-Kx
-Kx
-Lg
-Lv
-LF
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vo
-vo
-vs
-vy
-vy
-vZ
-wp
-wO
-xg
-xz
-xU
-yv
-yY
-yZ
-yZ
-yZ
-Bd
-BD
-yZ
-yZ
-yZ
-yY
-Km
-Kx
-KR
-Lh
-Lw
-LG
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gX
-vi
-vl
-gX
-vi
-vi
-vi
-vK
-vy
-wq
-wP
-xh
-xz
-xU
-yv
-yY
-zD
-Ai
-Az
-Bh
-BG
-Ch
-Ai
-JM
-yY
-Kl
-Kx
-Kx
-Li
-Lv
-Kx
-LN
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Mp
-Mp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-vi
-vk
-vk
-vk
-vk
-vk
-vz
-vL
-wa
-wr
-vo
-xi
-xA
-xV
-yw
-yY
-yY
-Aj
-AA
-Bi
-BH
-Ai
-Jz
-yY
-yY
-Kj
-Ky
-KS
-Li
-Lv
-Kx
-LO
-Kj
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vj
-vk
-vk
-vk
-vk
-vk
-vA
-vM
-wb
-ws
-wv
-xj
-wd
-xU
-wd
-Jo
-yY
-Ak
-AB
-Bj
-BI
-Ak
-AB
-yY
-Kc
-Kj
-Kz
-KT
-Lj
-Lx
-LH
-LH
-LH
-Kj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-vk
-vk
-vk
-vk
-vk
-vB
-vN
-wc
-wt
-wQ
-wd
-xB
-xW
-yx
-zb
-zE
-Al
-AC
-Bk
-BJ
-Ci
-Al
-JN
-Al
-Kn
-KA
-KU
-Lk
-Ly
-LI
-LP
-LT
-LX
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vk
-vk
-vk
-vk
-vk
-vC
-vO
-wd
-Jb
-wR
-wd
-xC
-wv
-yy
-zc
-zF
-Am
-AD
-Bl
-BE
-Cj
-Bf
-Bf
-Am
-Ko
-KB
-KV
-Ll
-Lz
-LJ
-KC
-LU
-LY
-EA
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-vk
-vk
-vk
-vk
-vk
-vz
-vP
-we
-wt
-wS
-wd
-wU
-xF
-xG
-wd
-xX
-yz
-zd
-Be
-BF
-BQ
-JA
-JO
-Ai
-Kp
-KC
-KW
-Lm
-LA
-LK
-KC
-LT
-LX
-EA
-EA
-EA
-EA
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vj
-vk
-vk
-vk
-vk
-vk
-vA
-vQ
-wf
-wv
-wv
-xk
-wd
-xU
-wd
-Jp
-zf
-zf
-AF
-Bn
-BL
-AF
-zf
-zf
-Kd
-Ke
-KD
-KX
-Ln
-LB
-Kf
-Kf
-Kf
-Ke
-EA
-EA
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-vi
-vk
-vk
-vk
-vk
-vk
-vD
-vR
-wg
-Jc
-vp
-vp
-xD
-xY
-yA
-zf
-zf
-Jt
-AG
-Bo
-BM
-Cl
-JB
-zf
-Ke
-Ke
-KE
-KY
-Lo
-LC
-LL
-LQ
-Ke
-Ke
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-gX
-vi
-vl
-gX
-vi
-vi
-vi
-vS
-vE
-wx
-wT
-vp
-yB
-xZ
-yB
-zf
-zH
-Ap
-AG
-Bo
-BN
-Cl
-Ap
-JP
-Ke
-Kq
-KF
-KZ
-Lp
-LC
-Lc
-LR
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Mh
-Ml
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vp
-vt
-vE
-vE
-wh
-wy
-vE
-vE
-xE
-ya
-yC
-zf
-zI
-zg
-AH
-Bp
-BO
-Cm
-JC
-JQ
-Ke
-Kr
-KG
-La
-Lq
-LD
-Lc
-LS
-LV
-LS
-LS
-LS
-Mf
-Mg
-Mi
-Mm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vu
-vE
-vE
-wi
-wz
-wV
-wV
-xH
-yb
-yC
-zg
-zJ
-zg
-AI
-Bo
-BP
-Cn
-JD
-JR
-Kf
-Kq
-KH
-Lb
-Lc
-LC
-LM
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Ke
-Mj
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-vF
-vT
-vU
-vU
-vV
-vE
-wj
-wA
-vE
-xl
-xI
-yc
-yD
-zg
-zK
-zg
-zG
-Bg
-BK
-Ck
-JE
-JS
-Kf
-Ks
-KI
-Lc
-Lc
-LE
-Ke
-Ke
-LW
-LZ
-Mb
-Mb
-Mb
-Mb
-Mk
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vG
-vE
-wk
-wB
-vE
-xm
-xm
-yd
-yE
-zf
-zL
-Aq
-AK
-Br
-BR
-Aq
-Br
-JT
-Kf
-Ks
-KJ
-Lc
-Lr
-Ke
-Ke
-dn
-dn
-LZ
-Mc
-Mb
-Mb
-Mb
-Mb
-Mm
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vH
-vW
-vp
-wC
-Je
-xm
-Jg
-Ji
-yF
-zg
-zM
-Ar
-Ar
-Bs
-BS
-Cp
-Ar
-JU
-Kf
-Kt
-KK
-Kt
-Ke
-Ke
-dn
-dn
-dn
-Ma
-Md
-Md
-Md
-Md
-Md
-Mn
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-vp
-vp
-vp
-xm
-xK
-yf
-yG
-zg
-zN
-zf
-zf
-zf
-zf
-zf
-zf
-zg
-Kf
-Ku
-KL
-Ld
-Ls
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Mo
-Mo
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-vp
-xn
-xn
-yg
-xn
-zf
-zO
-zf
-AL
-AL
-AL
-Cq
-JF
-JV
-Ke
-Kv
-KM
-Le
-Lt
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-dn
-dn
-dn
-dn
-Mo
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gX
-mB
-nC
-gX
-gX
-gX
-qo
-mB
-gX
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-vq
-yH
-zg
-zP
-zg
-AM
-Bt
-Bt
-Bt
-Bt
-JW
-Kf
-Kt
-KN
-Kt
-Kf
-dn
-Ea
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-Er
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-mB
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mB
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-vq
-yI
-zh
-zQ
-yI
-Bt
-Bt
-BT
-Bt
-BT
-zh
-uW
-kR
-KO
-qO
-dn
-eJ
-Kg
-eJ
-dn
-dn
-dn
-dn
-eJ
-eJ
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-gX
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-gX
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-vm
-vg
-vg
-vg
-vn
-yI
-zh
-zQ
-yI
-AN
-Bt
-BU
-Bt
-BU
-zh
-dn
-eJ
-eJ
-eJ
-eJ
-Ea
-Fj
-ad
-ad
-ad
-dn
-Me
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bZ
-ct
-ct
-ct
-bZ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-gX
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-gX
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-eJ
-dn
-dn
-dn
-yJ
-zi
-zQ
-As
-AO
-AO
-BV
-AO
-BV
-zi
-Ea
-EB
-EB
-EB
-EB
-Fj
-ad
-ad
-ad
-ad
-ad
-ks
-dn
-dn
-Ed
-EB
-Er
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ca
-cu
-cS
-dq
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-mC
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mC
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-Kg
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-cb
-cv
-cS
-dr
-ae
-ae
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-mB
-ne
-ne
-ne
-ne
-ne
-ne
-ne
-mB
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-Jd
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-EB
-Fj
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-bL
-cc
-cw
-cT
-ds
-ae
-ee
-ae
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jL
-jL
-jL
-nD
-nY
-oM
-pA
-qp
-qr
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-yK
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aG
-aT
-ae
-bw
-bM
-ae
-cx
-cU
-cx
-ae
-ef
-ef
-ae
-ae
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jR
-kb
-jK
-mD
-mD
-nE
-nZ
-oN
-pB
-nE
-qP
-ru
-qr
-sr
-sZ
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-yK
-dn
-zR
-zR
-zR
-zR
-zR
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aH
-aU
-bi
-bx
-bN
-ae
-cy
-cV
-dt
-ae
-eg
-eg
-eL
-ae
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jK
-jS
-lz
-ke
-mE
-nf
-nF
-oa
-oO
-pC
-nE
-qQ
-rv
-rR
-ss
-ta
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-wY
-wY
-zR
-At
-AP
-Bu
-zR
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-sq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-aI
-aV
-bj
-by
-bO
-ae
-cz
-cW
-du
-ae
-eh
-ev
-eM
-ae
-fg
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jK
-jK
-kS
-kT
-lZ
-mF
-mF
-nG
-nY
-oP
-pA
-qq
-qQ
-rw
-rS
-st
-tb
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-wY
-wY
-zj
-zR
-Au
-AQ
-Bv
-zR
-Cr
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aw
-aJ
-aW
-bk
-bz
-bP
-cd
-cA
-cX
-dv
-dL
-ei
-ev
-eN
-ae
-ar
-fu
-af
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jK
-xR
-kT
-lA
-ma
-mG
-mF
-mF
-ob
-oQ
-pD
-qr
-qR
-rx
-rT
-su
-tc
-tA
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-wY
-wY
-yL
-zk
-zR
-zR
-AR
-zR
-zR
-Cr
-JG
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Ed
-Er
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ax
-aJ
-aX
-bl
-bA
-bQ
-ce
-cB
-cY
-cB
-dM
-ej
-ev
-eO
-ae
-fh
-fv
-af
-af
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-jR
-kb
-ku
-kU
-lB
-mb
-mH
-mF
-mF
-mF
-oR
-pE
-qs
-qS
-ry
-rU
-sv
-td
-Ao
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wD
-wX
-wX
-wY
-yh
-yM
-zl
-zS
-Av
-AS
-AX
-BW
-BA
-BA
-JX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ao
-ay
-aK
-aY
-bm
-bB
-bR
-cf
-cC
-cY
-dw
-dN
-ek
-eg
-eP
-ae
-aj
-ar
-fC
-af
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jS
-kc
-kv
-kV
-lC
-lZ
-mI
-ng
-jL
-oc
-oS
-pF
-qr
-qT
-rz
-rV
-sw
-te
-tC
-ub
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wE
-wY
-wZ
-wY
-wY
-Jn
-zm
-zT
-zT
-AT
-AX
-BX
-BA
-BA
-BA
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ap
-az
-aJ
-aZ
-bn
-bC
-ae
-ae
-cD
-cZ
-cD
-ae
-ae
-ew
-ew
-ae
-iw
-ar
-fC
-af
-af
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jK
-jK
-kd
-kw
-kW
-lD
-ma
-mJ
-jL
-jL
-od
-oT
-pG
-qr
-qr
-rA
-rW
-sx
-tf
-tf
-tf
-qr
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wE
-wZ
-xo
-xL
-wZ
-yO
-zn
-zU
-zT
-AU
-Bw
-BY
-BA
-JH
-JY
-Kh
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Ed
-EB
-EB
-Er
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ah
-ah
-ah
-aL
-aT
-ae
-ae
-ae
-cg
-cE
-da
-dx
-dO
-ae
-ae
-ae
-ae
-fi
-af
-af
-af
-af
-go
-gE
-gX
-gE
-hD
-ic
-ha
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-gX
-gE
-go
-jK
-jT
-ke
-kx
-kX
-kx
-mc
-jK
-jL
-nH
-oe
-oU
-pF
-qt
-jL
-qr
-qr
-sy
-tg
-tg
-tg
-tg
-qr
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wF
-xa
-xp
-xM
-Jj
-yP
-zo
-zV
-xp
-AV
-Bx
-BZ
-Jx
-JI
-JZ
-Ki
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-ai
-aq
-aA
-aM
-ba
-bo
-bD
-bS
-ch
-cF
-db
-dy
-dP
-bS
-bD
-eQ
-eY
-fj
-af
-fD
-fM
-ga
-gp
-gF
-gY
-hl
-hE
-gF
-it
-ic
-ic
-ic
-ic
-gE
-gE
-gE
-gE
-gE
-ic
-ic
-ic
-jF
-hl
-kf
-jL
-jU
-mf
-ky
-kY
-lE
-md
-mK
-nh
-nI
-me
-xw
-pH
-qu
-qU
-qy
-rX
-sz
-th
-tD
-uc
-uw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wG
-wZ
-xo
-xN
-wZ
-yQ
-zp
-Js
-Ju
-AW
-Bw
-Ca
-Ct
-JJ
-Ka
-Kh
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-aj
-ar
-aB
-aN
-bb
-bp
-bE
-bT
-ci
-cG
-af
-dz
-dQ
-el
-ex
-eR
-el
-fk
-fw
-fE
-fN
-gb
-gq
-gG
-gZ
-gG
-hF
-id
-iu
-iD
-iT
-iT
-jm
-iT
-iT
-iT
-iT
-iu
-iT
-iD
-iT
-iT
-jG
-jI
-jM
-jV
-kg
-jV
-kZ
-lF
-jV
-mL
-jV
-nJ
-of
-jL
-pI
-mF
-qV
-qz
-rY
-sA
-sD
-tE
-ud
-ux
-qB
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-wY
-wZ
-xO
-xO
-xO
-zq
-xO
-xO
-AX
-AX
-Jw
-Ct
-BA
-BA
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-ak
-as
-aA
-aO
-bc
-bq
-bF
-bU
-cj
-cH
-dc
-dA
-dR
-em
-ey
-eS
-eZ
-fl
-af
-fF
-wW
-af
-gr
-gH
-gH
-gH
-hG
-ie
-CA
-iE
-iE
-iE
-jn
-iE
-jz
-iE
-iE
-iv
-iE
-iE
-iE
-iE
-jn
-kt
-jN
-jW
-kh
-kz
-la
-lG
-me
-mK
-ni
-nK
-og
-oW
-pJ
-me
-qW
-qA
-rZ
-sB
-ti
-tE
-ue
-uy
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xq
-xO
-yj
-yR
-zr
-zX
-xO
-AY
-Jv
-Cc
-Ct
-BA
-Kb
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-al
-al
-al
-aP
-bd
-ag
-ag
-ag
-ck
-cI
-dd
-dB
-dS
-dT
-dT
-dT
-fa
-fm
-af
-af
-af
-af
-gs
-gI
-gI
-hm
-hH
-Cz
-CB
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-gs
-jO
-jX
-ki
-kA
-lb
-lH
-jO
-jO
-jL
-nL
-oh
-oX
-pK
-qv
-jL
-qw
-qw
-qB
-tj
-tF
-qB
-qx
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xr
-xO
-yk
-yS
-zs
-zY
-xO
-AZ
-Bz
-Cd
-Cu
-JK
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-at
-aC
-aQ
-be
-br
-bG
-ag
-ag
-cJ
-de
-cJ
-dT
-dT
-ez
-eT
-fb
-fn
-fb
-fG
-dT
-dT
-aa
-aa
-ha
-hb
-hH
-if
-ix
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-jO
-jO
-kj
-kl
-lc
-lI
-us
-mM
-jO
-jO
-ww
-oY
-ze
-qw
-qw
-rB
-sa
-sC
-sD
-sD
-uf
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wH
-lx
-xq
-xO
-Jk
-yT
-zt
-zZ
-xO
-Ba
-BA
-Ce
-Cv
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-at
-at
-aR
-bf
-aQ
-bH
-bH
-ag
-cK
-df
-dC
-dT
-en
-eA
-eU
-eU
-fc
-eU
-fH
-dT
-aa
-aa
-aa
-aa
-hb
-hI
-if
-iy
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-dn
-dn
-dn
-jO
-kk
-kl
-ld
-lJ
-mg
-kl
-nj
-jO
-oi
-oZ
-oi
-qw
-qX
-rC
-sb
-sD
-sD
-sD
-uf
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-wI
-xb
-xs
-xO
-ym
-yU
-zu
-Aa
-xO
-Bb
-Bb
-AX
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-aD
-aE
-bg
-bs
-bI
-bV
-ag
-cL
-dg
-dD
-dT
-eo
-eB
-eU
-fc
-fd
-fx
-fz
-fz
-fP
-gc
-gJ
-aa
-hb
-hJ
-ig
-iy
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-dn
-dn
-jO
-jO
-kB
-lc
-lI
-mh
-mh
-mh
-jO
-oj
-pa
-pL
-qw
-qY
-rC
-sb
-sD
-sE
-tG
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vm
-wJ
-lx
-xt
-xO
-yn
-yV
-zv
-Ab
-xO
-AX
-AX
-AX
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Ed
-Er
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-aE
-aE
-aQ
-aQ
-bJ
-bJ
-al
-cM
-dh
-dE
-dU
-ep
-eC
-eV
-fd
-fo
-fy
-fz
-fP
-gc
-gc
-gK
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-dn
-dn
-dn
-dn
-jO
-kC
-le
-lI
-mi
-mN
-nk
-jX
-ok
-pb
-pM
-qx
-qZ
-rC
-sb
-sD
-sL
-tH
-ug
-uz
-uL
-uX
-qw
-dn
-dn
-dn
-dn
-dn
-vm
-vg
-vn
-kR
-mA
-mA
-xO
-yo
-yV
-zw
-Ac
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-aS
-aQ
-aQ
-bK
-bW
-bW
-bW
-di
-bW
-bW
-bW
-eD
-eW
-fc
-fp
-fz
-fz
-fI
-fQ
-gc
-gJ
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-dn
-dn
-dn
-dn
-dn
-jO
-jO
-lf
-lI
-mj
-mO
-nl
-kD
-ol
-pc
-pN
-qx
-ra
-rC
-sb
-sE
-tk
-tI
-uh
-uA
-uM
-uY
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-eJ
-dn
-dn
-dn
-dn
-xO
-yp
-yV
-zx
-Aa
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-bh
-bt
-bh
-bW
-cl
-cN
-dj
-dF
-dV
-bW
-eE
-eX
-fe
-fq
-fz
-fI
-fQ
-fQ
-gc
-gK
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-jO
-lg
-lI
-mk
-mk
-mk
-kE
-om
-pc
-pO
-qy
-rb
-rD
-sc
-sF
-tl
-tJ
-ui
-uB
-uN
-uZ
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-xc
-xO
-yq
-yW
-zy
-Ad
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-ag
-al
-bW
-cm
-cO
-dk
-dG
-dW
-bW
-eF
-dT
-dT
-dT
-ad
-dn
-dn
-dn
-aa
-aa
-aa
-hb
-hK
-ih
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-kD
-lh
-lK
-ml
-mP
-kl
-kF
-on
-pd
-pO
-qz
-rc
-rE
-sd
-sG
-tl
-tK
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-xc
-dn
-xO
-yq
-yX
-yX
-Ad
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-ag
-bW
-cn
-cP
-dl
-dH
-dX
-bW
-eG
-dT
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-aa
-aa
-hb
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-kE
-li
-lL
-jX
-jX
-jX
-jX
-oo
-pc
-pP
-qA
-rd
-rF
-se
-sH
-tl
-tL
-uj
-uC
-uO
-va
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-dn
-dn
-dn
-xO
-xO
-xO
-xO
-xO
-xO
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bW
-co
-bW
-dm
-dI
-dY
-bW
-eH
-dT
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-aa
-ha
-hn
-hH
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-dn
-dn
-dn
-kE
-lj
-lM
-mm
-mQ
-nm
-jO
-op
-pe
-op
-qw
-re
-rG
-sd
-sI
-tm
-tM
-uk
-uD
-uP
-vb
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-dn
-dn
-xu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(84,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cp
-aa
-aa
-dn
-dZ
-eq
-eI
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-aa
-hb
-hl
-hL
-if
-iy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-kE
-li
-kl
-jX
-mR
-nn
-jO
-oq
-pf
-pQ
-qB
-rf
-rH
-sf
-sJ
-tl
-tN
-ul
-uE
-uQ
-vc
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(85,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cp
-aa
-aa
-dn
-ea
-er
-eJ
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-hc
-ho
-hM
-ii
-iz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-kF
-li
-kl
-jX
-jX
-jX
-jX
-or
-pg
-pR
-qC
-rg
-rI
-sg
-sK
-tn
-tO
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(86,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-gt
-gL
-hd
-ff
-hN
-ff
-hd
-gt
-gL
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-jO
-yl
-lM
-mn
-mQ
-nm
-jX
-os
-ph
-pS
-qB
-rh
-rh
-sh
-sF
-tl
-tP
-um
-uF
-uR
-vd
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(87,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gu
-gM
-ff
-hp
-hO
-ij
-ff
-iG
-iU
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-ur
-kl
-jX
-mR
-nn
-jX
-ot
-ph
-pT
-qx
-ri
-rJ
-sb
-sL
-tk
-tQ
-un
-uG
-uS
-ve
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(88,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gd
-fS
-gN
-ff
-hq
-hP
-ik
-ff
-jk
-iV
-jb
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-kG
-ll
-lN
-jX
-jX
-jX
-jX
-ou
-pi
-pU
-qx
-rj
-rC
-sb
-sF
-to
-tR
-uo
-uH
-uT
-vf
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(89,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ff
-ff
-fR
-fS
-fS
-gO
-ff
-hr
-hQ
-il
-ff
-iI
-fS
-jc
-jo
-ff
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-kH
-lm
-lM
-mo
-mS
-no
-jO
-ov
-ph
-pV
-qw
-rk
-rC
-sb
-rZ
-rZ
-tS
-qw
-qw
-qw
-qw
-qw
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(90,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ff
-fJ
-fS
-ge
-fS
-ge
-ff
-ff
-hR
-ff
-ff
-iJ
-iV
-ge
-jp
-jx
-ff
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dn
-jO
-kl
-kl
-ln
-kl
-jX
-yN
-np
-jO
-oi
-pj
-pW
-qw
-ri
-rJ
-sb
-sM
-tp
-tp
-up
-qw
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-vq
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(91,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-eb
-es
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-fK
-gv
-gP
-he
-hs
-hS
-hi
-iA
-iK
-hg
-iS
-ff
-ff
-ff
-ff
-ff
-jE
-aa
-aa
-aa
-aa
-dn
-dn
-jO
-jO
-km
-kI
-lo
-lO
-jX
-mU
-jO
-jO
-ow
-pk
-pX
-qw
-qw
-za
-si
-sN
-tq
-tT
-uq
-qw
-qw
-dn
-dn
-dn
-dn
-dn
-vm
-vg
-vn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-sq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(92,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fr
-fr
-fT
-gf
-gw
-gQ
-hf
-ht
-hT
-hf
-hf
-iL
-iW
-je
-jq
-jj
-jA
-fr
-jD
-jE
-aa
-aa
-aa
-aa
-dn
-dn
-jP
-jP
-jP
-jP
-jP
-jP
-jP
-jP
-nq
-nM
-ox
-pl
-pY
-qD
-nq
-qw
-qw
-sO
-qB
-tU
-tU
-tU
-uU
-dn
-dn
-dn
-dn
-eJ
-vq
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fZ
-fA
-fr
-fU
-gh
-gx
-gR
-hg
-hu
-hU
-hi
-gv
-iM
-gx
-jf
-jr
-fr
-Zk
-fr
-jD
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-jY
-lR
-kJ
-lp
-lP
-mp
-mV
-nr
-nN
-oy
-pm
-pZ
-qE
-rl
-rL
-sj
-sP
-tr
-tU
-Fh
-uI
-uU
-dn
-dn
-dn
-vm
-vg
-vn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(94,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fs
-fB
-fV
-gi
-gy
-gR
-gx
-hv
-hV
-im
-gx
-iM
-iX
-jd
-js
-fr
-jh
-jC
-jD
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-jZ
-ko
-kK
-lq
-lQ
-mq
-mW
-ns
-nO
-oz
-nq
-qa
-qF
-rm
-rM
-sk
-sQ
-ts
-tV
-Fi
-uJ
-uV
-vg
-GJ
-vg
-vn
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(95,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-ft
-ft
-ft
-ff
-gm
-gz
-gS
-hh
-hw
-ff
-in
-iB
-iN
-iY
-jw
-ff
-ft
-ft
-ft
-ff
-jE
-aa
-aa
-aa
-dn
-dn
-dn
-jP
-ka
-kp
-mu
-lr
-kL
-mr
-mX
-nt
-nP
-oA
-pn
-qb
-qG
-rn
-qL
-sl
-sR
-tt
-tW
-ut
-uK
-uU
-vh
-Eb
-eJ
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(96,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fr
-fr
-fW
-gg
-gA
-gR
-fS
-hx
-hW
-io
-gx
-iM
-iB
-ji
-jt
-jj
-jA
-fr
-ff
-ad
-aa
-aa
-dn
-dn
-dn
-dn
-jP
-ka
-kn
-mu
-ls
-nu
-ms
-jP
-nq
-nQ
-ow
-po
-qc
-qH
-nq
-qI
-qI
-sS
-tu
-tU
-tU
-tU
-uU
-eJ
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(97,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fZ
-VH
-fr
-fX
-gh
-gx
-gR
-fS
-fS
-hX
-hi
-hh
-iM
-gx
-jf
-ju
-fr
-Vr
-fr
-ff
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-jQ
-jQ
-kq
-kq
-kq
-kq
-mt
-kq
-jQ
-jQ
-ow
-pk
-qd
-qI
-qI
-rN
-sm
-sT
-tv
-tX
-uu
-qI
-qI
-eJ
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(98,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-fr
-fs
-fB
-fY
-gl
-gB
-gR
-ge
-ge
-hY
-ge
-ge
-iM
-iZ
-gU
-jv
-fr
-jh
-fr
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-kr
-kM
-lt
-lS
-mv
-lt
-tB
-jQ
-oB
-pp
-qe
-qI
-ro
-rO
-rq
-sU
-rq
-sW
-uv
-qI
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(99,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-gk
-gC
-gT
-hi
-hy
-hZ
-ip
-hi
-iO
-ja
-jg
-ff
-ff
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-kN
-lu
-lT
-rK
-mY
-nv
-jQ
-oC
-pq
-qf
-qI
-rp
-rP
-sn
-sV
-tw
-tY
-qI
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(100,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-fL
-fS
-ge
-gD
-iq
-hk
-hz
-ia
-iq
-hk
-hz
-iR
-ge
-fS
-jy
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-kO
-lv
-lU
-mw
-mZ
-nw
-nR
-oD
-pr
-qg
-qJ
-rq
-rq
-so
-rq
-sW
-tZ
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(101,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gj
-fS
-ff
-gV
-hj
-hA
-ff
-ir
-iC
-iP
-ff
-fS
-jJ
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-lw
-lV
-mx
-na
-nx
-nS
-ns
-ps
-qh
-qJ
-rq
-rq
-rq
-sW
-tx
-qI
-qI
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-Kg
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(102,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-gn
-ff
-fr
-fr
-hB
-ib
-is
-fr
-iH
-ff
-jl
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-jQ
-jQ
-lW
-my
-nb
-ny
-nT
-oE
-pt
-qi
-qK
-rr
-rr
-sp
-sX
-ty
-qI
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(103,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-ff
-gW
-UY
-hC
-ib
-is
-Uy
-iQ
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-jQ
-lX
-jQ
-nb
-nz
-nU
-oF
-pu
-qj
-qL
-rs
-rQ
-qI
-sY
-tz
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-HC
-oL
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(104,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-fr
-jh
-hC
-ib
-is
-jh
-fr
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-lx
-lY
-jQ
-nc
-jQ
-nV
-oG
-pv
-oG
-nV
-qI
-qI
-qI
-eJ
-eJ
-Ea
-Fj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(105,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kP
-lx
-lY
-mz
-nd
-nA
-nq
-oH
-pw
-qk
-nq
-rt
-eJ
-eJ
-Ea
-EB
-EU
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-Kg
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(106,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-kQ
-lx
-lY
-lx
-nd
-nB
-nW
-oI
-px
-ql
-nW
-eJ
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Ea
-Fj
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(107,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dn
-dn
-dZ
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-ly
-lx
-lx
-nd
-lx
-nX
-oJ
-py
-qm
-qM
-eJ
-eJ
-eJ
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Ea
-Fj
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(108,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-do
-dJ
-ec
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-ly
-lx
-lx
-lx
-lx
-oK
-pz
-qn
-qN
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Ea
-Fj
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(109,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dp
-cr
-ed
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-kR
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-qO
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(110,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-cq
-am
-am
-cr
-cr
-eu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-dn
-Ea
-Eq
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(111,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-am
-au
-cr
-au
-am
-dK
-am
-et
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Mq
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(112,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-eK
-bX
-cr
-bY
-eK
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(113,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-au
-au
-bX
-cr
-bY
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(114,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-au
-au
-au
-au
-bX
-cr
-bY
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(115,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-am
-au
-au
-au
-bu
-au
-bX
-cr
-bY
-au
-cQ
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(116,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-am
-am
-aF
-au
-au
-au
-bu
-au
-cr
-au
-cQ
-au
-au
-au
-mT
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(117,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-au
-au
-au
-bu
-cr
-cQ
-au
-au
-au
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(118,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-av
-cs
-au
-au
-au
-au
-bY
-cr
-bX
-au
-au
-au
-au
-oV
-av
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(119,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-au
-au
-au
-bv
-av
-cR
-au
-au
-au
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(120,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-an
-am
-aF
-au
-au
-au
-bv
-au
-au
-au
-cR
-au
-au
-au
-mT
-am
-an
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(121,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-au
-au
-au
-bv
-au
-au
-au
-au
-au
-cR
-au
-au
-au
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(122,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-au
-au
-au
-au
-au
-au
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-Mr
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(123,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-au
-au
-au
-au
-au
-au
-au
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(124,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-au
-fO
-au
-lk
-au
-fO
-au
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Ed
-EB
-EB
-EB
-EB
-EB
-Er
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OT
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(125,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-am
-au
-av
-au
-am
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-Kg
-Mw
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-wX
-OQ
-eJ
-eJ
-Mw
-wX
-wX
-wX
-OQ
-eJ
-eJ
-Rw
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(126,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-am
-am
-an
-am
-am
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ec
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-Mx
-MG
-MO
-mA
-mA
-mA
-mA
-NR
-MG
-MO
-mA
-qN
-eJ
-eJ
-kP
-NR
-MG
-MO
-qN
-eJ
-eJ
-MG
-aa
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(127,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-OR
-eJ
-eJ
-PV
-aa
-aa
-aa
-OR
-eJ
-eJ
-Rx
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(128,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-OS
-eJ
-eJ
-OS
-ha
-ha
-ha
-OS
-eJ
-eJ
-OS
-ha
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(129,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(130,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(131,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(132,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ed
-Er
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Mq
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(133,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(134,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Kg
-kP
-MI
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(135,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MG
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(136,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Ed
-EB
-Er
-ks
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(137,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-Eb
-uW
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(138,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(139,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(140,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DE
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(141,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-qN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(142,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Mq
-kP
-MH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-OT
-eJ
-eJ
-OT
-ha
-ha
-ha
-OT
-eJ
-eJ
-OT
-ha
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(143,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-eJ
-dn
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kP
-MH
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-OR
-eJ
-eJ
-OR
-aa
-aa
-aa
-OR
-eJ
-eJ
-Rw
-aa
-aa
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(144,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-Mx
-MG
-MP
-wX
-wX
-wX
-wX
-NS
-MG
-MP
-wX
-qN
-eJ
-eJ
-kP
-NS
-MG
-MP
-qN
-eJ
-eJ
-MG
-aa
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(145,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-kR
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-qO
-eJ
-eJ
-kR
-mA
-mA
-mA
-qO
-eJ
-eJ
-Rx
-gX
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(146,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Eb
-eJ
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OS
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(147,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(148,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ha
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(149,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-OU
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-Po
-RV
-RZ
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(150,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-ad
-ad
-eJ
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-OV
-MQ
-MQ
-MG
-ad
-ad
-Qx
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-RW
-ha
-ha
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(151,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-Ol
-Ox
-OV
-Pp
-PH
-MG
-MG
-MG
-Qy
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(152,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-eJ
-MQ
-MQ
-MQ
-NT
-MQ
-Om
-Oy
-OV
-Pq
-PI
-MG
-Qb
-MG
-Qz
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(153,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-eJ
-MQ
-MQ
-Nr
-NE
-NU
-MQ
-On
-Oz
-OW
-Oz
-PJ
-MG
-Qc
-MG
-QA
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(154,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-Kg
-eJ
-eJ
-MQ
-MQ
-Nh
-Ns
-NF
-NV
-Od
-Oo
-OA
-OX
-Pr
-PK
-MG
-Qd
-Qd
-Qd
-QQ
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(155,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-Kg
-eJ
-eJ
-MQ
-MQ
-MQ
-Nt
-NG
-NW
-Oe
-Op
-OB
-OY
-Ps
-PL
-MG
-Qd
-Qo
-Qo
-Qd
-Ra
-Rl
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(156,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-Kg
-eJ
-My
-My
-MZ
-My
-Nu
-Ns
-NX
-MQ
-Oq
-OC
-NV
-Pt
-PM
-MG
-Qe
-Qp
-QB
-QR
-Rb
-MG
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(157,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-Ed
-Er
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Kg
-eJ
-My
-MR
-Na
-Ni
-Nv
-NH
-NX
-MQ
-Oq
-OD
-OZ
-Pu
-PM
-MG
-Qf
-Qq
-QC
-Qd
-Qd
-Rm
-MG
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Sd
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(158,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Kg
-eJ
-My
-MS
-Nb
-My
-Nw
-NI
-NX
-MQ
-MQ
-OE
-Pa
-OE
-MQ
-MG
-Qg
-Qr
-QD
-Qd
-Qd
-Rn
-MG
-My
-RK
-RH
-eJ
-eJ
-dn
-dn
-ks
-gX
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(159,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-eJ
-eJ
-dn
-eJ
-Ms
-My
-My
-My
-My
-My
-Nx
-MQ
-MQ
-MQ
-Or
-OF
-Pb
-Pv
-Or
-MG
-MG
-MG
-QE
-QS
-Rc
-MN
-MN
-RD
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-ks
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(160,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-Mt
-Mz
-MK
-MT
-Mz
-Nj
-Ny
-NJ
-NY
-Of
-Os
-OG
-Pc
-Pw
-Os
-Of
-NY
-Qs
-Ny
-Os
-Rd
-Ro
-Ry
-Rd
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(161,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-Ea
-Mu
-MA
-ML
-MU
-Nc
-Nk
-Nz
-NK
-NZ
-Og
-NK
-OH
-My
-Px
-PN
-Og
-NZ
-NK
-QF
-QT
-Re
-Rp
-Os
-RE
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(162,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-kR
-MB
-MM
-MV
-MB
-Nl
-NA
-NL
-Oa
-Oh
-NL
-OI
-Pd
-Py
-NL
-Oh
-Oa
-Qt
-QG
-QU
-MB
-Rq
-Rz
-RF
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-eJ
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(163,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-Mv
-MC
-MN
-MN
-Nd
-MD
-NB
-MD
-MD
-MD
-Ot
-Nl
-Pe
-Pz
-PO
-PP
-PP
-PP
-QH
-PQ
-MC
-MN
-MN
-RG
-RL
-RL
-RL
-RL
-RL
-RL
-RL
-ks
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(164,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Eb
-eJ
-MD
-MD
-MW
-Ne
-Nm
-NC
-NM
-Ob
-MD
-MD
-Of
-Pf
-Of
-PP
-PP
-Qh
-Qu
-QI
-PY
-PY
-Rr
-PP
-My
-RK
-RH
-eJ
-eJ
-eJ
-eJ
-ks
-gX
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(165,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-Ed
-EB
-ME
-MD
-MX
-Ne
-Nn
-ND
-NN
-Ne
-Oi
-MD
-Os
-Ny
-PA
-PP
-PW
-Qi
-PY
-QJ
-PY
-PY
-Rs
-PP
-eJ
-dn
-dn
-dn
-dn
-dn
-dn
-Se
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(166,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-eJ
-eJ
-MF
-MD
-MD
-Nf
-Ne
-Ne
-NO
-Ne
-Oj
-MD
-OJ
-Ny
-Os
-PP
-PX
-Qj
-Qv
-QK
-QV
-Rf
-PP
-PP
-eJ
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(167,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Eb
-dn
-dn
-dn
-dn
-dn
-eJ
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-eJ
-MY
-Ng
-Ne
-Ne
-NP
-Ne
-Ne
-Ou
-Os
-Ny
-Os
-PQ
-PY
-PY
-PY
-PY
-PY
-Rg
-Rt
-eJ
-eJ
-dn
-RN
-RN
-RN
-RN
-RN
-gX
-RN
-RN
-RN
-RN
-Sb
-RN
-RN
-Sb
-RN
-RN
-RN
-Sv
-Sx
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(168,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-Eb
-eJ
-dn
-dn
-eJ
-dn
-dn
-dn
-eJ
-eJ
-eJ
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-MD
-MD
-No
-Ne
-Ne
-Ne
-Ne
-Ou
-Os
-Ny
-Os
-PQ
-PY
-PY
-PY
-PY
-QW
-PP
-PP
-eJ
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-gX
-dn
-Iy
-Iy
-St
-Sw
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(169,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ks
-oL
-dn
-eJ
-Eb
-eJ
-eJ
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-eJ
-MD
-Np
-Ne
-Ne
-Ne
-Ok
-MD
-OK
-Pg
-PB
-PP
-PZ
-PY
-PZ
-QL
-PP
-PP
-ad
-dn
-dn
-dn
-RO
-RP
-RX
-Sa
-RP
-RX
-RO
-Sg
-RX
-RO
-RP
-Sk
-RO
-Sl
-Sk
-Sa
-Su
-Sk
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(170,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-Eb
-dn
-dn
-dn
-Hn
-HC
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-eJ
-MD
-Nq
-Ne
-NQ
-Oc
-MD
-MD
-OL
-Ny
-Os
-PP
-PP
-Qk
-PP
-PP
-PP
-ad
-ad
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sm
-Sk
-Sa
-Sm
-Sk
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(171,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-dn
-Eb
-dn
-eJ
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-MD
-MD
-MD
-MD
-MD
-MD
-Ov
-Os
-Ph
-ML
-PR
-PP
-PP
-PP
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sn
-Sk
-Sa
-Sm
-Sk
-Iy
-Sw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(172,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-eJ
-dn
-Ed
-EB
-EB
-GX
-EB
-Er
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-eJ
-dn
-ad
-ad
-ad
-MD
-Ow
-Ow
-Pi
-Ow
-Ow
-PP
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sn
-Sk
-Sa
-Sm
-Sk
-Iy
-Sw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(173,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-eJ
-dn
-Eb
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OM
-Pj
-PC
-Ow
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-RO
-RQ
-RX
-Sa
-RQ
-RX
-RO
-Sh
-RX
-RO
-RQ
-Sk
-RO
-Sm
-Sk
-Sa
-Sm
-Sk
-Iy
-Sx
-Sz
-Sz
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(174,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ua
-eJ
-eJ
-eJ
-FY
-eJ
-eJ
-eJ
-ua
-Eb
-HW
-Io
-Iz
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-ON
-Pk
-PD
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Rh
-Rk
-RA
-RH
-dn
-dn
-RR
-dn
-dn
-Sc
-Sf
-dn
-Sc
-dn
-Sf
-Sc
-dn
-dn
-So
-dn
-Iy
-So
-Iy
-Iy
-Sy
-Sw
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(175,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Cx
-Cx
-EC
-EV
-Fk
-EV
-EC
-EV
-GK
-EV
-EC
-HD
-HX
-Ip
-Ip
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-KP
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OO
-Pl
-PE
-PS
-Qa
-Ql
-Qw
-QM
-QX
-Ri
-Ru
-RB
-RI
-RM
-RM
-RS
-RY
-RY
-RS
-RY
-RY
-RS
-RY
-RY
-RS
-RY
-RY
-Sp
-Ss
-Ss
-Sp
-Ss
-Ss
-Ss
-SA
-Sw
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(176,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Dq
-Dq
-Es
-EC
-EW
-Fl
-FB
-EC
-Gt
-Fl
-GY
-ED
-HE
-HY
-Iq
-Ip
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-OP
-Pm
-PF
-PT
-PT
-Qm
-Qm
-QN
-QY
-Rj
-Rv
-QY
-RJ
-dn
-dn
-RR
-dn
-dn
-Sc
-Sf
-dn
-Sc
-dn
-Sf
-Sc
-dn
-dn
-So
-Iy
-Iy
-So
-Iy
-Iy
-Sy
-Sw
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(177,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-wu
-wu
-Dq
-Dq
-Ee
-Et
-EC
-EX
-Eh
-FB
-EC
-Gt
-Eh
-GZ
-ED
-HF
-HZ
-Ir
-IA
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-Ow
-Pn
-PG
-PU
-PC
-Qn
-Qn
-QO
-QZ
-Rk
-Rk
-RC
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sw
-Sz
-Sz
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(178,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-wu
-Aw
-Dd
-Dr
-DF
-Ef
-Eu
-EC
-EW
-Eh
-FC
-EC
-Gu
-Eh
-GY
-ED
-HG
-HZ
-Is
-IB
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-Ow
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(179,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-xJ
-By
-De
-Ds
-DG
-Eg
-Ev
-ED
-EY
-Fm
-EY
-EC
-EY
-GL
-EY
-ED
-HH
-Ia
-It
-IC
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(180,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-zA
-Cs
-Df
-Dt
-Dt
-Dt
-Ew
-EE
-EZ
-Fn
-FD
-FZ
-Gv
-Fo
-Ha
-ED
-HI
-HI
-HI
-ID
-Ip
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RT
-RX
-Sa
-RT
-RX
-RO
-Si
-RX
-RO
-RT
-Sk
-RO
-Sq
-Sk
-Sa
-Sq
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(181,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-ye
-CR
-Dg
-zW
-DH
-DH
-DH
-EF
-Fa
-Fo
-FE
-Ga
-FE
-Fo
-Hb
-EF
-HJ
-HJ
-HJ
-ID
-Ip
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-RO
-RU
-RX
-Sa
-RU
-RX
-RO
-Sj
-RX
-RO
-RU
-Sk
-RO
-Sr
-Sk
-Sa
-Sr
-Sk
-Iy
-Sz
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(182,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-yi
-CR
-Dh
-zW
-DI
-Eh
-Eh
-EG
-Fb
-Fp
-FF
-Gb
-FF
-GM
-Hc
-Ho
-HK
-HK
-Iu
-IE
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-dn
-gX
-dn
-dn
-gX
-Iy
-Iy
-Iy
-St
-Iy
-Iy
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(183,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-yi
-CS
-Di
-zW
-DJ
-Ei
-Ei
-ED
-Fc
-Fq
-FG
-Gc
-FG
-GN
-Hd
-ED
-HL
-Ib
-Ib
-IF
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-RN
-RN
-RN
-RN
-Sb
-RN
-RN
-RN
-gX
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-RN
-Sv
-Sx
-Sv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(184,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-wu
-zW
-zW
-Dj
-zW
-DK
-DK
-DK
-EH
-EH
-EH
-FH
-Gd
-FH
-EH
-EH
-EH
-HI
-HI
-HI
-HI
-Ip
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(185,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CE
-CT
-Dk
-Du
-DL
-Ej
-DK
-EH
-EH
-Fr
-FI
-Ge
-Gw
-GO
-EH
-EH
-Hl
-Hm
-Hm
-Hl
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(186,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CF
-CU
-Dl
-CV
-DM
-Ek
-DK
-EH
-Fd
-Fs
-FJ
-Ge
-Fe
-GP
-He
-EH
-Hl
-Hl
-Hl
-Hl
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-SC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(187,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CG
-CV
-Dm
-CV
-DM
-El
-DK
-EI
-Fe
-Fs
-FK
-Gf
-Gx
-Fe
-Fe
-Hp
-Hl
-Ic
-Iv
-IG
-IS
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(188,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CH
-CV
-Dn
-Dv
-DN
-Em
-Dy
-EJ
-Fe
-Ft
-FL
-Gg
-Gy
-Gx
-Fe
-Hq
-HM
-Id
-HV
-HV
-IT
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(189,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CI
-CW
-Do
-Dw
-DO
-En
-Ex
-EK
-EK
-Fu
-FM
-Gh
-Gz
-GQ
-EK
-EK
-HN
-Ie
-Ie
-IH
-IT
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(190,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CI
-CW
-CW
-Dw
-DP
-Em
-Dy
-EJ
-Fe
-Fe
-FN
-Gg
-GA
-GB
-Fe
-Hr
-HM
-Id
-HV
-II
-IU
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(191,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-jH
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CJ
-CX
-CX
-Dx
-DP
-Eo
-DK
-EL
-Fe
-Fe
-Fe
-Gi
-GB
-Fe
-Fe
-Hs
-Hl
-If
-Iw
-IJ
-IV
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(192,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jB
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CC
-CC
-CC
-CC
-Dy
-DQ
-DK
-DK
-EH
-Ff
-Fe
-Fe
-Ge
-Fe
-Fe
-Hf
-EH
-Hl
-Hl
-Hl
-IK
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(193,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CK
-CY
-Db
-Dz
-DR
-Db
-Db
-Db
-EH
-Fv
-FO
-Ge
-FO
-GR
-EH
-GS
-HO
-Ig
-Hl
-IL
-IW
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(194,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-zC
-CZ
-Db
-DA
-DS
-Db
-Ey
-EM
-Db
-Fw
-FP
-Gj
-FP
-EH
-GS
-Ht
-HP
-Ih
-Hl
-IL
-IW
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(195,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CL
-Da
-Db
-DB
-DT
-Db
-Ez
-EN
-Db
-Fx
-FQ
-Gk
-GC
-GS
-Hg
-Hu
-HQ
-Ii
-Hl
-II
-IX
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(196,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CM
-Db
-Db
-Db
-DU
-Db
-Db
-EO
-Db
-Fy
-FR
-Gl
-GD
-GT
-Hh
-Hv
-Hv
-Ij
-Hl
-IM
-IY
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(197,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CN
-Dc
-Dp
-DC
-DV
-Dc
-Dc
-EP
-Db
-Fz
-FS
-Gm
-GE
-GU
-Hi
-Hw
-HR
-Ik
-Hl
-IN
-IZ
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(198,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CO
-Db
-Db
-Db
-DW
-Db
-Db
-EQ
-Db
-Fw
-FT
-Gn
-GF
-GV
-Hj
-Hx
-HS
-Il
-Hl
-IO
-Ja
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(199,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CP
-Da
-Db
-DB
-DX
-Db
-DB
-ER
-Db
-Fw
-FU
-Go
-GG
-Fw
-Hk
-GS
-GS
-GS
-Hl
-IP
-Hl
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(200,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-Cb
-CZ
-Db
-Co
-DY
-Db
-Co
-DY
-Db
-Fw
-FP
-Gp
-FP
-Fw
-Hl
-Hy
-HT
-Im
-HT
-IQ
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(201,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CQ
-CY
-Db
-DD
-DZ
-Db
-DD
-DZ
-Db
-Fw
-FV
-Gq
-GH
-Fw
-Hl
-Hz
-HU
-HU
-HU
-IR
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(202,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CD
-CD
-CD
-CD
-CD
-Db
-Db
-Db
-Db
-Fw
-FW
-Gr
-Gn
-Fw
-Hl
-HA
-HV
-In
-Ix
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(203,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-CD
-CD
-CD
-CD
-CD
-Fw
-FX
-Gs
-GI
-Fw
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(204,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Ep
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Hm
-Hm
-Hm
-Hm
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(205,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-ES
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-ES
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(206,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-gX
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-gX
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(207,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-ET
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-ET
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(208,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Fg
-Ep
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(209,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-Ep
-Ep
-Ep
-FA
-gX
-gX
-gX
-GW
-Ep
-HB
-dn
-dn
-dn
-dn
-dn
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(210,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-EA
-EA
-EA
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-Iy
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(211,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-EA
-EA
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-dn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(212,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(213,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(214,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(215,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(216,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(217,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(218,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(219,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(220,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(221,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(222,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(223,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(224,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(225,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(226,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(227,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(228,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(229,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(230,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(231,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(232,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(233,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(234,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(235,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(236,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(237,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(238,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(239,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(240,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(241,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(242,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(243,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(244,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(245,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(246,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(247,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(248,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(249,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(250,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(251,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(252,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(253,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(254,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(255,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/maps/southern_sun/overmap/planets/thor/thor.dm b/maps/southern_sun/overmap/planets/thor/thor.dm
deleted file mode 100644
index d02b715b6f..0000000000
--- a/maps/southern_sun/overmap/planets/thor/thor.dm
+++ /dev/null
@@ -1,297 +0,0 @@
-//Atmosphere properties //CHOMP Comment: I guess this THOR planetary information should go here. THOR is a gas giant, it ain't gonna be getting very many other maps.
-#define THOR_ONE_ATMOSPHERE 101.5 //kPa
-#define THOR_AVG_TEMP 313 //kelvin
-
-#define THOR_PER_N2 0.65 //percent
-#define THOR_PER_O2 0.35
-#define THOR_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm
-#define THOR_PER_CO2 0.00
-#define THOR_PER_PHORON 0.00
-
-//Math only beyond this point
-#define THOR_MOL_PER_TURF (THOR_ONE_ATMOSPHERE*CELL_VOLUME/(THOR_AVG_TEMP*R_IDEAL_GAS_EQUATION))
-#define THOR_MOL_N2 (THOR_MOL_PER_TURF * THOR_PER_N2)
-#define THOR_MOL_O2 (THOR_MOL_PER_TURF * THOR_PER_O2)
-#define THOR_MOL_N2O (THOR_MOL_PER_TURF * THOR_PER_N2O)
-#define THOR_MOL_CO2 (THOR_MOL_PER_TURF * THOR_PER_CO2)
-#define THOR_MOL_PHORON (THOR_MOL_PER_TURF * THOR_PER_PHORON)
-
-//Turfmakers
-#define THOR_SET_ATMOS nitrogen=THOR_MOL_N2;oxygen=THOR_MOL_O2;carbon_dioxide=THOR_MOL_CO2;phoron=THOR_MOL_PHORON;temperature=THOR_AVG_TEMP
-#define THOR_TURF_CREATE(x) x/THOR/nitrogen=THOR_MOL_N2;x/THOR/oxygen=THOR_MOL_O2;x/THOR/carbon_dioxide=THOR_MOL_CO2;x/THOR/phoron=THOR_MOL_PHORON;x/THOR/temperature=THOR_AVG_TEMP;x/THOR/color="#eacd7c"
-
-/obj/effect/overmap/visitable/planet/thor
- name = "Thor"
- desc = "Inhabited terrestrial natural saterlite of Sif"
- scanner_desc = @{"[i]Stellar Body[/i]: Thor
-[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Installation
-[i]Transponder[/i]: Transmitting (CIV), Vir IFF
-[b]Notice[/b]: The Vir government welcomes you to this world."}
-
- map_z = list(Z_LEVEL_JUNGLE)
- initial_generic_waypoints = list("thor_nw","thor_e","spacebus_jungle")
- start_x = 11
- start_y = 17
- known = TRUE
- skybox_offset_x = 128
- skybox_offset_y = 128
- surface_color = "#176422"
- mountain_color = "#093314"
- water_color = "#086dcc"
- ice_color = "#f5ffff"
- atmosphere_color = "#54c0ce"
- icon_state = "lush"
-
-
-/obj/effect/overmap/visitable/planet/thor/get_skybox_representation()
- var/image/tmp = ..()
- tmp.pixel_x = skybox_offset_x
- tmp.pixel_y = skybox_offset_y
- return tmp
-
-/obj/effect/overmap/visitable/planet/thor/Initialize()
- atmosphere = new(CELL_VOLUME) // Necessary for the planet overmap icon to generate properly, but gas type does not seem to matter.
- atmosphere.adjust_gas_temp("carbon_dioxide", THOR_MOL_CO2, THOR_AVG_TEMP)
- atmosphere.adjust_gas_temp("nitrogen", THOR_MOL_N2, THOR_AVG_TEMP)
- atmosphere.adjust_gas_temp("oxygen", THOR_MOL_O2, THOR_AVG_TEMP)
-
- . = ..()
-
- docking_codes = null
-
-//AREAS
-/area/surface/thor/med
- name = "Jungle Outpost Medical"
- icon_state = "medbay"
-
-/area/surface/thor/engi
- name = "Jungle Outpost Solars"
- icon_state = "engineering"
-
-/area/surface/thor/janitor
- name = "Jungle Outpost Custodions"
- icon_state = "janitor"
-
-/area/surface/thor/kitchen
- name = "Jungle Outpost Kitchen"
- icon_state = "cafeteria"
-
-/area/surface/thor/bar
- name = "Jungle Outpost Bar"
- icon_state = "cafeteria"
-
-/area/surface/thor/dorms
- name = "Jungle Outpost Generic Dorms"
- icon_state = "Sleep"
- soundproofed = TRUE
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- flags = RAD_SHIELDED
- block_tracking = TRUE
-
-/area/surface/thor/dorms/pool1
- name = "Jungle Outpost Pool Shack 1"
-
-/area/surface/thor/dorms/pool2
- name = "Jungle Outpost Pool Shack 2"
-
-/area/surface/thor/dorms/pool3
- name = "Jungle Outpost Pool Shack 3"
-/area/surface/outside/thor/pool
- name = "Jungle Swimming Pool"
- icon_state = "bluenew"
- always_unpowered = FALSE
-
-/area/surface/outside/thor/landingpad
- name = "Space Bus Landing Pad"
- icon_state = "bluenew"
-
-/area/surface/outside/thor/outpost
- name = "Jungle Outpost Perimiter"
- icon_state = "green"
-/area/surface/outside/thor/jungle
- name = "Jungle"
- icon_state = "green"
-/area/surface/outside/thor/jungle/deep
- name = "Untamed Jungles"
- icon_state = "green"
-
-/area/surface/outside/thor/beach
- name = "Tropical Beach"
- icon_state = "away"
-/area/surface/outside/thor/ocean
- name = "Tropical Ocean"
- icon_state = "bluenew"
-
-/area/surface/thor/caves
- name = "Tropical Caves"
- icon_state = "darkred"
- always_unpowered = TRUE
-
-/area/surface/thor/abandonedhouse
- name = "Jungle Abandoned House"
- icon_state = "away1"
-
-/area/surface/thor/commstower
- name = "Jungle Comms Tower"
- icon_state = "away1"
-//TURFS (mostly existing turfs with armos changes)
-
-/turf/unsimulated/wall/planetary/normal/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/mineral/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-/turf/simulated/floor/outdoors/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/water/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/shuttle/floor/alienplating/external/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/shuttle/floor/voidcraft/external/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/shuttle/floor/voidcraft/external/dark/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/shuttle/floor/voidcraft/external/light/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/plating/external/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/tiled/external/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/mud/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/rocks/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/tiled/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- outdoors = OUTDOORS_YES
-
-/turf/simulated/floor/tiled/steel/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- outdoors = OUTDOORS_YES
-
-/turf/simulated/floor/plating/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- outdoors = OUTDOORS_YES
-
-/turf/simulated/floor/outdoors/grass/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- var/tree_chance = 5
-
-/turf/simulated/floor/outdoors/grass/heavy/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- var/tree_chance = 10
-
-/turf/simulated/floor/outdoors/grass/forest/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
- var/tree_chance = 10
-
-/turf/simulated/floor/outdoors/dirt/thor/planetuse
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/reinforced/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/concrete/outdoors/thor
- outdoors = TRUE
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/beach/sand/desert/outdoors/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/desert_planet/sand/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/mineral/floor/cave/thor
- oxygen = THOR_MOL_O2
- nitrogen = THOR_MOL_N2
- temperature = THOR_AVG_TEMP
-
-/turf/simulated/floor/outdoors/grass/thor/Initialize()
- if(tree_chance && prob(tree_chance) && !check_density())
- new /obj/structure/flora/tree/jungle(src)
- . = ..()
-
-/turf/simulated/floor/outdoors/grass/heavy/thor/Initialize()
- if(tree_chance && prob(tree_chance) && !check_density())
- new /obj/structure/flora/tree/jungle(src)
- . = ..()
-
-/turf/simulated/floor/outdoors/grass/forest/thor/Initialize()
- if(tree_chance && prob(tree_chance) && !check_density())
- new /obj/structure/flora/tree/jungle(src)
-
- grass = "thor"
- . = ..()
diff --git a/maps/southern_sun/overmap/planets/thor/thor.dmm b/maps/southern_sun/overmap/planets/thor/thor.dmm
deleted file mode 100644
index 1189571fe4..0000000000
--- a/maps/southern_sun/overmap/planets/thor/thor.dmm
+++ /dev/null
@@ -1,71201 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ao" = (
-/obj/structure/bonfire,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/beach)
-"ap" = (
-/obj/structure/shuttle/engine/heater,
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 8
- },
-/turf/simulated/wall/iron,
-/area/shuttle/junker)
-"au" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"az" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"aK" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"aN" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 4
- },
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"aO" = (
-/obj/structure/closet/cabinet{
- density = 0;
- pixel_y = 20;
- wall_mounted = 1
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"aP" = (
-/obj/machinery/light/small/poi{
- dir = 1
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/thor/abandonedhouse)
-"aR" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"aS" = (
-/obj/structure/prop/desert_planet160x160/tallboulder,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"aZ" = (
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"bc" = (
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"bh" = (
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"bi" = (
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/beach)
-"bj" = (
-/obj/structure/flora/underwater/grass3,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"bn" = (
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 0
- },
-/area/surface/outside/thor/beach)
-"bq" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"br" = (
-/obj/item/material/shard{
- pixel_x = 5;
- pixel_y = 3
- },
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"by" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/landingpad)
-"bC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 6
- },
-/turf/simulated/wall/iron,
-/area/shuttle/junker)
-"bE" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"bF" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 1
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"bG" = (
-/obj/effect/catwalk_plated/dark,
-/obj/machinery/shipsensors/weak,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"bK" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/thor/jungle/deep;
- base_turf = /turf/simulated/floor/outdoors/grass/heavy/thor;
- landmark_tag = "junkspawn";
- name = "???"
- },
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"bV" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"bW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -28;
- pixel_y = -29
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"bX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"bZ" = (
-/obj/structure/table/steel,
-/obj/item/material/knife/machete/hatchet,
-/obj/item/material/knife/machete/hatchet,
-/obj/item/material/knife/machete/hatchet,
-/obj/item/material/knife/machete/hatchet,
-/obj/item/shovel,
-/obj/item/shovel,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"ci" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/powercell/device,
-/obj/random/powercell/device,
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"cl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"cp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/yellow{
- icon_state = "hydrofloor"
- },
-/area/surface/thor/abandonedhouse)
-"cq" = (
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"cx" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"cA" = (
-/obj/machinery/door/airlock/sandstone,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"cB" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/abandonedhouse)
-"cD" = (
-/obj/structure/flora/tree/desert_planet/desert_tree,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"cE" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"cQ" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 6
- },
-/area/surface/outside/thor/jungle)
-"cS" = (
-/obj/machinery/vending/loadout/clothing,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"cU" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 4
- },
-/area/surface/outside/thor/ocean)
-"cW" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 1
- },
-/area/surface/outside/thor/jungle)
-"db" = (
-/obj/vehicle/boat,
-/turf/simulated/floor/water/beach,
-/area/surface/outside/thor/ocean)
-"dn" = (
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"dx" = (
-/obj/structure/girder,
-/obj/item/material/shard,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/abandonedhouse)
-"dz" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"dB" = (
-/obj/item/binoculars/spyglass,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"dE" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 2
- },
-/area/surface/outside/thor/beach)
-"dF" = (
-/obj/machinery/door/airlock/sandstone{
- id_tag = "thorpool3"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/dorms/pool3)
-"dJ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"dK" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"dL" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"dS" = (
-/obj/structure/cliff/automatic{
- dir = 4
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"dV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"dW" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"dZ" = (
-/mob/living/simple_mob/vore/pitcher_plant,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"ec" = (
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/ocean)
-"eh" = (
-/obj/structure/flora/ausbushes/leafybush,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"ek" = (
-/obj/item/stool/padded{
- dir = 1
- },
-/obj/structure/railing,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"er" = (
-/obj/structure/cliff/automatic{
- dir = 9
- },
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/beach)
-"es" = (
-/obj/machinery/computer/ship/engines{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"eB" = (
-/obj/structure/table/woodentable,
-/obj/structure/prop/machine/random_radio,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"eD" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/vending/dinnerware{
- req_log_access = null;
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"eG" = (
-/obj/machinery/door/airlock/sandstone{
- id_tag = "thorpool2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/dorms/pool2)
-"eH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"eN" = (
-/turf/simulated/wall/wood,
-/area/surface/outside/thor/landingpad)
-"eP" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- pixel_y = 16
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/glass/beaker/measuring_cup,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"eV" = (
-/obj/structure/girder,
-/turf/simulated/floor,
-/area/surface/thor/abandonedhouse)
-"eY" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"fa" = (
-/obj/item/bedsheet/brown,
-/obj/machinery/button/remote/airlock{
- id = "thorpool2";
- name = "Door Bolt Control";
- pixel_x = 25;
- specialfunctions = 4
- },
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"fb" = (
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"fo" = (
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"fq" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"fw" = (
-/obj/structure/flora/underwater/grass4,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"fx" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/clown,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"fy" = (
-/obj/machinery/media/jukebox,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"fA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled/yellow{
- icon_state = "hydrofloor"
- },
-/area/surface/thor/abandonedhouse)
-"fI" = (
-/turf/simulated/floor/tiled/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"fL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"fM" = (
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/pool)
-"fY" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"ge" = (
-/obj/structure/cliff/automatic/corner,
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"gg" = (
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"gk" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/thor/abandonedhouse)
-"gl" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/abandonedhouse)
-"gm" = (
-/obj/effect/overmap/visitable/planet/thor,
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/ocean)
-"gr" = (
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"gy" = (
-/obj/structure/flora/underwater/grass2,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"gA" = (
-/obj/structure/bonfire,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"gD" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"gF" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"gH" = (
-/obj/structure/flora/tree/desert_planet/mpalmtree1,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"gI" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"gN" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"gP" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"gR" = (
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"gS" = (
-/obj/structure/cliff/automatic,
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"gX" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"hb" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 9
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"hh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"hj" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"hk" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/shaker,
-/obj/item/reagent_containers/glass/rag,
-/obj/item/book/manual/barman_recipes,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"hp" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 4
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"ht" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"hv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"hy" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"hz" = (
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"hC" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/dorms/pool3)
-"hD" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"hE" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- pixel_y = 4;
- dir = 8
- },
-/obj/item/trash/plate{
- pixel_y = -2
- },
-/obj/item/trash/plate,
-/obj/item/trash/plate{
- pixel_y = 2
- },
-/obj/item/trash/plate{
- pixel_y = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"hN" = (
-/obj/machinery/vending/hydronutrients{
- dir = 8;
- pixel_x = 6
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/kitchen)
-"ia" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 4
- },
-/area/surface/outside/thor/beach)
-"ib" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/table/steel_reinforced,
-/obj/random/powercell,
-/obj/random/powercell,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"ic" = (
-/obj/structure/prop/desert_planet64x64/lrock3,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"id" = (
-/obj/structure/prop/desert_planet64x64/lribs,
-/obj/item/bone/leg,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"ih" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"ij" = (
-/obj/structure/table/bench/wooden,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/beach)
-"io" = (
-/obj/machinery/computer/ship/helm{
- req_one_access = null
- },
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"iq" = (
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/ocean)
-"is" = (
-/obj/structure/flora/tree/jungle,
-/mob/living/simple_mob/animal/passive/bird/parrot,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"it" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"iv" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"iy" = (
-/obj/structure/flora/tree/desert_planet/desert_tree,
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"iB" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"iH" = (
-/obj/effect/floor_decal/borderfloorblack,
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"iL" = (
-/obj/structure/prop/desert_planet64x64/lribs,
-/obj/item/bone/skull/unathi,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"iM" = (
-/obj/structure/flora/underwater/plant1,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"iU" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/thor/kitchen)
-"iZ" = (
-/obj/structure/flora/tree/desert_planet/palmtree,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"jd" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/pool)
-"jj" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/jager{
- pixel_y = 11;
- pixel_x = 16
- },
-/obj/item/reagent_containers/food/drinks/bottle/gin{
- pixel_y = 3;
- pixel_x = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/cognac{
- pixel_y = 7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/drinks/bottle/patron{
- pixel_y = 11;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/drinks/bottle/bluecuracao{
- pixel_y = 1;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/whitewine{
- pixel_y = 2;
- pixel_x = 6
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"jk" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/outpost)
-"jt" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/browndouble,
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"ju" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "junglekitchen";
- layer = 3.3;
- name = "Kitchen Shutters"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"jw" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/greenglow,
-/obj/item/clothing/head/caphat/formal/fedcover/fedcoversec,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"jx" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"jC" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/bar)
-"jE" = (
-/obj/machinery/computer/ship/sensors,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"jF" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"jI" = (
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/ocean)
-"jU" = (
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"ka" = (
-/obj/structure/grille/rustic,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/surface/thor/kitchen)
-"kd" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"ke" = (
-/obj/structure/flora/tree/desert_planet/spalmtree3,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"kh" = (
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"kl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"km" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 8
- },
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"kn" = (
-/obj/item/bone,
-/obj/item/digestion_remains/skull/tajaran,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"ku" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -28;
- pixel_y = -29
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"ky" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/obj/machinery/cryopod,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"kI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/poi{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"kK" = (
-/obj/structure/prop/desert_planet160x160/largeboulder,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"kL" = (
-/obj/item/bone,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"kQ" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 10
- },
-/area/surface/outside/thor/ocean)
-"kR" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/item/solar_assembly,
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"kS" = (
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"kT" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"kY" = (
-/obj/structure/closet/crate{
- name = "survival supplies"
- },
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"lc" = (
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"ln" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5;
- pixel_y = -1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"lu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"lz" = (
-/obj/structure/prop/desert_planet64x64/lskull,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"lA" = (
-/turf/simulated/floor/outdoors/rocks/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"lG" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 9
- },
-/area/surface/outside/thor/jungle)
-"lH" = (
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"lM" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 10
- },
-/area/surface/outside/thor/jungle)
-"lX" = (
-/obj/structure/table/woodentable,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"lY" = (
-/obj/machinery/door/airlock/sandstone{
- id_tag = "thorpool1"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/dorms/pool1)
-"mb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"mj" = (
-/obj/structure/flora/underwater/plant2,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"mv" = (
-/obj/structure/table/woodentable,
-/obj/item/material/fishing_rod/modern/strong,
-/obj/item/material/fishing_rod/modern/strong,
-/obj/item/material/fishing_rod/modern/strong,
-/obj/item/material/fishing_rod/modern/strong,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/beach)
-"my" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"mA" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/med)
-"mF" = (
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey{
- pixel_y = 8;
- pixel_x = 10
- },
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_y = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/wine{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 3;
- pixel_x = 14
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"mH" = (
-/obj/item/bedsheet/rainbow,
-/obj/machinery/button/remote/airlock{
- id = "thorpool1";
- name = "Door Bolt Control";
- pixel_x = 25;
- specialfunctions = 4
- },
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"mJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"mK" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"mX" = (
-/obj/structure/cliff/automatic{
- dir = 5
- },
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/beach)
-"nb" = (
-/mob/living/simple_mob/animal/space/bats,
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"nc" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 6
- },
-/area/surface/outside/thor/ocean)
-"nk" = (
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"nl" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/table/rack/steel,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/random/soap,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"nm" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 8
- },
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"nn" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"ns" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/egg_smudge,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"nu" = (
-/turf/simulated/floor/plating/external/thor{
- icon_state = "dmg2"
- },
-/area/surface/outside/thor/jungle)
-"nx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/item/solar_assembly,
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"nE" = (
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/jungle/deep)
-"nH" = (
-/obj/machinery/door/airlock/sandstone,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"nJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/material/wood{
- amount = 50;
- color = "#824B28"
- },
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"nK" = (
-/mob/living/simple_mob/vore/jelly,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"nN" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/outpost)
-"nP" = (
-/obj/structure/flora/tree/jungle,
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"nY" = (
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- outdoors = 0
- },
-/area/surface/thor/caves)
-"ob" = (
-/obj/machinery/door/window/southright{
- dir = 2
- },
-/obj/machinery/door/window/southright{
- dir = 1
- },
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"oc" = (
-/obj/structure/undies_wardrobe{
- density = 0;
- pixel_y = 18
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"od" = (
-/obj/structure/cliff/automatic{
- dir = 8
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"oh" = (
-/obj/item/clothing/head/fedora/brown,
-/obj/item/melee/chainofcommand/curator_whip,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"oq" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"ou" = (
-/obj/machinery/vending/loadout,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"oy" = (
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"oB" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/solar_control,
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"oH" = (
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -27
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"oL" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"oP" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/machinery/microwave{
- pixel_y = 2;
- pixel_x = 28
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"oR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"oS" = (
-/obj/random/firstaid,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 0
- },
-/area/surface/outside/thor/beach)
-"oT" = (
-/obj/structure/prop/desert_planet64x64/palmuria,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"oU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/random/pottedplant,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"oW" = (
-/obj/machinery/vending/fishing,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 0
- },
-/area/surface/outside/thor/beach)
-"pa" = (
-/mob/living/simple_mob/animal/space/bats,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"pc" = (
-/obj/random/outcrop,
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"pd" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/light/bigfloorlamp,
-/obj/structure/railing,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"pe" = (
-/obj/machinery/biogenerator,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/kitchen)
-"ph" = (
-/obj/structure/prop/desert_planet64x64/palmuria1,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"pk" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"pm" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/fruitspawner/banana,
-/obj/fruitspawner/banana,
-/obj/fruitspawner/banana,
-/obj/fruitspawner/banana,
-/obj/fruitspawner/banana,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"po" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 8
- },
-/area/surface/outside/thor/ocean)
-"pp" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"pq" = (
-/obj/structure/table/marble,
-/obj/machinery/reagentgrinder,
-/obj/item/reagent_containers/glass/beaker,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"pw" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"pA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"pC" = (
-/obj/structure/cliff/automatic{
- dir = 6
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"pE" = (
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"pH" = (
-/obj/structure/sink/kitchen{
- dir = 8;
- pixel_x = -13
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"pJ" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"pK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"pN" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"pO" = (
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"pP" = (
-/obj/structure/bed/roller,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"qb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/material/wood{
- amount = 24;
- color = "#824B28"
- },
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"qe" = (
-/obj/structure/closet/secure_closet/bar,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"qf" = (
-/obj/structure/flora/ausbushes,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"qh" = (
-/obj/structure/flora/pottedplant/large,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"qj" = (
-/obj/structure/outcrop/phoron,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"ql" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/frame{
- anchored = 1
- },
-/obj/item/stock_parts/manipulator,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"qm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"qo" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"qq" = (
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"qz" = (
-/turf/simulated/mineral/crystal{
- color = "#9E0862"
- },
-/area/surface/thor/caves)
-"qI" = (
-/obj/structure/prop/desert_planet64x64/palmuria,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"qL" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/item/radio/subspace,
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"qP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"qQ" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 9
- },
-/area/surface/outside/thor/beach)
-"qR" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"qT" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/thor/landingpad;
- base_turf = /turf/simulated/floor/reinforced;
- landmark_tag = "spacebus_jungle";
- name = "Jungle Outpost Space Bus Landing Pad";
- docking_controller = "spacebus_jungle"
- },
-/turf/simulated/floor/reinforced/thor,
-/area/surface/outside/thor/landingpad)
-"qV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 4
- },
-/turf/simulated/wall/iron,
-/area/shuttle/junker)
-"qW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"rf" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/kitchen)
-"ri" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"rj" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"rk" = (
-/mob/living/simple_mob/vore/aggressive/frog,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"rq" = (
-/obj/item/stool/padded{
- dir = 8
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"rs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"ru" = (
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"ry" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"rz" = (
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/outpost)
-"rC" = (
-/turf/simulated/wall/iron,
-/area/shuttle/junker)
-"rD" = (
-/obj/structure/flora/underwater/plant4,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"rH" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 2
- },
-/area/surface/outside/thor/ocean)
-"rI" = (
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/simulated/floor/tiled/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"rM" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 6
- },
-/area/surface/outside/thor/beach)
-"rS" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/item/clothing/shoes/boots/jackboots,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"rW" = (
-/obj/structure/flora/tree/jungle,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"rX" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"rY" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"sm" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"so" = (
-/obj/structure/prop/rock/crystal{
- color = "#E995CA"
- },
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"sB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/machinery/light/small/poi{
- dir = 4
- },
-/obj/machinery/washing_machine,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"sE" = (
-/obj/item/bone/arm,
-/obj/item/bone/ribs,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"sF" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"sH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"sQ" = (
-/turf/simulated/floor/lava{
- nitrogen = 63.4124
- },
-/area/surface/thor/caves)
-"sT" = (
-/turf/simulated/floor/tiled/asteroid_steel{
- outdoors = 1;
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/pool)
-"sX" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle/deep)
-"sZ" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 10
- },
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"ta" = (
-/obj/effect/floor_decal/spline/plain,
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"tg" = (
-/obj/structure/cliff/automatic/corner{
- dir = 6
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"tl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"tp" = (
-/obj/machinery/vending/wallmed1{
- dir = 1;
- name = "NanoMed Wall";
- pixel_y = -30
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"tq" = (
-/obj/structure/flora/tree/desert_planet/spalmtree3,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"ts" = (
-/obj/item/bone/skull/unknown,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"tv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"tA" = (
-/mob/living/simple_mob/vore/aggressive/panther{
- dir = 4
- },
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"tF" = (
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"tI" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/obj/structure/panic_button{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"tK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"tW" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"uf" = (
-/obj/structure/flora/tree/desert_planet/spalmtree,
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"uj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"uq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stock_parts/subspace/sub_filter,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"ux" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"uy" = (
-/obj/effect/decal/cleanable/blood,
-/obj/item/reagent_containers/food/snacks/meat,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"uA" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"uP" = (
-/turf/simulated/wall/concrete,
-/area/surface/outside/thor/pool)
-"uU" = (
-/obj/machinery/sleep_console{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"uY" = (
-/obj/machinery/light/bigfloorlamp,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"uZ" = (
-/obj/item/oar,
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"ve" = (
-/turf/simulated/floor/wood/broken{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313
- },
-/area/surface/outside/thor/jungle/deep)
-"vm" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 4
- },
-/area/surface/outside/thor/jungle)
-"vn" = (
-/turf/simulated/floor/tiled/yellow{
- icon_state = "hydrofloor"
- },
-/area/surface/thor/abandonedhouse)
-"vr" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"vv" = (
-/obj/structure/closet/crate{
- name = "survival supplies"
- },
-/obj/item/material/knife/tacknife/survival,
-/obj/item/material/knife/tacknife/survival,
-/obj/item/material/knife/tacknife/survival,
-/obj/item/material/knife/tacknife/survival,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"vV" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/thor/abandonedhouse)
-"vW" = (
-/obj/item/material/minihoe,
-/obj/item/material/knife/machete/hatchet,
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/kitchen)
-"vX" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"vZ" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/beach)
-"wc" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/vore/otie/friendly/chubby,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"wd" = (
-/obj/structure/flora/tree/desert_planet/mpalmtree1,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"wg" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"wh" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/item/clothing/shoes/boots/jackboots,
-/obj/item/clothing/suit/storage/trench/fluff/octaviouscoat,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"wi" = (
-/obj/structure/flora/tree/desert_planet/spalmtree4,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"wq" = (
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"wu" = (
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"ww" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"wy" = (
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"wC" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 4
- },
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"wE" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/thor/jungle/deep;
- base_turf = /turf/simulated/floor/outdoors/grass/heavy/thor;
- landmark_tag = "thor_e";
- name = "Thor Jungle Caves"
- },
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"wM" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/obj/structure/railing,
-/obj/machinery/light/bigfloorlamp,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"wP" = (
-/turf/simulated/mineral/alt,
-/area/surface/outside/thor/jungle)
-"wR" = (
-/obj/machinery/computer/shuttle_control/explore/junker{
- dir = 1
- },
-/obj/structure/cable/blue,
-/obj/machinery/power/terminal,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"wX" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/power/apc{
- dir = 4;
- pixel_x = 26
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"wY" = (
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"xb" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/light/bigfloorlamp,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"xj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/module/power_control,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"xs" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/bar)
-"xu" = (
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"xy" = (
-/obj/structure/table/glass,
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"xC" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outside/thor/landingpad)
-"xD" = (
-/obj/structure/salvageable/autolathe,
-/turf/simulated/floor/tiled/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"xF" = (
-/turf/simulated/floor/water/beach/corner,
-/area/surface/outside/thor/jungle)
-"xK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- outdoors = 1;
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/pool)
-"xP" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"xT" = (
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/obj/structure/cable,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"yb" = (
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/beach)
-"yu" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"yx" = (
-/obj/effect/decal/remains,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"yB" = (
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -27
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"yC" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"yF" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"yO" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/rocks/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"yQ" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"yS" = (
-/obj/item/material/shard{
- pixel_x = 6
- },
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"yX" = (
-/turf/simulated/floor/lava{
- oxygen = 34.1451
- },
-/area/surface/thor/caves)
-"yZ" = (
-/obj/structure/grille/rustic,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/surface/thor/abandonedhouse)
-"zc" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"ze" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"zf" = (
-/obj/structure/table/glass,
-/obj/item/backup_implanter{
- pixel_y = 9
- },
-/obj/item/backup_implanter{
- pixel_y = 2
- },
-/obj/item/backup_implanter{
- pixel_y = -5
- },
-/obj/item/backup_implanter{
- pixel_y = -12
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"zh" = (
-/obj/structure/railing,
-/obj/random/pottedplant,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"zi" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/beach,
-/area/surface/outside/thor/ocean)
-"zs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/floortube,
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"zt" = (
-/obj/item/digestion_remains/variant3,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"zv" = (
-/obj/structure/closet/cabinet{
- density = 0;
- pixel_y = 20;
- wall_mounted = 1
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"zy" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"zz" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"zL" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"zU" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"zW" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/cash_register{
- req_access = null;
- dir = 2
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "junglekitchen";
- layer = 3.3;
- name = "Kitchen Shutters"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"Af" = (
-/obj/structure/salvageable/console_broken_os,
-/turf/simulated/floor/tiled/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"Ao" = (
-/obj/structure/grille/broken,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/item/material/shard,
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Aw" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 1
- },
-/area/surface/outside/thor/beach)
-"Az" = (
-/obj/item/bone/ribs,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"AB" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"AD" = (
-/obj/item/stool/padded,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"AF" = (
-/obj/item/melee/umbrella/random,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"AH" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 1
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"AI" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"AX" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 1
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Bc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"Bn" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Bp" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Bt" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/machinery/space_heater,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"Bw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 4
- },
-/obj/machinery/power/smes/batteryrack,
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/item/cell/high,
-/obj/item/cell/high,
-/obj/item/cell/high,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Bz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"BC" = (
-/obj/structure/table/woodentable,
-/obj/item/clothing/glasses/sunglasses,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"BE" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"BI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey{
- pixel_y = 0;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled/yellow{
- icon_state = "hydrofloor"
- },
-/area/surface/thor/abandonedhouse)
-"BM" = (
-/obj/machinery/door/airlock/sandstone,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"BR" = (
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"BU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"BV" = (
-/obj/machinery/computer/ship/engines,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"BY" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/water/pool{
- outdoors = 1
- },
-/area/surface/outside/thor/pool)
-"Cb" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"Ci" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/janitor)
-"Ck" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"Cn" = (
-/obj/item/stack/material/steel{
- amount = 30
- },
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/thor/abandonedhouse)
-"Co" = (
-/obj/structure/flora/tree/desert_planet/spalmtree1,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/beach)
-"Cx" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"CD" = (
-/obj/machinery/sleeper{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"CG" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lantern,
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"CJ" = (
-/obj/structure/closet/coffin{
- pixel_y = 13
- },
-/obj/structure/table/marble,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"CN" = (
-/obj/structure/table/glass,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/mob/living/simple_mob/animal/passive/bird/parrot/white_cockatoo,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"CQ" = (
-/obj/item/material/shard,
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"CR" = (
-/turf/simulated/mineral/alt,
-/area/surface/thor/caves)
-"CU" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 4
- },
-/area/surface/outside/thor/jungle)
-"CW" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/beach)
-"CY" = (
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/jungle/deep)
-"CZ" = (
-/obj/structure/prop/desert_planet64x64/palmuria1,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"Dd" = (
-/obj/structure/table/woodentable,
-/obj/random/drinkbottle,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"De" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Dg" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Dh" = (
-/obj/structure/bed/chair/sofa/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"Di" = (
-/obj/item/stack/material/phoron{
- amount = 25
- },
-/obj/structure/table/woodentable,
-/obj/item/bone/skull/tajaran,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Dj" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Dl" = (
-/mob/living/simple_mob/animal/passive/bird/parrot,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"Dn" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Dp" = (
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"Dw" = (
-/obj/structure/bed/chair/sofa/left/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"Dy" = (
-/obj/effect/decal/remains/mummy1{
- color = "#ff0000"
- },
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"DA" = (
-/obj/machinery/light/small/poi{
- dir = 1
- },
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"DC" = (
-/obj/machinery/computer/cryopod,
-/turf/simulated/wall/wood,
-/area/surface/thor/med)
-"DG" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"DH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- outdoors = 1;
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/pool)
-"DJ" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/greenglow,
-/obj/item/clothing/head/collectable/beret,
-/obj/item/clothing/mask/smokable/cigarette/cigar,
-/obj/item/clothing/gloves/black,
-/obj/item/clothing/suit/storage/bomber/alt,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"DL" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"DM" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"DN" = (
-/obj/structure/grille/rustic,
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/surface/thor/bar)
-"DU" = (
-/turf/simulated/wall/wood,
-/area/surface/outside/thor/jungle/deep)
-"DV" = (
-/obj/structure/table/woodentable,
-/obj/item/modular_computer/laptop/preset/custom_loadout/rugged,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"DW" = (
-/mob/living/simple_mob/animal/passive/bird/parrot,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"Eb" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"Ec" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/item/stack/material/glass{
- amount = 25;
- pixel_x = -7;
- pixel_y = 7
- },
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"Ed" = (
-/obj/machinery/power/apc/alarms_hidden{
- pixel_y = -20
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"Ei" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"Em" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "defibrillator closet";
- pixel_x = -31
- },
-/obj/item/defib_kit/loaded,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"Es" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"Ev" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Ex" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/surface/thor/abandonedhouse)
-"EA" = (
-/mob/living/simple_mob/vore/fennec,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"EB" = (
-/mob/living/simple_mob/vore/pitcher_plant,
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"EE" = (
-/obj/machinery/atmospherics/unary/engine{
- dir = 1
- },
-/turf/simulated/shuttle/plating/airless/carry,
-/area/shuttle/junker)
-"EH" = (
-/obj/structure/table/bench/wooden,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/beach)
-"EJ" = (
-/obj/structure/outcrop/phoron,
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"EM" = (
-/obj/item/material/shard{
- pixel_x = 6
- },
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/thor/abandonedhouse)
-"ER" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water/beach,
-/area/surface/outside/thor/ocean)
-"EW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"EX" = (
-/obj/random/outcrop,
-/turf/simulated/mineral/alt,
-/area/surface/thor/caves)
-"EZ" = (
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/jungle)
-"Fl" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"Fp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"Fu" = (
-/obj/structure/flora/bush,
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"FC" = (
-/turf/simulated/floor/reinforced/thor,
-/area/surface/outside/thor/landingpad)
-"FT" = (
-/turf/simulated/floor/water/beach,
-/area/surface/outside/thor/jungle)
-"FU" = (
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -27
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"FX" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Ga" = (
-/obj/structure/prop/desert_planet64x64/lrock,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"Gb" = (
-/mob/living/simple_mob/animal/passive/bird/parrot/eclectus,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Gc" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"Gh" = (
-/obj/random/outcrop,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"Gk" = (
-/obj/structure/prop/desert_planet64x64/lrock4,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"Gl" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/power/apc/high{
- pixel_y = 0;
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/portable_atmospherics/canister/phoron,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"GB" = (
-/obj/structure/cliff/automatic/corner{
- dir = 10
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"GH" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"GU" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/jungle/deep)
-"GV" = (
-/obj/structure/flora/tree/desert_planet/mpalmtree1,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"GW" = (
-/obj/structure/cliff/automatic{
- dir = 8
- },
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/beach)
-"Ha" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Hc" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"He" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/ocean)
-"Hi" = (
-/obj/structure/cliff/automatic{
- dir = 10
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"Hl" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"Hm" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/janitor)
-"Ho" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"Hs" = (
-/obj/structure/prop/desert_planet64x64/lrock3,
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 8
- },
-/area/surface/outside/thor/ocean)
-"Hz" = (
-/turf/simulated/floor/water/beach,
-/area/surface/outside/thor/ocean)
-"HA" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 1
- },
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"HE" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/random/plushie,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool2)
-"HI" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"HQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/storage/box/glasses/coffeecup,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"HS" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"HU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"HV" = (
-/obj/item/bedsheet/brown,
-/obj/machinery/button/remote/airlock{
- id = "thorpool3";
- name = "Door Bolt Control";
- pixel_x = 25;
- specialfunctions = 4
- },
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"HX" = (
-/obj/structure/bed/chair/sofa/right/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"If" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 9
- },
-/area/surface/outside/thor/ocean)
-"Il" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"Iq" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"It" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"Ix" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"Iz" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "First-Aid Station";
- req_one_access = null
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"IA" = (
-/turf/simulated/floor/water/beach{
- dir = 10
- },
-/area/surface/outside/thor/ocean)
-"II" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"IJ" = (
-/obj/structure/shuttle/engine/heater,
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 10
- },
-/turf/simulated/wall/iron,
-/area/shuttle/junker)
-"IL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/rack/steel,
-/obj/item/stack/material/wood{
- amount = 50;
- color = "#824B28"
- },
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/concrete,
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"IO" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"IQ" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"IR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/poi{
- dir = 8
- },
-/obj/structure/table/woodentable,
-/obj/item/frame/apc,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"IV" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"IW" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"IX" = (
-/obj/structure/prop/desert_planet64x64/lrock2,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"Je" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 4
- },
-/area/surface/outside/thor/ocean)
-"Jg" = (
-/obj/structure/table/glass,
-/obj/item/storage/pill_bottle/spaceacillin{
- pixel_y = 6;
- pixel_x = -7
- },
-/obj/item/storage/pill_bottle/spaceacillin{
- pixel_y = -4;
- pixel_x = -7
- },
-/obj/item/storage/pill_bottle/spaceacillin{
- pixel_y = 1;
- pixel_x = -7
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"Jh" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 8
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Jt" = (
-/obj/structure/cliff/automatic,
-/turf/simulated/floor/outdoors/desert_planet/gravel/thor,
-/area/surface/outside/thor/beach)
-"Jv" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/prop/machine/comm_tower,
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/jungle/deep)
-"JG" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"JI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/smes/batteryrack,
-/obj/item/cell/high/empty,
-/obj/item/cell/high/empty,
-/obj/item/cell/high/empty,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"JJ" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"JL" = (
-/obj/structure/closet/crate/bin{
- anchored = 1;
- opened = 1
- },
-/obj/item/material/fishing_rod/modern/strong,
-/obj/item/material/fishing_rod/modern/strong,
-/obj/item/material/fishing_rod/modern/strong,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/beach)
-"JP" = (
-/turf/simulated/floor/water/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"JQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/simulated/floor/plating/external/thor{
- icon_state = "dmg3"
- },
-/area/surface/outside/thor/jungle)
-"JU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"JV" = (
-/obj/structure/undies_wardrobe{
- density = 0;
- pixel_y = 18
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"Kh" = (
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle/deep)
-"Kl" = (
-/obj/item/stock_parts/manipulator,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Ko" = (
-/obj/structure/flora/bush,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Kx" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313
- },
-/area/surface/outside/thor/ocean)
-"KF" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 6
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"KM" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 10
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"KQ" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"KR" = (
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"KU" = (
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/beach)
-"KX" = (
-/turf/simulated/floor/water/beach/corner,
-/area/surface/outside/thor/ocean)
-"Lg" = (
-/obj/structure/closet/crate,
-/obj/item/circuitboard/airalarm,
-/obj/item/circuitboard/airalarm,
-/obj/item/module/power_control,
-/obj/item/module/power_control,
-/obj/item/module/power_control,
-/obj/item/module/power_control,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"Lh" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"Lj" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/outpost)
-"Ll" = (
-/turf/simulated/floor/lino{
- oxygen = 34.1451;
- nitrogen = 63.4124;
- temperature = 313
- },
-/area/surface/thor/abandonedhouse)
-"Lq" = (
-/obj/item/stool/padded{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"LR" = (
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"LS" = (
-/obj/structure/flora/tree/desert_planet/palmtreeb1,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"LU" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/mud/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"LV" = (
-/obj/structure/cliff/automatic,
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/beach)
-"Ma" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Me" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"Mn" = (
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"Mq" = (
-/turf/simulated/floor/water/beach{
- dir = 1
- },
-/area/surface/outside/thor/jungle)
-"Mv" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"Mz" = (
-/obj/structure/prop/rock/crystal{
- color = "#E995CA"
- },
-/obj/effect/map_effect/perma_light{
- light_color = "#E995CA"
- },
-/turf/simulated/mineral/floor/cave/thor{
- icon_state = "sand-icey";
- color = "#B32981"
- },
-/area/surface/thor/caves)
-"MB" = (
-/obj/item/reagent_containers/food/snacks/meat,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"MJ" = (
-/mob/living/simple_mob/vore/fennec,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"MR" = (
-/obj/structure/cliff/automatic{
- dir = 2
- },
-/turf/simulated/floor/lava,
-/area/surface/thor/caves)
-"MX" = (
-/obj/structure/table/woodentable,
-/obj/machinery/cash_register/civilian,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"Na" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/plating/external/thor{
- icon_state = "dmg3"
- },
-/area/surface/outside/thor/jungle)
-"Nb" = (
-/obj/structure/sink/puddle,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"Nk" = (
-/obj/item/material/shard,
-/obj/structure/grille/rustic,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/abandonedhouse)
-"Nl" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 5
- },
-/area/surface/outside/thor/ocean)
-"Nm" = (
-/obj/machinery/smartfridge/drying_rack{
- pixel_y = 0;
- pixel_x = 6
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/kitchen)
-"Np" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Ny" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_alc/full{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"Nz" = (
-/obj/structure/prop/desert_planet64x64/lribs1,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"NB" = (
-/obj/structure/prop/desert_planet64x64/lrock1,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/ocean)
-"NC" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/floortube,
-/obj/structure/fuel_port,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"NE" = (
-/obj/structure/closet/gmcloset{
- name = "formal wardrobe"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"NN" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"NS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"NT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"NV" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 1
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_y = 5;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_y = 5
- },
-/obj/item/flame/candle/candelabra{
- pixel_y = -10
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"NW" = (
-/obj/structure/table/marble,
-/obj/item/storage/pill_bottle/paracetamol{
- pixel_y = -4;
- pixel_x = -7
- },
-/obj/item/storage/pill_bottle/phenethylamine{
- pixel_y = 4;
- pixel_x = 9
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"NZ" = (
-/obj/structure/flora/tree/jungle_small,
-/mob/living/simple_mob/animal/passive/bird/parrot,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Oa" = (
-/obj/structure/prop/desert_planet64x64/lribs,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Of" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 8
- },
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Oh" = (
-/obj/structure/undies_wardrobe{
- density = 0;
- pixel_y = 18
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"Om" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Oo" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Op" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/ocean)
-"Oq" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"Ox" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- outdoors = 1;
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/pool)
-"Oy" = (
-/obj/structure/flora/tree/desert_planet/spalmtree1,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"OH" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "junglekitchen";
- name = "Kitchen Shutters Control";
- dir = 8;
- pixel_y = 24
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"OT" = (
-/obj/structure/flora/underwater/grass1,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"OU" = (
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Pc" = (
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"Pg" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"Pj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Pu" = (
-/obj/structure/flora/tree/desert_planet/palmtree,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"Pz" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"PA" = (
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"PE" = (
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"PF" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"PH" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"PI" = (
-/obj/structure/closet/crate/bin{
- anchored = 1
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"PK" = (
-/obj/structure/table/marble,
-/obj/item/whetstone,
-/obj/item/material/knife/butch,
-/obj/item/material/kitchen/rollingpin,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"PN" = (
-/obj/structure/closet/cabinet{
- density = 0;
- pixel_y = 20;
- wall_mounted = 1
- },
-/obj/machinery/power/apc/alarms_hidden{
- dir = 8;
- pixel_x = -27
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"Qa" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Qc" = (
-/obj/machinery/seed_storage/garden{
- dir = 8;
- pixel_x = 6
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/thor/kitchen)
-"Qe" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/dorms/pool1)
-"Ql" = (
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Qn" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"Qq" = (
-/obj/item/roller,
-/obj/item/roller,
-/obj/structure/closet/crate/medical,
-/obj/item/tool/crowbar,
-/obj/item/tool/crowbar,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"Qr" = (
-/mob/living/simple_mob/vore/hippo{
- dir = 2
- },
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/jungle/deep)
-"Qs" = (
-/obj/random/meat,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Qt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/tiled/yellow,
-/area/surface/thor/abandonedhouse)
-"Qv" = (
-/obj/machinery/power/smes/buildable/offmap_spawn/empty,
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"Qz" = (
-/obj/effect/decal/mecha_wreckage/shuttlecraft,
-/turf/simulated/floor/outdoors/rocks/thor/planetuse,
-/area/surface/outside/thor/jungle/deep)
-"QH" = (
-/obj/structure/flora/underwater/plant3,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"QJ" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"QK" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"QM" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"QP" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/light/bigfloorlamp,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"QQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"QS" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 1
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"QU" = (
-/obj/machinery/light/small,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/obj/structure/flora/skeleton,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"QW" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/remains,
-/obj/effect/overmap/visitable/ship/landable/junker,
-/obj/structure/bed/chair/bay/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/shuttle/junker)
-"QZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/jungle)
-"Re" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle)
-"Rg" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Ri" = (
-/obj/structure/table/glass,
-/obj/item/storage/firstaid/adv{
- pixel_y = -8;
- pixel_x = -4
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/obj/item/storage/firstaid/adv{
- pixel_y = -8;
- pixel_x = 6
- },
-/obj/item/storage/firstaid/regular{
- pixel_y = -1;
- pixel_x = 7
- },
-/obj/item/storage/firstaid/regular{
- pixel_y = -1;
- pixel_x = -5
- },
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"Rs" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Rx" = (
-/turf/simulated/wall/sandstone,
-/area/surface/thor/caves)
-"Ry" = (
-/obj/machinery/vending/boozeomat{
- emagged = 1;
- req_access = newlist()
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"Rz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- outdoors = 1;
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/pool)
-"RB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"RG" = (
-/obj/structure/bonfire,
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"RS" = (
-/obj/structure/table/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/random/medical/lite,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"RU" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/outpost)
-"RX" = (
-/obj/structure/boulder,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"Sj" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/random/plushie,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool3)
-"Sk" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/random/pottedplant,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"Sl" = (
-/obj/structure/cliff/automatic{
- dir = 4
- },
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"Sr" = (
-/obj/structure/simple_door/sandstone,
-/turf/simulated/floor/tiled/asteroid_steel,
-/area/surface/thor/caves)
-"Sw" = (
-/obj/structure/cliff/automatic/corner{
- dir = 9
- },
-/turf/simulated/floor/beach/sand/desert/outdoors/thor,
-/area/surface/outside/thor/beach)
-"Sz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/bookcase/manuals,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"SD" = (
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"SN" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"SP" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 8
- },
-/area/surface/outside/thor/jungle)
-"SQ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/tiled/old_tile/white,
-/area/surface/thor/med)
-"SU" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/dorms/pool2)
-"Tf" = (
-/obj/structure/prop/desert_planet64x64/lribs,
-/obj/item/digestion_remains/variant1,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Tn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/cable_coil,
-/obj/structure/table/woodentable,
-/mob/living/simple_mob/animal/passive/bird/parrot/poly,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"Ts" = (
-/obj/machinery/vending/loadout/costume,
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"Tv" = (
-/obj/item/stock_parts/subspace/sub_filter,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Ty" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"TJ" = (
-/turf/simulated/wall,
-/area/surface/thor/commstower)
-"TO" = (
-/mob/living/simple_mob/animal/passive/bird/parrot,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"TQ" = (
-/obj/item/stool/padded{
- dir = 1
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"TV" = (
-/obj/structure/flora/tree/desert_planet/spalmtree1,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"TY" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Ud" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack,
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"Ue" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/jungle)
-"Uk" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"Uq" = (
-/obj/structure/flora/tree/desert_planet/spalmtree3,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"Ur" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/hatch{
- id_tag = "junker_outer";
- req_one_access = null
- },
-/obj/machinery/embedded_controller/radio/simple_docking_controller{
- frequency = 1380;
- id_tag = "junker";
- pixel_y = -25
- },
-/obj/effect/map_helper/airlock/door/simple,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Uu" = (
-/obj/structure/flora/tree/desert_planet/spalmtree4,
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/outpost)
-"Uy" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 5
- },
-/area/surface/outside/thor/jungle)
-"UD" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"UI" = (
-/turf/simulated/floor/water/beach{
- dir = 1
- },
-/area/surface/outside/thor/ocean)
-"UN" = (
-/obj/structure/bookcase/manuals,
-/turf/simulated/floor/lino,
-/area/surface/thor/abandonedhouse)
-"UV" = (
-/obj/item/digestion_remains/variant2,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"UW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/abandonedhouse)
-"UX" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/thor/jungle/deep;
- base_turf = /turf/simulated/floor/outdoors/grass/heavy/thor;
- landmark_tag = "thor_nw";
- name = "Thor Jungle Northwest"
- },
-/turf/simulated/floor/outdoors/grass/heavy/thor{
- grass_chance = 5;
- tree_chance = 0
- },
-/area/surface/outside/thor/jungle/deep)
-"UY" = (
-/obj/machinery/appliance/cooker/fryer,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"Vf" = (
-/obj/structure/prop/desert_planet64x64/lribs,
-/obj/item/bone/skull,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Vk" = (
-/obj/item/bone/skull,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"Vo" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"Vx" = (
-/obj/item/stool/padded,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"Vy" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/desert_planet/sand/thor,
-/area/surface/outside/thor/jungle)
-"VC" = (
-/obj/structure/prop/rock/crystal{
- color = "#E995CA"
- },
-/obj/effect/map_effect/perma_light{
- light_color = "#E995CA"
- },
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- outdoors = 0
- },
-/area/surface/thor/caves)
-"VG" = (
-/obj/item/stool/padded{
- dir = 4
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"VM" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 14;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/kahlua{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/lemonadeschnapps{
- pixel_y = 5;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/goldschlager{
- pixel_y = 13;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/absinthe{
- pixel_y = 3;
- pixel_x = -8
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/bar)
-"VN" = (
-/turf/simulated/wall/log,
-/area/surface/outside/thor/beach)
-"VO" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 8
- },
-/area/surface/outside/thor/ocean)
-"VS" = (
-/obj/structure/flora/tree/desert_planet/palmtreeb,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"VT" = (
-/turf/simulated/floor/outdoors/dirt/thor/planetuse,
-/area/surface/thor/abandonedhouse)
-"VV" = (
-/turf/simulated/floor/outdoors/rocks/thor/planetuse,
-/area/surface/outside/thor/jungle)
-"Wb" = (
-/turf/simulated/wall/concrete,
-/area/surface/outside/thor/jungle)
-"Wj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"Wm" = (
-/obj/structure/flora/ausbushes/fernybush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"Wo" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/mechanical{
- pixel_y = 3
- },
-/obj/item/storage/toolbox/electrical{
- pixel_y = -3
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"WE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"WF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/poi{
- dir = 8
- },
-/obj/structure/table/woodentable,
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/abandonedhouse)
-"WG" = (
-/turf/simulated/floor/water/beach/corner{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 1
- },
-/area/surface/outside/thor/ocean)
-"WN" = (
-/obj/machinery/shower{
- dir = 8;
- pixel_x = -2
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/pool)
-"WR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor,
-/area/surface/outside/thor/outpost)
-"WS" = (
-/obj/structure/flora/underwater/seaweed3,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"Xa" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/enzyme{
- layer = 5;
- pixel_x = 10
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/thor/kitchen)
-"Xe" = (
-/obj/structure/fans/tiny,
-/turf/simulated/mineral/floor/cave/thor,
-/area/surface/thor/caves)
-"Xm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -28;
- pixel_y = -29
- },
-/turf/simulated/floor/wood,
-/area/surface/thor/dorms/pool1)
-"Xo" = (
-/obj/effect/floor_decal/borderfloorblack/corner,
-/turf/simulated/floor/concrete/outdoors/thor,
-/area/surface/outside/thor/landingpad)
-"Xr" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"Xw" = (
-/turf/simulated/floor/water/beach{
- nitrogen = 63.4124;
- oxygen = 34.1451;
- temperature = 313;
- dir = 8
- },
-/area/surface/outside/thor/jungle)
-"XH" = (
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/jungle)
-"XJ" = (
-/turf/simulated/floor/lava{
- temperature = 313
- },
-/area/surface/thor/caves)
-"XR" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"XT" = (
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/outpost)
-"XY" = (
-/turf/simulated/floor/water/deep/ocean{
- temperature = 313;
- oxygen = 34.1451;
- nitrogen = 63.4124
- },
-/area/surface/outside/thor/jungle)
-"Yc" = (
-/obj/structure/railing{
- dir = 8;
- icon_state = "railing0"
- },
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"Yl" = (
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle/deep)
-"Yn" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 9
- },
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"Yo" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 5
- },
-/turf/simulated/floor/water/deep/pool{
- outdoors = 1;
- temperature = 313
- },
-/area/surface/outside/thor/pool)
-"Yq" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/shuttle/junker)
-"Yv" = (
-/turf/simulated/floor/plating/external/thor{
- icon_state = "dmg4"
- },
-/area/surface/outside/thor/jungle)
-"YJ" = (
-/obj/structure/table/woodentable,
-/obj/item/pen,
-/obj/item/paper_bin,
-/obj/item/storage/box/matches,
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"YN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/item/circuitboard/telecomms/relay,
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/commstower)
-"YO" = (
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"YR" = (
-/obj/structure/flora/underwater/seaweed2,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"YS" = (
-/obj/structure/grille/rustic,
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/plating/thor/planetuse{
- outdoors = 0
- },
-/area/surface/thor/abandonedhouse)
-"YT" = (
-/mob/living/simple_mob/vore/pitcher_plant,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-"YX" = (
-/obj/structure/table/woodentable,
-/obj/item/material/kitchen/utensil/fork{
- pixel_x = -2
- },
-/obj/item/material/kitchen/utensil/fork{
- pixel_x = -11
- },
-/obj/item/material/kitchen/utensil/fork{
- pixel_x = -8
- },
-/obj/item/material/kitchen/utensil/fork{
- pixel_x = -5
- },
-/obj/item/material/knife{
- pixel_x = 3
- },
-/obj/item/material/knife{
- pixel_x = 12
- },
-/obj/item/material/knife{
- pixel_x = 9
- },
-/obj/item/material/knife{
- pixel_x = 6
- },
-/turf/simulated/floor/wood/alt,
-/area/surface/thor/kitchen)
-"Za" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wood{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451;
- outdoors = 1
- },
-/area/surface/thor/kitchen)
-"Zd" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water/ocean{
- temperature = 313;
- nitrogen = 63.4124;
- oxygen = 34.1451
- },
-/area/surface/outside/thor/jungle)
-"Zf" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 5
- },
-/turf/simulated/floor/carpet/green,
-/area/surface/thor/kitchen)
-"Zr" = (
-/obj/machinery/vending/loadout/accessory,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/outdoors/thor{
- outdoors = 0
- },
-/area/surface/outside/thor/pool)
-"Zw" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/thor/engi)
-"ZD" = (
-/turf/unsimulated/wall/planetary/normal/thor,
-/area/surface/outside/thor/jungle/deep)
-"ZF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor{
- outdoors = 1
- },
-/area/surface/outside/thor/jungle)
-"ZG" = (
-/obj/machinery/embedded_controller/radio/simple_docking_controller{
- frequency = 1380;
- id_tag = "spacebus_jungle";
- name = "shuttle bay controller";
- pixel_y = 26
- },
-/turf/simulated/floor/outdoors/grass/forest/thor{
- tree_chance = 0;
- grass_chance = 2
- },
-/area/surface/outside/thor/landingpad)
-"ZQ" = (
-/turf/simulated/wall/wood,
-/area/surface/thor/engi)
-"ZS" = (
-/mob/living/simple_mob/vore/aggressive/giant_snake,
-/turf/simulated/floor/outdoors/grass/heavy/thor,
-/area/surface/outside/thor/jungle/deep)
-"ZU" = (
-/mob/living/simple_mob/animal/passive/bird/parrot/eclectus,
-/turf/simulated/floor/outdoors/grass/forest/thor,
-/area/surface/outside/thor/jungle)
-
-(1,1,1) = {"
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-ZD
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-XH
-LV
-yb
-yb
-yb
-yb
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-gm
-"}
-(2,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-aS
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(3,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(4,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(5,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(6,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Oy
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-IX
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(7,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-gR
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(8,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(9,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-it
-fY
-fY
-fY
-Dn
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-iZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(10,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(11,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-lc
-lc
-fY
-it
-fY
-fY
-fY
-it
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wi
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(12,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-fY
-lc
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ke
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(13,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-ri
-rC
-rC
-rC
-bC
-ap
-EE
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-LS
-fo
-fo
-EZ
-EZ
-mX
-Sl
-ge
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-ic
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(14,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-ux
-BV
-HI
-wR
-Bw
-qV
-fY
-fY
-fY
-bV
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(15,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-TY
-io
-QW
-NC
-Dg
-WE
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-GV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(16,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Ha
-jE
-bK
-es
-Gl
-qV
-bG
-fY
-fY
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(17,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Yq
-rC
-Ur
-rC
-rC
-IJ
-EE
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(18,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-TO
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-lc
-JJ
-JJ
-fY
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-VS
-fo
-oT
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-dE
-nc
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-jI
-"}
-(19,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-fY
-fY
-fY
-it
-fY
-lc
-lc
-JJ
-JJ
-fY
-fo
-fq
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-Aw
-kQ
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-jI
-"}
-(20,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-lA
-yO
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-lc
-gN
-lc
-JJ
-JJ
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-jI
-"}
-(21,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-KR
-tA
-Rg
-De
-fY
-fY
-it
-fY
-lA
-lA
-Qz
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Oy
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-jI
-"}
-(22,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-lA
-lA
-lA
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-fo
-fo
-fo
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-jI
-"}
-(23,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-aZ
-fo
-EB
-bc
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Gk
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(24,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-yC
-MB
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-fo
-aZ
-aZ
-aZ
-aZ
-aZ
-Fu
-bc
-fo
-fo
-bc
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-iZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-Dp
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(25,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-yC
-uy
-fY
-fY
-fY
-fY
-fY
-De
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-bc
-YT
-qR
-aZ
-dZ
-XY
-aZ
-qR
-bc
-bc
-bc
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-Dp
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(26,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-rY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-fo
-aZ
-aZ
-XY
-aZ
-XY
-XY
-aZ
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wi
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(27,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-bc
-fo
-aZ
-XY
-XY
-XY
-XY
-XY
-aZ
-bc
-aZ
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ke
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(28,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-bc
-fo
-aZ
-aZ
-XY
-XY
-XY
-XY
-dZ
-bc
-aZ
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(29,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-bc
-fo
-fo
-aZ
-aZ
-XY
-XY
-XY
-aZ
-aZ
-bc
-aZ
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(30,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-aZ
-aZ
-aZ
-aZ
-qR
-aZ
-aZ
-AB
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-GV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(31,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-qR
-aZ
-bE
-ht
-Fu
-bc
-aZ
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-Dp
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(32,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-bc
-fo
-fo
-fo
-YT
-aZ
-bc
-bc
-bc
-bc
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(33,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-ZS
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-aZ
-fo
-aZ
-fo
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(34,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-Dp
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-jI
-"}
-(35,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-jI
-"}
-(36,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bc
-bc
-fo
-bc
-bc
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-jI
-"}
-(37,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-jI
-"}
-(38,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-jI
-"}
-(39,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-jI
-"}
-(40,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(41,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(42,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-fY
-fY
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(43,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Gk
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-ec
-ec
-ec
-ec
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(44,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(45,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-er
-Sw
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(46,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(47,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Oy
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(48,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(49,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-er
-Sw
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(50,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-De
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-iZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(51,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-De
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-De
-fY
-fY
-De
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-ic
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(52,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-UX
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-fY
-De
-fY
-fY
-De
-fY
-De
-fY
-HS
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wi
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(53,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-HS
-De
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-De
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-ke
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(54,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-gI
-LR
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-LR
-LR
-LR
-HS
-De
-fY
-HS
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-er
-Sw
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(55,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-LR
-LR
-LR
-LR
-wq
-lc
-lc
-lc
-lc
-lc
-wq
-wq
-wq
-wq
-wq
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(56,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-gI
-LR
-wq
-wq
-wq
-lc
-lc
-lc
-lc
-lc
-lc
-wq
-wq
-wq
-wq
-wq
-wq
-LR
-LR
-LR
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-kR
-oq
-kR
-oq
-kR
-oq
-kR
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-GV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(57,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-LR
-LR
-wq
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-wq
-Es
-lc
-lc
-wq
-wq
-LR
-LR
-HS
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-oq
-oq
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-er
-Sw
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(58,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-Dl
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-gI
-LR
-LR
-wq
-lc
-lc
-wq
-wq
-wq
-Es
-Es
-Es
-wq
-wq
-wq
-Es
-lc
-lc
-wq
-LR
-LR
-fY
-De
-fY
-HS
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Kh
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-oq
-oq
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(59,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-wq
-lc
-lc
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-lc
-lc
-wq
-wq
-LR
-LR
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-oq
-oq
-oq
-mJ
-Ty
-mb
-DL
-mb
-Ty
-ZF
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-er
-Sw
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(60,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-HS
-LR
-LR
-wq
-lc
-lc
-Es
-wq
-LR
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-LR
-fY
-HS
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(61,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-wq
-lc
-lc
-Es
-wq
-LR
-LR
-wq
-Es
-Es
-Es
-Es
-lc
-lc
-lc
-wq
-wq
-LR
-HS
-HS
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-oq
-oq
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(62,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-wq
-lc
-lc
-wq
-wq
-LR
-LR
-wq
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-wq
-LR
-LR
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-nx
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-EZ
-er
-Sw
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(63,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-LR
-LR
-wq
-wq
-wq
-wq
-wq
-LR
-LR
-wq
-wq
-wq
-lc
-lc
-lc
-lc
-wq
-wq
-LR
-LR
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-oq
-oq
-oq
-cl
-QZ
-DM
-tl
-EW
-QZ
-NT
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(64,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-LR
-LR
-LR
-wq
-wq
-wq
-LR
-LR
-LR
-LR
-LR
-wq
-wq
-wq
-wq
-wq
-wq
-LR
-LR
-De
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-is
-TO
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(65,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-cl
-QZ
-QZ
-QZ
-QZ
-QZ
-QZ
-uj
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(66,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-LR
-LR
-LR
-LR
-LR
-fY
-HS
-De
-De
-fY
-LR
-LR
-LR
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(67,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-fY
-De
-De
-De
-gI
-fY
-De
-fY
-fY
-De
-fY
-fY
-De
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(68,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(69,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-er
-Sw
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(70,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(71,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-aS
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(72,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(73,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(74,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-qW
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(75,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(76,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-wq
-wq
-wq
-wq
-JJ
-Il
-Il
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(77,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-II
-lc
-lc
-lc
-lc
-wq
-wq
-Il
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-rz
-gS
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(78,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-JJ
-JJ
-JJ
-II
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-Il
-Il
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-ZQ
-ZQ
-ZQ
-ZQ
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-TV
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-er
-GW
-Sw
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(79,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-JJ
-fY
-II
-II
-II
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-oB
-gg
-Lg
-rX
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-ic
-ic
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(80,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-II
-lc
-lc
-lc
-lc
-lc
-lc
-Es
-lc
-lc
-lc
-Es
-lc
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-IL
-gg
-gg
-ZQ
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(81,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-ib
-Bc
-pK
-JG
-ze
-PA
-Ci
-Ci
-Ci
-Ci
-PA
-PA
-PA
-PA
-PA
-PA
-Pu
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(82,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-lc
-Es
-lc
-lc
-pw
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-ci
-gg
-Qv
-ZQ
-BR
-PA
-Ci
-wY
-nl
-Ci
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(83,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-Es
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-ih
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ZQ
-Wo
-Bc
-Zw
-NN
-Wj
-RB
-zc
-qP
-dJ
-Ci
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Uu
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-er
-Sw
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(84,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-pw
-lc
-rk
-lc
-lc
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-lc
-ih
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-hz
-Xo
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-cE
-hp
-hz
-by
-by
-PA
-ZQ
-ZQ
-ZQ
-ZQ
-ZQ
-DG
-PA
-Ci
-lH
-Hm
-Ci
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(85,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-lc
-lc
-Es
-lc
-lc
-ih
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-Om
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-Om
-by
-by
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-Ci
-Ci
-Ci
-Ci
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(86,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-Es
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-ih
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-rH
-Je
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(87,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-Es
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-ih
-ih
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(88,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-ih
-ih
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-PA
-PA
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(89,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-yu
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-Es
-lc
-ih
-ih
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-TO
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-qT
-FC
-FC
-FC
-bF
-hz
-OU
-OU
-BR
-BR
-BR
-BE
-RB
-RB
-aK
-RB
-RB
-WR
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-er
-Sw
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-IX
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(90,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-wq
-wq
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-OU
-OU
-BR
-BR
-BR
-DG
-BR
-BR
-BR
-BR
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(91,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-Es
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-rk
-ve
-ve
-ve
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-xC
-ZG
-PA
-BR
-BR
-DG
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(92,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-Es
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-ve
-ve
-ve
-ve
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-eN
-OU
-OU
-Np
-eN
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(93,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-II
-lc
-lc
-lc
-pp
-nE
-nE
-nE
-nE
-Qr
-nE
-lc
-rk
-lc
-lc
-LR
-LR
-LR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-OU
-kY
-OU
-vv
-fL
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-er
-Sw
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-VO
-VO
-VO
-VO
-VO
-VO
-VO
-VO
-VO
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(94,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-yu
-lc
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-Es
-lc
-lc
-wq
-wq
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-hz
-by
-by
-OU
-OU
-OU
-OU
-Np
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-VO
-VO
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-WG
-VO
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(95,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-yu
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-Es
-lc
-wq
-wq
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Om
-iH
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-FC
-bF
-Om
-by
-by
-AI
-Ma
-bZ
-xP
-wX
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-WG
-VO
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(96,1,1) = {"
-ZD
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-wq
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-nE
-pp
-lc
-lc
-lc
-lc
-wq
-wq
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-hz
-Jh
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-Of
-AX
-hz
-by
-by
-eN
-OU
-OU
-OU
-eN
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(97,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-wq
-lc
-lc
-lc
-nE
-nE
-nE
-nE
-lc
-lc
-lc
-lc
-lc
-LU
-wq
-wq
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-qI
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-er
-Sw
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-WG
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(98,1,1) = {"
-ZD
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-wq
-wq
-Es
-lc
-lc
-nE
-nE
-nE
-lc
-Es
-lc
-pw
-wq
-wq
-wq
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ph
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(99,1,1) = {"
-ZD
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-wq
-Es
-lc
-lc
-lc
-lc
-lc
-ww
-lc
-ww
-lc
-wq
-wq
-wq
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-ph
-PA
-PA
-PA
-PA
-BR
-iv
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-RB
-WR
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-WG
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(100,1,1) = {"
-ZD
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-wq
-Es
-lc
-lc
-lc
-lc
-lc
-lc
-lc
-ww
-wq
-JJ
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-TO
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-qI
-PA
-qI
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Uk
-PA
-Uk
-PA
-Uk
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-WG
-IA
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(101,1,1) = {"
-ZD
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-wq
-wq
-lc
-lc
-lc
-Es
-lc
-lc
-lc
-wq
-wq
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-xb
-Yc
-Yc
-Yc
-Yc
-Yc
-wM
-Uk
-PA
-Uk
-Nb
-Uk
-PA
-PA
-PA
-PA
-DG
-PA
-PA
-PA
-rz
-er
-Sw
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(102,1,1) = {"
-ZD
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-wq
-wq
-lc
-lc
-Es
-Es
-lc
-lc
-wq
-JJ
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-qI
-PA
-PA
-PA
-ph
-BR
-DG
-Sk
-oy
-oy
-oy
-oy
-VG
-zh
-iU
-iU
-iU
-iU
-iU
-iU
-iU
-rf
-rf
-BM
-rf
-rf
-rf
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(103,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-wq
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-qI
-PA
-PA
-PA
-PA
-BR
-DG
-pJ
-oy
-VG
-oy
-dL
-oL
-ek
-iU
-Nm
-Qc
-hN
-vW
-pe
-iU
-rf
-qh
-It
-YO
-hb
-KM
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(104,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-wq
-wq
-wq
-JJ
-lA
-Yl
-DU
-DU
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-pJ
-dL
-oL
-TQ
-oy
-rq
-oy
-rf
-rf
-rf
-rf
-rf
-rf
-nH
-rf
-YX
-It
-YO
-NV
-Cb
-ka
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(105,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-DU
-lA
-Yl
-ve
-DU
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-mA
-mA
-mA
-mA
-mA
-mA
-mA
-BR
-DG
-oy
-oy
-rq
-Hc
-oy
-oy
-oy
-ju
-nk
-pH
-pm
-sm
-PI
-Vo
-rf
-vX
-It
-YO
-QS
-tW
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(106,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-DU
-lA
-ve
-ve
-DU
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-mA
-pP
-tI
-IV
-Em
-uU
-mA
-BR
-DG
-oy
-oy
-oy
-VG
-oy
-oy
-oy
-ju
-hh
-Vo
-Vo
-Vo
-Vo
-Vo
-ob
-YO
-It
-YO
-AH
-wg
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(107,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-DU
-lA
-ve
-Yl
-DU
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-mA
-xy
-Me
-QQ
-Me
-CD
-mA
-BR
-DG
-oy
-oy
-dL
-oL
-TQ
-oy
-oy
-ju
-hh
-Vo
-QJ
-eP
-Vo
-Vo
-ka
-MX
-It
-YO
-NV
-qL
-ka
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(108,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-DU
-DU
-lA
-DU
-DU
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-mA
-zf
-Me
-QQ
-Me
-tp
-mA
-BR
-DG
-oy
-oy
-oy
-rq
-oy
-oy
-oy
-ju
-hh
-Vo
-PK
-Xa
-Vo
-Vo
-ka
-YJ
-It
-YO
-QS
-tW
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(109,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-mA
-CN
-Me
-SQ
-pA
-pA
-Iz
-RB
-JU
-oy
-VG
-oy
-Hc
-oy
-oy
-oy
-zW
-hh
-Vo
-dV
-pq
-Vo
-Vo
-rf
-uA
-It
-YO
-AH
-wg
-rf
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(110,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-mA
-RS
-Me
-Me
-Me
-QU
-mA
-BR
-DG
-Vx
-oL
-TQ
-oy
-oy
-oy
-oy
-rf
-OH
-kl
-kl
-kl
-kl
-kl
-cA
-rs
-UD
-YO
-NV
-Cb
-ka
-Jt
-ru
-ru
-ru
-rH
-nc
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-If
-cU
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(111,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-mA
-Qq
-Me
-Me
-Me
-Jg
-mA
-BR
-DG
-pJ
-rq
-oy
-oy
-VG
-oy
-oy
-rf
-Vo
-PF
-eD
-zU
-hy
-UY
-rf
-fy
-YO
-Iq
-Zf
-KF
-rf
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(112,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-mA
-ky
-Me
-Me
-Me
-Ri
-mA
-BR
-DG
-Sk
-oy
-oy
-dL
-oL
-TQ
-Za
-rf
-rf
-rf
-rf
-rf
-rf
-rf
-rf
-rf
-XR
-rf
-rf
-rf
-rf
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(113,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-mA
-DC
-mA
-mA
-mA
-mA
-mA
-BR
-DG
-QP
-Ho
-Ho
-Ho
-Lq
-Ho
-pd
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(114,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(115,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(116,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-TV
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(117,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(118,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-TO
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-au
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(119,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-PA
-my
-PA
-jF
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-Pu
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(120,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-PA
-jF
-PA
-au
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(121,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-zz
-PA
-my
-sF
-sF
-jk
-XT
-XT
-XT
-XT
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Uu
-PA
-PA
-PA
-PA
-BR
-DG
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(122,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-PA
-RU
-PA
-jF
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Uq
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-uY
-wu
-bX
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-wu
-uY
-jC
-xs
-Gc
-xs
-xs
-xs
-xs
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(123,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-au
-jk
-PA
-jF
-PA
-PA
-zz
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Qe
-Qe
-Qe
-Qe
-wu
-Rz
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-xK
-tv
-AD
-lX
-Fp
-oU
-xT
-NE
-DN
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(124,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-RU
-PA
-PA
-sF
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Qe
-PN
-oH
-Qe
-wu
-DH
-Yn
-km
-km
-km
-nm
-nm
-nm
-nm
-nm
-nm
-nm
-sZ
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-qe
-DN
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(125,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-PA
-PA
-PA
-zz
-au
-jF
-PA
-PA
-PA
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-wd
-PA
-PA
-Qe
-Oh
-Xm
-lY
-tv
-Ox
-HA
-Pc
-Pc
-Pc
-qq
-qq
-qq
-qq
-qq
-qq
-qq
-ta
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-Ny
-xs
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(126,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-QK
-PA
-nN
-PA
-PA
-my
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Qe
-Dd
-mH
-Qe
-wu
-DH
-HA
-Pc
-Pc
-Pc
-qq
-qq
-qq
-qq
-qq
-qq
-qq
-ta
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-jj
-DN
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-UI
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(127,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-PA
-PA
-Lj
-sF
-sF
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-SU
-SU
-SU
-SU
-wu
-DH
-HA
-Pc
-Pc
-Pc
-qq
-qq
-JP
-qq
-qq
-qq
-qq
-ta
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-mF
-DN
-Jt
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(128,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-my
-sF
-XT
-PA
-au
-PA
-PA
-my
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-SU
-aO
-FU
-SU
-wu
-DH
-HA
-Pc
-Pc
-Pc
-qq
-qq
-qq
-qq
-qq
-qq
-qq
-ta
-sT
-wu
-SN
-BC
-xu
-xu
-xu
-VM
-DN
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-Kx
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(129,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Gb
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-jk
-XT
-XT
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-SU
-oc
-ku
-eG
-tv
-Ox
-HA
-Pc
-Pc
-Pc
-qq
-qq
-qq
-qq
-qq
-qq
-qq
-ta
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-Cx
-xs
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-kK
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(130,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-PA
-XT
-XT
-XT
-XT
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-SU
-HE
-fa
-SU
-wu
-DH
-Yo
-aN
-aN
-aN
-wC
-wC
-wC
-wC
-wC
-wC
-wC
-BY
-sT
-wu
-SN
-IQ
-xu
-xu
-xu
-hk
-DN
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-Je
-po
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-ec
-KX
-Je
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(131,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-PA
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-hC
-hC
-hC
-hC
-wu
-DH
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-sT
-wu
-SN
-IQ
-xu
-ry
-gP
-Ry
-DN
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-Je
-Je
-po
-ec
-ec
-ec
-ec
-KX
-Je
-Je
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(132,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-hC
-zv
-yB
-hC
-wu
-bX
-wu
-wu
-wu
-wu
-wu
-wu
-WN
-wu
-WN
-wu
-WN
-wu
-WN
-wu
-jC
-xs
-Gc
-xs
-xs
-xs
-xs
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-Je
-Je
-Je
-Je
-nc
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(133,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-hC
-JV
-bW
-dF
-tv
-Ox
-uP
-cS
-SD
-SD
-SD
-kd
-uP
-uP
-uP
-SD
-uP
-uP
-uP
-wu
-wu
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(134,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-gl
-gl
-gl
-yZ
-yZ
-gl
-gl
-gl
-gl
-yZ
-gl
-gl
-VT
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-hC
-Sj
-HV
-hC
-wu
-Ed
-uP
-ou
-SD
-SD
-SD
-kd
-uP
-iB
-SD
-SD
-SD
-Qn
-uP
-wu
-wu
-PA
-PA
-PA
-PA
-rz
-rz
-mX
-ge
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(135,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-Mv
-jU
-kI
-dW
-dW
-WF
-HQ
-gl
-dn
-pk
-Pg
-gl
-VT
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-hC
-hC
-hC
-hC
-uY
-wu
-uP
-Zr
-SD
-SD
-SD
-kd
-uP
-uP
-uP
-SD
-uP
-uP
-uP
-uY
-wu
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(136,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-jU
-jU
-dW
-ns
-Oq
-Oq
-dW
-cx
-mK
-gF
-HX
-gl
-VT
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-NZ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-jd
-fM
-uP
-Ts
-SD
-zL
-kd
-fx
-uP
-iB
-SD
-SD
-SD
-Qn
-uP
-jd
-jd
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(137,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-jU
-Lh
-qo
-hE
-qo
-oP
-NW
-gl
-NS
-Qt
-Dh
-yZ
-vV
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-jd
-fM
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-uP
-jd
-jd
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(138,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-pO
-gl
-gl
-gl
-gl
-gl
-eV
-gl
-wc
-zs
-Dw
-gl
-vV
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-qI
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-rz
-rz
-Jt
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(139,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-TO
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-VT
-gl
-Ex
-Ex
-eH
-nJ
-gl
-qb
-mK
-gl
-qm
-cp
-KQ
-gl
-vV
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-ph
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(140,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-VT
-kT
-pO
-sB
-Ec
-Bt
-eV
-hv
-mK
-gl
-cp
-cp
-cp
-Ck
-gk
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-PA
-ph
-PA
-PA
-PA
-PA
-qI
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-rz
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(141,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-RG
-JJ
-JJ
-VT
-gl
-gl
-gl
-gl
-gl
-eV
-mK
-dn
-vn
-cp
-BI
-fA
-gl
-aP
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-PA
-PA
-PA
-qI
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-rz
-mX
-ge
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(142,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-VT
-gl
-ln
-HU
-jx
-Ud
-gl
-dn
-gl
-gl
-gl
-gl
-gl
-gl
-vV
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-TV
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-rz
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(143,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-VT
-gl
-UW
-Eb
-Eb
-Eb
-yQ
-dn
-gX
-Ll
-Ll
-CG
-jt
-gl
-vV
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-qI
-PA
-PA
-PA
-ph
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-rz
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(144,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-VT
-gl
-gl
-gl
-gl
-gl
-gl
-gX
-gl
-Ll
-Ll
-Ll
-Ll
-dx
-VT
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-qI
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(145,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-tA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-yZ
-gr
-bq
-IR
-xj
-Ei
-bq
-gl
-Ll
-Ll
-Ll
-CQ
-YS
-VT
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-Pu
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-EZ
-Jt
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(146,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Qs
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-Pz
-bq
-bq
-bq
-bq
-bq
-gl
-DA
-Ll
-VT
-Fl
-gl
-VT
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-EZ
-mX
-ge
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(147,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-rY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-DV
-bq
-bq
-bq
-bq
-bq
-gl
-Ll
-Cn
-VT
-VT
-VT
-VT
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-Uu
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-XT
-XT
-XT
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-IX
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(148,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-eB
-bq
-gr
-gr
-Sz
-UN
-gl
-VT
-EM
-VT
-gk
-gk
-gk
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-tq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(149,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-VT
-gl
-gl
-gl
-yZ
-gl
-gl
-gl
-gl
-cB
-cB
-Nk
-gk
-gk
-gk
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-IW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(150,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-yS
-Qa
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(151,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-gH
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(152,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(153,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-oq
-oq
-oq
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(154,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-oq
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(155,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-fo
-oq
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(156,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-oq
-oq
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(157,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-fo
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(158,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-fo
-oq
-fo
-oq
-oq
-fo
-EZ
-EZ
-EZ
-mX
-ge
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-aS
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(159,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(160,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(161,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-EZ
-EZ
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(162,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-EZ
-Jt
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(163,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(164,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fq
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(165,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-pE
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(166,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Wb
-Wb
-Wb
-JQ
-Na
-Wb
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(167,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Na
-Af
-fI
-rI
-fI
-Wb
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(168,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Wb
-fI
-VV
-nu
-rI
-Wb
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-IX
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(169,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-VV
-VV
-Yv
-fI
-fI
-VV
-Wb
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(170,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-lc
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-VV
-VV
-VV
-xD
-nu
-Wb
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(171,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-lc
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fq
-VV
-VV
-VV
-Wb
-Wb
-Wb
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(172,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-lc
-lc
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-VV
-fo
-VV
-fo
-fo
-fo
-fo
-fo
-fq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-DW
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(173,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-lc
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(174,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-lc
-lc
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-ic
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(175,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-ZS
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-CZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(176,1,1) = {"
-ZD
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-xF
-CU
-CU
-CU
-SP
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(177,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-xF
-CU
-CU
-cQ
-aZ
-aZ
-aZ
-Uy
-CU
-CU
-CU
-CU
-CU
-CU
-CU
-CU
-CU
-SP
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-IX
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(178,1,1) = {"
-ZD
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-CU
-CU
-SP
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(179,1,1) = {"
-ZD
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-SP
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(180,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-oT
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-xF
-CU
-CU
-CU
-cQ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-SP
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(181,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-SP
-kS
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(182,1,1) = {"
-ZD
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-De
-fY
-De
-KR
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-CU
-SP
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(183,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-Dn
-De
-Rs
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-SP
-kS
-kS
-kS
-kS
-kS
-wP
-wP
-wP
-wP
-wP
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(184,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-Uy
-SP
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(185,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-KR
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-EZ
-EZ
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-aZ
-WS
-aZ
-aZ
-aZ
-aZ
-WS
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-SP
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(186,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rs
-Rg
-fY
-it
-Rs
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-ru
-ru
-ru
-ru
-Kx
-Dp
-Ga
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(187,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-Oo
-fY
-fY
-Rs
-Rg
-fY
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-SP
-kS
-kS
-kS
-kS
-kS
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(188,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-Rg
-fY
-Wm
-fY
-fY
-Rg
-Rg
-fY
-Rg
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-xF
-CU
-CU
-cQ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-kS
-ru
-ru
-ru
-dE
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(189,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Dn
-Rg
-Rs
-KR
-fY
-Rg
-rW
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-FT
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-SP
-kS
-kS
-kS
-kS
-ru
-dE
-rM
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(190,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-fY
-fY
-fY
-Oo
-Rg
-it
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-WS
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Uy
-CU
-CU
-CU
-CU
-CU
-cQ
-aZ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(191,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-KR
-fY
-De
-fY
-KR
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(192,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-Rg
-fY
-fY
-De
-Rg
-Rg
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-qQ
-VO
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(193,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-fY
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-Oo
-fY
-fY
-it
-fY
-Rg
-fY
-fY
-fY
-Dn
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-Xw
-Xw
-ia
-ru
-WG
-kQ
-Dp
-NB
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(194,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-fY
-fY
-JJ
-fY
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Oo
-fY
-fY
-fY
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-fo
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(195,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(196,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-Re
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(197,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-IW
-cD
-IW
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(198,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-xF
-cQ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-IW
-IW
-IW
-IW
-IW
-IW
-MJ
-IW
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(199,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-hj
-IW
-hj
-IW
-IW
-Re
-IW
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(200,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-IW
-QM
-Re
-MJ
-MJ
-IW
-hj
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(201,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-iy
-IW
-Re
-IW
-Re
-Re
-IW
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-CR
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Gk
-Dp
-iq
-Dp
-iq
-iq
-iq
-Dp
-iq
-iq
-iq
-iq
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(202,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-it
-fY
-qf
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-IW
-AF
-QM
-IW
-IW
-cD
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(203,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-Rg
-fY
-Dn
-fY
-qf
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-IW
-IW
-IW
-IW
-IW
-IW
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(204,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-eh
-Rg
-Rg
-Oo
-fY
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-hj
-IW
-Re
-IW
-IW
-IW
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(205,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-De
-Oo
-fY
-De
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-IW
-IW
-IW
-IW
-fo
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-If
-VO
-VO
-VO
-VO
-VO
-VO
-VO
-VO
-kQ
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(206,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-Rg
-fY
-fY
-De
-nP
-fY
-KR
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-WS
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-fo
-fo
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-If
-VO
-Hs
-VO
-cU
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(207,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-wE
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-eY
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-fo
-fo
-fo
-fo
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-WG
-VO
-cU
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(208,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-it
-KR
-fY
-Rg
-De
-fY
-fY
-it
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-gD
-fo
-aR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-VN
-VN
-VN
-VN
-VN
-VN
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(209,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-De
-De
-De
-fY
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-bV
-fo
-eY
-Xr
-Xr
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-WS
-aZ
-aZ
-aZ
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-CW
-CW
-CW
-VN
-oS
-bn
-bn
-bn
-VN
-uf
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(210,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-Rg
-fY
-De
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-fo
-gD
-fo
-Xr
-fo
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-KU
-KU
-KU
-VN
-oW
-bn
-bn
-bn
-VN
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(211,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-Rg
-Rg
-KR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-fo
-fo
-eY
-fo
-aR
-eY
-fo
-gD
-fo
-fo
-bV
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-ZU
-ZU
-ZU
-ZU
-fo
-EZ
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-CW
-CW
-KU
-ru
-KU
-KU
-ru
-KU
-VN
-VN
-VN
-VN
-bn
-VN
-ru
-uZ
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(212,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-KR
-Rg
-Rg
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-aZ
-fo
-fo
-fo
-fo
-fo
-Xr
-fo
-fo
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Bn
-Bn
-Bn
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-CW
-KU
-ru
-ru
-ru
-ru
-ru
-KU
-KU
-KU
-KU
-KU
-mv
-ru
-ru
-ru
-ru
-db
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(213,1,1) = {"
-ZD
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-Zd
-fo
-fo
-bV
-fo
-fo
-fo
-bV
-aR
-gD
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Bn
-Vy
-Bn
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-CW
-KU
-KU
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-KU
-KU
-KU
-CW
-ru
-ru
-ru
-zi
-rj
-rj
-rj
-rj
-Op
-Op
-Op
-Op
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(214,1,1) = {"
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fo
-Zd
-fo
-fo
-gD
-GH
-fo
-gD
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Bn
-Bn
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-vZ
-KU
-KU
-KU
-ru
-ru
-ru
-ru
-ru
-ru
-bi
-bi
-bi
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(215,1,1) = {"
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-JJ
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-GU
-CY
-CY
-oq
-oq
-oq
-gD
-gD
-fo
-fo
-aR
-Xr
-Xr
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-FT
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-ru
-KU
-KU
-KU
-KU
-KU
-KU
-KU
-CW
-ru
-bi
-bi
-bi
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-bh
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(216,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-JJ
-JJ
-JJ
-JJ
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-CY
-Jv
-hD
-Ue
-Ue
-oR
-aZ
-aZ
-eY
-Xr
-fo
-fo
-aR
-fo
-fo
-eY
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-EA
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-mj
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-KU
-KU
-KU
-KU
-KU
-KU
-JL
-KU
-CW
-ru
-ru
-ru
-ru
-ER
-Ix
-Ix
-Ix
-Ix
-He
-He
-He
-He
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(217,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-CY
-CY
-Mn
-fo
-aZ
-sH
-oq
-Ev
-fb
-Zd
-eY
-aZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-WS
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-QH
-aZ
-OT
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-KU
-Co
-KU
-KU
-KU
-KU
-EH
-KU
-ao
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(218,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-lA
-lA
-lA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-oq
-oq
-Dj
-oq
-BU
-Dj
-fb
-fb
-fb
-pN
-pN
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-fw
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-bj
-aZ
-aZ
-rD
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-ru
-CW
-KU
-KU
-KU
-KU
-KU
-KU
-KU
-EH
-CW
-ru
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(219,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-lA
-lA
-lA
-lA
-lA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-oq
-oq
-oq
-Ev
-lu
-Bp
-oq
-Ev
-Bp
-pN
-pN
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-WS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-mj
-aZ
-iM
-aZ
-QH
-aZ
-aZ
-aZ
-aZ
-aZ
-lG
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-CW
-CW
-KU
-KU
-KU
-KU
-KU
-KU
-ij
-CW
-ru
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(220,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-lA
-lA
-lA
-fY
-fY
-lA
-fY
-lA
-lA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-oq
-Ev
-TJ
-yF
-FX
-yF
-TJ
-TJ
-oq
-oq
-oq
-fq
-aZ
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-cW
-Xw
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-bj
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-YR
-aZ
-aZ
-aZ
-aZ
-OT
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-Mq
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-rH
-po
-ru
-ru
-ru
-CW
-CW
-CW
-KU
-CW
-CW
-CW
-CW
-ru
-ru
-ru
-ru
-ru
-ru
-Hz
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(221,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-Dj
-Ko
-TJ
-Tn
-dK
-Pj
-PE
-TJ
-Bp
-oq
-oq
-Hl
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-aZ
-OT
-aZ
-iM
-gy
-aZ
-OT
-aZ
-aZ
-lG
-Xw
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-Kx
-Nl
-po
-ru
-ru
-ru
-ru
-CW
-CW
-CW
-CW
-CW
-CW
-ru
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(222,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-lA
-lA
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-Dj
-Ko
-yF
-Di
-nn
-Kl
-az
-Ao
-Tv
-Zd
-oq
-oq
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-Xw
-Xw
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-iM
-aZ
-aZ
-gy
-aZ
-aZ
-aZ
-aZ
-lG
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-Kx
-Dp
-Nl
-po
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(223,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-oq
-oq
-TJ
-nn
-ql
-nn
-uq
-PH
-br
-oq
-oq
-oq
-fq
-fq
-fo
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-Xw
-Xw
-lM
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-gy
-rD
-mj
-lG
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-Kx
-Dp
-Dp
-Nl
-po
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(224,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-sX
-oq
-Ev
-yF
-nn
-nn
-nn
-JI
-Bz
-br
-oq
-Dj
-oq
-fo
-fo
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-Xw
-Xw
-lM
-aZ
-aZ
-aZ
-aZ
-lG
-Xw
-Xw
-Xw
-Xw
-lM
-OT
-lG
-Xw
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Nl
-Je
-po
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(225,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-oq
-oq
-Dj
-TJ
-zy
-nn
-YN
-tK
-TJ
-oq
-oq
-Ev
-oq
-fo
-fo
-fo
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-fo
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-cW
-Xw
-Xw
-Xw
-Xw
-vm
-kS
-kS
-kS
-kS
-cW
-Xw
-vm
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-po
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(226,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-oq
-oq
-vr
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-oq
-Ev
-aZ
-aZ
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fo
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Nl
-Je
-Je
-Je
-Je
-Je
-Je
-Je
-nc
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(227,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-fY
-oq
-oq
-oq
-dz
-oq
-Zd
-oq
-oq
-oq
-Dj
-oq
-oq
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-kK
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(228,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-EZ
-EZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-kS
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(229,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(230,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Rx
-tF
-DJ
-rS
-tF
-tF
-tF
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-Dp
-iq
-Dp
-Dp
-iq
-iq
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(231,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-pa
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-gA
-wy
-Rx
-tF
-IO
-tF
-tF
-tF
-tF
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(232,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Sr
-tF
-tF
-tF
-CJ
-tF
-tF
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(233,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Rx
-oh
-tF
-tF
-tF
-tF
-tF
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(234,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Rx
-tF
-tF
-tF
-jw
-wh
-tF
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(235,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-RX
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Nz
-Ql
-Ql
-Nz
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-wy
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-Rx
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(236,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-qz
-qz
-qz
-qz
-nY
-nY
-nY
-nY
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Nz
-Ql
-kL
-zt
-Vf
-Ql
-sE
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-wy
-wy
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(237,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-cq
-cq
-cq
-EJ
-cq
-cq
-nY
-nY
-nY
-VC
-nY
-nY
-nY
-nY
-nY
-so
-cq
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-nK
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Nz
-Ql
-Oa
-Ql
-Ql
-Ql
-id
-Ql
-Ql
-Ql
-Ql
-Oa
-kn
-Ql
-Nz
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-lz
-Ql
-Ql
-Ql
-CR
-CR
-wy
-wy
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-rH
-nc
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(238,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-pa
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-nb
-EJ
-nY
-nY
-nY
-nY
-cq
-EJ
-qz
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-nK
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Tf
-ts
-Ql
-Ql
-Ql
-Ql
-Nz
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-wy
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(239,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-cq
-wy
-cq
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-qz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Nz
-Ql
-UV
-Ql
-iL
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-ic
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(240,1,1) = {"
-CR
-CR
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-Mz
-qz
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-EX
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Az
-zt
-Vk
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-wy
-wy
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(241,1,1) = {"
-CR
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-wy
-cq
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-cq
-cq
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Oa
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-CR
-CR
-CR
-wy
-CR
-CR
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(242,1,1) = {"
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-wy
-cq
-wy
-wy
-cq
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-RX
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-CR
-CR
-CR
-wy
-CR
-CR
-wy
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(243,1,1) = {"
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-yX
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-wy
-wy
-wy
-wy
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-Mz
-qz
-qz
-so
-cq
-EJ
-cq
-cq
-EJ
-cq
-EJ
-cq
-cq
-cq
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-RX
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(244,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-MR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-qz
-qz
-qz
-qz
-cq
-cq
-so
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-qj
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-nK
-wy
-RX
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-RX
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-nK
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-ru
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Gk
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(245,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-tg
-dS
-pC
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-wy
-wy
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-qz
-qz
-qz
-nY
-nY
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-cq
-wy
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-nK
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-nK
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(246,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-tg
-dS
-dS
-dS
-dS
-dS
-pC
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-cq
-wy
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-cq
-nY
-nY
-VC
-nY
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-cq
-cq
-cq
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(247,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-MR
-yx
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-so
-nY
-nY
-nY
-nY
-nY
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-cq
-wy
-wy
-cq
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(248,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-GB
-od
-od
-od
-od
-od
-od
-Hi
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qj
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-nY
-nb
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(249,1,1) = {"
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-GB
-od
-Hi
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-EJ
-cq
-EJ
-cq
-cq
-cq
-cq
-cq
-EJ
-cq
-wy
-wy
-cq
-cq
-wy
-cq
-wy
-wy
-CR
-CR
-CR
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(250,1,1) = {"
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-MR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-Mz
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-Xe
-CR
-CR
-CR
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(251,1,1) = {"
-CR
-CR
-kh
-kh
-kh
-XJ
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-WG
-kQ
-Dp
-Gk
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(252,1,1) = {"
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-sQ
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-cq
-pc
-cq
-cq
-cq
-cq
-wy
-cq
-wy
-wy
-cq
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-dB
-Dy
-wy
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-RX
-RX
-RX
-wy
-wy
-Gh
-Gh
-wy
-wy
-nK
-wy
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-aS
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(253,1,1) = {"
-CR
-CR
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-qz
-cq
-cq
-EJ
-cq
-wy
-cq
-wy
-pa
-wy
-wy
-cq
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-WG
-kQ
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(254,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-kh
-kh
-kh
-kh
-kh
-kh
-kh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-Gh
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-wy
-wy
-Gh
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(255,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-Gh
-wy
-wy
-wy
-CR
-CR
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-Gh
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-wy
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-ru
-ru
-ru
-Kx
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-Dp
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-iq
-jI
-"}
-(256,1,1) = {"
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-CR
-XH
-XH
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-"}
diff --git a/maps/southern_sun/overmap/planets/tyr/tyr.dm b/maps/southern_sun/overmap/planets/tyr/tyr.dm
deleted file mode 100644
index ab57afd06a..0000000000
--- a/maps/southern_sun/overmap/planets/tyr/tyr.dm
+++ /dev/null
@@ -1,216 +0,0 @@
-//Atmosphere properties //CHOMP Comment: Tyr. A toasty planet. More so in lore but with the purpose of this project lessing it. Also something something anomalous site
-#define TYR_ONE_ATMOSPHERE 101.5 //kPa
-#define TYR_AVG_TEMP 323 //kelvin
-
-#define TYR_PER_N2 0.65 //percent
-#define TYR_PER_O2 0.35
-#define TYR_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm
-#define TYR_PER_CO2 0.00
-#define TYR_PER_PHORON 0.00
-
-//Math only beyond this point
-#define TYR_MOL_PER_TURF (TYR_ONE_ATMOSPHERE*CELL_VOLUME/(TYR_AVG_TEMP*R_IDEAL_GAS_EQUATION))
-#define TYR_MOL_N2 (TYR_MOL_PER_TURF * TYR_PER_N2)
-#define TYR_MOL_O2 (TYR_MOL_PER_TURF * TYR_PER_O2)
-#define TYR_MOL_N2O (TYR_MOL_PER_TURF * TYR_PER_N2O)
-#define TYR_MOL_CO2 (TYR_MOL_PER_TURF * TYR_PER_CO2)
-#define TYR_MOL_PHORON (TYR_MOL_PER_TURF * TYR_PER_PHORON)
-
-//Turfmakers
-#define TYR_SET_ATMOS nitrogen=TYR_MOL_N2;oxygen=TYR_MOL_O2;carbon_dioxide=TYR_MOL_CO2;phoron=TYR_MOL_PHORON;temperature=TYR_AVG_TEMP
-#define TYR_TURF_CREATE(x) x/TYR/nitrogen=TYR_MOL_N2;x/TYR/oxygen=TYR_MOL_O2;x/TYR/carbon_dioxide=TYR_MOL_CO2;x/TYR/phoron=TYR_MOL_PHORON;x/TYR/temperature=TYR_AVG_TEMP;x/TYR/color="#eacd7c"
-
-/obj/effect/overmap/visitable/planet/tyr
- name = "Tyr"
- desc = "A planet with a high amount of minerals"
- scanner_desc = @{"[i]Stellar Body[/i]: Tyr"}
-
- map_z = list(Z_LEVEL_DEATH_VALLEY)
- initial_generic_waypoints = list("valley_e", "valley_w")
- start_x = 3
- start_y = 5
- known = TRUE
- skybox_offset_x = 128
- skybox_offset_y = 128
- surface_color = "#E5A76E"
- mountain_color = "#C48C65"
- water_color = "#51323E"
- ice_color = "#E5A76E"
- atmosphere_color = "#54c0ce"
- icon_state = "desert"
-
-/obj/effect/overmap/visitable/planet/tyr/get_skybox_representation()
- var/image/tmp = ..()
- tmp.pixel_x = skybox_offset_x
- tmp.pixel_y = skybox_offset_y
- return tmp
-
-/obj/effect/overmap/visitable/planet/tyr/Initialize()
- atmosphere = new(CELL_VOLUME) // Necessary for the planet overmap icon to generate properly, but gas type does not seem to matter.
- atmosphere.adjust_gas_temp("carbon_dioxide", TYR_MOL_CO2, TYR_AVG_TEMP)
- atmosphere.adjust_gas_temp("nitrogen", TYR_MOL_N2, TYR_AVG_TEMP)
- atmosphere.adjust_gas_temp("oxygen", TYR_MOL_O2, TYR_AVG_TEMP)
-
- . = ..()
-
- docking_codes = null
-
-//AREAS
-/area/surface/tyr/town
- name = "Lost Town"
- icon_state = "green"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/medical_center
- name = "Lost Toww Medical Center"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/mining_depot
- name = "Lost Town Mining Depot"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/town_hall
- name = "Lost Town Grand Hall"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/huntery
- name = "Lost Town Hunter Lodge"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/northern_wilderness
- name = "Tyr Wilderness"
- icon_state = "green"
-
-/area/surface/tyr/southern_wilderness
- name = "Tyr Wilderness"
- icon_state = "green"
-
-/area/surface/tyr/tar_lake
- name = "Tar Lake"
- icon_state = "bluenew"
-
-/area/surface/tyr/ancient_ruins
- name = "Ancient Ruins"
- icon_state = "red"
- requires_power = FALSE
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/ancient_ruins/puzzlea
-
-/area/surface/tyr/ancient_ruins/puzzleb
-
-/area/surface/tyr/ancient_ruins/puzzlec
-
-/area/surface/tyr/ancient_ruins/puzzled
-
-/area/surface/tyr/north_caverns
- name = "Tyr Caverns"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/south_caverns
- name = "Tyr Caverns"
- icon_state = "away"
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/eclipse_stronghold
- name = "Base Neon - Hallways"
- icon_state = "bluenew"
- requires_power = FALSE //note to self, remove when I figure out how engineering works
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/eclipse_stronghold/sectora
- name = "Base Neon - Docks"
-
-/area/surface/tyr/eclipse_stronghold/sectorb
- name = "Base Neon - Security"
-
-/area/surface/tyr/eclipse_stronghold/sectorc
- name = "Base Neon - Power Generator"
-
-/area/surface/tyr/eclipse_stronghold/sectord
- name = "Base Neon - Dorms"
-
-/area/surface/tyr/eclipse_stronghold/sectore
- name = "Base Neon - Dining Hall"
-
-/area/surface/tyr/eclipse_stronghold/sectorfinale
- name = "Precursor Ruins"
-
-/area/surface/tyr/precursorruins
- icon_state = "bluenew"
- requires_power = FALSE
- outdoors = OUTDOORS_NO
-
-/area/surface/tyr/precursorruins/finale
- name = "Training Final Assesment Chamber"
-
-/area/surface/tyr/precursorruins/southeast
- name = "Relax Training Chamber"
-
-/area/surface/tyr/precursorruins/northwest
- name = "Perception Training Chamber"
-
-/area/surface/tyr/precursorruins/cliffchamber
-
-/area/surface/tyr/precursorruins/airmaze
-
-/area/surface/tyr/precursorruins/spotthediffrence
-
-/turf/unsimulated/wall/planetary/normal/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
-
-/turf/simulated/mineral/light/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/water/tyr
- color = "#505564"
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/sand/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/deep_sand/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/grass/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/gravel/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
-
-/turf/simulated/floor/outdoors/desert_planet/mud/tyr
- oxygen = TYR_MOL_O2
- nitrogen = TYR_MOL_N2
- temperature = TYR_AVG_TEMP
- outdoors = OUTDOORS_AREA
diff --git a/maps/southern_sun/overmap/planets/tyr/tyr.dmm b/maps/southern_sun/overmap/planets/tyr/tyr.dmm
deleted file mode 100644
index 554e8ef331..0000000000
--- a/maps/southern_sun/overmap/planets/tyr/tyr.dmm
+++ /dev/null
@@ -1,851 +0,0 @@
-"af" = (/turf/simulated/wall/solidrock,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"aj" = (/obj/structure/prop/tyr_elevator,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"al" = (/obj/effect/simple_portal/linked{portal_id = "supersecertbossportal"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"am" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/airmaze)
-"an" = (/obj/effect/zone_divider,/turf/simulated/mineral/light/tyr,/area/surface/tyr/north_caverns)
-"aq" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"as" = (/turf/simulated/shuttle/floor/alienplating,/area/surface/tyr/precursorruins/spotthediffrence)
-"aw" = (/turf/simulated/floor/lava,/area/surface/tyr/precursorruins/spotthediffrence)
-"aI" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"aN" = (/obj/machinery/door/blast/puzzle/tyrdoor/finale,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"aS" = (/mob/living/simple_mob/mechanical/mecha/eclipse/darkmatter_assualt,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"ba" = (/turf/simulated/floor/lava/harmless,/area/surface/tyr/precursorruins/spotthediffrence)
-"bd" = (/turf/simulated/floor/reinforced/n20,/area/surface/tyr/precursorruins/airmaze)
-"bz" = (/obj/structure/bed/pillowpile/orange,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"bE" = (/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"bG" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/spotthediffrence)
-"bI" = (/turf/simulated/floor/reinforced/airless,/area/surface/tyr/precursorruins/airmaze)
-"bK" = (/obj/structure/prop/alien/computer/camera{dir = 1},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"bW" = (/obj/structure/closet/secure_closet/hydroponics,/obj/effect/floor_decal/corner/lime/diagonal,/obj/machinery/light/small,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"bZ" = (/obj/machinery/button/remote/blast_door{id = "tyrbonuspuzzlefour"},/obj/structure/table/gold,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/airmaze)
-"ce" = (/obj/structure/table/standard,/obj/machinery/button/remote/blast_door{id = "tyrbonuspuzzlethree"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/spotthediffrence)
-"ci" = (/turf/simulated/floor/reinforced/phoron{phoron = 2000},/area/surface/tyr/precursorruins/airmaze)
-"cj" = (/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"co" = (/obj/structure/flora/tyr/flowers,/mob/living/simple_mob/humanoid/eclipse/solar/teslanoodle,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"cp" = (/mob/living/simple_mob/humanoid/eclipse/solar/nuclear,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"cr" = (/obj/structure/flora/tyr/flowers,/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"ct" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrbonuspuzzleone"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"cz" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/spotthediffrence)
-"cG" = (/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"cP" = (/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/southern_wilderness)
-"cQ" = (/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorc)
-"cY" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/airmaze)
-"cZ" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"db" = (/obj/structure/bed/chair/bay/chair/padded/red/bignest,/obj/effect/landmark{name = "JoinLateTyrVillage"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"de" = (/obj/structure/bed/pillowpile/black,/obj/random/plushie,/obj/item/slow_sizegun,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"df" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/airlock/silver,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"dh" = (/obj/machinery/cryopod/robot/door/gateway/quiet,/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/town)
-"di" = (/obj/structure/flora/tyr/flowers,/obj/structure/mob_spawner/ant_hill,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"dk" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/ancient_ruins/puzzleb)
-"dv" = (/obj/structure/bed/pillowpile/red,/obj/random/plushie,/obj/item/mindbinder,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"dw" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/airmaze)
-"dH" = (/obj/effect/landmark{name = "JoinLateTyrVillage"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"dM" = (/obj/machinery/seed_extractor,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"dW" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"dY" = (/obj/structure/flora/tyr/flowers,/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"eb" = (/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"ee" = (/turf/simulated/mineral/light/tyr,/area/surface/tyr/eclipse_stronghold/sectore)
-"ef" = (/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckC"; opacity = 0},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"ei" = (/obj/structure/flora/tyr/flowers,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"ej" = (/obj/structure/cable/orange{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"ek" = (/obj/machinery/door/blast/regular{id = "tyrslimepit"},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"ey" = (/obj/machinery/light/small,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"ez" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckA"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckB"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckC"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckD"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"eA" = (/obj/machinery/door/blast/regular{id = "tyrslimepit"},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"eM" = (/turf/simulated/wall/r_concrete,/area/surface/tyr/eclipse_stronghold/sectorb)
-"eU" = (/mob/living/simple_mob/slime/xenobio,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"eW" = (/obj/effect/simple_portal/linked{portal_id = "supersecertbossportal"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/northern_wilderness)
-"eX" = (/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"eY" = (/mob/living/simple_mob/humanoid/eclipse/solar/radiation,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"eZ" = (/mob/living/simple_mob/slime/xenobio/sepia{faction = "eclipse"; unity = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"fe" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"fh" = (/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"fk" = (/obj/structure/table/marble,/obj/item/storage/box/monkeycubes,/obj/item/flashlight/slime,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"fp" = (/obj/structure/largecrate/animal/teppi,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"fr" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"fu" = (/obj/structure/prop/alien/computer/hybrid{dir = 1},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"fx" = (/obj/structure/table/gold,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"fI" = (/obj/machinery/smartfridge/secure/extract,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"fJ" = (/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"fK" = (/obj/structure/table/standard,/obj/item/surgical/bonesetter,/turf/simulated/floor,/area/surface/tyr/huntery)
-"fM" = (/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"fP" = (/mob/living/simple_mob/humanoid/eclipse/solar/radiation,/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"fQ" = (/obj/effect/zone_divider,/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/finale)
-"fS" = (/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckD"; opacity = 0},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"gf" = (/obj/structure/bed/pillowpile/black,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"gk" = (/mob/living/simple_mob/humanoid/eclipse/lunar/experimenter,/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"gm" = (/obj/structure/bed/pillowpile/red,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"gt" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectora)
-"gy" = (/obj/structure/prop/alien/computer,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"gA" = (/obj/machinery/processor,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"gH" = (/obj/structure/bed/pillowpile/yellow,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"gN" = (/obj/structure/toilet/prison,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"gX" = (/obj/structure/bed/pillowpile/black,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"ha" = (/obj/structure/bed/pillowpile/red,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"hd" = (/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"hi" = (/obj/effect/zone_divider,/turf/simulated/wall/shull,/area/surface/tyr/huntery)
-"hk" = (/turf/simulated/floor/lava,/area/surface/tyr/precursorruins/finale)
-"hm" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"hv" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"hG" = (/obj/structure/bed/pillowpile/yellow,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"hH" = (/obj/structure/prop/alien/computer{dir = 1},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"hM" = (/obj/machinery/recharge_station,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"hV" = (/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/obj/machinery/light/small,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"hW" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"ik" = (/obj/structure/cable/orange{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"in" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"ir" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"iv" = (/obj/structure/table/marble,/obj/machinery/button/remote/blast_door{id = "tyrslimepit"},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"iA" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"iE" = (/obj/structure/table/wooden_reinforced,/obj/item/flame/candle/everburn,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"iF" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlea)
-"iI" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"iJ" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"iS" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"iV" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/gate,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"iX" = (/obj/structure/mob_spawner/beetle_hill,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"iY" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"jd" = (/obj/item/storage/fancy/candle_box,/obj/item/storage/fancy/candle_box,/obj/structure/closet/crate,/obj/item/storage/fancy/blackcandle_box,/obj/item/storage/fancy/blackcandle_box,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"jh" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"jk" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/mob/living/simple_mob/humanoid/eclipse/solar/radiation,/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"jn" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"jp" = (/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectora)
-"jt" = (/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"jB" = (/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"jC" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/south_caverns)
-"jD" = (/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/northern_wilderness)
-"jG" = (/obj/structure/flora/tyr/flowers,/obj/structure/flora/tyr/lilly,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"jL" = (/mob/living/simple_mob/slime/xenobio/sepia{faction = "eclipse"; unity = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"jN" = (/obj/machinery/mech_recharger,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"jV" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"jW" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"kh" = (/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"ky" = (/obj/structure/table/standard,/obj/item/material/knife/machete/hatchet,/obj/item/material/knife/machete/hatchet,/obj/machinery/light/small,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"kE" = (/obj/structure/toilet/prison{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"kI" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"kJ" = (/obj/structure/table/marble,/obj/item/gun/energy/taser/xeno,/obj/item/melee/baton/slime,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"kK" = (/obj/machinery/suit_cycler/refit_only,/turf/simulated/floor,/area/surface/tyr/huntery)
-"kN" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"kW" = (/obj/machinery/vending/hydroseeds,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"lf" = (/turf/simulated/wall/solidrock,/area/surface/tyr/south_caverns)
-"lk" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"ll" = (/turf/simulated/shuttle/floor/alienplating,/area/surface/tyr/precursorruins/finale)
-"lm" = (/obj/structure/table/marble,/obj/item/slime_scanner,/obj/item/reagent_containers/glass/beaker/bluespace,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"lr" = (/obj/structure/bed/pillowpile/orange,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"lC" = (/obj/structure/toilet/prison{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"lD" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/cliffchamber)
-"lG" = (/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"lJ" = (/obj/structure/bed/pillowpile/green,/obj/random/plushie,/obj/item/bodysnatcher,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"lK" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle/tyrdoor{id = "tyrbonuspuzzletwo"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlea)
-"lL" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"lT" = (/obj/structure/curtain/black,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"me" = (/obj/structure/bed/pillowpile/teal,/obj/random/plushie,/obj/item/capture_crystal,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"mf" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs/bola,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mo" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"ms" = (/obj/structure/bed/pillowpile/white,/obj/random/plushie,/obj/item/gun/energy/sizegun,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"mt" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"mu" = (/turf/simulated/floor/outdoors/ice/dark,/area/surface/tyr/precursorruins/southeast)
-"mv" = (/obj/effect/zone_divider,/turf/simulated/mineral/light/tyr,/area/surface/tyr/south_caverns)
-"mD" = (/obj/machinery/optable,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mE" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mF" = (/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"mI" = (/obj/structure/bed,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mO" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mR" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs/bola,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"mU" = (/turf/simulated/floor/reinforced,/area/surface/tyr/eclipse_stronghold/sectora)
-"mY" = (/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"mZ" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"nb" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"nc" = (/obj/machinery/porta_turret/alien{can_salvage = 0; installation = /obj/item/gun/energy/curse_blaster},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"nd" = (/turf/simulated/wall/r_concrete,/area/surface/tyr/eclipse_stronghold/sectora)
-"ne" = (/obj/effect/floor_decal/corner/lime/diagonal,/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"nf" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"np" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"nq" = (/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"ns" = (/obj/machinery/light/small,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"nv" = (/obj/structure/prop/alien/computer/camera,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"nx" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/item/virusdish/random,/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/firstaid,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"nz" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"nK" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"nP" = (/obj/machinery/door/airlock/hatch,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"nU" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/northwest)
-"oc" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"od" = (/obj/structure/closet/crate,/obj/random/material/refined,/obj/random/material,/obj/random/material,/obj/random/material,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"oh" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/grenade/less_lethal,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"oi" = (/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"on" = (/mob/living/simple_mob/humanoid/eclipse/lunar/experimenter,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"oy" = (/obj/machinery/light/small,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"oz" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"oA" = (/obj/machinery/atmospherics/unary/engine{dir = 1},/turf/simulated/shuttle/plating/airless/carry,/area/surface/tyr/eclipse_stronghold/sectora)
-"oE" = (/obj/structure/mob_spawner/ant_hill,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"oI" = (/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckA"; opacity = 0},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"oQ" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 4},/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"oR" = (/obj/structure/table/rack/shelf,/obj/item/pickaxe/diamonddrill/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlea)
-"oU" = (/obj/machinery/door/airlock/silver,/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"oV" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"pd" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckA"},/obj/effect/zone_divider,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"pp" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 8},/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"ps" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"pz" = (/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"pA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 1},/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"pK" = (/obj/structure/flora/tyr/flowers,/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"pN" = (/obj/random/multiple/corp_crate/no_weapons,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"pR" = (/obj/structure/largecrate/animal/sheep,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"pS" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"pU" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"pV" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/ancient_ruins)
-"pW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 4},/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"qk" = (/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"qn" = (/obj/structure/bed/chair/bay/chair/padded{dir = 1},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"qp" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/cliffchamber)
-"qv" = (/obj/structure/table/standard,/obj/item/radio,/obj/item/radio,/turf/simulated/floor,/area/surface/tyr/huntery)
-"qF" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"qI" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/northern_wilderness)
-"qQ" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/item/virusdish/random,/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"qR" = (/obj/effect/zone_divider,/turf/simulated/wall/r_concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"qT" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"qX" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"rd" = (/obj/effect/zone_divider,/turf/simulated/wall/r_lead,/area/surface/tyr/huntery)
-"rp" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/town)
-"rr" = (/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"rG" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"rH" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"rL" = (/obj/structure/bed,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"rU" = (/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/town)
-"rV" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"rW" = (/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"rX" = (/obj/structure/bed/pillowpile,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"sa" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"sb" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"sh" = (/obj/machinery/mech_recharger,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"sm" = (/obj/structure/bed/pillowpile/green,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"so" = (/obj/effect/zone_divider,/turf/unsimulated/wall/planetary/normal/tyr,/area/surface/tyr/town)
-"sp" = (/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"sA" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"sC" = (/obj/machinery/biogenerator,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"sH" = (/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"sM" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"sQ" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"sZ" = (/obj/structure/largecrate/animal/catslug,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"th" = (/obj/structure/closet/crate,/obj/random/material,/obj/random/material,/obj/random/material,/obj/structure/closet/crate,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"tk" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"ts" = (/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"tv" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/corner/lime/diagonal,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"tH" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrpuzzlecheckB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"tJ" = (/obj/structure/table/rack/shelf,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlea)
-"tL" = (/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"tR" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"tT" = (/turf/simulated/wall/r_concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"tW" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/northern_wilderness)
-"tX" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/grenade/less_lethal,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"tY" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"uh" = (/obj/item/stack/material/flint,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"uC" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"uF" = (/obj/structure/table/gold,/obj/item/prop/alien/prototype,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"uJ" = (/obj/structure/table/standard,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"uK" = (/obj/structure/cliff/automatic{dir = 2},/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"uO" = (/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/obj/machinery/light/small,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"uT" = (/mob/living/simple_mob/humanoid/eclipse/lunar/experimenter,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"uV" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"uX" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/item/virusdish/random,/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"va" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"vb" = (/obj/effect/forcefield/mime,/turf/simulated/floor/lava,/area/surface/tyr/precursorruins/finale)
-"vc" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckD"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"vd" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"vf" = (/obj/item/shovel/spade,/obj/item/shovel/spade,/obj/structure/table/standard,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"vh" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 6},/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"vJ" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"vK" = (/obj/structure/inflatable,/turf/simulated/floor,/area/surface/tyr/huntery)
-"vN" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrgroupcheckC"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"vP" = (/obj/structure/inflatable/door,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"vQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/structure/cable/orange{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"vR" = (/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/eastleft,/obj/item/clothing/suit/space/void/salvagecorp_shipbreaker,/obj/item/clothing/head/helmet/space/void/salvagecorp_shipbreaker,/obj/item/flashlight/maglight,/obj/item/pickaxe/plasmacutter,/turf/simulated/floor,/area/surface/tyr/huntery)
-"vX" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"wb" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"wd" = (/turf/simulated/floor/lava/harmless,/area/surface/tyr/precursorruins/finale)
-"wm" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"wu" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"wA" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"wC" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"wG" = (/obj/structure/flora/tyr/flowers,/obj/item/stack/material/flint,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"wH" = (/obj/machinery/door/airlock/alien/blue/locked,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/airmaze)
-"wI" = (/obj/structure/largecrate/animal/bugsect,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"wM" = (/obj/structure/bed/chair/bar_stool,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"wO" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"wW" = (/obj/structure/bed/chair/bar_stool,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"wY" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"xb" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrpuzzlecheckA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"xi" = (/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"xm" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/southeast)
-"xr" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"xu" = (/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckB"},/turf/simulated/floor/lava/harmless,/area/surface/tyr/precursorruins/finale)
-"xx" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalC"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"xD" = (/obj/structure/largecrate/birds,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"xE" = (/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"xJ" = (/obj/structure/bed/pillowpile/teal,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"xR" = (/obj/structure/bed/pillowpile/white,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"xU" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"xX" = (/obj/structure/flora/tyr/stonetree,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"yh" = (/obj/structure/closet/crate,/obj/random/material,/obj/random/material,/obj/random/material,/obj/random/material/precious,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"yi" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/firstaid,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"yo" = (/obj/machinery/computer/cryopod/gateway{pixel_x = 32},/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/town)
-"yq" = (/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckB"; opacity = 0},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"ys" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckC"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"yu" = (/obj/structure/table/gold,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"yx" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrgroupcheckA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"yy" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"yF" = (/obj/machinery/recharge_station,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"yK" = (/turf/simulated/floor,/area/surface/tyr/huntery)
-"yM" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalE"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"yN" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"yS" = (/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"yT" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"ze" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"zh" = (/obj/effect/zone_divider,/turf/unsimulated/wall/planetary/normal/tyr,/area/surface/tyr/northern_wilderness)
-"zi" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"zl" = (/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"zq" = (/obj/machinery/door/blast/gate,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"zs" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"zv" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalD"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"zA" = (/mob/living/simple_mob/mechanical/mecha/eclipse/antipersonal_unit,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"zD" = (/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"zJ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"zS" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"zW" = (/obj/structure/table/wooden_reinforced,/obj/item/storage/bible,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"Ac" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/item/virusdish/random,/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs/bola,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Ae" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ao" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"As" = (/obj/structure/bed/pillowpile,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"Au" = (/obj/structure/bed/pillowpile/green,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"AJ" = (/obj/structure/table/standard,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"AO" = (/obj/structure/bed/pillowpile/teal,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"AT" = (/mob/living/simple_mob/humanoid/eclipse/solar/plant,/obj/machinery/light/small,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"AW" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckA"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckB"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckC"},/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckD"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzled)
-"Ba" = (/obj/machinery/door/blast/gate,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Bb" = (/obj/structure/bed/pillowpile/white,/obj/random/plushie,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"Bd" = (/obj/random/obstruction,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Bv" = (/obj/effect/floor_decal/corner/lime/diagonal,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"By" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"BC" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzled)
-"BE" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"BF" = (/obj/structure/largecrate/animal/pred,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"BI" = (/obj/machinery/light/small{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"BO" = (/obj/machinery/power/rtg/fake_reactor,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/zone_divider,/turf/simulated/floor,/area/surface/tyr/huntery)
-"BT" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzled)
-"BY" = (/obj/machinery/door/airlock/hatch{req_one_access = null},/obj/structure/fans/hardlight,/turf/simulated/floor,/area/surface/tyr/huntery)
-"BZ" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ce" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium{dir = 8},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ch" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"Cl" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"Cq" = (/obj/machinery/light/small{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Cr" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"Cs" = (/obj/structure/closet/secure_closet/guncabinet{req_one_access = list(1,5)},/obj/random/ammo_all,/obj/random/ammo_all,/obj/random/cash/huge,/obj/random/cash/huge,/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance,/obj/random/maintenance,/obj/item/handcuffs/legcuffs,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Cu" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"CD" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"CH" = (/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"CK" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/maroon,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"CW" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"Db" = (/obj/effect/overmap/visitable/planet/tyr,/turf/simulated/wall/solidrock,/area/surface/tyr/south_caverns)
-"Dh" = (/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Dk" = (/obj/structure/flora/tyr/flowers,/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Dm" = (/obj/structure/bed/chair/bar_stool,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Dp" = (/obj/structure/toilet/prison{dir = 8},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Dq" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/southern_wilderness)
-"Dz" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"DB" = (/obj/structure/flora/tyr/flowers,/mob/living/simple_mob/animal/tyr/groundpitcher,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"DE" = (/obj/structure/table/rack/shelf,/obj/item/reagent_containers/food/snacks/phorondragonmeat,/obj/item/reagent_containers/food/snacks/phorondragonmeat,/obj/item/reagent_containers/food/snacks/phorondragonmeat,/obj/item/reagent_containers/food/snacks/phorondragonmeat,/obj/item/reagent_containers/food/snacks/phorondragonmeat,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"DI" = (/obj/structure/toilet/prison{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"DM" = (/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"DO" = (/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/southern_wilderness)
-"DW" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckC"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzled)
-"DX" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"DY" = (/mob/living/simple_mob/vore/spacecritter/solarray/galaxyray,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Ed" = (/mob/living/simple_mob/vore/spacecritter/livingice/iceberg,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Ei" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Eo" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/ancient_ruins/puzzled)
-"Ep" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/obj/machinery/light/small,/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"EA" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrgroupcheckB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"EH" = (/obj/structure/closet/crate,/obj/random/material,/obj/random/material,/obj/random/material,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"ET" = (/obj/machinery/light/small,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"EV" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/southern_wilderness)
-"EX" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium,/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Fd" = (/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"Fp" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/light/small,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Fr" = (/obj/structure/table/rack/shelf,/obj/item/reagent_containers/food/snacks/meat/worm,/obj/item/reagent_containers/food/snacks/meat/worm,/obj/item/reagent_containers/food/snacks/meat/worm,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"FE" = (/obj/structure/table/standard,/obj/item/storage/toolbox/syndicate/powertools,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"FG" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc/alarms_hidden{dir = 8; pixel_x = -24},/turf/simulated/floor,/area/surface/tyr/huntery)
-"FN" = (/obj/item/shield_projector/rectangle/automatic/tyrvault,/obj/structure/table/rack/shelf,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzled)
-"FP" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle/tyrdoor{id = "tyrbonuspuzzleone"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"FV" = (/turf/simulated/floor/lava/harmless,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"FW" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 4},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Ge" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Gk" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Gv" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/town)
-"Gy" = (/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"GL" = (/obj/structure/flora/tyr/lilly,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/town)
-"GR" = (/obj/structure/bookcase,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"GW" = (/obj/structure/prop/alien/power,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"Hf" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/town)
-"Hp" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 9},/obj/structure/cable/orange{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Ht" = (/obj/machinery/door/airlock/hatch,/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Hu" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/ancient_ruins/puzzlec)
-"HK" = (/obj/machinery/button/remote/blast_door{id = "tyrbonuspuzzletwo"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/cliffchamber)
-"Ii" = (/turf/simulated/wall/wood,/area/surface/tyr/town)
-"Ik" = (/obj/structure/prop/alien/computer{dir = 4},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/southeast)
-"Iq" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/lunar/experimenter,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"It" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Iu" = (/obj/structure/table/standard,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"IJ" = (/obj/machinery/power/generator{anchored = 1},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"IK" = (/obj/structure/inflatable/door,/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/mining_depot)
-"IQ" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"Je" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 1},/obj/structure/curtain,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Jg" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 8},/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Jr" = (/obj/structure/flora/tyr/flowers,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"Ju" = (/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/north_caverns)
-"JH" = (/obj/machinery/light/small,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"JJ" = (/obj/effect/forcefield/mime,/turf/simulated/shuttle/floor/alienplating/blue,/area/surface/tyr/precursorruins/northwest)
-"JR" = (/obj/structure/table/gold,/obj/machinery/button/remote/blast_door{id = "tyrgroupcheckD"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"JV" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Kw" = (/obj/machinery/clonepod,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"KG" = (/obj/machinery/computer/cloning,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"KU" = (/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectore)
-"La" = (/obj/structure/cable/orange,/obj/item/stack/material/tritium{amount = 50},/obj/structure/closet,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Lb" = (/obj/machinery/light/small,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Lc" = (/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/westleft,/obj/item/clothing/suit/space/void/salvagecorp_shipbreaker,/obj/item/clothing/head/helmet/space/void/salvagecorp_shipbreaker,/obj/item/flashlight/maglight,/obj/item/pickaxe/plasmacutter,/turf/simulated/floor,/area/surface/tyr/huntery)
-"Lj" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Lk" = (/obj/effect/zone_divider,/obj/effect/zone_divider,/turf/simulated/mineral/light/tyr,/area/surface/tyr/north_caverns)
-"Lt" = (/turf/simulated/wall/shull,/area/surface/tyr/huntery)
-"Ly" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"LB" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/northern_wilderness)
-"LI" = (/obj/structure/largecrate/tits,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"LU" = (/mob/living/simple_mob/animal/tyr/mineral_ants/queen,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"LW" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"LX" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/turf/simulated/floor,/area/surface/tyr/huntery)
-"LY" = (/obj/machinery/power/port_gen/pacman/mrs,/obj/structure/cable/orange,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"LZ" = (/obj/structure/bed/chair/bay/chair/padded,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Me" = (/turf/simulated/wall/r_concrete,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Mi" = (/turf/unsimulated/wall/planetary/normal/tyr,/area/surface/tyr/northern_wilderness)
-"Mn" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"Mo" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/turf/simulated/wall/plastihull,/area/surface/tyr/eclipse_stronghold/sectora)
-"My" = (/mob/living/simple_mob/humanoid/eclipse/solar/radiation,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Mz" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/finale)
-"MB" = (/obj/structure/bed/chair/bay/chair/padded,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"MD" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"ME" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"MP" = (/mob/living/simple_mob/mechanical/mecha/eclipse/mining_guard,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"MQ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"MR" = (/turf/simulated/shuttle/wall/alien/blue{density = 0},/area/surface/tyr/precursorruins/southeast)
-"MX" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"MZ" = (/obj/item/stack/material/flint,/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/town)
-"Na" = (/obj/structure/table/rack/shelf,/obj/item/reagent_containers/food/snacks/meat/worm,/obj/item/reagent_containers/food/snacks/meat/worm,/obj/item/reagent_containers/food/snacks/meat/worm,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Nb" = (/obj/machinery/optable,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Nc" = (/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Nd" = (/obj/effect/shuttle_landmark{base_area = /area/surface/tyr/northern_wilderness; base_turf = /turf/simulated/floor/outdoors/desert_planet/sand/tyr; landmark_tag = "valley_w"; name = "Anomalous Tyr Drop Site"},/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/northern_wilderness)
-"Ni" = (/obj/machinery/appliance/cooker/oven,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Nm" = (/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Nn" = (/obj/effect/zone_divider,/obj/effect/zone_divider,/turf/simulated/mineral/light/tyr,/area/surface/tyr/south_caverns)
-"Nq" = (/mob/living/simple_mob/humanoid/eclipse/solar/plant,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ns" = (/obj/structure/bookcase,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Nt" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Nu" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckB"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"Nx" = (/obj/structure/table/rack/shelf,/obj/item/tool/wrench/hybrid/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"NA" = (/obj/structure/bookcase,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"NB" = (/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectora)
-"NK" = (/turf/unsimulated/wall/planetary/normal/tyr,/area/surface/tyr/town)
-"NL" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 4},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"NQ" = (/obj/structure/table/rack/shelf,/obj/item/cell/device/weapon/empproof,/obj/item/cell/device/weapon/empproof,/obj/item/cell/device/weapon/empproof,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"NY" = (/obj/structure/flora/tyr/stonetree,/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Ob" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/solar/radiation,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Oe" = (/obj/effect/floor_decal/corner/lime/diagonal,/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"OF" = (/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/mining_depot)
-"OQ" = (/turf/simulated/mineral/light/tyr,/area/surface/tyr/south_caverns)
-"OR" = (/obj/structure/grille,/obj/structure/window/plastitanium,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"OU" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"OV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/zone_divider,/turf/simulated/floor,/area/surface/tyr/huntery)
-"OW" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Pe" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Pg" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalZ"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"Pq" = (/turf/simulated/wall/stonelogs,/area/surface/tyr/town_hall)
-"Pu" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectorc)
-"Py" = (/turf/simulated/wall/r_lead,/area/surface/tyr/huntery)
-"PE" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/bar_alc/full,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"PK" = (/obj/machinery/vending/boozeomat,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"PM" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"PT" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle/tyrdoor{id = "tyrbonuspuzzlethree"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzleb)
-"PV" = (/obj/structure/table/standard,/obj/item/material/minihoe,/obj/item/material/minihoe,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"PZ" = (/obj/structure/closet/crate,/obj/item/holosign_creator/forcewand,/obj/item/holosign_creator/forcewand,/obj/item/holosign_creator/smokewand,/obj/item/holosign_creator/smokewand,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"Qj" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Qq" = (/obj/structure/flora/tyr/lilly,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Qr" = (/obj/effect/zone_divider,/turf/simulated/wall/solidrock,/area/surface/tyr/north_caverns)
-"QI" = (/mob/living/simple_mob/animal/tyr/mineral_ants/builder,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"QJ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"QK" = (/obj/structure/table/rack/shelf,/obj/item/tool/wirecutters/hybrid/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"QM" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"QO" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_x = -32; pixel_y = -5},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"QP" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/tiled/techmaint,/area/surface/tyr/eclipse_stronghold/sectorc)
-"QU" = (/obj/structure/table/standard,/obj/item/surgical/retractor,/obj/item/stack/medical/advanced/bruise_pack,/turf/simulated/floor,/area/surface/tyr/huntery)
-"Rd" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/precursorruins/spotthediffrence)
-"Rf" = (/obj/structure/largecrate/donksoftvendor,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"Rj" = (/obj/effect/zone_divider,/turf/simulated/wall/solidrock,/area/surface/tyr/south_caverns)
-"Rn" = (/obj/machinery/light/small,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Rp" = (/obj/machinery/appliance/cooker/grill,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"Rq" = (/obj/structure/bed/chair/bar_stool,/mob/living/simple_mob/humanoid/eclipse/lunar/experimenter,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Rw" = (/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/town)
-"Ry" = (/obj/machinery/optable,/turf/simulated/floor,/area/surface/tyr/huntery)
-"Rz" = (/obj/structure/bed/chair/bay/chair/padded{dir = 1},/obj/machinery/light/small,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"RC" = (/obj/machinery/power/rtg/fake_reactor,/obj/structure/cable,/turf/simulated/floor,/area/surface/tyr/huntery)
-"RE" = (/obj/structure/table/standard,/obj/item/storage/toolbox/brass,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"RJ" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/beige,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"RN" = (/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"RQ" = (/obj/machinery/recharge_station,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"RT" = (/obj/structure/prop/alien/computer/hybrid,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"RY" = (/obj/machinery/door/airlock/silver,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"RZ" = (/obj/structure/table/rack/shelf,/obj/item/storage/firstaid/experimental,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Sk" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"Sl" = (/obj/machinery/power/rtg/fake_reactor,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/surface/tyr/huntery)
-"So" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"Sp" = (/obj/structure/table/standard,/obj/item/storage/toolbox/hydro,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"SD" = (/turf/simulated/shuttle/wall/alien/blue{density = 0},/area/surface/tyr/precursorruins/northwest)
-"SH" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzleb)
-"SI" = (/obj/structure/largecrate/animal/jerboa,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"SW" = (/obj/structure/flora/tyr/flowers,/obj/structure/flora/tyr/stonetree,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Tb" = (/obj/machinery/recharge_station,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Th" = (/obj/structure/flora/tyr/flowers,/obj/structure/mob_spawner/beetle_hill,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Tk" = (/obj/machinery/light/small,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ts" = (/obj/structure/table/rack/shelf,/obj/item/ammo_casing/microbattery/medical/haste,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"TC" = (/obj/machinery/door/airlock/silver,/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"TD" = (/obj/structure/table/rack/shelf,/obj/item/ammo_casing/microbattery/medical/resist,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"TF" = (/obj/structure/table/standard,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"TG" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"TO" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"TS" = (/obj/effect/shuttle_landmark{base_area = /area/surface/tyr/town; base_turf = /turf/simulated/floor/outdoors/desert_planet/sand/tyr; landmark_tag = "valley_e"; name = "Anomalous Tyr Drop Site"},/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/town)
-"Uj" = (/obj/structure/table/rack/shelf,/obj/item/weldingtool/experimental/hybrid/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"Um" = (/obj/structure/largecrate/piano,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"Uo" = (/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/northern_wilderness)
-"UC" = (/obj/structure/table/rack/shelf,/obj/item/ammo_casing/microbattery/medical/shrink,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"UH" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckB"},/obj/effect/zone_divider,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"UI" = (/obj/random/trash,/turf/simulated/floor,/area/surface/tyr/eclipse_stronghold/sectore)
-"UJ" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"UK" = (/turf/simulated/shuttle/wall/alien/orange,/area/surface/tyr/ancient_ruins/puzzlea)
-"UQ" = (/obj/machinery/door/airlock,/turf/simulated/floor,/area/surface/tyr/huntery)
-"Vb" = (/obj/structure/morgue,/turf/simulated/floor/bmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ve" = (/mob/living/simple_mob/animal/tyr/rainbow_fly,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Vp" = (/obj/machinery/power/apc/high{dir = 1; pixel_x = null; pixel_y = 24},/obj/structure/cable/orange{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Vr" = (/turf/simulated/wall/solidrock,/area/surface/tyr/north_caverns)
-"Vw" = (/obj/machinery/computer,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Vy" = (/obj/structure/prop/alien/power,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"Vz" = (/obj/structure/table/standard,/obj/item/storage/toolbox/emergency,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"VD" = (/obj/structure/table/standard,/obj/item/surgical/bone_clamp,/turf/simulated/floor,/area/surface/tyr/huntery)
-"VE" = (/obj/structure/table/rack/shelf,/obj/item/ammo_casing/microbattery/medical/grow,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"VJ" = (/obj/structure/fuel_port/heavy{dir = 41; pixel_y = 24},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"VN" = (/obj/structure/table/standard,/obj/item/surgical/scalpel,/turf/simulated/floor,/area/surface/tyr/huntery)
-"VO" = (/obj/structure/table/standard,/obj/item/surgical/hemostat,/obj/item/stack/medical/advanced/bruise_pack,/turf/simulated/floor,/area/surface/tyr/huntery)
-"VQ" = (/mob/living/simple_mob/humanoid/eclipse/head/tyrlead,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"VR" = (/obj/structure/outcrop/weathered_gate,/obj/item/stack/material/weathered_agate,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"VV" = (/obj/structure/table/rack/shelf,/obj/item/tool/crowbar/hybrid/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"VW" = (/obj/effect/simple_portal/linked{portal_id = "tyrpuzzleportalF"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/northwest)
-"VZ" = (/obj/structure/outcrop/weathered_gate,/obj/item/stack/material/weathered_agate,/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Wa" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor,/area/surface/tyr/huntery)
-"Wb" = (/obj/structure/cable/orange{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Wd" = (/obj/machinery/door/blast/puzzle{id = "tyrgroupcheckA"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"We" = (/obj/effect/floor_decal/corner/lime/diagonal,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"Wp" = (/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"Wz" = (/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckA"; opacity = 0},/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckB"; opacity = 0},/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckC"; opacity = 0},/obj/machinery/door/blast/puzzle{density = 0; icon_state = "pdoor0"; id = "tyrgroupcheckD"; opacity = 0},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/precursorruins/finale)
-"WI" = (/obj/machinery/door/blast/puzzle{id = "tyrpuzzlecheckA"},/turf/simulated/shuttle/floor/alienplating,/area/surface/tyr/precursorruins/finale)
-"WK" = (/obj/structure/table/standard,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"WR" = (/obj/structure/table/rack/shelf,/obj/item/tool/screwdriver/hybrid/alien,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins)
-"WU" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 1},/obj/structure/window/plastitanium,/turf/simulated/floor,/area/surface/tyr/huntery)
-"WW" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 6},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"WZ" = (/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/town)
-"Xf" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Xn" = (/obj/machinery/seed_storage,/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/hydro,/area/surface/tyr/eclipse_stronghold/sectore)
-"Xs" = (/obj/effect/zone_divider,/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Xu" = (/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectora)
-"Xy" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 1},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Xz" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"XC" = (/obj/structure/largecrate/animal/wolfgirl,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"XE" = (/turf/simulated/wall/stonelogs,/area/surface/tyr/mining_depot)
-"XI" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/bar_coffee/full,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"XS" = (/mob/living/simple_mob/animal/tyr/mineral_ants/queen,/turf/simulated/floor/outdoors/desert_planet/gravel/tyr,/area/surface/tyr/mining_depot)
-"Yh" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/machinery/computer,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"Yl" = (/obj/structure/grille,/obj/structure/window/plastitanium{dir = 8},/obj/structure/window/plastitanium{dir = 4},/obj/structure/window/plastitanium{dir = 1},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectorb)
-"Yq" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/tyremittercheck,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/northern_wilderness)
-"Yu" = (/mob/living/simple_mob/mechanical/mecha/eclipse/precursor_boss,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/eclipse_stronghold/sectorfinale)
-"Yv" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/orange{dir = 1},/turf/simulated/floor/tiled/red,/area/surface/tyr/eclipse_stronghold/sectora)
-"Yy" = (/obj/effect/floor_decal/corner/white/diagonal,/mob/living/simple_mob/humanoid/eclipse/solar/disablernoodle,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"YK" = (/turf/unsimulated/wall/planetary/normal/tyr,/area/surface/tyr/southern_wilderness)
-"YL" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"YM" = (/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"YN" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/wood,/area/surface/tyr/eclipse_stronghold/sectora)
-"YP" = (/obj/structure/bed/chair/bay/chair/padded/red/bignest,/turf/simulated/floor/wood/alt/panel/turfpack,/area/surface/tyr/town_hall)
-"YZ" = (/obj/effect/zone_divider,/turf/simulated/floor/outdoors/desert_planet/sand/tyr,/area/surface/tyr/northern_wilderness)
-"Za" = (/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"Zb" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/obj/machinery/door/blast/puzzle/tyrdoor{id = "tyrbonuspuzzlefour"},/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzlec)
-"Zc" = (/obj/machinery/optable,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Ze" = (/obj/structure/table/rack/shelf,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzleb)
-"Zl" = (/mob/living/simple_mob/animal/tyr/rainbow_fly,/obj/item/stack/material/flint,/turf/simulated/floor/outdoors/desert_planet/deep_grass/tyr,/area/surface/tyr/south_caverns)
-"Zn" = (/obj/structure/morgue,/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-"Zt" = (/obj/structure/table/rack/shelf,/obj/item/melee/energy/sword/dualsaber,/turf/simulated/shuttle/floor/alien,/area/surface/tyr/ancient_ruins/puzzleb)
-"Zy" = (/turf/simulated/mineral/light/tyr,/area/surface/tyr/north_caverns)
-"ZJ" = (/obj/machinery/appliance/cooker/fryer,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/white,/area/surface/tyr/eclipse_stronghold/sectore)
-"ZM" = (/obj/structure/table/standard,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/mob/living/simple_mob/humanoid/eclipse/lunar/abyssdiver,/turf/simulated/floor/concrete,/area/surface/tyr/eclipse_stronghold/sectore)
-"ZU" = (/obj/structure/fans/hardlight/colorable/abductor{color = "#FF3300"},/turf/simulated/floor/wmarble,/area/surface/tyr/eclipse_stronghold/sectore)
-
-(1,1,1) = {"
-VrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrQrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrQrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrafafafafafafafVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrQrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrQrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVrVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYwYwYwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYajCWajCWajwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYajCWCWCWCWCWajwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYCWCWCWCWCWwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYajCWCWCWCWCWajwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYCWCWCWCWCWwYwYZyZyZyZyZyZyZyRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYaNaNaNwYwYwYZyZyZyZyZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYFVCWCWaSCWCWFVwYwYZyZyZyZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamamamamamamamamamamamamamamamamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWCWCWCWCWCWCWwYZyZyZyZyZyZyRdczczbababaasasawawawczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamcYwHciwHcYwHcYcYwHbdwHcYwHcYamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYCWCWCWCWCWCWCWCWCWwYwYZyZyZyZyZyRdczczbababaasasawawawasasawawawczczRdZyZyZyZyZyZyZyZyZyxixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamwHamwHamwHamcYcYamwHamwHamwHamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYwYwYwYwYwYwYwYwYwYwYZyZyZyZywYCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyZyZyRdasasawawawczczbababaasasawawawczczRdZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamciwHcYwHcYamcYcYamcYwHciwHcYamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYajajwYajajwYajajwYajajwYwYwYwYwYwYCWCWFVCWCWCWCWCWFVCWCWwYwYZyZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyxibExixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamwHamwHamwHamcYcYamwHamwHamwHamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYwYwYwYaNaNwYaNaNwYaNaNwYaNaNwYwYwYwYwYCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyRdRdasasawawawczczbababaczczbababaczczbGxixixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamcYwHbIwHciambZbZamciwHcYwHbIamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYwYCWCWCWCWCWCWCWCWCWCWCWCWCWwYwYZyZyRdceczczbababaasasawawawczczbababaczczbGxixixixixicjxixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamwHamwHamwHamamamamwHamwHamwHamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWalCWwYCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYFVCWCWCWFVCWCWCWCWCWFVCWCWCWFVwYZyZyRdRdczczbababaasasawawawczczbababaczczbGxixixixixixixixiZyZyZyZyZyxixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyambdwHcYwHcYwHdwdwwHcYwHcYwHciamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWCWCWCWCWCWCWCWCWCWCWwYwYwYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxiZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamamamamamamamdwdwamamamamamamamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWwYCWCWCWCWCWwYCWCWCWaNajwYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyRdasasawawawczczbababaasasawawawczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyamdwdwamZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYFVCWCWCWFVCWCWCWCWCWFVCWCWCWFVwYZyZyZyRdczczbababaasasawawawasasawawawczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWCWCWCWYuCWCWCWCWCWCWwYwYwYFVCWCWCWFVCWCWCWCWCWFVCWCWCWFVwYZyZyZyRdczczbababaasasawawawczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixiJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixiJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYCWCWCWwYCWCWCWCWCWwYCWCWCWaNajwYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyRdasasawawawczczbababaczczbababaczczRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWwYwYwYFVCWCWCWFVCWCWCWCWCWFVCWCWCWFVwYZyZyZyRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdRdZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixiZyxiZyZyxixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYwYCWCWCWCWCWCWCWCWCWCWCWCWCWwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrcoJrJrJrZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyxixixixixixixixixixiZyxiZyxiZyZyJrZyZyZyJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWCWaNajwYwYCWCWCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixiJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYwYwYwYaNaNwYaNaNwYaNaNwYaNaNwYwYwYwYwYwYCWCWFVCWCWCWCWCWFVCWCWwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrJrJrJrJrJrJrJrZyZyxixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixicpxixixixixixixiJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYajajwYajajwYajajwYajajwYwYwYwYZywYCWCWCWCWCWCWCWCWCWCWCWwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxiJrJrJrJrJrJrJrJrJrJrJrJrxixixixixixixixixixixiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiJrJrJrJrJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYwYwYwYwYwYwYwYwYwYwYZyZyZyZywYwYCWCWCWCWCWCWCWCWCWwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixiJrJrJrJrJrJrZyJrZyJrJrxixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiJrJrJrJrJrJrJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWCWCWCWCWCWCWwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixiJrJrJrZyZyZyZyZyZyZyxixixixiZyxiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixiJrJrJrJrJrJrJrJrJrcrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYFVCWCWCWCWCWFVwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxiZyZyZyZyJrJrZyJrJrJrJrJrJrJrxixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYwYwYiViViVwYwYwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixiZyxixiZyxixixixixiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTtTtTtTtTtTZyZyZyZyZyZyZyZyZyZyZyZywYCWCWCWwYZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixicGxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTjBmFjBGejBmFjBmFnzmFjBmFtTZyZyZyZyZyZyZyZyZyZyZyZywYdWdWdWwYZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTZyZyZyxixixixixixixixiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTmFjBmFjBmFjBmFjBmFjBmFjBtTZyZyZyZyZyZyZyZyeMeMeMeMeMCHtLCHeMeMeMeMeMZyZyZyZyZytTgfgfdegftTlrlrlrlrtTgmdvgmgmtTgHgHgHgHtTZyZyxixixixiZyZyxixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiZyZyxixiZyZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTjBmFjBmFjBmFjBmFjBmFjBmFtTZyZyZyZyZytTeMeMeMgNCHrLeMtLCHtLeMrLCHgNeMeMeMeMZyZytTgfgfgfgftTlrlrlrlrtTgmgmgmgmtTgHgHgHgHtTZyZyxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixiZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTmFjBmFtTtTtTtTtToVtTtToVtTtTtTtTeMeMeMtLCHTOCHtLCHeMCHtLCHeMCHtLCHTOCHtLeMeMtTtTgXKUKUgXtTbzKUKUbztThaKUKUhatThGKUKUhGtTZyxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrdYJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixiebxixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTjBmFjBGejBrrjBmFjBmFjBtTjBmFjBekjBmFjBmFeAmFjBmFeMeMtLCHtLhWyTrGyTeMtRCHpUeMyTrGyTjntLCHtLeMtTtTgXKUKUgXtTbzKUKUbztThaKUKUhatThGKUKUhGtTxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixiZyZyxiZyZyZyZyZyZyZyZyZyZyZyZyZyZytTyNjBmFjBmFjBmFjBmFjBmFtTyNeUmFeAmFeXmFeYekjBeZiSeMeMtYtLCHTOCHtLkEeMCHtLCHeMlCtLCHTOCHtLtYeMtTtTgXKUKUgXtTbzKUKUbztThaKUKUhatThGKUKUhGtTxixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZytTjBmFjBmFjBLbjBmFjBmFjBtTjBmFjBekjBmFjBmFeAmFjBmFeMeMtRCHlGlLtLCHtLeMtLCHtLeMtLCHtLYllGCHpUeMtTtTtTlTlTtTtTtTlTlTtTtTtTlTlTtTtTtTlTlTtTtTtTdftTMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMeMendndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixiZyZyZyZyxixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZytTtTtTtTtTzqBazqtTtTtTtTtTyNjBzJtTtTtTtTtTfkjBmFfItTtTtTtTeMmfCHtLCHmECHtLmIeMCHtLCHeMmItLCHmECHtLCHmOtTtTKUKUKUKUocKUKUKUKUocKUKUKUKUocKUKUKUKUlTmFjBmFMecQcQMefJfJfJfJuVfJfJfJuVfJfJfJfJMecQcQcQMeYvYvYvsaYvYvyhYvYvYvYvsaYvYvYvYvYvYvYvsaYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixiZyZyZyZyZyZyxixixixixixixixixixixixiZyxiZyZyZyZyZyZyZytTjBmFnzmFjBmFjBmFnzmFjBtTjBmFjBtTmFjBmFekjBmFjBmFeAmFjBmFeMmRtLCHtLmZyTrGyTeMtRCHpUeMyTrGyTnbtLCHtLnxtTtTKUKUKUKUETKUKUKUKUETKUKUKUKUETKUKUKUKUlTjBmFjBMecQMefJfJfJfJfJfJfJfJfJfJfJfJfJfJfJMecQcQMeYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvodYvYvYvYvmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyJrJrJrJrxixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyxixixixixixiZyxixixixixiZyZyZyZyZyZyZytTmFjBmFjBmFjBmFjBmFjBmFtTmFjBmFtTiJeZjBekmFjBmFfMekjBeZiSeMohoitLCHmECHtLmIeMCHtLCHeMmItLCHmECHtLonoztTtTtTlTlTtTtTtTlTlTtTtTtTlTlTtTtTtTlTlTtTtTmFjBmFMeMefJfPfJfJMeMeMeoQoUppMeMeMefJfJfJgkMecQMeYvyhYvYvYvYvYvYvpNYvYvYvYvpRYvYvYvYvYvYvYvmUmUmUmUmUFdpSpSpSFdmUmUmUmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyJrJrxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixiZyxiZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyxixixixiZyZyZyxixixiZyZyZyZyZyZyZyZytTjBmFjBmFjBmFjBmFjBmFjBtTjBmFjBtTmFjBmFekjBmFjBmFeAmFjBmFeMqQtLCHtLqXtLCHtLeMtLsHtLeMtLCHtLrHtLCHtLrVtTtTrXKUKUrXtTsmKUKUsmtTxJKUKUxJtTxRKUKUxRtTjBmFjBMefJfJfJfJMeMespsMspsMspsMspMeMefJfJfJfJMeMeSoYvYvYvYvsZYvYvYvYvyhYvYvYvYvYvthYvYvYvYvmUmUmUmUFdFdVwVwVwFdFdmUmUmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixiZyZyZyxixixiZyZyZyZyZyZyZytTmFjBmFJHmFjBmFJHmFjBmFtTmFjBmFtTtTtTtTtTgAjBmFivtTtTtTtTeMtkCHtLCHTOCHtLkEeMGytLGyeMlCtLCHTOCHtLCHtXtTtTrXKUKUrXtTsmKUiYsmtTxJKUKUxJtTxRKUKUxRtTyNjBzJMefJfJfJMeMespspspspspspspspspMeMefJfJfJfJMeYvYvYvpNYvYvYvYvYvYvYvYvYvYvodYvYvYvYvYvYvmUmUmUFdFduJqnqnqnuJFdFdmUmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixiZyZyZyZyZyZyJrJrxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixiZyZyZyxixiZyZyZyZyZyZyZyZytTiJmFiStTjBmFiStTiJmFiStTjBmFjBtTjBmFjBekjBmFjBmFeAmFjBmFeMuXtLCHtLhWyTrGyTeMtLsHtLeMyTrGyTjntLCHtLvatTtTrXKUKUrXtTsmKUKUsmtTxJKUKUxJtTxRKUKUxRtTjBmFjBMefJfJMeMewbwbwuspspspspspwAwCwCMeMefJfJfJMeYvYvYvYvYvYvYvYvwIYvYvYvpNYvYvYvxDYvYvYvYvmUmUFdFdVwNmNmNmNmNmVwFdFdmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiJrJrJrJrJrJrJrJrxiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixiZyZyxixixixiZyZyZyZyZyZyZytTmFjBmFnzmFjBmFnzmFjBmFtTjtjBmFtTyNjLmFeAmFeXmFjBekjBeZiSeMyiCHtLCHTOCHtLCHeMfetLQJeMCHtLCHTOCHtLCHActTtTAsAsAsAstTAuAuAuAutTAOAOAOAOtTBbBbBbBbtTmFjBmFMeBEfJMespspspByspspspspspByspspspMefJfJhvMeYvYvYvYvYvBFYvodYvYvYvYvYvYvYvYvYvYvYvYvYvmUmUFdBINmNmNmNmNmNmNmCqFdmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiJrJrJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiZyZyZyZyZyZyZytTjBmFjBmFjBmFjBmFjBmFjBtTjBmFjBtTjBmFjBekjBkJlmmFeAmFjBmFeMCstLCHfhzerLCHDpeMtLCHtLeMDICHrLYlpzCHtLmRtTtTAsAsAsAstTAuAulJAutTAOmeAOAOtTBbBbmsBbtTjBnqjBMefJfJMeDXDYspByspspspspspByspEdEiMefJfJfJMeSoYvEHYvYvYvYvYvYvYvYvYvYvYvodYvYvYvyhYvYvmUmUFduJNmeyNmNmNmeyNmuJFdmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixiZyZyZyZyZyZyZyZyZyZyZyxixixixihdxixixixixiJrJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZytTmFjBmFjBmFjBmFjBmFjBmFtTyNjBzJtTtTtTtTtTtTtTtTtTtTtTtTtTeMeMsQeMeMeMeMeMeMeMCHtLCHeMeMeMeMeMeMeMsQeMtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTmFjBmFMefJfJEXspspspByspspFWspspByspspspEXfJfJfJMeYvYvYvYvYvYvodYvYvpNxDYvYvYvYvYvYvYvYvYvYvmUFdFdFdFdFdFdpSFdFdFdFdFdFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyxixixixixixixixixiJrJrJrJrJrJrpKJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZytTjBmFjBLbjBmFjBLbjBmFjBtTjBmFjBmFjBmFnzmFjBmFqkGejBmFjBmFvdCHtLCHtLCHtLiAlGCHtLCHtLCHJViAtLCHtLCHtLCHjBmFnzmFjBmFjBmFjBmFjBGejBmFjBmFjBGejBrWjBmFjBmFjBMefJfJHtspDYspByspspIJspspByspEdspHtfJfJfJMeYvBFsbYvYvYvYvYvYvYvYvYvyhYvYvsZYvYvYvYvYvmUpSNmNmNmNmFdNmNmNmNmNmNmpSmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyxixiuTxixiZyZyZyZyZyZyZyZyxixixixiZyZyZyxiZyxiJrJrJrJrJrJrJrJrJrJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZytTyNjBzJtTmFjBzJtTyNjBzJtTmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBCHtLCHtLCHtLCHtLCHtLCHtLCHtLCHtLCHtLCHtLCHtLmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFMefJfJJespspspByspspJgspspByspspspJefJfJfJMeYvYvYvodYvpNYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvmUpSNmNmNmMPFdNmNmNmNmNmNmpSmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyxixixixiZyZyZyZyZyZyZyJrZyJrJrJrJrJrJrxiJrJrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZytTjBmFjBGejBmFjBGejBmFjBtTjBmFjBmFjBtsjBmFjBmFjBmFjBmFjBmFtLCHoyCHtLuOtLCHtLRntLCHtLRntLCHtLATtLCHoyCHjBmFJHmFjBmFjBmFjBmFjBLbjBmFjBmFjBLbjBmFjBmFjBmFjBMefJfJMeDXDYspByspspspspspByspEdEiMefJfJfJMeYvYvYvYvYvYvYvYvYvLIYvYvYvYvYvYvYvxDpNYvYvmUFdFdFdFdNmFdFdFdFdFdFdFdFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrJrJrxixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZytTmFjBmFjBmFjBmFjBmFjBmFtTmFjBmFtTmFjBmFtTtTmttTtTtTtTtTmteMeMeMtLCHeMeMeMeMeMeMeMeMeMeMeMeMeMCHtLeMeMtTtTtTtTtTtTtTvXtTtTtTtTtTtTtTtTtTtTvXtTtTtTmFjBzJMeBEfJMespspspByspspspspspByspspspMefJfJhvMeYvyhYvpNxDYvYvyhYvYvYvpNYvYvYvEHYvYvYvYvYvmUFdLZLZMBNmLZMBLZLZMBLZLZFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrJrJrxixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZytTjBmFjBmFjBmFjBmFjBmFjBtTjBmFDMtTjBmFjBtTjBmFwmwMwWwMxrmFjBtTeMfetLeMNsNAGRNANQRZNQNAGRNANseMtLQJeMxUxUxUxUxUtTySySySySySlkySySySySlkySySySySyStTjBmFjBMefJfJMeMeOROROWspspspspspPuORORMeMefJfJfJMeYvYvYvYvYvYvziYvYvYvYvYvYvPZYvYvYvYvYvYvYvmUFdQONmNmNmNmNmNmNmNmNmVwFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyJrJrJrxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZytTmFjBmFjBmFzAmFjBmFjBmFtTmFjBmFtTmFjBmFtTmFjBmFjBmFjBmFjBmFtTeMtLCHTOCHtLCHtLCHtLCHtLCHtLCHTOCHtLeMzDzDzDzDzDtTzsySySySySySySySySySySAeySySySyStTmFjBmFMefJfJfJMeMespspspspspspspspspMeMefJfJfJfJMeSoYvpNYvYvYvYvRfYvYvYvYvYvYvYvYvodYvYvYvYvmUFdqnqnRzqnqnRzqnqnRzqnqnFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyJrxixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZytTiJmFAoiIBZoVCeiICumFiStTiJmFiStTiJmFiStTjBmFjBmFjBmFjBmFjBtTeMCHtLeMtLCHtLCHtLCHtLCHtLCHtLeMtLCHeMzDxUxUxUzDtTySySCDySySDmySDmDmySDmySySDmySyStTjBmFjBMefJfJfJfJMeMespnsspspspnsspMeMefJfJfPfJMeMeYvYvYvYvodYvYvYvYvYvYvodYvSIpNYvYvYvyhYvYvmUFdFdFdFdFdFdFdFdFdFdFdFdFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixiZyxixiZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZytTmFjBDzDEmFjBmFFrDzjBmFtTmFjBmFtTmFjBmFtTmFJHmFjBmFjBLbjBmFtTtTtTtTeMCHtLCHTFWKTFWKTFCHtLCHeMtTtTtTzDzDzDIqzDNtySySIuIuIuIuIuIuIuIuIuIuIuIuySkItTmFjBzJMeMefJgkfJfJMeMeMeoQoUppMeMeMefJfJfJfJMecQMeYvYvYvYvYvYvYvEHYvUmYvYvYvYvYvYvYvYvYvYvYvmUFdNmVpNmNmNmVJNmNmNmVpNmFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixiJuxixixixixixixixixixiZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZytTjBmFmoFrjBmFjBFrmomFjBtTjBmFjBtTjBmFjBtTtTtTAJAJAJAJtToVtTtTKwKGKweMeMfetLWKtLVQtLWKtLQJeMeMzDzDLjzDzDzDzDzDNtySySDmySySDmySLWDmySDmySySDmySyStTjBMyjBMecQMefJfJfJfJfJuVfJfJfJuVfJfJfJfJfJMecQcQMeYvYvyhYvYvpNYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvmUFdNmWbWWXfXyNLNLXfXzWbNmFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZytTmFjBDzNamFjBmFDEDzjBmFtTmFjBmFtTmFjBmFtTmFjBmFjBmFjBmFjBmFtTmFjBmFmDeMtLCHtLCHtLCHtLCHtLeMeMMXNizDNizDNizDzDNtySySDmySNqDmySTkTkySObySySDmySyStTmFjBmFMecQcQMefJfJfJfJfJfJfJfJfJfJfJfJfJMecQcQcQMeSoYvYvsZYvYvYvYvEHYvXCpNYvYvYvYvLIYvYvYvYvmUFdyyWbLyFdYhQjYNFdLyWbItFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixiZyZyxixixiZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTtTtTtTtTtTiJmFjBtTjBmFjBtTjBmFjBmFfMmFjBnqjBoVjBMyjBOUeMeMeMCHtLRntLCHeMeMeMeMPePEzDNtzDPKzDzDNtySySIuIuIuIukItTtTzsIuIuIuIuySyStTjBmFjBMeMeMeMeMeMeMeMeMeQMQPQMMeMeMeMeMeMeMeMeMeMeYvodYvYvjkYvYvYvYvYvYvYvYvYvEHYvYvYvYvYvYvmUFdNmWbLyFdFdFdFdFdLyWbNmFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixixixiZyZyZyZyZyZyxixixixixixiZyZytTjBmFjBGejBmFjBGejBmFjBmFnzmFjBzJtTyNjBzJtTmFjBtsjBmFjBmFjBmFtTmFjBmFeMeMeMeMeMeMeMeMeMeMeMeMeMzDRpzDRpzDRpzDzDNtySySDmySySDmySlklkySDmySySRqySyStTmFjBmFtTeeeeeeeeeeeeeetTmFjBmFtTmFRERJSpmFjBmFTbndYvYvYvYvYvYvyhYvYvYvYvYvYvYvYvsAYvYvyhYvYvmUFdNmikvQXyNLNLNLXyHpejNmFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixixixiZyZyxixixixixixixixixixiTCmFjBmFjBmFjBmFjBmFjBmFjBmFfMmFjBtTjBmFjBtTjBmFUJAJjBAJUJmFjBtTVbmFjBtTUIUIUIUIUIUIUIUIUIUIUItTzDNtzDXIYyNtzDzDNtYMySDmySySDmySDmDmZaDmySySDmySyStTjBmFjBtTtTtTtTtTtTtTtTtTjBmFjBtTjBtsjBmFfMmFjBmFgtYvYvfpYvYvYvYvYvYvodYvYvwIYvYvYvYvYvYvYvYvmUFdcZcZLaMoNmNmNmMoLYcZcZFdmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixixitTjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFtTmFjBmFtTmFjBZcjBmFjBZcjBmFtTZnjBmFtTUIUIUIUIUIUIUIUIUIUIUItTzDZJzDZJzDZJzDzDNtySySIuIuIuIuZMIuIuIuIuIuIuIuySkItTyNjBzJtTtTtTtTtTtTtTtTtTyNjBzJtTyNjNshjNmFjBmFRQndYvYvYvYvYvYvpNYvYvYvYvYvYvYvYvYvYvpRYvpNYvmUvhpApApApWpSFdpSqFpApApAuCmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiuTxixixixixixixixixixixixixixixixixixixixiZyZyZyZytTmFjBmFtTtTtTtTtTtTtTtTtTtTjBmFjBtTjBjWjBtTjBmFNbmFJHmFNbmFjBtTVbmFjBtTUIUIUIUIUIUIUIUIUIUIUItTMXzDjVzDzDzDfrzDtTzsySDmySySDmySDmDmySDmySySDmySyStTjBmFjBmFjBmFjBmFjBmFGkmFjBmFjBtTiJshjNshjBmFjBhMndYvYvYvRfYvEHYvYvYvpRYvYvYvYvYvpNYvYvYvYvYvmUoAoAoAoAoAmUmUmUoAoAoAoAoAmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixibExixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixivJxixixixixixixixixiZyZyZyZyZyZytTiJmFiStTBdBdBdBdBdBdBdBdtTyNjBzJtTyNjBzJtTtTmttTtTtTtTtToVtTtTtTtTtTtTUIUIUIUIUIUIUIUIUIUIUItTzDzDFpzDzDFpzDzDtTySySySySySTkySySySySySySySySySyStTmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFtTmFDhmFjBmFeXmFjBgtYvodYvYvYvYvYvYvYvYvYvYvyhYvYvYvYvYvYvsbYvmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixixixixixixixixixixiZyZyZyZyZyZyZyZytTmFjBmFtTBdBdBdBdBdBdBdBdtTjBmFjBtTjBmFjBmFjBmFnzmFjBmFnzmFjBmFnzmFjBtTUIUIUIUIUIUIUIUIUIUIUItTtTRYtTtTtTtTRYtTtTtTtTtTMDtTtTtTqTqTqTqTqTqTqTqTtTtTjBmFjBmFjBmFJHmFjBmFJHmFjBmFjBtTjBFECKVzjBmFjByFndYvEpYvYvYvYvYvYvYvYvYvYvEpYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvYvndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyxixixixixixixixixixixixixixixixiZyZyZyZyZyZyZytTjBmFjBtTBdBdBdBdBdBdBdBdtTmFjBmFtTmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFmtUIUIUIUIUIUIUIUIUIUIUItTzDzDYLzDzDYLzDYLjVzDzDYLzDzDtTzlaqaqtvaqaqtvaqaqzltTmFjBmFtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtToVtTtTtTndndndndNBjpNBndndjpXujpndndndjpNBjpndndndndndndndndndndndndndndndndndndndndndZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixiZyZyZyZyZyZyZyxixixixixixixixixixixixixixiZyZyZyZyZyZyZyZytTmFjBmFtTBdBdBdBdBdBdBdBdtTjBmFjBtTjBmFjBmFjBmFJHmFjBmFhVmFjBmFJHmFjBtTUIUIUIUIUIUIUIUIUIUIUIMDzDzDzDzDfrzDzDzDzDzDzDzDzDzDMDzlzlzlzlzlzlzlzlzlzltTjBmFjBmFjhxixixixixixixixixixixijhmFjBmFjBmFjBmFnzmFjBmFDhmFjBmFnzmFjBmFjBGejBmFjBmFtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixiZyZyZyZyZyZyZyZyZytTiJjWiStTtTtTtTtTtTtTtTtTtTyNjBmFtTyNjBmFtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTUIUIUIUIUIUIUIUIUIUIUItTzDzDFpzDzDFpzDFpzDzDzDFpzDzDtTzlaqaqaqzlneaqaqaqzlkNmFjBmFjBZUxixixixixixixixixixixiZUjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBmFjBtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZytTmFjBmFjhxixixixixixixixiZUjBmFjBmFjBmFjBtTZyZyZyZyZyZyZyZyZyZyZyZyZytTUIUIUIUIUIUIUIUIUIUIUItTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTWezlzlzlzlzlzlzlzlBvtTjBmFjBmFjhxixixixixixixixixixixijhmFjBmFjBmFjBmFJHmFfMmFjBmFjBmFJHmFjBmFjBLbjBmFeXmFtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTjBmFjBZUxixixixixixixixijhmFjBmFDMmFjBmFtTZyZyZyZyZyZyZyZyZyZyZyZyZytTUIUIUIUIUIUIUIUIUIUIUItTZyZyZyZyZyZyZyZyZyZyZyZyZyZytTzlzlzlOezlzlzlzlzlzltTtTtTtTtTtTxixixixixixixixixixixitTtTtTtToVtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTmFjBmFjhxixixixixixixixiZUjBmFjBmFjBmFjBtTZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTtTtTtTtTZyZyZyZyZyZyZyZyZyZyZyZyZyZytTkWdMbWvfIQPVkybWsCXntTZyZyZyZyZyxixixixixixixixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTxixixixixixixixitTtTtTtTtTtTtTtTtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTtTtTtTtTtTtTtTtTtTtTtTZyZyZyZyZyxixixixixixixixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTBdBdBdBdtTxixixixixixixixitTBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTBdBdBdBdtTxixixixixixixixitTBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTBdBdBdBdtTxixixixixixixixitTBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixivJxixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-VrZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixiZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZytTBdBdBdBdtTxixixixixixixixitTBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyxixixixixixixixixixixixixixixixixixitTBdBdBdBdBdBdBdtTZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyZyVr
-QranananananananananananananananananananananananananCrCrCrCrCranananananananananananananLkanananananananananananananananananananCrCrCrCrananananananananananananananananananqRqRqRqRqRqRCrCrCrCrCrCrCrCrqRqRqRqRqRqRanananananananananananananananananananananananananananananananananananananananananCrCranananananananananCrCrCrCrCrCrCrCrCrCrCrCrCrCrCrCrCrCrCrqRqRqRqRqRqRqRqRqRanananananananCrCrCrCranananananananananananananananLkananananananananananananananananananananananananananananananananananananananananananQr
-MijDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPDqcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPYK
-MijDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUojDjDUoUojDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDcPcPcPcPcPDODODODODODODODOcPcPcPcPDODODOcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPDqcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPYK
-MijDjDjDjDjDUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDDODODODODODODODODODODODODODODODODODODODODODODODODOcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPDODODODODODOEVDOcPcPcPcPcPDODODODODODODODODODODODOcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPcPDODODODODODOYK
-MijDjDjDUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDqIjDjDUoUojDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDqIjDjDjDjDjDjDjDUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODOcPcPcPcPcPcPcPcPcPcPcPcPDODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODOcPcPcPcPcPcPDOcPcPcPDODODODODODODODODODODOYK
-MijDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDqIjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUojDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MijDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoEoEoAWEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoEoEoBCBCBCEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoEoEoBCBTBTBTBCEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoEoBCBTDWDWDWBTBCEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoAWBCBTDWFNDWBTBCAWUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoEoBCBTDWDWDWBTBCEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoEoEoBCBTBTBTBCEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoEoEoBCBCBCEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoEoEoAWEoEoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVFPpVpVUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoHuHuZbHuHuUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVWpWpWppVpVUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoHuHuMnMnMnHuHuUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVNxWpWpWpQKpVpVYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZHuHuTsMnMnMnTDHuHuUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVWpWpQKWpUjWpWppVYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZHuMnMnUCMnVEMnMnHuUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoFPWpWpWpWpWpWpWpFPYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZZbMnMnMnMnMnMnMnZbUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVWpWpVVWpWRWpWppVYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZHuMnMnVEMnUCMnMnHuUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVUjWpWpWpVVpVpVYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZHuHuTDMnMnMnTsHuHuUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVWpWpWppVpVUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoHuHuMnMnMnHuHuUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUopVpVFPpVpVUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoHuHuZbHuHuUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOEVDODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODODOYK
-zhYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZYZHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfHfso
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZPqPqPqPqPqPqPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZPqPqjdxExExExEPqPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqPqxExExExExExExEPqPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExERNzWRNxExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWYqYqYqtWUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZdkdkPTdkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqYPYPiExExExEiEYPYPPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWtWLBLBLBtWtWUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZdkdkSHSHSHdkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWtWLBLBLBLBLBtWtWYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfdkdkZeSHSHSHZedkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYqLBLBLBLBLBLBLBYqYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfdkSHSHZtSHZeSHSHdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqYPYPiExExExEiEYPYPPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYqLBLBLBeWLBLBLBYqYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfPTSHSHSHSHSHSHSHPTWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoNdUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYqLBLBLBLBLBLBLBYqYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfdkSHSHZeSHZtSHSHdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWtWLBLBLBLBLBtWtWYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfdkdkZeSHSHSHZedkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqYPYPiExExExEiEYPYPPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWtWLBLBLBtWtWUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZdkdkSHSHSHdkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUotWYqYqYqtWUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZdkdkPTdkdkWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwHfWZWZWZWZWZWZWZWZWZWZWZWZWZPqxExExExExExExExExEPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwGvRwWZWZWZWZWZWZWZWZWZWZWZWZPqPqPqPqvPPqvPPqPqPqPqWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwGvRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZGvRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZRwRwRwRwRwRwRwRwRwRwWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZTSWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZRwRwRwRwRwRwRwRwRwRwWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZRwRwRwRwRwRwRwRwRwRwRwWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZRwRwRwRwRwWZWZRwRwRwRwRwRwRwWZWZWZWZRwRwRwWZWZWZWZXEXEXEXEXEXEXEXEXEXEXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfRwRwRwRwRwWZWZWZWZWZWZWZRwRwRwWZWZWZRwRwRwRwWZWZWZWZXEOFOFOFOFOFOFOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKlKUKUKUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfRwRwRwWZWZWZWZWZWZWZWZWZWZRwRwRwWZRwRwRwRwWZWZWZWZRwXEOFOFOFOFOFOFOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKiFiFiFUKUKUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKvKvKLtLtLtLtLthiLtBYBYLtLtWUvKvKLtLtLtLtWZWZRwRwRwRwRwRwRwRwWZWZRwRwIKOFOFOFOFOFOFOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKtJiFiFiFtJUKUKUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKyKyKyKyKMQiririrOVirirpsLtvRyKkKyKLcLtLtLtLtWZWZRwRwRwRwRwRwRwRwRwRwRwIKOFOFOFOFOFXSOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKiFiFoRiFoRiFiFUKUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKyKyKyKChPyPyPyrdPyyKChLtvRdHyKyKLcLtqvqvLtLtWZRwRwRwrUrUrURwRwRwRwRwXEOFOFOFOFOFOFOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUolKiFiFiFiFiFiFiFlKUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKyKyKyKChPyPySlrdPyyKChLtLtLtUQLtLtLtyKdbyKvKWZRwRwrUrUrUrUrURwRwRwWZXEOFOFOFOFOFOFOFOFOFXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKiFiFoRiFoRiFiFUKUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKyKyKClnPirnpBOPyFGSkyKyKyKyKyKyKUQyKyKyKLXWZRwRwrUrUGLrUrURwRwWZWZXEXEXEXEXEXEXEXEXEXEXEWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKtJiFiFiFtJUKUKUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKvKyKyKChPyPyRCrdPyyKChLtLtLtUQLtLtLtyKdbyKLXWZRwRwrUrUrUrUrURwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKiFiFiFUKUKUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKyKyKyKyKChPyPyPyrdPyyKChLtVOyKyKdHfKLtqvqvLtLtWZRwRwRwrUrUrURwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUKUKlKUKUKUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKvKyKyKwOiririrOVirirPMLtVDRyVNRyQULtLtLtLtWZWZWZRwRwRwRwRwMZRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZvKLtLtLtLtLthiLtBYBYLtLtvKWavKLtLtLtLtWZWZWZWZWZRwRwRwRwRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZRwRwRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZRwdhWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDqIjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZRwRwRwRwRwRwWZWZWZWZWZWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZyoIiWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUoUojDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZRwRwRwRwRwRwRwRwWZWZWZWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUojDjDjDjDjDjDjDjDjDjDrprUWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZrUrUrUWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwRwWZRwRwRwRwWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZNK
-MiUoUoUoUoUoUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUojDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDrprUrUrUrUrUrUrUrUrUWZWZWZWZWZWZWZrUrUrUrUrUrUrUrUrUWZWZWZWZWZWZWZWZWZrUrUrUrUrUrUrUrUrUrUWZWZWZWZWZWZWZWZWZWZWZWZrUrUrUrUrUrUWZHfWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZWZRwRwRwRwRwRwRwRwWZWZWZWZWZWZrUrUrUrUrUrUWZWZWZWZWZWZNK
-MiUoUoUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoUoYZUoUoUojDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDrprUrUrUrUrUrUrUrUrUrUrUWZWZWZrUrUrUrUrUrUrUrUrUrUrUrUrUWZWZrUrUrUWZrUrUrUrUrUrUrUrUrUrUrUrUrUWZWZWZWZWZWZWZWZrUrUrUrUrUrUrUrUrUrprUrUrUrUWZWZrUrUrUrUrUrUWZWZWZWZrUrURwRwRwRwRwWZWZWZWZWZrUrUrUrUrUrUrUrUrUrUWZWZWZWZNK
-MijDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDUojDjDjDjDUoUoUoUoUojDjDjDjDUoUoUoYZjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDrprUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUWZWZWZrUrUrUrUrUrUrUrUrUrUrUrUrprUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrURwRwRwWZWZWZrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUNK
-MijDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDqIjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDjDrprUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrprUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUrUNK
-RjmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvzSzSzSzSzSXsmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvfQfQpdpdpdfQfQmvmvmvmvmvmvmvmvmvmvfQfQUHUHUHfQfQmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvNnmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvzSzSzSzSzSzSmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvmvRj
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNczSOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQMzMzMzMzMzhkwdwdwdhkMzMzMzMzMzOQOQMzMzMzMzMzhmllllllhmMzMzMzMzMzOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcuhNcNczSOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQMzMzMzMzMzMzhkhkhkhkwdhkhkwdwdwdwdMzMzMzMzllllllllhmhmllhmhmhmhmMzMzMzMzMzMzOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQuhNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcxXNczSOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzMzllllllllMzwdwdwdhkwdwdwdwdhkhkwdMzMzMzMzllhmhmllllllllhmllllllMzwdwdwdwdMzMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNceieiVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNceiwGeiNcOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNceiNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNczSNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllllhmhmllMzwdhkwdhkhkhkhkhkhkhkwdMzMzMzMzllhmhmhmhmhmhmhmllhmllMzwdhkhkwdwdMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNceieieieioEOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcNcNcNcNcNcNcNcmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNceiNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQNcNcNcNcLUNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieiNcOQNcNczSNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmllWIwdhkwdhkhkwdwdwdhkhkwdMzMzMzMzllhmhmllllllhmhmllhmllxuwdhkhkhkwdMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNceieiNcNcxXNcNcNcNcNcNcNczSNcNcOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQNceieieieieieiOQOQOQNczSNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllllllhmhmMzhkwdwdhkhkwdhkwdwdwdwdMzMzMzMzllllllllhmllhmhmllllhmMzhkhkwdwdwdMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNcNcNcQqNcNcNcNcNcNcNceiOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNceieizSNcNceiDBNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQNcNcNcNcNcNcNcNcNcNcQINcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNceieieiDBeieiOQOQOQOQOQzSNcVeNcNcNcNcNcOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzhmhmllhmhmMzhkwdhkhkhkwdhkhkhkhkhkMzMzMzMzhmhmhmhmhmllhmhmhmllhmMzhkhkwdhkhkMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcNcNcNcxXNcNcNcNcNcNcNcNceieiOQOQOQOQOQOQeieiNcNcNcNcNcNcNcNcNcNceiNcOQOQOQOQzSNcNcNcNcNcNcNcVROQOQOQNceiNceiNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQNcNcNcuhNcNcNcNceieieieieieiOQOQOQOQOQmvNcNcNcNcNcNcNcNcNcOQOQOQOQNcNcNcNcNcNcNcOQOQNcNcNcNcNcuhNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzhmhmllhmhmMzhkwdwdwdwdwdhkhkhkhkhkMzMzMzMzhmhmhmhmhmllhmllllllhmMzhkhkwdhkhkMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNceieiNcOQOQNcNcNcNcNcQqNcNceieiNcNcOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcNcOQNcNcNcQqNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcxXNcNceieieieieieieieiOQOQOQOQmvOQNcNcNcNcNcNcNcNcNcOQeieieiNcNcVROQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllllllhmhmMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzhkhkwdwdwdMzmvOQOQOQOQOQOQOQOQOQOQOQOQOQeieiuhNcNcNcNcVROQOQeieieieieiOQOQeiwGeieiNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcuhNcOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeieiNcNcNcNcNcNcNcNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQNcNcNcNcNcQINcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQeieieieieieiOQOQmvOQOQNcNcNcNcNcNcNcNceieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcxXNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmhmMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzhkhkhkhkwdMzmvOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcVeNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQNcNcNcNcNcNcNceiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcxXNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQeieieieieiOQOQmvOQOQOQNcNcNcNcNcNceieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmhmMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzhkhkhkhkwdMzmvOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcxXNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcxXeieiNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcQINcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcOQOQmvOQOQOQOQNcNcNceieieijGeieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllllllllllMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzwdwdwdwdwdMzmvOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNceieieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcNcNcoEOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcOQmvOQOQOQOQOQVReieieieieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQiXNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmllMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzwdhkhkhkwdMzmvOQOQOQOQOQOQOQOQOQOQNcNcNceieiOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNceiDBeiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQNcNcNcNcNceieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNczSOQOQOQOQOQOQOQeieieieieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmllMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzwdhkhkhkwdMzmvOQOQOQOQOQOQOQOQOQNcNcNceieiOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNceieiNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQeiNcNcNcwGeiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcQqzSOQOQOQOQOQOQOQOQeieieieieieieieieieieiNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmllMzhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmMzwdhkhkhkwdMzmvOQOQOQOQOQOQOQOQeiNcNceieiOQOQOQOQOQOQNcNcNcNcOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQeieiNcNceieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQlf
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNczSVROQOQOQOQOQOQOQOQeieieieieieiwGeieiNcNcNcNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzhmllllllllMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzwdwdwdwdhkMzmvOQOQOQOQOQOQOQOQeiNcNceiOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeieiNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNcNcNcNcNcNcNcNcOQOQOQOQOQlf
-nUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUOQOQOQOQOQOQOQOQOQNcVezSNcOQOQOQOQOQOQOQOQOQOQeieieieieieiNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzhmllhmhmhmMzhmhmhmhmhmhmhmhmmYhmhmMzMzMzMzhmhmkhhmhmhmhmhmhmhmhmMzhkhkhkwdhkMzmvOQOQOQOQOQOQOQeieiNcNceiOQOQOQOQOQOQOQOQOQNcNcNcQINcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeiNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcQqNcNcNcNcNcNcNcNcOQOQOQOQlf
-nUininininJJinininininJJininininnUinJJininininininJJininininininnUOQOQOQOQOQOQOQOQOQNcNczSNcNcOQOQOQOQOQOQOQOQOQeieieieieiNcNcNcuhNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcuhNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQmvMzllllhmllllWIhmhmhmhmhmhmhmhmmYhmhmMzMzMzMzhmhmkhhmhmhmhmhmhmhmhmxuwdwdhkwdwdMzmvOQOQOQOQOQOQOQeiNcNcNcOQOQOQOQOQOQOQOQOQNcNcQINcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQeieiNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeiNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQlf
-nUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUJJnUinnUinnUinnUinnUJJnUOQOQOQOQOQOQOQOQOQOQNczSNcNcNcOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNcNcNcNcVeNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmllhmMzMzMzMzMzMzMzMzMzMzmYmYMzMzMzMzkhkhMzMzMzMzMzMzMzMzMzMzhkwdhkhkwdMzmvOQOQOQOQOQOQeieixXNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcQINcNcNcNcNcOQOQOQOQOQOQOQOQOQOQeieiNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeiNcNcxXNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcOQNcNcNcNcOQOQOQOQlf
-nUinJJinininininininininininininnUinininininininininininJJinininnUOQOQOQOQOQOQOQOQOQOQOQzSuhNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcxXNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQmvMzllhmhmllllMzhmhmhmhmhmhmhmhmMzhmhmMzMzMzMzhmhmMzhmhmhmhmhmhmhmhmMzwdwdhkhkwdMzmvOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQeieiNcNcNcOQOQNcOQeieiOQeieiOQOQOQOQmvOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcOQOQOQNcNcNcOQOQOQOQlf
-nUnUinnUinnUinnUinnUinnUinnUinnUnUnUinnUinnUinnUJJnUinnUVWnUinnUnUOQOQOQOQOQOQOQOQOQOQOQzSNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQmvMzllhmhmhmllMzhmhmhmhmhmhmhmhmMzhmhmMzMzMzMzhmhmMzhmhmhmhmhmhmhmhmMzwdhkhkhkwdMzmvOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNceieieiNcNcOQOQNczSOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcOQOQOQOQOQNcNcNcOQOQOQlf
-nUininininJJininJJininJJininJJinnUinininJJininininJJininininJJinnUOQOQOQOQOQOQOQOQOQOQOQVZNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQmvMzllllllllllMzhmhmhmhmhmhmhmhmMzhmhmMzMzMzMzhmhmMzhmhmhmhmhmhmhmhmMzwdwdwdwdwdMzmvOQOQOQOQOQNcNcNcQqNcOQOQOQOQOQOQOQOQOQNcNcNcQINcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQNcNcQqxXNcNcNcNcNcNcNcNcNcNcNcNcNczSNcNcNcNcNcQqNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcNcOQOQOQOQNcNcNcNcNcOQOQlf
-nUnUnUinnUinnUinnUinnUPgnUinnUinnUJJnUinnUinnUinnUinnUinnUinnUinnUOQOQOQOQOQOQOQOQOQOQOQmvNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQmvMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzWzWzMzMzMzMzWzWzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzmvOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQNcOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNczSNcNcNcNcNcNcNcNcNcNcNceieiOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNceieiOQOQOQNcNcNcNcNcNcOQOQlf
-nUininnUinininJJininJJinininininnUininininininJJininininininininnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQNcNcNceieiOQOQOQOQOQOQOQOQOQmvOQMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzOQmvOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNceieieiNcNcNcNcNcNcNcNczSNceieieiNcNcNcNcNcNcNcNceieieiNcNcNcOQOQOQOQOQNcNcNcNcNcNceiOQOQOQNcNcNcNcNcNcNcNcOQlf
-nUxbinininnUinnUinnUinnUinnUinnUnUnUinnUinnUinnUxxnUinnUJJnUinnUnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQNcNceieieiOQOQOQOQOQOQOQOQOQmvOQMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzOQmvOQOQOQOQNcNcNcOQOQNcNcNcVROQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcLUOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQeieiDBNcNcNcNcNcNczSNceiOQeiNcOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNceieiOQOQNcNcNcNcNcNcNcNcNcOQlf
-nUininnUininJJinininininJJinininSDinininJJininininininininininJJnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcuhNcNcNcOQOQOQOQOQOQOQeieiSWeieiOQOQOQOQOQOQOQOQmvOQMzhmhmhmnchmhmhmnchmhmhmnchmhmhmhmMzMzMzMzhmhmhmhmnchmhmhmnchmhmhmnchmhmhmMzOQmvOQOQOQiXNcNcNcOQOQNcNcNcNcOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNczSeieiOQOQOQOQOQOQOQNcNcNcNcNcNcNcVeNcNcNcNcNcNcNcNcNcNceieiOQOQOQNcNcNcNcNcNcNcNcNcOQlf
-nUnUnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQeieieieieiOQOQOQOQOQOQOQOQmvOQMzhmhmhmnchmhmhmnchmhmhmnchmhmhmhmMzMzMzMzhmhmhmhmnchmhmhmnchmhmhmnchmhmhmMzOQmvOQOQOQNcNcNcOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNczSOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcNcNcNcNcxXNcNcDBeiOQOQOQOQNcNcNcNcNcNcNcNcNcOQlf
-nUinininJJininininJJininininJJinnUininJJininJJininJJininininininnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcQqNcNcNcNcNcNcOQNcNcNcNcNcOQOQOQOQOQeieieieieiOQOQOQOQOQOQOQOQmvOQMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzOQmvOQOQOQNcNcNcOQOQOQOQOQiXNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQeiNcNcNcNcNceieiOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcmvOQOQOQOQOQOQOQOQOQOQOQOQdieieiNcNcNcNcNcNcNcNcNcNceieiOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQlf
-nUnUinnUinnUJJnUinnUinnUinnUinnUnUnUinnUinnUinnUinnUinnUinnUJJnUnUOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieiNcNcNcNcNcNciXOQOQOQNcNcNcNcNcOQOQOQOQeieieieiOQOQOQOQOQOQOQOQOQmvOQMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmhmMzOQmvOQOQOQNcNcNcOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNceieiOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNcNcNcNcNcNcNceiOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQlf
-nUininJJininininininJJinininininnUininininininJJininininininininnUOQOQOQOQOQOQOQOQOQOQOQmvOQVRNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieieieiNcNcOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQNceieieiOQOQOQOQOQOQOQOQOQmvOQMzMzWzWzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzWzWzMzMzOQmvOQOQOQNcNcVROQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNceiVROQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUinnUinnUPgnUinnUinnUinnUinnUinnUinnUinnUyMnUinnUinnUJJnUzvnUinnUOQOQOQOQOQOQOQOQOQOQOQmvOQjCeiNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieieieieiOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQNcNceieiOQOQOQOQOQOQOQOQOQmvOQOQMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzOQOQmvOQOQNcNcNcOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNceieiOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcNcNcOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUininininininJJinininininJJininnUininJJinininininininininininJJnUOQOQOQOQOQOQOQOQOQOQOQmvOQOQeieieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiDBeieieieieiOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQmvOQOQMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzOQOQmvOQOQNcNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcxXNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUOQOQOQOQOQOQOQOQOQOQOQmvOQOQeieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQmvOQOQMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzOQOQmvOQNcNcNcNcOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNcNcNcNcNcOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUininininJJinininJJinininininJJnUinininininJJininininininJJininnUOQOQOQOQOQOQOQOQOQOQOQmvOQjCeieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieiwGeieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQmvOQOQMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmhmMzhmhmhmhmhmhmhmMzOQOQmvOQNcNcNcOQOQOQOQOQOQNcNcNcNcxXNcZlNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUOQOQOQOQOQOQOQOQOQOQOQmvOQeieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQNceieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcQqNcNcNcOQOQOQOQOQOQOQOQOQmvOQOQMzMzMzMzWzMzMzWzMzMzoIyqeffShmhmMzMzMzMzhmhmhmhmhmhmMzMzWzMzMzWzMzMzMzMzOQOQmvOQNcNcNcOQOQOQOQOQNcNcNceieiNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQNcNcNcQqNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUininJJininininininininininininnUininJJininininininJJinininininnUOQOQOQOQOQOQOQOQOQOQOQmvOQeieiDBeiOQOQOQOQOQOQOQOQOQOQOQOQOQNcNceieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcuhNcNcNcNcNcOQOQOQOQOQOQOQOQmvOQOQOQMzMzMzhmvbvbhmEAMzhmhmhmhmhmhmMzMzMzMzhmhmhmhmhmhmMzMzhmvbvbhmJRMzMzOQOQOQmvOQNcNcNcOQOQOQOQNcNcNceieieiNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcVROQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQjCeiNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUnUinnUxxnUinnUinnUinnUJJnUinnUnUnUinnUinnUinnUnKnUinnUinnUinnUnUOQOQOQOQOQOQOQOQOQOQjCDkeieieieieiOQOQOQOQOQOQOQOQOQOQOQNcNcNceieieieieiDBeieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQmvOQOQOQMzMzyxhmvbvbhmMzMzWdNuysvchmhmMzMzMzMzhmhmhmhmhmhmMzvNhmvbvbhmMzMzMzOQOQOQmvOQNcNcNcOQOQNcNcNcNceieieieiNcNcOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNceiDkOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUininininininininJJininininJJinnUinJJininininJJininininJJinJJinnUOQOQOQOQOQOQOQOQOQOQeiDkSWeieieieieieiOQOQOQOQOQOQOQOQNcNcNcNceieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcVROQOQOQOQOQmvOQOQOQMzMzMzNuMzMzNuMzMzhmhmhmhmMzMzMzMzMzMzMzMzhmhmhmhmMzMzysMzMzvcMzMzMzOQOQOQmvOQNcNcNcOQNcNcNceieiDBeieiNcNcOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcNcDkeiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUinnUinnUinnUinnUinnUinnUinnUinnUinnUVWnUinnUinnUinnUinnUinnUinnUOQOQOQOQOQOQOQOQOQeieiDkeieieiwGeieieieiOQOQOQOQOQVRNcNcNcNcNceieieieiOQeieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQNcmvOQOQOQOQMzhmhmhmhmhmMzMzhmhmMzMzMznvgyRTRTgynvMzMzMzhmhmMzMzhmhmhmhmhmMzOQOQOQOQmvOQOQNcNcNcNcNceiwGeieiNcNcNcOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNczSeieiThOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQjCeiNcNcNceidiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUinJJinininininJJininininJJininnUininininJJininJJininJJininininnUOQOQOQOQOQOQOQjCNceieiDkeieieieieieieieieiOQOQOQNcNcNcxXNcNceieiOQOQOQOQOQeieieieiOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcOQOQNcNcNcNcNcNcNcNcNcNcNcmvOQOQOQOQMzMzhmhmhmhmhmMzMzMzMzfxuFhmhmhmhmhmhmuFfxMzMzMzMzhmhmhmhmhmMzMzOQOQOQOQmvOQOQiXNcNcNcNcNceieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQTheiNcNcNYNcNceieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNceieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUnUinnUinnUJJnUinnUMEnUinnUinnUnUnUinnUinnUinnUinnUMEnUinnUinnUnUOQOQOQOQOQOQOQNcNcNceimvOQeieieieieieieieiNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQeieiSWeiNcOQOQOQOQOQOQOQOQOQOQOQeieieiNcNcNcNcOQOQOQOQOQNcNcNcNcNcNcNcNcNczSOQOQOQOQOQMzhmhmhmhmhmhmhmMzuFhmhmhmhmVyVyhmhmhmhmuFMzhmhmhmhmhmhmhmMzOQOQOQOQOQmvOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieiDBNcNcNcNcuhNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieizSNcNcNcNceieieiOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQlf
-nUJJinininininininininJJininininnUininJJinininininininininJJininnUOQOQOQOQOQOQNcNcNcNcjCmvOQjCeieieieieieiNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQeieieiNcNcOQOQOQOQOQOQOQOQOQeieieieieieiNcNcOQOQOQOQOQOQOQNcNcNcNcNcNcNcNczSOQOQOQOQOQMzMzhmhmhmhmhmhmezhmhmhmhmVyMzMzVyhmhmhmhmezhmhmhmhmhmhmMzMzOQOQOQOQOQmvOQOQNcNcNcQqxXNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiDkNcNcNcNcNcNceieiOQOQOQOQOQOQOQOQOQOQeieiNcNcNceiOQOQOQOQOQxmxmxmxmxmxmxmxmxmxmxmxmxmxm
-nUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUinnUOQOQOQjCNcNcQqNcNcOQOQmvOQOQOQOQeieieiNcNcQqNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcoEOQOQOQOQOQOQOQeieieieieieieieiOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNczSNcOQOQOQOQOQMzMzMzhmhmhmhmezhmhmhmhmhmVyVyhmhmhmhmhmezhmhmhmhmMzMzMzOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQDkeieiNcNcNcNcNceieiOQOQOQOQOQOQOQOQjCeiNcNceieieiOQOQOQOQOQxmmumumumumumumumumuxmmumuxm
-nUininininJJinininJJininininJJinnUinininininJJinininJJinininininnUOQOQOQNcNcNcNcNcOQOQOQmvOQOQOQOQjCNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQNceieieieieiOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcuhNcNczSNcOQOQOQOQOQOQOQMzMzMzhmhmMzfxhmhmhmhmhmhmhmhmhmhmfxMzhmhmMzMzMzOQOQOQOQOQOQOQOQmvNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcNcxXNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQeieieiNcNcNcNceiOQOQOQOQOQOQOQOQeieiNcNceijCOQOQOQOQOQOQxmmumumumumumuxmmumumumumuxm
-nUnUinnUnKnUinnUinnUinnUinnUzvnUnUnUinnUinnUinnUinnUinnUinnUinnUnUjCOQNcNcNcNcNcjCOQOQOQmvOQOQOQOQOQiXNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQNcNcxXeieieieiOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNczSNcNcOQOQOQOQOQOQOQOQMzMzMzMzMzuFfxbKhHfufuhHbKfxuFMzMzMzMzMzOQOQOQOQOQOQOQeieieiDkNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcQqNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQeiNcNcNcNceieiOQOQOQOQOQOQeieiNcNcNceiOQOQOQOQOQOQOQxmmuxmmumumumumumumumuxmmuxm
-nUinJJinininininJJinininJJinininnUininJJininininJJinininininJJinnUNcNcNcNcNcOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQNcNcNcNcNcNceiOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNczSNcNcNcOQOQOQOQOQOQOQOQOQOQOQMzMzMzMzMzMzMzMzMzMzMzMzOQOQOQOQOQOQOQOQOQOQeieieiNczSNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNceieieieieiOQOQOQmvOQOQOQOQVRNcNcNcNceiOQOQOQOQjCeieiNcNcNcOQOQOQOQOQOQOQOQOQxmmumumuxmmumumumumumumumuxm
-nUinnUinnUinnUJJnUinnUinnUinnUinnUinnUinnUyMnUinnUinnUinnUinnUinTGNcNcNcOQjCOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNczSNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieiNcNczSNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNceieiOQOQOQOQOQOQOQOQOQVRNcNcNcNcNcNceieiOQOQmvOQOQOQOQOQNcNcNcNcNcNcjCOQOQeieiNcNcNcjCOQOQOQOQOQOQOQOQOQxmmumumumumumuxmmumumumuxmxm
-nUininininJJinininininininininJJnUJJinininininininininJJininininnUNcOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQNcNcNcuhNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNczSNcNcNcNceieiOQeieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNceieiNcNcxXzSNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNceieieieiNcNcNcNcNceieiOQOQeieieiNcNcNcNcNcNcNcNcNcNcNceieieimvOQOQOQOQOQOQNcNcNcxXNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQxmmumumumumumumumumumumumuxm
-nUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUnUjCOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQNczSNcNcNcNceieieieieieieieieiNcNcNcNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNczSNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNceieiOQOQeieieieiNcNcNceieieieiNcNcNcNcNceieieieieieieiNcNcNcNczSNcVROQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQxmxmxmxmxmmumumumumumumuxmmumumuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcQqNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQzSNcNcNcNcNceieieieieieiNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcuhNceieiDkNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNceieiOQOQOQOQOQOQeieiNcNcNcNcNcNcNcNcNcNceieiOQOQOQOQOQeiDBeiNcNczSNcNcNcNcNcNcNcNcNcNcNcNciXOQOQNcNcNcNcNcjCOQOQOQOQOQxmnfnfnfmumumumumumumumumumumuxmxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQmvNcNcNcNcNceieieiwGeiNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQNcNcNcNcNcNcNcNcNcNceieieiDkNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNceiOQOQOQOQOQOQOQOQeieiNcNcNcNcNcNcNceieieiOQOQOQOQOQOQOQOQeieieizSNcNcNcNcNcNcNcNcNcNcjCOQOQOQOQjCOQNcNcNcOQOQOQOQOQOQxmnfctnfmumumumuxmmumumumumumuxmxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNczSNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQmvOQOQNcNcNcNcNcNcVeNcNcNcNcNcNcNcNcNcNcNcNcNcNcNceieiNcNcNcNcNcQqNcNcNcNceieieieiDkNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQeieiNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQzSNcNcNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQNcNcNcjCOQOQOQOQxmnfnfnfmuxmmumumumumumumumumuxmxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNcNcNcNcNcNcNcNcNcNczSNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQmvOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQNcNcNcNcNcNceieieiNcNcNcNcNcNcNcNcOQOQOQOQeiDBDkeiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQeieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcuhNcOQOQOQOQOQOQOQOQOQOQOQOQOQxmaIaIxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmMRxmxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNceiOQOQOQOQeiNcNcNcNcNcNcuhNcNcNcNcNcNcQqNcNczSNcNcNcNcVeNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQmvOQOQOQOQNcNcNcNcNcNcQqNcNcOQOQOQOQOQOQOQNcNceieieieiNcNcNcNcNcNcOQOQOQOQOQOQOQeiDkeiNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQxmnfnfmumumumumuxmnfnfnfmumumumumumumumumumumumuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNceieieieieieieieiNcNcNcNcNcNcxXNcNcNcNcNcNcNcNczSNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcVROQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQeieieieieieiNcNcNcOQOQOQOQOQOQOQOQOQOQDkeieiNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQxmxmxmmumumumumuxmnfxmmumuxmxmxmxmxmxmxmxmxmxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNceieieieiDBeieieieiNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQmviXNcNcNcNcxXNcNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQmvOQOQOQOQOQOQOQiXNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQeieieiiXOQOQOQOQOQOQOQOQOQOQOQOQVZeieiNcNcNcNceieiVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQxmmumumumumumumuxmnfxmmumumumumumumumumumumuxmmuxm
-lfOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNceieieieieieieieieieieiNcNcNcVROQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQiXNcNcNcOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmveiNcNcNcNcNceieieieieiNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvNcQqNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQxmmumumumumumumuxmnfxmmuxmmumumumuxmmumuxmmuxmmuxm
-lfOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcNcNcNcuhNcNcNcNcNceiOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQVRNcNcNceieieieieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQzSNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQxmmumumumumumumuxmnfxmmumumumumuxmmumumumumuxmmuxm
-lfOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcNcNcNcNcNcNcNceieieieiOQOQOQOQOQOQOQOQNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQNcNcNceieieieieiNcNcNcOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNczSNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQxmxmxmmuxmmumumuxmnfxmmumumuxmmumumumumumumuxmmuxm
-lfOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcNcNcNcNcNcNcNceieieieieieieieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieiNcNcOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQNcNceieieiNcNcNcNcuhNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNczSNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQxmxmxmmuxmmumumuxmnfxmmuxmmumumumuxmmumuxmmuxmmuxm
-lfOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQNcNcQINcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvNcNcNcNcNcNcNcOQNcNcNcNcNceieieieieieieieieieieiDBeieieieieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieiOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcxXVeNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcxXuhNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNczSNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQxmxmxmnfxmxmxmxmxmnfxmmumumuxmmumumumumumumuxmmuxm
-lfOQOQOQOQOQNcNcxXNcNcOQOQOQOQNcQINcNcNcNcNcLUNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQzSNcNcNcNcNcNcOQOQOQOQVReieieieieieieieieieieieieieieieiwGeieiNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQeieieieieieieiOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQVRNceieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQVRNcNczSNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQxmxmxmnfmumumuxmxmnfxmmumumumumumumuxmmumumuxmmuxm
-lfOQOQOQOQOQNcNcNcNcOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNczSNcNcNcNcNcOQOQOQOQOQOQeieieieieieieieieieieieieieieieijGeieiNcNcNcNcNcNcNcNcNcNcNcNcNcNcNceieieieieiDBeiOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQeieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQNcNcNcNcOQOQOQOQOQOQOQOQOQOQVRNcNcOQNcOQOQOQNcNcNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNczSNcNcOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQOQxmmumumumumumumuxmnfxmxmmumumumuxmmumumumumuxmmuxm
-lfOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcQINcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNczSQqNcNcNcOQOQOQOQOQOQOQOQOQeieiDBeieieieieieieieieieieieieieiNcNcVeNcNcNcNcNcNcNcNcNcNcNcNceieieieieieieieieiNcNcNcOQOQOQOQOQmvOQOQOQOQOQOQOQNcNcNceieieieieieieieiThOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNczSNcNcNcOQOQOQOQOQOQiXNcNcNcNcNcOQOQOQxmmumumumuxmmumuxmnfxmxmmumuxmmumumumuxmmumuxmmuxm
-lfOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQOQNcNcNcQINcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQeiOQNcNcNczSNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieieiOQOQOQOQOQOQeieiNcNcNcNcNcuhNcNcNcNcQqNcNcNceieieieieieieieieieiNcNcNcNcNcNcOQOQmvOQOQOQOQOQOQNcNcNceiNceieieieieieiDBeieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNciXOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNczSNcNcNcNcNcOQOQOQNcNcNcNcNcNcNcNcOQOQxmmumumumumumumunfnfxmxmmumumumumumumumumuxmxmmuxm
-lfOQOQOQOQOQNcNcNcNcQqNcOQOQOQOQOQOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQeieieieiNcNcNcNczSNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNceieieieieieieieieieieieiNcNcNcNcNcNcNczSNcNcNcNcNcNcNcNcNceieieieieieieieieieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcVZOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQxmmumuxmmumumumuxmxmxmxmmuxmmumumumumumumumuxmmuxm
-lfOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieiNcNcNczSNcNcOQOQOQOQOQOQOQOQOQOQOQlflfuKuKuKuKuKuKuKlflfOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNceieieieieieiwGeieieieieieiNcNcNcNcNcNcNczSNcNcNcQqNcNcNcNcNceieieieieieieieieieieieieiNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQNcNcNcQqNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcmvOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQxmmumuxmmumumumuxmxmxmxmmumumumumuxmmumuxmmuxmmuxm
-lfOQOQOQOQOQOQNcNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNceieieieieieieieiNczSNcOQOQOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcNcNcNcNcNclfOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNceieiDBeieieieieieieieieieieiNcNcNcNcNcNczSNcNcNcNcNcNcNcNceieieiwGeieieieieieieieieieiNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcOQOQOQNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcmvOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcOQOQxmmumuxmxmmuxmxmxmxmxmxmxmxmxmmumumumumumumuxmmuxm
-lfOQOQOQOQOQOQOQNcNcNcxXNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQNcNcNcNceiwGeieieieieieimvOQOQOQOQOQOQOQOQOQOQOQOQlflfNcNcNcNcNcNcNcNcNclfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNceieieieieieieieieieieiOQOQOQNcNcNcNcNcNczSNcNcNcNcNcNcNceieiDBeieieieieieieieieieieieieiNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQmvVRNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQNcNcNcQqNcNcNcNcNcNcOQmvOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcOQOQxmxmmumumumuxmxmxmxmxmmumumuxmmumumumuxmmumuxmmuxm
-lfOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcQqNcNcNcNcNcNcNcNcNcNcxXNcNceieiDBeiOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcqpqpqpNcNcNclflfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieiOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQeieieieieieieieieieieieieieieiNcNcNcNcNcNcNcOQNcOQOQOQOQOQOQOQOQzSNcNcxXNcNcNcNcNcOQOQOQOQOQOQOQNcNcOQOQiXNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQmvOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcOQOQxmxmmumumumuxmxmxmxmxmmumumumumuxmmumumumumuxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNceieiOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQlflfNcNcNcqplDlDlDqpNcNcNclflfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQeieieieieieieiNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQNczSNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcxXNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcVROQOQOQmvOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcOQOQxmxmmumumumuxmxmxmxmxmmumumumumumumumumumuxmxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcOQOQVROQNcNcNcNcNcNcNcOQNcOQOQVROQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcqplDHKlDqpNcNcNcNclflfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNczSNcNcNcuhNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQNcNcNcNcNcNciXOQOQOQxmxmxmxmxmxmxmxmxmxmxmxmnfxmxmxmxmxmxmxmxmxmxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcqplDlDlDqpNcNcNcNcNclflfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcQqNcNcNcNcNcNcNczSNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcVRNcNcOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQNcNcNcNcNcOQOQOQOQxmGWnfGWnfGWnfxmnfnfnfnfnfIkxmxmxmxmxmxmxmxmxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQlflfNcNcNcNcNcqpqpqpNcNcNcNcNcNcNclflfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcNcNcNcNcNczSNcNcNcNcNcOQOQNcNcNcNcNcNcNcOQOQVROQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQxmnfGWnfGWnfGWxmyunfnfnfnfIkxmmumumumumumumuxmmuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNclfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQNcmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQxmGWnfGWnfGWnfxmtHnfnfnfnfIkxmmumumumumumumumumuxm
-lfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQlfNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNcNclfOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQmvOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQOQxmnfGWnfGWnfGWxmnfnfnfnfnfIkxmmumumumumumumuxmxmxm
-DblflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflfRjlflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflfRjlflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflfRjlflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflflfRjlflflflflflflflflflflflflflflflflflfxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxmxm
-"}
diff --git a/maps/southern_sun/overmap/sectors.dm b/maps/southern_sun/overmap/sectors.dm
deleted file mode 100644
index a8c91ba7d2..0000000000
--- a/maps/southern_sun/overmap/sectors.dm
+++ /dev/null
@@ -1,146 +0,0 @@
-// Overmap object for Sif, hanging in the void of space
-/obj/effect/overmap/visitable/planet/Sif
- name = "Sif"
- desc = "Location of Vir civilian colonies."
- scanner_desc = @{"[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Colony
-[i]Transponder[/i]: Transmitting (CIV), Vir IFF
-[b]Notice[/b]: The Vir government welcomes you to this world."}
-
- map_z = list(Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD) //add Z_LEVEL_SURFACE_VALLEY to list if you want valley back
- //Z_LEVEL_SURFACE_SKYLANDS, //removed due to lack of use
-
- initial_generic_waypoints = list(
- "outpost_nw",
- "outpost_s",
- "outpost_w",
- "wilderness_s",
- "wilderness_se",
- "wilderness_w",
- "wilderness_n",
- "valley_e"
- )
-
- in_space = 0
- start_x = 10
- start_y = 10
- skybox_offset_x = 128
- skybox_offset_y = 128
- surface_color = "#2D545B"
- mountain_color = "#735555"
- ice_color = "FFFFFF"
- icecaps = "icecaps"
- icon_state = "frozen" //CHOMP comment: Not sure what this does at the moment, but we're doing it live.
-
-/obj/effect/overmap/visitable/planet/Sif/Initialize()
- atmosphere = new(CELL_VOLUME)
- atmosphere.adjust_gas_temp("oxygen", MOLES_O2STANDARD, 273)
- atmosphere.adjust_gas_temp("nitrogen", MOLES_N2STANDARD, 273)
-
- . = ..()
-
-/obj/effect/overmap/visitable/planet/Sif/Initialize()
- . = ..()
- docking_codes = null
-
-/obj/effect/overmap/visitable/planet/Sif/get_skybox_representation()
- var/image/tmp = ..()
- tmp.pixel_x = skybox_offset_x
- tmp.pixel_y = skybox_offset_y
- return tmp
-
-/obj/effect/overmap/visitable/sector/Southern_Cross
- name = "Southern Cross"
- icon = 'modular_chomp/icons/obj/overmap.dmi'
- icon_state = "southerncross"
- desc = "Southern Cross station, orbiting Sif."
- scanner_desc = @{"[i]Registration[/i]: NLS Southern Cross
-[i]Class[/i]: Installation
-[i]Transponder[/i]: Transmitting (NT), NanoTrasen IFF
-[b]Notice[/b]: NanoTrasen communications station, authorized personnel only"}
- base = 1
- in_space = 1
- start_x = 10
- start_y = 10
- known = 1 // lets Sectors appear on shuttle navigation for easy finding.
-
- extra_z_levels = list(Z_LEVEL_TRANSIT, Z_LEVEL_MISC,Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD) //This should allow for comms to reach people from the station. Basically this defines all the areas of Southern Cross and the Sif local system on the overmap. //CHOMPedit, Z_LEVEL_SURFACE_VALLEY for valley back
- // "Z_LEVEL_SURFACE_SKYLANDS, " //removed due to lack of use
- var/mob_announce_cooldown = 0
-
-
- initial_generic_waypoints = list(
- "sc-D1_L1A1",
- "sc-D1_L1A2",
- "sc-D1_L1A3",
- "sc-D1_L1A4",
- "sc-D1_L1A5",
- "sc-D1_L1A6",
- "sc-D1_L2A1",
- "sc-D1_L3A1",
- "sc-D1_L4A1",
- "sc-D1_L4A2",
- "sc-D1_L4A3",
- "sc-D1_L4A4",
- "sc-D1_L4A5",
- "sc-D1_L4A6",
- "sc-D1_L5A1",
- "sc-D1_L5A2",
- "sc-D1_L5A3",
- "sc-D1_H1",
- "sc-D1_H2",
- "sc-D1_H3",
- "sc-D1_H4",
- "sc-D1_near_ne",
- "sc-D1_near_nw",
- "sc-D2_near_ne",
- "sc-D2_near_nw",
- "sc-D2_near_se",
- "sc-D2_near_sw",
- "sc-D3_near_ne",
- "sc-D3_near_se",
- "baby_mammoth_dock",
- "ursula_dock",
- "stargazer_dock",
- "needle_dock",
- "echidna_dock",
- "hangar_2" // TEMP, want to replace it with "sc-D1_H2". Don't know how shuttle code work. (KAS)
- )
-
-/obj/effect/overmap/visitable/sector/Southern_Cross/get_space_zlevels() //These are the primary levels that our space station resides in. This also indicates what levels astronauts can drift into.
- return list(
-// Z_LEVEL_STATION_MAINTS, (Removed for new map. KAS)
- Z_LEVEL_STATION_ONE,
- Z_LEVEL_STATION_TWO,
- Z_LEVEL_STATION_THREE,
- Z_LEVEL_MISC)
-
-/obj/effect/overmap/visitable/sector/Southern_Cross/Crossed(var/atom/movable/AM)
- . = ..()
- announce_atc(AM,going = FALSE)
-
-/obj/effect/overmap/visitable/sector/Southern_Cross/Uncrossed(var/atom/movable/AM)
- . = ..()
- announce_atc(AM,going = TRUE)
-
-/obj/effect/overmap/visitable/sector/Southern_Cross/proc/announce_atc(var/atom/movable/AM, var/going = FALSE)
- if(istype(AM, /obj/effect/overmap/visitable/ship/simplemob))
- if(world.time < mob_announce_cooldown)
- return
- else
- mob_announce_cooldown = world.time + 5 MINUTES
- var/message = "Sensor contact for vessel '[AM.name]' has [going ? "left" : "entered"] ATC control area."
- //For landables, we need to see if their shuttle is cloaked
- if(istype(AM, /obj/effect/overmap/visitable/ship/landable))
- var/obj/effect/overmap/visitable/ship/landable/SL = AM //Phew
- var/datum/shuttle/autodock/multi/shuttle = SSshuttles.shuttles[SL.shuttle]
- if(!istype(shuttle) || !shuttle.cloaked) //Not a multishuttle (the only kind that can cloak) or not cloaked
- atc.msg(message)
-
- //For ships, it's safe to assume they're big enough to not be sneaky
- else if(istype(AM, /obj/effect/overmap/visitable/ship))
- atc.msg(message)
-
-/obj/effect/overmap/visitable/planet/Sif/Initialize()
- . = ..()
- docking_codes = null
diff --git a/maps/southern_sun/overmap/shuttles.dm b/maps/southern_sun/overmap/shuttles.dm
deleted file mode 100644
index 40964655d0..0000000000
--- a/maps/southern_sun/overmap/shuttles.dm
+++ /dev/null
@@ -1,159 +0,0 @@
-//CHOMPedit KSC = These are areas for the exploration ships in on cargo shuttle.
-//Stargazer
-/datum/shuttle/autodock/overmap/stargazer
- name = "Stargazer"
- warmup_time = 1
- current_location = "stargazer_dock"
- docking_controller_tag = "stargazer"
- shuttle_area = /area/shuttle/stargazer
- fuel_consumption = 2
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/stargazer
- name = "Stargazer"
- desc = "Southern Cross' humanoid transport vessel."
- vessel_mass = 3000
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Stargazer"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/stargazer
- name = "short jump console"
- shuttle_tag = "Stargazer"
- req_one_access = list(access_pilot)
-
-//Baby_Mammoth
-/datum/shuttle/autodock/overmap/baby_mammoth
- name = "Baby_mammoth"
- warmup_time = 5
- current_location = "baby_mammoth_dock"
- docking_controller_tag = "baby_mammoth"
- shuttle_area = /area/shuttle/baby_mammoth
- fuel_consumption = 2
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/baby_mammoth
- name = "Baby_mammoth"
- desc = "Southern Cross' humanoid exploration vessel."
- vessel_mass = 6000
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Baby_mammoth"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/baby_mammoth
- name = "short jump console"
- shuttle_tag = "Baby_mammoth"
- req_one_access = list(access_pilot)
-
-//Ursula
-/datum/shuttle/autodock/overmap/ursula
- name = "Ursula"
- warmup_time = 2
- current_location = "ursula_dock"
- docking_controller_tag = "ursula"
- shuttle_area = /area/shuttle/ursula
- fuel_consumption = 2
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/ursula
- name = "Ursula"
- desc = "Southern Cross' humanoid science vessel."
- vessel_mass = 3500
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Ursula"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/ursula
- name = "short jump console"
- shuttle_tag = "Ursula"
- req_one_access = list(access_pilot)
-
-//Needle
-/datum/shuttle/autodock/overmap/needle
- name = "Needle"
- warmup_time = 0
- current_location = "needle_dock"
- docking_controller_tag = "needle"
- shuttle_area = /area/shuttle/needle
- fuel_consumption = 1
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/needle
- name = "Needle"
- desc = "Southern Cross' humanoid scouting vessel."
- vessel_mass = 1500
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Needle"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/needle
- name = "short jump console"
- shuttle_tag = "Needle"
- req_one_access = list(access_pilot)
-
-//Echidna
-/datum/shuttle/autodock/overmap/echidna
- name = "Echidna"
- warmup_time = 4
- current_location = "echidna_dock"
- docking_controller_tag = "echidna"
- shuttle_area = /area/shuttle/echidna
- fuel_consumption = 2
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/echidna
- name = "Echidna"
- desc = "Southern Cross' humanoid mining vessel."
- vessel_mass = 5500
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Echidna"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/echidna
- name = "short jump console"
- shuttle_tag = "Echidna"
- req_one_access = list(access_pilot)
-
-//Spacebus
-/datum/shuttle/autodock/overmap/spacebus
- name = "Space Bus"
- warmup_time = 4
- current_location = "hangar_2"
- docking_controller_tag = "spacebus"
- shuttle_area = /area/shuttle/spacebus
- fuel_consumption = 1
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/spacebus
- name = "Space Bus"
- desc = "Southern Cross' civilian transport vessel"
- vessel_mass = 2000
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Space Bus"
- known = TRUE
-
-/obj/machinery/computer/shuttle_control/explore/spacebus
- name = "short jump console"
- shuttle_tag = "Space Bus"
- req_one_access = list(access_pilot)
-
-//POI Junker
-/datum/shuttle/autodock/overmap/junker
- name = "Junker"
- warmup_time = 4
- current_location = "junkspawn"
- docking_controller_tag = "junker"
- shuttle_area = /area/shuttle/junker
- fuel_consumption = 1
- move_direction = NORTH
-
-/obj/effect/overmap/visitable/ship/landable/junker
- name = "Junker"
- desc = "Small class ship, non-NT property."
- vessel_mass = 500
- vessel_size = SHIP_SIZE_SMALL
- shuttle = "Junker"
-
-/obj/machinery/computer/shuttle_control/explore/junker
- name = "short jump console"
- shuttle_tag = "Junker"
diff --git a/maps/southern_sun/overmap/space/fueldepot.dm b/maps/southern_sun/overmap/space/fueldepot.dm
deleted file mode 100644
index 45112712c9..0000000000
--- a/maps/southern_sun/overmap/space/fueldepot.dm
+++ /dev/null
@@ -1,70 +0,0 @@
-
-// -- Datums -- //
-
-/datum/map_template/sc_lateload/away_fueldepot
- name = "Fuel Depot - Z1 Space"
- desc = "An unmanned fuel depot floating in space."
- mappath = "modular_chomp/maps/overmap/space/fueldepot.dmm" //Use the modular map file
- associated_map_datum = /datum/map_z_level/sc_lateload/away_fueldepot
-
-/datum/map_z_level/sc_lateload/away_fueldepot
- name = "Away Mission - Fuel Depot"
- z = Z_LEVEL_FUELDEPOT
-
-
-// -- Overmap -- //
-
-/obj/effect/overmap/visitable/sector/fueldepot
- name = "Fuel Depot"
- desc = "Self-service refueling depot."
- scanner_desc = @{"[i]Registration[/i]: Vir System Authority
-[i]Class[/i]: Installation (Space)
-[i]Transponder[/i]: Transmitting (CIV), V.S.A.
-[b]Notice[/b]: This facility classified for public use for the purpose of refueling and recharging starships"}
- initial_generic_waypoints = list("fueldepot_east","fueldepot_west","fueldepot_north","fueldepot_south")
- icon_state = "fueldepot_g"
- unknown_state = "station"
- known = TRUE
- start_x = 10 // Future note: remove these two vars if we ever want this to have a random spawn location on the overmap.
- start_y = 11
-
-
-// -- Areas -- //
-
-/area/sc_away/fueldepot
- name = "Away Mission - Fuel Depot"
- icon = 'icons/turf/areas_vr.dmi'
- icon_state = "dark"
- lightswitch = FALSE
-
-/area/sc_away/fueldepotspawn
- name = "Away Mission - Fuel Depot Sleeping Quarters"
- icon = 'icons/turf/areas_vr.dmi'
- icon_state = "dark"
- lightswitch = TRUE
-
-// -- Landmarks -- //
-
-/obj/effect/shuttle_landmark/premade/fueldepot/east
- name = "Fuel Depot - East Dock"
- landmark_tag = "fueldepot_east"
-
-/obj/effect/shuttle_landmark/premade/fueldepot/west
- name = "Fuel Depot - West Dock"
- landmark_tag = "fueldepot_west"
-
-/obj/effect/shuttle_landmark/premade/fueldepot/north
- name = "Fuel Depot - North Dock"
- landmark_tag = "fueldepot_north"
-
-/obj/effect/shuttle_landmark/premade/fueldepot/south
- name = "Fuel Depot - South Dock"
- landmark_tag = "fueldepot_south"
-
-
-// -- Turfs -- //
-
-/turf/simulated/floor/tiled/techmaint/airless
- oxygen = 0
- nitrogen = 0
- temperature = TCMB
diff --git a/maps/southern_sun/overmap/space/fueldepot.dmm b/maps/southern_sun/overmap/space/fueldepot.dmm
deleted file mode 100644
index 80f6b72a67..0000000000
--- a/maps/southern_sun/overmap/space/fueldepot.dmm
+++ /dev/null
@@ -1,21260 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/space,
-/area/space)
-"ab" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ac" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ad" = (
-/obj/machinery/atmospherics/portables_connector/aux{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/blue,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"ae" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"af" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/aux,
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ag" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ah" = (
-/obj/machinery/atmospherics/portables_connector/fuel{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"ai" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aj" = (
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ak" = (
-/obj/machinery/atmospherics/binary/pump/fuel{
- dir = 1
- },
-/obj/machinery/atmospherics/binary/pump/aux{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"al" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"am" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"an" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ao" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ap" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aq" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ar" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"as" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"at" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"au" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing,
-/turf/space,
-/area/space)
-"av" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/space,
-/area/space)
-"aw" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/space,
-/area/space)
-"ax" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 1
- },
-/turf/space,
-/area/space)
-"ay" = (
-/obj/structure/railing,
-/turf/space,
-/area/space)
-"az" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing,
-/turf/space,
-/area/space)
-"aC" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/space,
-/area/space)
-"aD" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aE" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aF" = (
-/turf/simulated/wall/rshull,
-/area/sc_away/fueldepot)
-"aG" = (
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aH" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aI" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aK" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aL" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aM" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aN" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aO" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aQ" = (
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -28
- },
-/obj/structure/cable/green{
- icon_state = "0-2"
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aR" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aS" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aT" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -28;
- pixel_y = 30
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aV" = (
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"aW" = (
-/obj/machinery/power/solar_control,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aY" = (
-/obj/machinery/power/smes/buildable/point_of_interest,
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"aZ" = (
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ba" = (
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bc" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"be" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bf" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bg" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bh" = (
-/obj/machinery/atmospherics/binary/pump/aux{
- dir = 8
- },
-/obj/machinery/atmospherics/binary/pump/fuel{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bi" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bj" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bk" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bl" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bn" = (
-/obj/machinery/atmospherics/pipe/tank/phoron/full{
- dir = 4;
- start_pressure = 30000
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bo" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bp" = (
-/obj/machinery/atmospherics/pipe/tank/phoron/full{
- dir = 8;
- start_pressure = 30000
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bq" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"br" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bt" = (
-/obj/machinery/atmospherics/portables_connector/fuel,
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bu" = (
-/obj/machinery/atmospherics/portables_connector/aux,
-/obj/effect/floor_decal/industrial/outline/blue,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"bv" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bw" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bx" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"by" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bz" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bC" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bE" = (
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux,
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bF" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bG" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bH" = (
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bI" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 6
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bJ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux,
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bK" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bM" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bN" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bP" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bQ" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bR" = (
-/obj/effect/shuttle_landmark/premade/fueldepot/north,
-/turf/space,
-/area/space)
-"bS" = (
-/obj/effect/shuttle_landmark/premade/fueldepot/west,
-/turf/space,
-/area/space)
-"bT" = (
-/obj/effect/shuttle_landmark/premade/fueldepot/east,
-/turf/space,
-/area/space)
-"bU" = (
-/obj/effect/shuttle_landmark/premade/fueldepot/south,
-/turf/space,
-/area/space)
-"bV" = (
-/obj/effect/overmap/visitable/sector/fueldepot,
-/turf/space,
-/area/space)
-"bW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bX" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"bZ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ca" = (
-/obj/machinery/atmospherics/portables_connector/aux{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/blue,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cb" = (
-/obj/machinery/atmospherics/portables_connector/fuel{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cc" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cd" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ce" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cf" = (
-/obj/machinery/atmospherics/binary/pump/aux{
- dir = 4
- },
-/obj/machinery/atmospherics/binary/pump/fuel{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cg" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 9
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ch" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 1
- },
-/turf/space,
-/area/space)
-"ci" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 4
- },
-/turf/space,
-/area/space)
-"cj" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 8
- },
-/turf/space,
-/area/space)
-"ck" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/space,
-/area/space)
-"cl" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing{
- dir = 8
- },
-/turf/space,
-/area/space)
-"cm" = (
-/obj/machinery/light/small,
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cn" = (
-/obj/machinery/atmospherics/pipe/tank/air/full{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"co" = (
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cp" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 5
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cq" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ct" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cu" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cv" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cw" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cx" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cy" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cz" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cB" = (
-/obj/machinery/atmospherics/binary/pump/fuel,
-/obj/machinery/atmospherics/binary/pump/aux,
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cC" = (
-/obj/machinery/atmospherics/portables_connector/fuel{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cD" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cE" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cG" = (
-/obj/machinery/atmospherics/portables_connector/aux{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/blue,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"cH" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"cI" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 10
- },
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"es" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/aux,
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 9
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"fl" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"ft" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 8
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"ja" = (
-/obj/structure/catwalk,
-/obj/structure/table/rack/steel,
-/obj/item/tool/crowbar/red,
-/obj/item/tool/wrench,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"om" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"rE" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/aux{
- dir = 1
- },
-/obj/structure/catwalk,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/fuel,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"BA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"DC" = (
-/obj/machinery/atmospherics/pipe/simple/visible/fuel{
- dir = 8
- },
-/obj/structure/cable/green{
- dir = 1;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"FK" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/powercell,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"IR" = (
-/obj/machinery/atmospherics/pipe/simple/visible/aux{
- dir = 8
- },
-/obj/structure/catwalk,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"Nq" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/tool,
-/obj/random/tool,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"OG" = (
-/obj/structure/table/rack/steel,
-/obj/item/storage/toolbox/electrical,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"Qg" = (
-/obj/structure/table/rack/steel,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-"Vy" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/shuttle/plating/airless,
-/area/sc_away/fueldepot)
-"Ys" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/techmaint/airless,
-/area/sc_away/fueldepot)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bV
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ci
-bv
-bJ
-ck
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bg
-bw
-bK
-ca
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bh
-bx
-bL
-cb
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bi
-by
-bM
-ja
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cj
-bz
-bN
-cl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aq
-at
-at
-at
-aI
-aa
-aF
-aF
-aF
-bz
-bN
-aF
-aF
-aF
-aa
-aq
-at
-at
-at
-aI
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ar
-aD
-aD
-aD
-aJ
-aO
-aF
-aW
-aT
-bz
-bN
-bj
-Qg
-aF
-aa
-cs
-cw
-cw
-cw
-cy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-aE
-aE
-aE
-aK
-aP
-aP
-aX
-bk
-bA
-bO
-aP
-aP
-aP
-aP
-ct
-aE
-aE
-aE
-aN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aG
-aa
-aF
-aY
-bl
-bz
-bN
-aG
-OG
-aF
-aa
-aG
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aF
-aF
-aG
-aF
-aF
-aZ
-Vy
-DC
-om
-aj
-cm
-aF
-aF
-aG
-aF
-aF
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aw
-aw
-aw
-aa
-aa
-aa
-aa
-aa
-aa
-aF
-fl
-aG
-aG
-aQ
-ba
-bm
-bB
-bP
-be
-be
-co
-aG
-aG
-FK
-aF
-aa
-aa
-aa
-aa
-aa
-aa
-aw
-aw
-aw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-au
-ad
-ah
-ja
-ax
-aw
-aw
-aw
-aw
-aw
-aF
-aH
-aG
-aG
-aR
-bn
-bn
-aj
-bQ
-ap
-ap
-cp
-aG
-aG
-cx
-aF
-aw
-aw
-aw
-aw
-aw
-au
-cz
-cB
-cD
-ax
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bR
-aa
-ab
-ae
-ai
-al
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-aS
-bc
-bo
-bC
-rE
-cc
-cn
-aU
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-cA
-aj
-cE
-cH
-aa
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-af
-aj
-am
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-cp
-br
-ft
-bC
-rE
-cc
-cn
-cq
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ai
-al
-cF
-cI
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-az
-ag
-ak
-an
-ch
-av
-av
-av
-av
-av
-aF
-aH
-aG
-aG
-bq
-bp
-bp
-aj
-bW
-cd
-cd
-cr
-aG
-aG
-cx
-aF
-av
-av
-av
-av
-av
-az
-ja
-cC
-cG
-cl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-av
-av
-av
-aa
-aa
-aa
-aa
-aa
-aa
-aF
-FK
-aG
-aG
-aV
-bD
-bD
-bE
-es
-aj
-aj
-aj
-Nq
-aG
-Ys
-aF
-aa
-aa
-aa
-aa
-aa
-aa
-av
-av
-av
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aF
-aF
-aG
-aF
-aF
-bf
-aj
-bz
-IR
-aj
-cm
-aF
-aF
-aG
-aF
-aF
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aG
-aa
-aF
-aG
-aG
-bz
-IR
-aG
-aG
-aF
-aa
-aG
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aq
-at
-at
-at
-aL
-aP
-aP
-aP
-aP
-bA
-BA
-aP
-aP
-aP
-aP
-cu
-at
-at
-at
-aI
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ar
-aD
-aD
-aD
-aM
-aa
-aF
-aG
-bs
-bz
-bN
-bs
-fl
-aF
-aa
-cv
-cw
-cw
-cw
-cy
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-aE
-aE
-aE
-aN
-aa
-aF
-aF
-aF
-bz
-bN
-aF
-aF
-aF
-aa
-as
-aE
-aE
-aE
-aN
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bz
-bN
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(84,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-au
-bz
-bN
-ck
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(85,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-ja
-bF
-bX
-ce
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(86,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bt
-bG
-aj
-cf
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(87,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-bu
-bH
-bY
-cg
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(88,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-az
-bI
-bZ
-cl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(89,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(90,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(91,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(92,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(94,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(95,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(96,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(97,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(98,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(99,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(100,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(101,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(102,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(103,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(104,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(105,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(106,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(107,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(108,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(109,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(110,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(111,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(112,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(113,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(114,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(115,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(116,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(117,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(118,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(119,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(120,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(121,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(122,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(123,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(124,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(125,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(126,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(127,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(128,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(129,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(130,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(131,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(132,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(133,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(134,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(135,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(136,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(137,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(138,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(139,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(140,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/maps/southern_sun/shuttles/crew_shuttles.dm b/maps/southern_sun/shuttles/crew_shuttles.dm
deleted file mode 100644
index ab054c55f6..0000000000
--- a/maps/southern_sun/shuttles/crew_shuttles.dm
+++ /dev/null
@@ -1,286 +0,0 @@
-/* Chompstation Edit. Removed these shuttles for new teleporter network
-
-//Shuttle 1
-
-/obj/machinery/computer/shuttle_control/web/shuttle1
- name = "shuttle control console"
- shuttle_tag = "Shuttle 1"
- req_access = list(access_pilot)
-
-/datum/shuttle/autodock/web_shuttle/shuttle1
- name = "Shuttle 1"
- warmup_time = 0
- shuttle_area = /area/shuttle/shuttle1/start
- current_location = "hangar_1"
- docking_controller_tag = "shuttle1_shuttle"
- web_master_type = /datum/shuttle_web_master/shuttle1
- autopilot = TRUE
- can_autopilot = TRUE
- autopilot_delay = 30
- autopilot_first_delay = 150 // Five minutes at roundstart. One minute otherwise.
-
- flight_time_modifier = 0.25 // Speeding up Southern Cross auto shuttles because they're too slow.
-
-/datum/shuttle_web_master/shuttle1
- destination_class = /datum/shuttle_destination/shuttle1
- autopath_class = /datum/shuttle_autopath/shuttle1
- starting_destination = /datum/shuttle_destination/shuttle1/root
-
-/datum/shuttle_autopath/shuttle1/to_outpost
- start = /datum/shuttle_destination/shuttle1/root
-
- path_nodes = list(
- /datum/shuttle_destination/shuttle1/sif_orbit,
- /datum/shuttle_destination/shuttle1/sky,
- /datum/shuttle_destination/shuttle1/main_base
- )
-
-/datum/shuttle_autopath/shuttle1/to_home
- start = /datum/shuttle_destination/shuttle1/main_base
-
- path_nodes = list(
- /datum/shuttle_destination/shuttle1/sky,
- /datum/shuttle_destination/shuttle1/sif_orbit,
- /datum/shuttle_destination/shuttle1/root
- )
-
-//Shuttle 2
-
-/obj/machinery/computer/shuttle_control/web/shuttle2
- name = "shuttle control console"
- shuttle_tag = "Shuttle 2"
- req_access = list(access_pilot)
-
-/datum/shuttle/autodock/web_shuttle/shuttle2
- name = "Shuttle 2"
- warmup_time = 0
- shuttle_area = /area/shuttle/shuttle2/start
- current_location = "hangar_2"
- docking_controller_tag = "shuttle2_shuttle"
- web_master_type = /datum/shuttle_web_master/shuttle2
- autopilot = TRUE
- can_autopilot = TRUE
- autopilot_delay = 30
- autopilot_first_delay = 210 // Seven minutes at roundstart. One minute otherwise. This should leave when the first shuttle departs the outpost.
-
- flight_time_modifier = 0.25 // Speeding up Southern Cross auto shuttles because they're too slow.
-
-/datum/shuttle_web_master/shuttle2
- destination_class = /datum/shuttle_destination/shuttle2
- autopath_class = /datum/shuttle_autopath/shuttle2
- starting_destination = /datum/shuttle_destination/shuttle2/root
-
-/datum/shuttle_autopath/shuttle2/to_outpost
- start = /datum/shuttle_destination/shuttle2/root
-
- path_nodes = list(
- /datum/shuttle_destination/shuttle2/sif_orbit,
- /datum/shuttle_destination/shuttle2/sky,
- /datum/shuttle_destination/shuttle2/main_base
- )
-
-/datum/shuttle_autopath/shuttle2/to_home
- start = /datum/shuttle_destination/shuttle2/main_base
-
- path_nodes = list(
- /datum/shuttle_destination/shuttle2/sky,
- /datum/shuttle_destination/shuttle2/sif_orbit,
- /datum/shuttle_destination/shuttle2/root
- )
-
-
-
-/datum/shuttle_destination/shuttle1/root
- name = "Southern Cross Hangar One"
- my_landmark = "hangar_1"
- preferred_interim_tag = "shuttle1_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle1/sif_orbit = 30 SECONDS,
- /datum/shuttle_destination/shuttle1/docked_SC = 0
- )
-/*
-/datum/shuttle_destination/shuttle1/root/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to Hangar One."
-
-/datum/shuttle_destination/shuttle1/root/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed Hangar One."
-*/
-/datum/shuttle_destination/shuttle2/root
- name = "Southern Cross Hangar Two"
- my_landmark = "hangar_2"
- preferred_interim_tag = "shuttle2_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle2/sif_orbit = 30 SECONDS,
- /datum/shuttle_destination/shuttle2/docked_SC = 0
- )
-/*
-/datum/shuttle_destination/shuttle2/root/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to Hangar Two."
-
-/datum/shuttle_destination/shuttle2/root/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed Hangar Two."
-*/
-
-/*
-/datum/shuttle_destination/shuttle1/outside_SC
- name = "Outside of NLS Southern Cross"
- my_landmark = "shuttle1_seconddeck"
- preferred_interim_tag = "shuttle1_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle1/sif_orbit = 25 SECONDS,
- /datum/shuttle_destination/shuttle1/docked_SC = 0
- )
-
-/datum/shuttle_destination/shuttle2/outside_SC
- name = "Outside of NLS Southern Cross"
- my_landmark = "shuttle2_seconddeck"
- preferred_interim_tag = "shuttle2_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle2/sif_orbit = 25 SECONDS,
- /datum/shuttle_destination/shuttle2/docked_SC = 0
- )
-*/
-
-/datum/shuttle_destination/shuttle1/docked_SC
- name = "Southern Cross Docking Port"
- my_landmark = "shuttle1_arrivals_dock"
- preferred_interim_tag = "shuttle1_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
-/*
-/datum/shuttle_destination/shuttle1/docked_SC/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Arrivals Dock."
-
-/datum/shuttle_destination/shuttle1/docked_SC/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Arrivals Dock."
-*/
-
-/datum/shuttle_destination/shuttle2/docked_SC
- name = "Southern Cross Docking Port"
- my_landmark = "shuttle2_arrivals_dock"
- preferred_interim_tag = "shuttle2_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
-/*
-/datum/shuttle_destination/shuttle2/docked_SC/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Arrivals Dock."
-
-/datum/shuttle_destination/shuttle2/docked_SC/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Arrivals Dock."
-*/
-
-/datum/shuttle_destination/shuttle1/sif_orbit
- name = "Sif Orbit"
- my_landmark = "shuttle1_orbit"
- preferred_interim_tag = "shuttle1_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle1/sky = 25 SECONDS
- )
-
-/datum/shuttle_destination/shuttle2/sif_orbit
- name = "Sif Orbit"
- my_landmark = "shuttle2_orbit"
- preferred_interim_tag = "shuttle2_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle2/sky = 25 SECONDS
- )
-
-
-/datum/shuttle_destination/shuttle1/sky
- name = "Skies of Sif"
- my_landmark = "shuttle1_sky"
- preferred_interim_tag = "shuttle1_sky_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle1/main_base = 10 SECONDS,
- /datum/shuttle_destination/shuttle1/mining_base = 10 SECONDS
- )
-
-/datum/shuttle_destination/shuttle2/sky
- name = "Skies of Sif"
- my_landmark = "shuttle2_sky"
- preferred_interim_tag = "shuttle2_sky_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle2/main_base = 10 SECONDS,
- /datum/shuttle_destination/shuttle2/mining_base = 10 SECONDS
- )
-
-
-/datum/shuttle_destination/shuttle1/main_base
- name = "Main Outpost"
- my_landmark = "shuttle1_planet"
- preferred_interim_tag = "shuttle1_sky_transit"
-
- radio_announce = 0
- announcer = "Outpost Automated ATC"
-/*
-/datum/shuttle_destination/shuttle1/main_base/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Main Outpost."
-
-/datum/shuttle_destination/shuttle1/main_base/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Main Outpost."
-*/
-/datum/shuttle_destination/shuttle2/main_base
- name = "Main Outpost"
- my_landmark = "shuttle2_planet"
- preferred_interim_tag = "shuttle2_sky_transit"
-
- radio_announce = 0
- announcer = "Outpost Automated ATC"
-/*
-/datum/shuttle_destination/shuttle2/main_base/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Main Outpost."
-
-/datum/shuttle_destination/shuttle2/main_base/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Main Outpost."
-*/
-
-/datum/shuttle_destination/shuttle1/mining_base
- name = "Wilderness Landing Site"
- // Note: Left area under this landmark as /area/shuttle/shuttle1/mining so it doesn't get seeded with POIs
- my_landmark = "shuttle1_mining"
- preferred_interim_tag = "shuttle1_sky_transit"
-
- radio_announce = 0
- announcer = "Outpost Automated ATC"
-/*
-/datum/shuttle_destination/shuttle1/mining_base/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Wilderness Area."
-
-/datum/shuttle_destination/shuttle1/mining_base/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Wilderness Area."
-*/
-/datum/shuttle_destination/shuttle2/mining_base
- name = "Wilderness Landing Site "
- // Note: Left area under this landmark as /area/shuttle/shuttle2/mining so it doesn't get seeded with POIs
- my_landmark = "shuttle2_mining"
- preferred_interim_tag = "shuttle2_sky_transit"
-
- radio_announce = 0
- announcer = "Outpost Automated ATC"
-/*
-/datum/shuttle_destination/shuttle2/mining_base/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Wilderness Area."
-
-/datum/shuttle_destination/shuttle2/mining_base/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Wilderness Area."
-*/
-
-End Chompstation Edit */
\ No newline at end of file
diff --git a/maps/southern_sun/shuttles/crew_shuttles_ch.dm b/maps/southern_sun/shuttles/crew_shuttles_ch.dm
deleted file mode 100644
index 2d5d7385e4..0000000000
--- a/maps/southern_sun/shuttles/crew_shuttles_ch.dm
+++ /dev/null
@@ -1,179 +0,0 @@
-//This is old chomp code that will need updating to re-add to our game.
-//CHOMPedit: Shuttle 3, Sif-bound exploration shuttle for the exploration outpost, Hangar 3, and the wilderness.
-//Created so pilots stop stealing the autopilot shuttles and making station-planet travel more burdensome.
-
-GLOBAL_LIST_EMPTY(shuttdisp_list)
-
-/obj/machinery/computer/shuttle_control/web/shuttle3
- name = "shuttle control console"
- shuttle_tag = "Shuttle 3"
- req_access = list(access_pilot)
-
-/datum/shuttle/autodock/web_shuttle/shuttle3
- name = "Shuttle 3"
- warmup_time = 0
- shuttle_area = /area/shuttle/shuttle3/start
- current_location = "exphangar_1"
- docking_controller_tag = "shuttle3_shuttle"
- web_master_type = /datum/shuttle_web_master/shuttle3
-
-/datum/shuttle_web_master/shuttle3
- destination_class = /datum/shuttle_destination/shuttle3
- starting_destination = /datum/shuttle_destination/shuttle3/root
-
-/datum/shuttle_destination/shuttle3/root
- name = "Exporation Hangar One"
- my_landmark = "exphangar_1"
- preferred_interim_tag = "shuttle3_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle3/sif_orbit = 5 SECONDS
- )
-
-/datum/shuttle_destination/shuttle3/root/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to Exploration Hangar One."
-
-/datum/shuttle_destination/shuttle3/root/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed Exploration Hangar One."
-
-/datum/shuttle_destination/shuttle3/sif_orbit
- name = "Sif Orbit"
- my_landmark = "shuttle3_orbit"
- preferred_interim_tag = "shuttle3_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle3/sky = 25 SECONDS,
- /datum/shuttle_destination/shuttle3/stationhangar3 = 25 SECONDS
- )
-
-/*
-/datum/shuttle_destination/shuttle3/outside_SC
- name = "Outside of NLS Southern Cross"
- my_landmark = "shuttle3_seconddeck"
- preferred_interim_tag = "shuttle3_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle3/stationhangar3 = 0 SECONDS
- )
-*/
-
-/datum/shuttle_destination/shuttle3/stationhangar3
- name = "Southern Cross Hangar Three"
- my_landmark = "hangar_3"
- preferred_interim_tag = "shuttle3_transit"
-
- radio_announce = 0
- announcer = "Southern Cross Docking Computer"
-
-/datum/shuttle_destination/shuttle3/stationhangar3/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to Hangar Three."
-
-/datum/shuttle_destination/shuttle3/stationhangar3/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed Hangar Three."
-
-/datum/shuttle_destination/shuttle3/sky
- name = "Skies of Sif"
- my_landmark = "shuttle3_sky"
- preferred_interim_tag = "shuttle3_sky_transit"
-
- routes_to_make = list(
- /datum/shuttle_destination/shuttle3/mining_base = 10 SECONDS
- )
-
-/datum/shuttle_destination/shuttle3/mining_base
- name = "Wilderness Landing Site "
- my_landmark = "shuttle3_mining"
- preferred_interim_tag = "shuttle3_sky_transit"
-
- radio_announce = 0
- announcer = "Outpost Automated ATC"
-
-/datum/shuttle_destination/shuttle3/mining_base/get_arrival_message()
- return "Attention, [master.my_shuttle.visible_name] has arrived to the Wilderness Area."
-
-/datum/shuttle_destination/shuttle3/mining_base/get_departure_message()
- return "Attention, [master.my_shuttle.visible_name] has departed the Wilderness Area."
-
-//Shuttle displays for tracking Shuttles 1 and 2 without spammy intercom announcements. This could hypothetically be expanded to other shuttles if for some reason that's desirable.
-/obj/machinery/status_display/shuttle_display
- ignore_friendc = 1
- mode = STATUS_DISPLAY_CUSTOM
- name = "\improper STS display" //STS means Sif Transport System
- desc = "A Sif Transport System display. It tracks automated shuttles."
- message1 = "SHUT1" //Intended to be set on the map. Defaults to SHUT1 if spawned in to allow lazier mapping.
-
- var/datum/shuttle/autodock/web_shuttle/my_shuttle //This is set by the get_my_shuttle() proc. Don't modify it here. Typepath needs to be defined this far for the compiler to recognize shuttle datum variables.
- var/last_z = Z_LEVEL_STATION_ONE
- var/shuttle_tag = "Shuttle 1" //This needs to use the same tag system as the shuttles subsystem. Set this on the map, otherwise defaults to "Shuttle 1."
- var/location_desc //Location descriptions for extra information on examine.
-
-/obj/machinery/status_display/shuttle_display/examine(mob/user) //Because the displays only fit 5 characters per line.
- . = ..()
- . += "[shuttle_tag] is currently [location_desc]."
-
-/obj/machinery/status_display/shuttle_display/Initialize()
- ..()
- GLOB.shuttdisp_list |= src //Populates the global list for the roundstart hook.
-
-/hook/roundstart/proc/shuttdisp_connect() //Initialize (and LateInitialize) call before the shuttle datums exist so this is needed to make shuttle displays work when mapped in
- for(var/obj/machinery/status_display/shuttle_display/SD in GLOB.shuttdisp_list)
- SD.get_my_shuttle()
- return TRUE
-
-/obj/machinery/status_display/shuttle_display/New()
- ..()
- get_my_shuttle()
- update()
-
-/obj/machinery/status_display/shuttle_display/proc/get_my_shuttle() //Links the displays to their shuttles. Must be called after the shuttle datums exist.
- var/datum/shuttle/autodock/shuttle = SSshuttles.shuttles[shuttle_tag]
- if(!shuttle)
- log_debug("Shuttle display could not find its shuttle!")
- else
- my_shuttle = shuttle
- GLOB.shuttdisp_list -= src //Remove the displays from the global list to reduce memory usage because it's only needed before shuttles initialize.
-
-/obj/machinery/status_display/shuttle_display/update() //Location tracking.
- if(!..() && mode == STATUS_DISPLAY_CUSTOM)
- message2 = ""
-
- if(!my_shuttle)
- message2 = "ErrR"
- location_desc = "ERROR SHUTTLE NOT FOUND"
-
- else if(my_shuttle.autopilot == FALSE) //This should prevent displays from being incorrect if somebody steals the shuttles.
- message2 = "MANUAL"
- location_desc = "piloted manually. Please contact Exploration to return the shuttle to autopilot" //Tell them to use Shuttle 3.
-
- else if(my_shuttle.current_location.z == Z_LEVEL_STATION_ONE)
- message2 = "Stat"
- last_z = Z_LEVEL_STATION_ONE
- location_desc = "docked on the station"
-
- else if(my_shuttle.current_location.z == Z_LEVEL_SURFACE)
- message2 = "Outp"
- last_z = Z_LEVEL_SURFACE
- location_desc = "docked on the outpost"
-
- else
- if(last_z == Z_LEVEL_STATION_ONE)
- message2 = "STS-O"
- location_desc = "travelling to the outpost"
-
- if(last_z == Z_LEVEL_SURFACE)
- message2 = "STS-S"
- location_desc = "travelling to the station"
-
-
- update_display(message1, message2)
- return 1
- return 0
-
-/obj/machinery/status_display/shuttle_display/receive_signal() //This should ensure the shuttle screens can never be changed to a message.
- return
-
-/obj/machinery/status_display/shuttle_display/on_alert_changed() //Same as above but for alert levels.
- return
\ No newline at end of file
diff --git a/maps/southern_sun/shuttles/ert.dm b/maps/southern_sun/shuttles/ert.dm
deleted file mode 100644
index a748f9702b..0000000000
--- a/maps/southern_sun/shuttles/ert.dm
+++ /dev/null
@@ -1,30 +0,0 @@
-/obj/machinery/computer/shuttle_control/multi/ert
- name = "response shuttle control console"
- req_access = list(access_cent_specops)
- shuttle_tag = "Response Operations Shuttle"
-
-/datum/shuttle/autodock/multi/ert
- name = "Response Operations Shuttle"
- warmup_time = 0
- can_cloak = TRUE
- cloaked = FALSE
- shuttle_area = /area/shuttle/response_ship
- current_location = "response_ship_start"
- docking_controller_tag = "response_shuttle"
- destination_tags = list(
- "response_ship_start",
- "d1_aux_a",
- "d2_w1_a",
- "d2_w1_c",
- "d1_near_ne",
- "d1_near_nw",
- "d1_near_se",
- "d1_near_sw",
- "d2_near_ne",
- "d2_near_nw",
- "d2_near_se",
- "d2_near_sw",
- "d3_near_w",
- "outpost_nw",
- "outpost_s"
- )
\ No newline at end of file
diff --git a/maps/southern_sun/shuttles/heist.dm b/maps/southern_sun/shuttles/heist.dm
deleted file mode 100644
index 0c2fff9c7a..0000000000
--- a/maps/southern_sun/shuttles/heist.dm
+++ /dev/null
@@ -1,31 +0,0 @@
-/obj/machinery/computer/shuttle_control/multi/heist
- name = "skipjack control console"
- req_access = list(access_syndicate)
- shuttle_tag = "Skipjack"
-
-/datum/shuttle/autodock/multi/heist
- name = "Skipjack"
- warmup_time = 0
- can_cloak = TRUE
- cloaked = TRUE
- shuttle_area = /area/shuttle/skipjack
- current_location = "skipjack_start"
- docking_controller_tag = "skipjack_shuttle"
- move_direction = NORTH
- destination_tags = list(
- "skipjack_start",
- "d1_aux_b",
- "d1_aux_c",
- "d2_w1_e",
- "d2_w2_e",
- "d2_w3_e",
- "d1_near_ne",
- "d1_near_nw",
- "d1_near_se",
- "d1_near_sw",
- "d2_near_ne",
- "d2_near_nw",
- "d2_near_se",
- "d2_near_sw",
- "d3_near_w"
- )
\ No newline at end of file
diff --git a/maps/southern_sun/shuttles/merc.dm b/maps/southern_sun/shuttles/merc.dm
deleted file mode 100644
index d6bcc1d2e8..0000000000
--- a/maps/southern_sun/shuttles/merc.dm
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
-/datum/shuttle/multi_shuttle/mercenary
- name = "Mercenary"
- warmup_time = 0
- can_cloak = TRUE
- cloaked = TRUE
- origin = /area/syndicate_station/start
- interim = /area/syndicate_station/transit
- start_location = "Mercenary Ship"
- destinations = list(
- "Northwest of First Deck" = /area/syndicate_station/firstdeck,
- "Northeast of the Second deck" = /area/syndicate_station/seconddeck,
- "Southeast of Third deck" = /area/syndicate_station/thirddeck,
- "Planetside" = /area/syndicate_station/planet,
- "Docking Port" = /area/syndicate_station/arrivals_dock,
- )
- docking_controller_tag = "merc_shuttle"
- destination_dock_targets = list(
- "Forward Operating Base" = "merc_base",
- "Docking Port" = "nuke_shuttle_dock_airlock",
- )
- announcer = "Southern Cross Docking Computer"
-
-/datum/shuttle/multi_shuttle/mercenary/New()
- arrival_message = "Attention, vessel docking with the Southern Cross."
- departure_message = "Attention, vessel docking with the Southern Cross."
- ..()
-*/
-
-/obj/machinery/computer/shuttle_control/multi/syndicate
- name = "mercenary shuttle control console"
- req_access = list(access_syndicate)
- shuttle_tag = "Mercenary Ship"
-
-/datum/shuttle/autodock/multi/syndicate
- name = "Mercenary Ship"
- warmup_time = 0
- can_cloak = TRUE
- cloaked = TRUE
- shuttle_area = /area/shuttle/syndicate
- current_location = "syndie_start"
- docking_controller_tag = "merc_shuttle"
- destination_tags = list(
- "syndie_start",
- "d1_aux_c",
- "d2_w3_e",
- "d1_near_ne",
- "d1_near_nw",
- "d1_near_se",
- "d1_near_sw",
- "d2_near_ne",
- "d2_near_nw",
- "d2_near_se",
- "d2_near_sw",
- "d3_near_w"
- )
\ No newline at end of file
diff --git a/maps/southern_sun/shuttles/ninja.dm b/maps/southern_sun/shuttles/ninja.dm
deleted file mode 100644
index e693f13aa4..0000000000
--- a/maps/southern_sun/shuttles/ninja.dm
+++ /dev/null
@@ -1,30 +0,0 @@
-/obj/machinery/computer/shuttle_control/multi/ninja
- name = "stealth shuttle control console"
- req_access = list(access_syndicate)
- shuttle_tag = "Ninja Shuttle"
-
-/datum/shuttle/autodock/multi/ninja
- name = "Ninja Shuttle"
- warmup_time = 0
- can_cloak = TRUE
- cloaked = TRUE
- shuttle_area = /area/shuttle/ninja
- current_location = "ninja_start"
- docking_controller_tag = "ninja_shuttle"
- move_direction = SOUTH
- destination_tags = list(
- "ninja_start",
- "d1_aux_d",
- "d2_w3_a",
- "d2_w3_c",
- "d1_near_ne",
- "d1_near_nw",
- "d1_near_se",
- "d1_near_sw",
- "d2_near_ne",
- "d2_near_nw",
- "d2_near_se",
- "d2_near_sw",
- "d3_near_w",
- "d3_near_se",
- )
\ No newline at end of file
diff --git a/maps/southern_sun/southern_cross-0.dmm b/maps/southern_sun/southern_cross-0.dmm
deleted file mode 100644
index 3952b2b8af..0000000000
--- a/maps/southern_sun/southern_cross-0.dmm
+++ /dev/null
@@ -1,79040 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ac" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"ad" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"ag" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"ah" = (
-/obj/structure/foamedmetal,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ak" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"al" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"am" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"ao" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ap" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"aq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"ar" = (
-/obj/machinery/floodlight,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"as" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"at" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 5
- },
-/obj/item/storage/briefcase/inflatable,
-/obj/item/storage/briefcase/inflatable{
- pixel_x = 3;
- pixel_y = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"av" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"aw" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/structure/loot_pile/surface/medicine_cabinet/fresh{
- pixel_y = 25
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"ay" = (
-/obj/machinery/door/airlock/maintenance/common,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"aC" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/table/rack,
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)";
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"aD" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"aF" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"aH" = (
-/obj/structure/bed/chair/sofa/right/beige{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"aJ" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"aM" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"aN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"aO" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/reagent_dispensers/foam,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"aQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/mouseremains,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"aS" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"aT" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/cargo{
- name = "Cargo";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abcargo)
-"aU" = (
-/obj/structure/bed/pillowpilefront/teal,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"aV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"aX" = (
-/obj/structure/table/marble,
-/obj/random/drinksoft,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"aY" = (
-/obj/structure/table/rack/shelf,
-/obj/random/fishing_junk,
-/obj/random/unidentified_medicine/viral,
-/obj/random/drinkbottle,
-/obj/random/maintenance/security,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"aZ" = (
-/obj/item/reagent_containers/chem_disp_cartridge/water,
-/obj/item/reagent_containers/chem_disp_cartridge/ethanol{
- pixel_y = 7;
- pixel_x = -4
- },
-/obj/item/reagent_containers/chem_disp_cartridge/chlorine{
- pixel_x = -5
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"ba" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/industrial/danger,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"bb" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"bc" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"bd" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"bg" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"bi" = (
-/obj/structure/table/rack/shelf,
-/obj/random/soap,
-/obj/random/miniature,
-/obj/random/flashlight,
-/obj/random/mainttoyloot,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"bj" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"bl" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"bm" = (
-/obj/structure/loot_pile/surface/medicine_cabinet/fresh{
- pixel_y = 25
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"bo" = (
-/obj/item/radio/subspace,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"bp" = (
-/obj/structure/prop/dark_node,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"bq" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"br" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 9
- },
-/obj/random/trash,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"bs" = (
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"bt" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"bw" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"bA" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"bB" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 3
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"bD" = (
-/obj/effect/floor_decal/rust,
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"bH" = (
-/obj/structure/catwalk,
-/obj/structure/flora/pottedplant/fern,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"bM" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"bO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet/blue2/turfpack/station,
-/area/maintenance/thrift)
-"bQ" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/accessory/badge/sheriff,
-/obj/random/thermalponcho,
-/obj/random/powercell,
-/obj/random/maintenance/morestuff,
-/obj/random/unidentified_medicine/viral,
-/obj/random/cigarettes,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"bR" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"bT" = (
-/obj/structure/catwalk,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"bU" = (
-/obj/machinery/light/spot{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"bV" = (
-/obj/structure/bed/chair/wood,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ca" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"ce" = (
-/obj/effect/landmark{
- name = "maint_pred"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"cg" = (
-/obj/structure/smoletrack/roadT{
- dir = 8
- },
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"ci" = (
-/obj/machinery/door/airlock/maintenance/rnd{
- name = "Genetics";
- req_one_access = null
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/item/tape/police,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/absgenetics)
-"cj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"cl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"cn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"co" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"cp" = (
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"cq" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"cs" = (
-/obj/random/trash,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"ct" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"cv" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"cw" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"cy" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"cz" = (
-/obj/item/laserdome_flag/red,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"cD" = (
-/obj/random/trash,
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"cE" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"cF" = (
-/obj/structure/table/marble,
-/obj/random/maintenance,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"cH" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"cJ" = (
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"cK" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4
- },
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"cL" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4";
- dir = 4
- },
-/obj/structure/cable/yellow,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"cM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"cP" = (
-/obj/structure/sign/directions/engineering{
- dir = 8;
- pixel_y = 10
- },
-/obj/structure/sign/directions/cargo{
- dir = 8
- },
-/obj/structure/sign/directions/medical{
- dir = 8;
- pixel_y = -10
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/lowlobby)
-"cR" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/random/tool/powermaint,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"cV" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"cX" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"cZ" = (
-/obj/structure/flora/pottedplant/dead,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"db" = (
-/obj/structure/sign/directions/ladder_up{
- dir = 4
- },
-/obj/structure/sign/directions/medical{
- dir = 4;
- pixel_y = 10
- },
-/obj/structure/sign/directions/science/rnd{
- dir = 4;
- pixel_y = -10
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/aft)
-"dd" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/gravgen)
-"dg" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"dj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"dl" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/central)
-"dm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/wall,
-/area/maintenance/abcargo)
-"dn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/starboard)
-"do" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"dr" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/ragecage)
-"dv" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"dw" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"dx" = (
-/obj/effect/floor_decal/techfloor{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"dy" = (
-/obj/effect/floor_decal/rust,
-/obj/random/mainttoyloot,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"dB" = (
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"dD" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"dE" = (
-/obj/structure/catwalk,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"dG" = (
-/obj/structure/railing,
-/turf/simulated/floor/wood/alt/panel/broken/turfpack/station,
-/area/maintenance/abtheatre)
-"dH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"dI" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"dJ" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"dK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"dO" = (
-/obj/random/trash,
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"dP" = (
-/obj/structure/bed/chair/bay/chair/padded/red/bignest,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"dR" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"dS" = (
-/obj/random/junk,
-/obj/effect/floor_decal/rust,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"dT" = (
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"dW" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"dY" = (
-/obj/structure/curtain/bed,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"dZ" = (
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"ea" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"eb" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"ec" = (
-/obj/item/storage/bag/cash,
-/obj/machinery/button/remote/airlock{
- id = "cage";
- name = "Cage Bolts";
- specialfunctions = 4;
- dir = 8;
- pixel_x = 30
- },
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"ed" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"ee" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/lowlobby)
-"ef" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"eh" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ei" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"ek" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/floor_decal/industrial/hatch/blue,
-/obj/structure/grille,
-/obj/structure/window/basic/full,
-/obj/structure/window/basic,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/thrift)
-"el" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"em" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"eo" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ep" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"eq" = (
-/obj/random/cash,
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/maintenance/bar)
-"er" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"eu" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"ev" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"ex" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "d0_outer";
- locked = 1;
- name = "External Airlock Access";
- req_access = list(13)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"ez" = (
-/obj/structure/sign/warning/secure_area{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"eA" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"eC" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/central)
-"eE" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"eI" = (
-/obj/random/maintenance,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"eJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"eM" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"eN" = (
-/obj/effect/floor_decal/techfloor{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"eO" = (
-/obj/structure/catwalk,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"eQ" = (
-/obj/structure/table/rack/shelf,
-/obj/random/tool,
-/obj/random/maintenance/cargo,
-/obj/item/melee/umbrella/random,
-/obj/item/seeds/random,
-/obj/random/action_figure,
-/obj/item/clothing/head/fishing,
-/obj/random/cash,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"eV" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/random/plushie{
- pixel_y = -3;
- pixel_x = -11
- },
-/obj/random/plushie{
- pixel_y = 4;
- pixel_x = 16
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"eX" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/obj/random/obstruction,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"eY" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/space,
-/area/space)
-"eZ" = (
-/turf/simulated/wall,
-/area/maintenance/smoleroom)
-"fb" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"fc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"fd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"fe" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"fg" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"fi" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"fj" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"fl" = (
-/obj/structure/table/rack/shelf,
-/obj/random/mainttoyloot,
-/obj/item/lipstick/random,
-/obj/item/seeds/random,
-/obj/random/mug,
-/obj/item/clothing/head/fishing,
-/obj/random/flashlight,
-/obj/random/cash,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"fm" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/grass2/turfpack/station,
-/area/maintenance/maintdeck/field)
-"fo" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"fr" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ft" = (
-/obj/structure/flora/pottedplant/aquatic,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"fu" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 9
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 9
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"fv" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"fx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/floortube,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"fy" = (
-/obj/structure/flora/pottedplant/unusual,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"fz" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"fC" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abtheatre)
-"fD" = (
-/obj/structure/closet/crate/wooden,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"fG" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"fH" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"fM" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"fR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"fS" = (
-/obj/structure/table/marble,
-/obj/random/drinksoft,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"fT" = (
-/obj/structure/catwalk,
-/obj/random/toolbox,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"fW" = (
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"fX" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"fY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"ga" = (
-/obj/structure/table/rack,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil{
- pixel_y = 2
- },
-/obj/item/stack/cable_coil{
- pixel_y = 4
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"gb" = (
-/obj/structure/bed/double/padded,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"gc" = (
-/obj/structure/hyperball_goal/blue,
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"gd" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/airlock/maintenance/medical{
- name = "Chemistry";
- req_one_access = null
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abmedical)
-"ge" = (
-/obj/effect/decal/cleanable/confetti,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"gf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"gh" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 2;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering/gravgen)
-"gk" = (
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"gl" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"go" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"gp" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"gq" = (
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"gr" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/bar)
-"gs" = (
-/obj/item/clothing/mask/muzzle/ballgag,
-/obj/structure/table/standard,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"gv" = (
-/turf/simulated/wall,
-/area/maintenance/abcargo)
-"gx" = (
-/obj/structure/smoletrack/roadturn{
- dir = 4
- },
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"gy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"gB" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"gE" = (
-/obj/structure/table/marble,
-/obj/item/seeds/ambrosiagaiaseed,
-/obj/item/seeds/ambrosiagaiaseed,
-/obj/item/seeds/ambrosiainfernusseed,
-/obj/item/seeds/ambrosiainfernusseed,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"gG" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"gH" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"gI" = (
-/obj/structure/firedoor_assembly,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"gJ" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"gK" = (
-/obj/random/obstruction,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"gL" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/starboard)
-"gM" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/central)
-"gN" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"gP" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"gR" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 2;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"gX" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"gY" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"gZ" = (
-/obj/structure/table/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"hb" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/lowlobby)
-"hd" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"he" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"hg" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"hh" = (
-/obj/random/junk,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"hj" = (
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"hk" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"hl" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"hn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"hq" = (
-/mob/living/simple_mob/animal/passive/mouse/white,
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"hr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"ht" = (
-/obj/structure/bed/pillowpilefront/orange,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"hx" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"hy" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"hz" = (
-/obj/structure/table/rack/shelf,
-/obj/structure/curtain/black,
-/obj/random/maintenance,
-/obj/random/maintenance/medical,
-/obj/random/maintenance/security,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"hA" = (
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"hB" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"hC" = (
-/turf/simulated/wall,
-/area/maintenance/janitoral)
-"hG" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"hH" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/engi,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/substation/gravgen)
-"hJ" = (
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"hK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"hN" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"hR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"hT" = (
-/obj/effect/floor_decal/techfloor{
- dir = 5
- },
-/obj/effect/decal/cleanable/cobweb2,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"hU" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"hV" = (
-/obj/structure/catwalk,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"hX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/engi,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/central)
-"hZ" = (
-/obj/structure/table/rack/shelf,
-/obj/random/material,
-/obj/random/mainttoyloot,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/research,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"ib" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"ic" = (
-/obj/structure/window/reinforced,
-/obj/structure/flora/pottedplant/large{
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"ie" = (
-/obj/machinery/door/airlock/glass_external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "d0_inner";
- locked = 1;
- name = "Internal Airlock Access";
- req_access = list(13)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"if" = (
-/obj/structure/flora/pottedplant/overgrown,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"ig" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ij" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ik" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"il" = (
-/obj/structure/lattice,
-/obj/machinery/shield_diffuser,
-/turf/space,
-/area/space)
-"io" = (
-/obj/structure/railing/grey,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"ir" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"iu" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"iv" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"iw" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"iy" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"iA" = (
-/obj/structure/table/rack/shelf,
-/obj/random/soap,
-/obj/random/maintenance/engineering,
-/obj/random/instrument,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"iB" = (
-/turf/simulated/wall,
-/area/maintenance/ragecage)
-"iD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"iI" = (
-/obj/structure/smoletrack/roadS{
- dir = 4
- },
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"iL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"iM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"iP" = (
-/turf/simulated/floor/plating/turfpack/airless,
-/area/space)
-"iS" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"iU" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"iX" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"iY" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"jb" = (
-/obj/random/trash,
-/obj/random/junk,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"jc" = (
-/obj/structure/catwalk,
-/obj/random/tool,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"jd" = (
-/turf/simulated/wall/r_lead,
-/area/engineering/gravgen)
-"je" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jf" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"jg" = (
-/obj/machinery/smartfridge/drying_rack,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"ji" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"jk" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jm" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"jn" = (
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jo" = (
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- id_tag = "d0_airlock";
- pixel_y = -26;
- req_access = null;
- tag_airpump = "d3_port_dorms_pump";
- tag_chamber_sensor = "d3_port_dorms_sensor";
- tag_exterior_door = "d3_port_dorms_outer";
- tag_interior_door = "d3_port_dorms_inner"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"jp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"jr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"jt" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"ju" = (
-/obj/effect/decal/cleanable/flour,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"jv" = (
-/obj/structure/flora/pottedplant/shoot,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"jw" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"jx" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"jy" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"jz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"jB" = (
-/obj/structure/table,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"jC" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jE" = (
-/obj/random/action_figure{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/action_figure{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/action_figure{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/action_figure{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/random/action_figure,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"jF" = (
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"jI" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"jJ" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"jK" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"jP" = (
-/obj/item/reagent_containers/chem_disp_cartridge/mercury,
-/obj/item/reagent_containers/chem_disp_cartridge/sugar{
- pixel_x = 10;
- pixel_y = -4
- },
-/obj/item/reagent_containers/chem_disp_cartridge/lithium{
- pixel_y = 10;
- pixel_x = -4
- },
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"jQ" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"jR" = (
-/obj/effect/floor_decal/techfloor{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"jU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/port)
-"jW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"jY" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"kb" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"kc" = (
-/obj/effect/floor_decal/techfloor{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"kd" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"kf" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"kg" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"kh" = (
-/obj/structure/bed/chair/bay{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"kj" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/structure/table/steel,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"kk" = (
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"kl" = (
-/obj/random/trash,
-/obj/effect/floor_decal/rust,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"km" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"kn" = (
-/obj/structure/catwalk,
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"ko" = (
-/obj/structure/bed/pillowpilefront/orange,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"kq" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"ks" = (
-/obj/structure/bed/chair/bay{
- dir = 1
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"kt" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"kw" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ky" = (
-/obj/structure/grille/broken,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"kB" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"kC" = (
-/obj/random/tool,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"kE" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abtheatre)
-"kF" = (
-/obj/structure/bed/chair/sofa/left/beige{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"kG" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"kH" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"kI" = (
-/obj/structure/hyperball_goal/red,
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"kJ" = (
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"kK" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"kN" = (
-/obj/structure/table,
-/obj/structure/table,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"kP" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/turf/simulated/floor/dungeon,
-/area/maintenance/aft)
-"kQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"kR" = (
-/obj/structure/smolebuilding/museum,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"kS" = (
-/obj/item/broken_bottle,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"kU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Maint Room 1";
- id_tag = "MaintRoom1";
- req_one_access = null
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"kV" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/head/fishing,
-/obj/random/toolbox,
-/obj/random/maintenance/misc,
-/obj/item/rectape/random,
-/obj/random/donkpocketbox,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"kY" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"lb" = (
-/obj/random/plushie{
- pixel_y = -3
- },
-/obj/effect/floor_decal/rust,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"lc" = (
-/obj/machinery/camera/network/engineering{
- c_tag = "ENG - Gravity Generator"
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"ld" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"le" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"lg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"li" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"lj" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"lr" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"ls" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/random/crate,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"lt" = (
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"lv" = (
-/obj/structure/flora/pottedplant/minitree,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"lx" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/obj/item/seeds/ambrosiadeusseed,
-/obj/item/seeds/ambrosiadeusseed,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"ly" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/bar)
-"lz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"lA" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/engineering)
-"lC" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"lE" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"lH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"lK" = (
-/turf/simulated/floor/grass2/turfpack/station,
-/area/maintenance/maintdeck/field)
-"lL" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"lM" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"lN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"lQ" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"lR" = (
-/obj/machinery/pointdefense{
- id_tag = "PD Main"
- },
-/turf/simulated/floor/airless,
-/area/space)
-"lV" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"lW" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"lY" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"ma" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"mb" = (
-/turf/simulated/wall,
-/area/maintenance/maintdeck/fieldhallway)
-"me" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"mh" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"mj" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"mm" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"mo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"mp" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"mq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/hatch,
-/obj/structure/grille,
-/obj/structure/window/titanium/full,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/lookout)
-"ms" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"mw" = (
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/cash,
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/maintenance/bar)
-"mx" = (
-/obj/item/storage/briefcase/inflatable,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"my" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"mz" = (
-/obj/structure/door_assembly/door_assembly_highsecurity,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"mA" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"mB" = (
-/obj/structure/table/rack/shelf,
-/obj/random/tool,
-/obj/random/maintenance/misc,
-/obj/item/broken_device/random,
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/mech_toy,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"mC" = (
-/obj/structure/sign/warning/radioactive{
- pixel_x = -32
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"mD" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"mF" = (
-/obj/structure/sign/levels/engineering{
- dir = 5
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/substation/gravgen)
-"mG" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"mH" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"mJ" = (
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"mK" = (
-/obj/structure/table/rack/shelf,
-/obj/random/powercell,
-/obj/item/storage/wallet/random,
-/obj/item/clothing/head/fishing,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"mL" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 5
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 5
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"mM" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"mN" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/maintdeck/fieldthrift)
-"mO" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 10
- },
-/turf/simulated/wall,
-/area/maintenance/abhydroponicssupp)
-"mP" = (
-/obj/item/stack/rods,
-/obj/random/thermalponcho,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"mQ" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"mT" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"mU" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"mW" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/obj/structure/firedoor_assembly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"mX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"mZ" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"na" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"nb" = (
-/obj/structure/bed/chair/bay{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"nc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"nf" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"ng" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"nh" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"nj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"nl" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"nn" = (
-/obj/structure/sign/warning/radioactive{
- pixel_y = 32
- },
-/obj/machinery/power/smes/buildable{
- charge = 5e+006;
- input_attempt = 1;
- input_level = 200000;
- output_level = 200000;
- RCon_tag = "Gravity Generator"
- },
-/obj/structure/cable/cyan{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"no" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8
- },
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"np" = (
-/obj/structure/bed/chair/bay/chair/padded/red/smallnest,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"nq" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"nr" = (
-/obj/effect/decal/cleanable/spiderling_remains,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"nx" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abmedical)
-"ny" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"nz" = (
-/obj/structure/table/woodentable,
-/obj/item/clothing/gloves/vox,
-/obj/item/clothing/under/suit_jacket/burgundy/skirt,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"nA" = (
-/obj/item/storage/backpack/clown/loaded,
-/turf/simulated/floor/plating,
-/area/maintenance/abtheatre)
-"nC" = (
-/obj/structure/door_assembly/door_assembly_ext,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"nD" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"nF" = (
-/obj/structure/sign/directions/security{
- dir = 8
- },
-/obj/structure/sign/directions/engineering/gravgen{
- pixel_y = 10;
- dir = 4
- },
-/obj/structure/sign/directions/evac{
- dir = 8;
- pixel_y = -10
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/lowlobby)
-"nG" = (
-/obj/structure/bed/chair/bay{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"nH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"nJ" = (
-/obj/structure/railing,
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"nK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"nL" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"nQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"nR" = (
-/obj/random/obstruction,
-/obj/effect/floor_decal/rust,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"nS" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/shield_diffuser,
-/turf/simulated/floor/plating/turfpack/airless,
-/area/space)
-"nT" = (
-/obj/machinery/light/spot{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"nU" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abscience)
-"nX" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"nZ" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"ob" = (
-/obj/structure/flora/pottedplant/tropical,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"oc" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"of" = (
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"og" = (
-/obj/structure/table/rack/shelf,
-/obj/structure/curtain/black,
-/obj/random/donkpocketbox,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/research,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"oi" = (
-/obj/structure/table/marble,
-/obj/structure/table/marble,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"oj" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"ok" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/table/steel,
-/obj/item/folder/yellow,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"ol" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"om" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"on" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"oo" = (
-/obj/structure/table/steel,
-/obj/item/seeds/poppyseed,
-/obj/item/seeds/poppyseed,
-/obj/item/seeds/bloodtomatoseed,
-/obj/item/seeds/bloodtomatoseed,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"op" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/foodstuff,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"oq" = (
-/obj/structure/table/rack/shelf,
-/obj/random/material,
-/obj/random/cigarettes,
-/obj/item/seeds/random,
-/obj/random/multiple/voidsuit/vintage,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"os" = (
-/obj/random/instrument,
-/turf/simulated/floor/wood/alt/panel/broken/turfpack/station,
-/area/maintenance/abtheatre)
-"ot" = (
-/obj/structure/lattice,
-/obj/item/stack/rods,
-/obj/item/stack/rods,
-/obj/machinery/shield_diffuser,
-/turf/space,
-/area/space)
-"ov" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"ow" = (
-/obj/random/junk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"ox" = (
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"oz" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"oB" = (
-/obj/machinery/button/remote/airlock{
- id = "MaintRoom2";
- name = "Bolt Control";
- pixel_y = -30;
- specialfunctions = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"oE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"oH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"oJ" = (
-/obj/structure/sign/directions/recreation{
- dir = 5
- },
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abtheatre)
-"oL" = (
-/obj/structure/table/rack,
-/obj/item/stack/cable_coil/yellow,
-/obj/item/stack/cable_coil/yellow{
- pixel_y = 4
- },
-/obj/item/stack/cable_coil/yellow{
- pixel_y = 2
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"oR" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/structure/table/rack,
-/obj/random/medical/lite,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"oU" = (
-/obj/random/toolbox,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"oV" = (
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"oX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"oY" = (
-/obj/item/stack/material/marble{
- amount = 25
- },
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"pa" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"pc" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_y = 10;
- pixel_z = 5;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/small/beer{
- pixel_y = 10;
- pixel_z = 5
- },
-/obj/item/reagent_containers/food/drinks/cans/beercan,
-/obj/item/reagent_containers/food/drinks/cans/beercan{
- pixel_y = 5;
- pixel_x = 10
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"pe" = (
-/obj/random/trash,
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"pf" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/bed/chair/bay{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"pg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"pj" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"pk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"pn" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"pp" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"pq" = (
-/obj/structure/table/rack/shelf,
-/obj/random/medical/pillbottle,
-/obj/random/unidentified_medicine/fresh_medicine,
-/obj/random/coin/sometimes,
-/obj/item/seeds/random,
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/mech_toy,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"pr" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"ps" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"pt" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"pv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"pw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"px" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"py" = (
-/turf/simulated/floor/carpet/blue2/turfpack/station,
-/area/maintenance/thrift)
-"pB" = (
-/obj/structure/table/marble,
-/obj/random/coin/sometimes,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"pD" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"pE" = (
-/mob/living/simple_mob/vore/aggressive/rat/labrat{
- faction = "mouse"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"pH" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/starboard)
-"pJ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/thrift)
-"pK" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abscience)
-"pO" = (
-/obj/machinery/atmospherics/pipe/zpipe/up/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"pP" = (
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"pQ" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"pR" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"pS" = (
-/obj/structure/table/woodentable,
-/obj/item/radio/subspace,
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"pT" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"pV" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"pW" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"pX" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"qb" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"qd" = (
-/obj/structure/table/marble,
-/obj/random/cash,
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"qf" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"qg" = (
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"qh" = (
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"qi" = (
-/obj/structure/closet/secure_closet/freezer/fridge{
- starts_with = null
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"qk" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"ql" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"qm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/turf/simulated/wall,
-/area/maintenance/abcargo)
-"qn" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"qo" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"qq" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/lookout)
-"qr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"qs" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"qt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"qu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"qv" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 2;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/smoleroom)
-"qy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"qB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"qC" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"qD" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "d3_port_dorms_pump"
- },
-/obj/machinery/airlock_sensor{
- id_tag = "d0_sensor";
- pixel_y = 25
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"qJ" = (
-/obj/random/tool,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"qK" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"qL" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"qN" = (
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"qO" = (
-/obj/random/cutout,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"qP" = (
-/obj/structure/table,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"qR" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"qS" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/obj/structure/table/rack,
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"qV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"qW" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"rc" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"re" = (
-/obj/random/trash,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"rf" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"rh" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"ri" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"rk" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"rl" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"rn" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"ro" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/landmark/event_spawn/morphspawn,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"rq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"rs" = (
-/obj/effect/decal/cleanable/spiderling_remains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"rv" = (
-/turf/simulated/floor/plating,
-/area/maintenance/abtheatre)
-"rx" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"ry" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"rz" = (
-/turf/simulated/floor/wood/alt/panel/broken/turfpack/station,
-/area/maintenance/abtheatre)
-"rA" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/ladder/up,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/maintenance/central)
-"rC" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"rD" = (
-/obj/structure/table/marble,
-/obj/item/storage/box/glasses/meta/metapint,
-/obj/random/drinkbottle,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"rF" = (
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"rJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"rL" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/industrial/danger,
-/turf/simulated/floor/plating,
-/area/engineering/gravgen)
-"rM" = (
-/obj/structure/sign/warning/radioactive{
- pixel_x = 32
- },
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"rP" = (
-/obj/effect/floor_decal/rust,
-/obj/random/maintenance,
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"rQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"rS" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 9
- },
-/obj/item/storage/toolbox/electrical{
- pixel_y = 6;
- pixel_x = -2
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/camera/network/engineering,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"rT" = (
-/obj/item/clothing/suit/storage/toggle/labcoat/genetics,
-/obj/random/humanoidremains,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"rU" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"rX" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"rY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"rZ" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"sa" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"sc" = (
-/obj/random/trash,
-/turf/simulated/floor/grass2/turfpack/station,
-/area/maintenance/maintdeck/field)
-"se" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"sf" = (
-/obj/effect/decal/cleanable/fruit_smudge,
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"sh" = (
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"sj" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"sk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"sl" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/lookout)
-"sn" = (
-/obj/item/stool/baystool/padded{
- dir = 8
- },
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"sq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"sr" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"su" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"sw" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/lowlobby)
-"sx" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"sz" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"sA" = (
-/obj/structure/catwalk,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"sC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"sD" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"sF" = (
-/obj/machinery/door/window/southright{
- name = "Engineering Monitoring Room";
- req_one_access = list(11,24)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"sG" = (
-/obj/structure/flora/pottedplant/smelly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"sH" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"sI" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/bed/chair/bay{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"sK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"sL" = (
-/obj/item/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"sQ" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"sS" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"sT" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"sV" = (
-/turf/unsimulated/mask,
-/area/engineering/lowlobby)
-"sW" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/maintdeck/field)
-"sY" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"ta" = (
-/obj/structure/firedoor_assembly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"tb" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"tf" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"tg" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"th" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"ti" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"tj" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"tk" = (
-/obj/structure/table/marble,
-/obj/random/junk,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"tl" = (
-/obj/random/junk,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"tm" = (
-/obj/item/clothing/under/swimsuit/stripper/stripper_pink,
-/obj/item/clothing/under/swimsuit/stripper/stripper_green,
-/obj/item/clothing/under/swimsuit/stripper/mankini,
-/obj/structure/table/standard,
-/obj/item/clothing/head/kitty,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"tp" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 10
- },
-/obj/machinery/computer/timeclock/premade/south,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/lowlobby)
-"tq" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"ts" = (
-/obj/structure/reagent_dispensers/foam,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"tu" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"tx" = (
-/obj/structure/ladder/up,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"ty" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"tz" = (
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 8;
- name = "Rage Cage";
- id_tag = "cage"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"tD" = (
-/obj/structure/barricade/cutout/clown,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"tF" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"tG" = (
-/obj/random/drinkbottle,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"tK" = (
-/obj/structure/table/rack,
-/obj/item/stack/cable_coil/blue,
-/obj/item/stack/cable_coil/blue{
- pixel_y = 2
- },
-/obj/item/stack/cable_coil/blue{
- pixel_y = 4
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"tL" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"tN" = (
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"tO" = (
-/obj/random/maintenance,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"tP" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"tQ" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"tR" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/accessory/bowtie,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/morestuff,
-/obj/item/flame/lighter/random,
-/obj/item/rectape/random,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"tS" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"tW" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"ua" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/port)
-"ub" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/loot_pile/surface/medicine_cabinet/fresh{
- pixel_y = 25
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"ud" = (
-/obj/structure/hyperball_pedestal,
-/obj/item/laserdome_hyperball,
-/turf/simulated/floor/grass2/turfpack/station,
-/area/maintenance/maintdeck/field)
-"ue" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/ragecage)
-"uf" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"uh" = (
-/obj/structure/table/rack/shelf,
-/obj/random/powercell/device,
-/obj/random/maintenance/morestuff,
-/obj/item/lipstick/random,
-/obj/item/broken_device/random,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"ui" = (
-/obj/random/obstruction,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"uj" = (
-/obj/structure/sign/directions/ladder_up{
- dir = 4
- },
-/turf/simulated/wall,
-/area/maintenance/janitoral)
-"uk" = (
-/obj/structure/door_assembly/door_assembly_ext,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"ul" = (
-/obj/structure/salvageable/computer_os,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"um" = (
-/obj/item/trash/popcorn,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"up" = (
-/obj/structure/bed/chair/bay,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"ur" = (
-/obj/structure/smolebuilding/warehouses,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"ut" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"uy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"uz" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abtheatre)
-"uF" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"uG" = (
-/obj/item/laserdome_flag/blue,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"uH" = (
-/obj/machinery/door/airlock/hatch{
- icon_state = "door_locked";
- id_tag = "engine_access_hatch";
- locked = 1;
- req_one_access = null
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"uI" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/obj/effect/spider/spiderling/non_growing,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"uJ" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"uN" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"uQ" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/radio/subspace,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"uR" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "d3_port_dorms_pump"
- },
-/obj/structure/sign/warning/airlock{
- pixel_y = 32
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"uS" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"uT" = (
-/obj/structure/table/woodentable,
-/obj/item/seeds/reishimycelium,
-/obj/item/seeds/reishimycelium,
-/obj/item/seeds/reishimycelium,
-/obj/random/trash,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"uU" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"uV" = (
-/obj/effect/floor_decal/rust,
-/obj/random/mainttoyloot,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"uY" = (
-/obj/random/trash,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"uZ" = (
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"va" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"vc" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"vd" = (
-/obj/random/plushie{
- pixel_y = -3;
- pixel_x = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"vl" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"vn" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"vo" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"vp" = (
-/obj/structure/table/rack/shelf,
-/obj/random/maintenance/misc,
-/obj/item/storage/wallet/random,
-/obj/item/broken_device/random,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"vq" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"vt" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"vu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"vw" = (
-/obj/random/trash,
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"vx" = (
-/obj/structure/closet/lasertag/blue,
-/obj/item/tvcamera{
- channel = "NLS Southern Cross Hyperball";
- name = "hyperball camera drone"
- },
-/obj/item/tvcamera{
- channel = "NLS Southern Cross Hyperball";
- name = "hyperball camera drone"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"vy" = (
-/obj/effect/floor_decal/techfloor{
- dir = 6
- },
-/obj/random/obstruction,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"vC" = (
-/obj/structure/table/reinforced,
-/obj/item/toy/redbutton{
- pixel_y = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"vE" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"vF" = (
-/obj/item/storage/briefcase/inflatable,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"vG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"vH" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"vJ" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"vK" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 10
- },
-/obj/random/mouseremains,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"vL" = (
-/obj/structure/closet/lasertag/red,
-/obj/item/tvcamera{
- channel = "NLS Southern Cross Hyperball";
- name = "hyperball camera drone"
- },
-/obj/item/tvcamera{
- channel = "NLS Southern Cross Hyperball";
- name = "hyperball camera drone"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"vM" = (
-/obj/structure/catwalk,
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"vN" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"vQ" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"vR" = (
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/structure/closet/secure_closet/freezer/fridge{
- starts_with = null
- },
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/obj/random/drinksoft,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"vS" = (
-/obj/structure/flora/pottedplant/dead,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"vU" = (
-/obj/item/trash/popcorn,
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"vV" = (
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"vX" = (
-/obj/structure/sign/warning/radioactive{
- pixel_x = -32
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"vY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"vZ" = (
-/obj/random/tool/powermaint,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"wd" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"we" = (
-/turf/simulated/wall,
-/area/maintenance/central)
-"wf" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"wg" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"wh" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"wl" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"wm" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"wn" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/central)
-"wo" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"wp" = (
-/obj/structure/flora/pottedplant/sticky,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"wq" = (
-/turf/simulated/wall,
-/area/maintenance/bar)
-"wr" = (
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/maintenance/bar)
-"wu" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"ww" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"wz" = (
-/obj/effect/floor_decal/rust,
-/obj/item/trash/popcorn,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"wA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"wB" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"wC" = (
-/obj/random/mouseremains,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"wD" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/smoleroom)
-"wE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"wF" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"wG" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"wH" = (
-/obj/item/stool/baystool/padded{
- dir = 8
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"wI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"wK" = (
-/obj/structure/catwalk,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"wN" = (
-/obj/structure/catwalk,
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"wP" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"wQ" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = -6;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"wR" = (
-/obj/structure/bed/chair/oldsofa/left,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"wS" = (
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"wT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"wV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"wW" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"wX" = (
-/obj/structure/table/rack/shelf,
-/obj/random/tool,
-/obj/random/maintenance/security,
-/obj/random/mug,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"wY" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"wZ" = (
-/turf/space,
-/area/space)
-"xa" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"xb" = (
-/obj/structure/sign/directions/ladder_up{
- dir = 1
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"xd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"xf" = (
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"xg" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering/gravgen)
-"xh" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"xl" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 3
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abcargo)
-"xm" = (
-/obj/structure/table/standard,
-/obj/item/gun/energy/mouseray,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"xn" = (
-/turf/simulated/floor/weird_things/dark,
-/area/maintenance/starboard)
-"xo" = (
-/obj/structure/flora/pottedplant/crystal,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"xq" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"xr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"xs" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"xt" = (
-/obj/structure/door_assembly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"xv" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"xw" = (
-/obj/structure/table/rack/shelf,
-/obj/random/contraband,
-/obj/random/fishing_junk,
-/obj/random/unidentified_medicine/drug_den,
-/obj/item/seeds/random,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"xy" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"xz" = (
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"xC" = (
-/obj/item/stack/rods,
-/turf/space,
-/area/space)
-"xF" = (
-/obj/structure/bed/chair/bay{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"xG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"xH" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/random/flashlight,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"xI" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"xK" = (
-/obj/structure/bed/chair/bay/chair/padded/red/smallnest,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"xL" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"xM" = (
-/obj/random/plushie{
- pixel_x = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"xO" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"xP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/light/floortube,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"xQ" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4";
- dir = 4
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"xS" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"xU" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"xV" = (
-/obj/structure/reagent_dispensers/foam,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"xX" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 9
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"yc" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"yf" = (
-/obj/structure/railing/grey,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"yj" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"yk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"yl" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"yo" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/engineering)
-"yr" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 10
- },
-/obj/structure/table/standard,
-/obj/random/trash,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"ys" = (
-/obj/machinery/door/airlock/engineering{
- name = "Backup Power Storage"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/steel_grid,
-/area/engineering/lowlobby)
-"yv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 6
- },
-/obj/random/junk,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"yB" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"yE" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"yF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"yK" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"yM" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"yN" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/backuppowerlobby)
-"yO" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"yR" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abhydroponics)
-"yS" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"yT" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/table/standard,
-/obj/item/gun/projectile/revolver/capgun,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"yU" = (
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"yV" = (
-/obj/random/flashlight,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"yX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"yY" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/accessory/collar/shock/bluespace/malfunctioning,
-/obj/random/plushie,
-/obj/random/mech_toy,
-/obj/random/unidentified_medicine/drug_den,
-/obj/item/seeds/random,
-/obj/random/flashlight,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"za" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 6
- },
-/obj/machinery/chem_master,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"zc" = (
-/obj/random/obstruction,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"zd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"zf" = (
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"zg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"zi" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 9
- },
-/obj/structure/table/standard,
-/obj/item/mindbinder,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"zm" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"zn" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/janitoral)
-"zp" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"zr" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"zu" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"zx" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"zB" = (
-/obj/item/material/shard,
-/obj/item/material/shard{
- icon_state = "medium";
- pixel_y = -7;
- pixel_x = -3
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"zE" = (
-/obj/effect/spider/spiderling/non_growing,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"zG" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"zI" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"zJ" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/accessory/collar/collarplanet_earth,
-/obj/random/maintenance/security,
-/obj/item/clothing/accessory/tropical_random,
-/obj/random/action_figure,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"zK" = (
-/obj/effect/floor_decal/techfloor{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"zL" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/ragecage)
-"zM" = (
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"zN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"zP" = (
-/obj/structure/firedoor_assembly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"zS" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"zW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"zX" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/lime/border,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"zZ" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Aa" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"Ab" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"Ac" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Ae" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/barricade,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"Af" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/port)
-"Ai" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"Aj" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Ak" = (
-/obj/structure/table/rack/shelf,
-/obj/random/thermalponcho,
-/obj/random/mouseray,
-/obj/random/coin/sometimes,
-/obj/item/flame/lighter/random,
-/obj/random/maintenance,
-/obj/random/mech_toy,
-/obj/random/material/refined,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Al" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Am" = (
-/obj/machinery/button/remote/airlock{
- id = "MaintRoom1";
- name = "Bolt Control";
- pixel_y = 30;
- specialfunctions = 4
- },
-/obj/structure/bed/pillowpilefront/teal,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"An" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"As" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Ax" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Ay" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Az" = (
-/obj/structure/smoletrack/roadS,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"AA" = (
-/obj/machinery/light/small,
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"AB" = (
-/obj/structure/table/steel,
-/obj/item/material/knife/machete/hatchet,
-/obj/item/material/minihoe,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"AC" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- frequency = 1379;
- id_tag = "d3_port_dorms_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"AE" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abmedical)
-"AF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"AG" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"AI" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"AL" = (
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"AM" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"AN" = (
-/obj/random/toy,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"AO" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"AR" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"AV" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 3
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/bar)
-"AW" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1
- },
-/turf/simulated/wall,
-/area/maintenance/abcargo)
-"AX" = (
-/obj/effect/floor_decal/borderfloorwhite/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"AY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"AZ" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Ba" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"Bc" = (
-/obj/random/junk,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Be" = (
-/obj/effect/decal/cleanable/fruit_smudge,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Bf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Bh" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Bm" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/industrial/danger,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 38;
- on = 0
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Bn" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"Bo" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/machinery/door/airlock/highsecurity{
- name = "Utility Access";
- req_one_access = list(17);
- req_access = list(17)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/substation/gravgen)
-"Bp" = (
-/obj/structure/bed/roller,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Bq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Bs" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Bu" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Bx" = (
-/obj/structure/ladder/up,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"Bz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"BA" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/barricade,
-/turf/simulated/floor/plating,
-/area/maintenance/starboard)
-"BB" = (
-/obj/structure/bed/chair,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"BC" = (
-/obj/effect/floor_decal/borderfloorwhite/corner,
-/obj/effect/floor_decal/corner/beige/bordercorner,
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"BD" = (
-/obj/structure/bed/chair/wheelchair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"BF" = (
-/obj/structure/table/marble,
-/obj/random/donkpocketbox,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"BH" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"BI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"BJ" = (
-/obj/effect/floor_decal/techfloor{
- dir = 1
- },
-/obj/random/obstruction,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"BL" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"BN" = (
-/obj/structure/flora/pottedplant/drooping,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"BP" = (
-/obj/effect/decal/cleanable/filth,
-/obj/structure/mopbucket,
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"BQ" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"BS" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"BT" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"BV" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/central)
-"BX" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"BY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"BZ" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"Ca" = (
-/obj/structure/sign/directions/recreation{
- dir = 4
- },
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/ragecage)
-"Ce" = (
-/obj/random/trash,
-/turf/simulated/floor/carpet/blue2/turfpack/station,
-/area/maintenance/thrift)
-"Cf" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Cg" = (
-/obj/structure/sign/warning/radioactive{
- pixel_y = -32
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Ci" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Ck" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/central)
-"Cl" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Cm" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"Cn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"Co" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Cq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"Cr" = (
-/obj/random/junk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Cs" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/engi,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/substation/gravgen)
-"Cu" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Cv" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/cable_coil/heavyduty,
-/obj/item/stack/cable_coil/heavyduty{
- pixel_y = 3
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"Cw" = (
-/obj/structure/flora/desert_planet/potted_plant,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Cx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Cy" = (
-/obj/structure/bed/chair/sofa/right/beige{
- dir = 1
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"CC" = (
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"CD" = (
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"CE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"CF" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"CG" = (
-/obj/structure/bed/chair/oldsofa,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"CH" = (
-/obj/random/mouseremains,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"CJ" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"CK" = (
-/obj/effect/floor_decal/rust,
-/obj/item/tape/medical,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"CN" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"CP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/radio/subspace,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"CR" = (
-/obj/structure/flora/pottedplant/decorative,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"CT" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"CU" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"CW" = (
-/obj/structure/catwalk,
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Da" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Df" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24;
- locked = 0
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 38;
- on = 0
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"Dg" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"Dh" = (
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/structure/closet/crate/secure/large/reinforced,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Dk" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Do" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Dr" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Ds" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"Du" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/turf/space,
-/area/space)
-"Dw" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Dy" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"DA" = (
-/obj/effect/floor_decal/techfloor{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"DC" = (
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"DD" = (
-/obj/structure/flora/pottedplant/unusual,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"DI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"DJ" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/bordercorner{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"DL" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"DM" = (
-/obj/structure/flora/pottedplant/smalltree,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"DN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"DO" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"DP" = (
-/obj/random/maintenance,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"DQ" = (
-/obj/item/stack/rods,
-/obj/random/unidentified_medicine/drug_den,
-/obj/random/drinkbottle,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"DR" = (
-/obj/structure/table,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"DU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"DW" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/thrift)
-"DY" = (
-/obj/effect/floor_decal/techfloor{
- dir = 5
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Ec" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Ed" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"Ef" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Eg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Eh" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Ep" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"Eq" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Er" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"Es" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"Et" = (
-/obj/structure/ladder/up,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Eu" = (
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Ev" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ez" = (
-/obj/structure/smolebuilding/houses,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"EC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"EE" = (
-/obj/effect/landmark/event_spawn/morphspawn,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"EI" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"EJ" = (
-/obj/structure/stripper_pole,
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/maintenance/bar)
-"EK" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"EM" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"EN" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"EO" = (
-/obj/structure/table/rack/shelf,
-/obj/machinery/light/small,
-/obj/item/radio/subspace,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"EP" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"ES" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"ET" = (
-/obj/effect/floor_decal/rust,
-/obj/item/storage/briefcase/inflatable,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"EU" = (
-/obj/structure/sign/directions/engineering/gravgen{
- dir = 6
- },
-/obj/structure/sign/directions/engineering{
- dir = 8;
- pixel_y = 10
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/central)
-"EW" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"EY" = (
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"EZ" = (
-/obj/item/mop,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"Fa" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = -6;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Fb" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Fd" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"Fe" = (
-/obj/item/storage/backpack/genetics,
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"Fh" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/absgenetics)
-"Fk" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"Fm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Fn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/starboard)
-"Fo" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Fp" = (
-/obj/random/junk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Fq" = (
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/structure/closet/secure_closet/freezer/fridge{
- starts_with = null
- },
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Fr" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Fs" = (
-/obj/random/trash,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Ft" = (
-/obj/random/trash,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"Fv" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/thrift)
-"Fy" = (
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"Fz" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"FC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"FD" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"FG" = (
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/maintdeck/field)
-"FH" = (
-/obj/structure/smoletrack/roadF,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"FI" = (
-/obj/structure/table/reinforced,
-/obj/item/geiger/wall/west,
-/obj/item/storage/toolbox/mechanical{
- pixel_y = 5
- },
-/obj/item/paper/guide/gravity{
- pixel_y = -4;
- pixel_x = 5
- },
-/obj/machinery/camera/network/engineering{
- c_tag = "ENG - Gravity Generator Entrance";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"FJ" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/random/plushie{
- pixel_y = 4;
- pixel_x = 16
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"FK" = (
-/obj/structure/smoleruins,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"FL" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"FM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"FP" = (
-/obj/machinery/door/airlock/engineering{
- name = "Backup Power Storage"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/engineering/backuppowerlobby)
-"FQ" = (
-/obj/effect/floor_decal/techfloor{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"FR" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"FS" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"FV" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"FW" = (
-/obj/effect/floor_decal/techfloor{
- dir = 9
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"FY" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"FZ" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ga" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Gb" = (
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Gc" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"Ge" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"Gg" = (
-/obj/random/toolbox,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Gh" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/brown/bordercorner,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"Gm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"Gn" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Gq" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Gr" = (
-/obj/item/gun/energy/sizegun,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"Gt" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Gu" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Gw" = (
-/obj/structure/door_assembly,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Gz" = (
-/obj/structure/closet/secure_closet/engineering_welding,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/engineering/backuppowerlobby)
-"GA" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"GC" = (
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"GD" = (
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"GF" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"GH" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"GJ" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/accessory/collar/bell,
-/obj/random/maintenance/medical,
-/obj/item/lipstick/random,
-/obj/random/action_figure,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"GK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"GL" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"GM" = (
-/obj/random/tool,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"GN" = (
-/obj/random/plushie{
- pixel_x = 5
- },
-/obj/random/plushie{
- pixel_y = 4;
- pixel_x = 16
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"GO" = (
-/obj/item/storage/pill_bottle{
- pixel_x = 5;
- pixel_y = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"GP" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = -6;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"GQ" = (
-/obj/item/material/shard{
- icon_state = "medium";
- pixel_y = -7;
- pixel_x = -3
- },
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/obj/item/reagent_containers/glass/beaker/large{
- pixel_y = 5;
- pixel_x = -8
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"GR" = (
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"GS" = (
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"GU" = (
-/obj/random/trash,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"GV" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"GW" = (
-/obj/structure/sign/directions/ladder_up{
- dir = 4
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abtheatre)
-"GZ" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Hc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"Hd" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"Hg" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"Hj" = (
-/obj/structure/sign/warning/radioactive{
- pixel_x = 32
- },
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Hk" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Hl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Hm" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Ho" = (
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"Hp" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/engineering/backuppowerlobby)
-"Hq" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Hr" = (
-/obj/structure/grille/broken,
-/obj/item/material/shard,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"Ht" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 2;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/aft)
-"Hv" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Hw" = (
-/obj/structure/closet/crate/mimic/cointoss,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Hy" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abscience)
-"Hz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"HC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"HE" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/ragecage)
-"HG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"HH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Maint Room 2";
- id_tag = "MaintRoom2";
- req_one_access = null
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"HI" = (
-/obj/structure/sign/directions/engineering{
- dir = 9;
- pixel_y = 10
- },
-/obj/structure/sign/directions/engineering/gravgen{
- dir = 4
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/substation/gravgen)
-"HL" = (
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"HN" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"HO" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"HQ" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"HS" = (
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/maintenance/bar)
-"HT" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"HU" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"HX" = (
-/obj/random/junk,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"Ia" = (
-/obj/effect/decal/cleanable/filth,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"Ib" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Ic" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"Id" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"If" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Ig" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/engi,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering/gravgen)
-"Ij" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"Im" = (
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"In" = (
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"Io" = (
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/effect/decal/cleanable/cobweb,
-/obj/structure/closet/secure_closet/freezer/fridge{
- starts_with = null
- },
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Ip" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"Iq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Ir" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"Is" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"It" = (
-/obj/structure/flora/pottedplant/largebush,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Iw" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"Iy" = (
-/obj/structure/table/rack/shelf,
-/obj/random/maintenance/medical,
-/obj/random/powercell,
-/obj/random/action_figure,
-/obj/random/fishing_junk,
-/obj/random/soap,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Iz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"IA" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"ID" = (
-/obj/structure/sign/warning/radioactive{
- pixel_y = -32
- },
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"IE" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"IG" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"IH" = (
-/turf/simulated/wall,
-/area/maintenance/absgenetics)
-"II" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/cash,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"IK" = (
-/obj/structure/table/marble,
-/obj/machinery/cash_register,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"IL" = (
-/obj/random/trash,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"IO" = (
-/obj/machinery/light/small,
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"IP" = (
-/obj/item/material/shard,
-/obj/item/reagent_containers/glass/beaker,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"IR" = (
-/obj/structure/closet/crate,
-/obj/item/stack/material/phoron{
- amount = 25
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"IT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"IU" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"IX" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_x = -30;
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"IZ" = (
-/obj/random/obstruction,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Jb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Jf" = (
-/obj/structure/salvageable/computer_os,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"Jh" = (
-/obj/effect/floor_decal/borderfloorwhite/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/bordercorner{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Jk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Jm" = (
-/obj/structure/dark_portal/minion,
-/turf/simulated/floor/weird_things/dark,
-/area/maintenance/starboard)
-"Jp" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Jq" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"Jr" = (
-/obj/item/stack/rods,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Jt" = (
-/obj/structure/door_assembly/door_assembly_ext,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Jv" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal{
- dir = 4
- },
-/obj/random/trash,
-/obj/effect/decal/cleanable/cobweb2,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"Jw" = (
-/obj/structure/table/rack/shelf,
-/obj/random/maintenance/engineering,
-/obj/item/towel/random,
-/obj/item/melee/umbrella/random,
-/obj/random/cigarettes,
-/obj/random/instrument,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"JA" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"JB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"JC" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"JD" = (
-/obj/structure/curtain/bed,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"JG" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"JH" = (
-/obj/structure/prop/dark_node/dust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"JJ" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 2;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abhydroponicssupp)
-"JK" = (
-/obj/structure/sign/directions/janitor{
- dir = 4;
- pixel_y = 10
- },
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abmedical)
-"JL" = (
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"JN" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"JP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"JU" = (
-/obj/structure/table/rack/shelf,
-/obj/random/contraband,
-/obj/random/mainttoyloot,
-/obj/item/broken_device/random,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"JV" = (
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/obj/machinery/camera/network/engineering,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"JX" = (
-/obj/random/junk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"JY" = (
-/obj/random/trash,
-/obj/effect/floor_decal/rust,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"JZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"Kb" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Kc" = (
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"Ke" = (
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/obj/structure/closet/secure_closet/freezer/fridge{
- starts_with = null
- },
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/obj/random/organ,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Kf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Ki" = (
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Kj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Kk" = (
-/obj/random/trash,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = -6;
- on = 0
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Kl" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Km" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/substation/gravgen)
-"Kn" = (
-/obj/random/mouseremains,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Ko" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"Kr" = (
-/obj/item/stool/baystool/padded,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Ks" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 6
- },
-/obj/random/obstruction,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Kw" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Kx" = (
-/obj/machinery/door/airlock/maintenance/rnd{
- name = "Research and Development";
- req_one_access = null
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abscience)
-"Ky" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"KB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"KG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"KH" = (
-/obj/machinery/computer/power_monitor{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"KI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/medical{
- name = "Medical";
- req_one_access = null
- },
-/obj/item/tape/medical,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abmedical)
-"KJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"KL" = (
-/obj/item/material/twohanded/baseballbat,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"KM" = (
-/obj/structure/railing/grey,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"KQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"KR" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/piratedouble,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"KS" = (
-/obj/structure/closet/crate/secure/large,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"KV" = (
-/obj/structure/table/rack/shelf,
-/obj/random/toolbox,
-/obj/item/towel/random,
-/obj/item/storage/wallet/random,
-/obj/item/melee/umbrella/random,
-/obj/item/rectape/random,
-/obj/random/cash{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/random/material/refined,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"KY" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"La" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Lb" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/turf/space,
-/area/space)
-"Lc" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Lf" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Li" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"Lk" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"Ll" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"Ln" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"Lp" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/item/storage/pill_bottle{
- pixel_x = -4;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"Lq" = (
-/obj/structure/bed/chair/oldsofa/right,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"Ls" = (
-/obj/structure/table/rack/shelf,
-/obj/structure/curtain/black,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/misc,
-/obj/random/maintenance/research,
-/turf/simulated/floor/bmarble,
-/area/maintenance/thrift)
-"Lt" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Lv" = (
-/obj/structure/bed/chair,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Ly" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"Lz" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"LE" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/absgenetics)
-"LG" = (
-/obj/structure/catwalk,
-/obj/random/flashlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"LH" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/central)
-"LI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"LJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"LK" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"LL" = (
-/obj/structure/railing,
-/obj/random/instrument,
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"LP" = (
-/obj/random/trash,
-/obj/effect/landmark{
- name = "maint_pred"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"LQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"LU" = (
-/turf/simulated/wall,
-/area/maintenance/abscience)
-"LV" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"LW" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"LY" = (
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"Mf" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/central)
-"Mi" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Mj" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Ml" = (
-/obj/random/junk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"Mn" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Mq" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/aft)
-"Mr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Ms" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/white,
-/obj/item/clothing/head/pizzaguy,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"Mt" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_alc/full{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"Mu" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- dir = 4
- },
-/obj/machinery/light_construct{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"Mw" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/random/obstruction,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"MA" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"ME" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"MF" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"MH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"MI" = (
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"MJ" = (
-/obj/structure/table/woodentable,
-/obj/random/action_figure,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"MK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"MN" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"MO" = (
-/obj/structure/windoor_assembly{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"MR" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"MS" = (
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/reagent_containers/glass/bucket,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"MT" = (
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"MZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Na" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Nc" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ne" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/obj/random/junk,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Nf" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ng" = (
-/obj/random/tool,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Nj" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Nk" = (
-/obj/effect/floor_decal/techfloor,
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Nl" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/obj/random/maintenance,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Nm" = (
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"No" = (
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Np" = (
-/obj/structure/closet/radiation,
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"Nr" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"Nt" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/structure/salvageable/computer_os,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Nw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Ny" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Nz" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"NC" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"ND" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"NE" = (
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"NF" = (
-/obj/structure/table/woodentable,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"NG" = (
-/obj/structure/sign/levels/engineering/gravgen{
- pixel_y = 5
- },
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/substation/gravgen)
-"NI" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/item/folder/yellow,
-/obj/item/folder/yellow,
-/obj/item/pen,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"NJ" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"NK" = (
-/obj/structure/door_assembly/door_assembly_fre,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"NL" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"NM" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"NN" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"NQ" = (
-/obj/structure/flora/pottedplant/stoutbush,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"NR" = (
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)";
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"NS" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_x = -30;
- dir = 1
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"NT" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"NW" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"NX" = (
-/obj/random/trash,
-/obj/machinery/light/spot{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"NY" = (
-/obj/random/trash,
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"NZ" = (
-/obj/machinery/power/smes/batteryrack,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Oa" = (
-/obj/effect/floor_decal/borderfloorwhite/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Ob" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"Oe" = (
-/obj/structure/catwalk,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Of" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Og" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/janitoral)
-"Oh" = (
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"Oj" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/maintdeck/fieldthrift)
-"Ok" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Om" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/maintdeck/fieldhallway)
-"Oo" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 3
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/firedoor/multi_tile,
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 8;
- name = "Maintenance Access"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/bar)
-"Op" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Oq" = (
-/obj/item/stack/material/smolebricks,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"Or" = (
-/obj/random/obstruction,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ow" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Oy" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/random/empty_or_lootable_crate,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"OC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"OE" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"OF" = (
-/obj/structure/table/marble,
-/obj/random/cigarettes,
-/obj/item/radio/subspace{
- pixel_y = 8;
- pixel_x = 6
- },
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"OG" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/carpet/blue2/turfpack/station,
-/area/maintenance/thrift)
-"OJ" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"OL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"OM" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"OO" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/ladder/up,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"OP" = (
-/obj/structure/janitorialcart,
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"OT" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"OU" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"OX" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"OY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"OZ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Pa" = (
-/obj/item/stamp/clown,
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"Pb" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Pc" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Pd" = (
-/obj/structure/table/rack/shelf,
-/obj/random/maintenance/engineering,
-/obj/random/miniature,
-/obj/random/unidentified_medicine/fresh_medicine,
-/obj/item/clothing/accessory/hawaiian_random,
-/obj/random/action_figure,
-/obj/random/cash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Pg" = (
-/obj/machinery/camera/network/engineering{
- c_tag = "ENG - Technical Storage";
- dir = 1
- },
-/obj/machinery/power/breakerbox,
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"Ph" = (
-/obj/structure/catwalk,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Pk" = (
-/obj/structure/table/rack/shelf,
-/obj/random/soap,
-/obj/random/plushie,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Pm" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Pp" = (
-/turf/simulated/floor/plating,
-/area/maintenance/port)
-"Pr" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Ps" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Pt" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/absgenetics)
-"Pu" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"Pv" = (
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"Pw" = (
-/obj/structure/bed/chair/sofa/left/beige{
- dir = 1
- },
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"Px" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Pz" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/space,
-/area/space)
-"PB" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"PD" = (
-/obj/structure/closet/cabinet,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"PG" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"PH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"PJ" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"PK" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "d3_port_dorms_airlock";
- name = "interior access button";
- pixel_x = -25;
- pixel_y = 26;
- req_access = null
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"PM" = (
-/obj/structure/catwalk,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"PN" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"PO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"PP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"PQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"PR" = (
-/obj/structure/closet/crate/wooden,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"PS" = (
-/obj/structure/grille/broken,
-/obj/item/material/shard{
- pixel_x = 5;
- pixel_y = -7
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"PU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"PV" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"PX" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"PY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"PZ" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 5
- },
-/obj/effect/floor_decal/corner/beige/border{
- dir = 5
- },
-/obj/machinery/chemical_dispenser,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"Qb" = (
-/obj/structure/door_assembly/door_assembly_ext,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Qd" = (
-/obj/random/plushie{
- pixel_y = -3;
- pixel_x = -11
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"Qe" = (
-/obj/effect/landmark{
- name = "maint_pred"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Qf" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Qh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/camera/network/engineering{
- c_tag = "ENG - Technical Storage";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Qn" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Qp" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Qq" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abmedical)
-"Qu" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 4
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Qw" = (
-/obj/structure/table/rack/shelf,
-/obj/random/contraband,
-/obj/random/donkpocketbox,
-/obj/random/maintenance/morestuff,
-/obj/random/forgotten_tram,
-/obj/item/clothing/head/fishing,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Qy" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"QA" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"QC" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 4
- },
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"QE" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"QH" = (
-/obj/effect/floor_decal/rust,
-/obj/item/storage/pill_bottle{
- pixel_x = 5;
- pixel_y = 8
- },
-/obj/item/storage/pill_bottle,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abfirstaid)
-"QJ" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"QM" = (
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"QN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"QP" = (
-/obj/machinery/floodlight,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"QS" = (
-/obj/structure/catwalk,
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"QT" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"QU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"QV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"QX" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"QY" = (
-/obj/structure/bed/double/padded,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"QZ" = (
-/obj/structure/grille,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Rb" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/airlock/maintenance/common,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"Rd" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Re" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"Rf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Rg" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"Rh" = (
-/obj/effect/floor_decal/rust,
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"Rj" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Rl" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Rm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Ro" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Rr" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Rt" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"Rx" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"Rz" = (
-/obj/effect/floor_decal/techfloor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"RA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abmedical)
-"RB" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abfirstaid)
-"RE" = (
-/obj/machinery/smartfridge/drying_rack,
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"RF" = (
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"RJ" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/spot{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"RL" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass,
-/area/maintenance/aft)
-"RM" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponicssupp)
-"RO" = (
-/obj/structure/table,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"RP" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"RQ" = (
-/turf/simulated/wall,
-/area/maintenance/abhydroponicssupp)
-"RR" = (
-/obj/structure/table/marble,
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"RU" = (
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"RV" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"RW" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"RX" = (
-/obj/effect/floor_decal/techfloor{
- dir = 8
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"Sb" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Sd" = (
-/obj/machinery/door/airlock/maintenance/medical{
- name = "Medical Storage";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"Se" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/turf/space,
-/area/space)
-"Sh" = (
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Sj" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Sk" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Sl" = (
-/obj/random/mouseremains,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Sm" = (
-/obj/random/crate,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"Sn" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Sq" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Sr" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Sw" = (
-/obj/random/trash,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"SA" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"SB" = (
-/obj/random/instrument,
-/turf/simulated/floor/wood/alt/panel,
-/area/maintenance/abtheatre)
-"SC" = (
-/obj/item/stool,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"SE" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"SF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"SG" = (
-/obj/structure/stairs/spawner/east,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"SH" = (
-/obj/structure/railing/grey,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"SI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"SJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"SN" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"SP" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"SS" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"ST" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"SV" = (
-/obj/structure/bed/chair/comfy/teal{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"SW" = (
-/obj/effect/floor_decal/techfloor{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"SX" = (
-/obj/structure/catwalk,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"SY" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"Ta" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Tb" = (
-/obj/random/mouseremains,
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"Tc" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Td" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Tg" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Th" = (
-/obj/structure/bed/chair/bay{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Ti" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Tk" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/lookout)
-"Tl" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Tm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/space,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"To" = (
-/obj/item/modular_computer/console/preset/engineering{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"Tt" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Tu" = (
-/obj/random/mouseremains,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Tx" = (
-/obj/random/crate,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"Ty" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"TC" = (
-/obj/item/trash/popcorn,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"TD" = (
-/obj/machinery/vending/cola,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"TG" = (
-/obj/structure/table/rack/shelf,
-/obj/random/plushie,
-/obj/random/mech_toy,
-/obj/random/maintenance,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"TH" = (
-/obj/structure/smolebuilding/business,
-/turf/simulated/floor/smole,
-/area/maintenance/smoleroom)
-"TI" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 16;
- d2 = 0;
- icon_state = "16-0"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"TJ" = (
-/turf/simulated/wall/r_wall/turfpack/airless,
-/area/space)
-"TK" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abmedical)
-"TL" = (
-/obj/random/trash,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"TM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"TN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -36;
- pixel_y = -6;
- on = 0
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"TO" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/flour,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"TQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_1)
-"TR" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"TS" = (
-/obj/random/flashlight,
-/obj/random/toolbox,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering/gravgen)
-"TT" = (
-/obj/structure/bed/chair/oldsofa/left,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"TU" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"TV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"TW" = (
-/obj/random/mouseremains,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"TX" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"TY" = (
-/obj/random/trash,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Ud" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Ue" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/unsimulated/floor/carpet/retro/turfpack/station,
-/area/maintenance/abtheatre)
-"Ug" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Uh" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"Ui" = (
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"Ul" = (
-/obj/item/material/twohanded/baseballbat,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Uo" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"Up" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"Uq" = (
-/obj/structure/table,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"Ur" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Ut" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Uv" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ux" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"Uz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"UC" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"UG" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-"UJ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/janitoral)
-"UP" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/shaker,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"UQ" = (
-/obj/structure/closet/radiation,
-/obj/structure/sign/warning/radioactive{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"US" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"UU" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/item/smes_coil/super_io,
-/obj/item/multitool{
- pixel_y = -9;
- pixel_x = 8
- },
-/obj/item/tool/screwdriver{
- pixel_x = -5
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"UW" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"UY" = (
-/obj/random/obstruction,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"UZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Va" = (
-/obj/item/reagent_containers/syringe/drugs{
- pixel_y = 5;
- pixel_x = 7
- },
-/obj/item/reagent_containers/syringe/drugs,
-/turf/simulated/floor/reinforced,
-/area/maintenance/abchemistry)
-"Vb" = (
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Vc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Ve" = (
-/obj/structure/mopbucket,
-/obj/effect/decal/cleanable/cobweb2,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/light_switch{
- pixel_x = 34;
- pixel_y = 4;
- on = 0
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"Vg" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Vh" = (
-/obj/effect/floor_decal/techfloor{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Vl" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Vm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/janitoral)
-"Vn" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/aft)
-"Vo" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"Vr" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/obj/machinery/shield_diffuser,
-/turf/space,
-/area/space)
-"Vt" = (
-/obj/random/junk,
-/turf/simulated/floor/grass2/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Vu" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Vv" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"Vw" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Vx" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/backuppower)
-"Vy" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"Vz" = (
-/obj/item/stool/baystool/padded,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -3;
- pixel_x = -32
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"VB" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/engineering)
-"VC" = (
-/obj/structure/sign/directions/medical,
-/obj/structure/sign/directions/bar{
- dir = 1;
- pixel_y = 10
- },
-/obj/structure/sign/directions/cargo{
- pixel_y = -10
- },
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abchemistry)
-"VE" = (
-/obj/structure/lattice,
-/obj/machinery/pointdefense{
- id_tag = "PD Main"
- },
-/turf/simulated/floor/airless,
-/area/space)
-"VF" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"VG" = (
-/obj/structure/table/rack/shelf,
-/obj/random/tool,
-/obj/random/maintenance/morestuff,
-/obj/random/coin/sometimes,
-/obj/random/action_figure,
-/obj/random/maintenance,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"VH" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"VI" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/engineering/gravgen)
-"VJ" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"VK" = (
-/obj/structure/bed/chair/bay{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"VL" = (
-/obj/random/empty_or_lootable_crate,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"VN" = (
-/obj/item/handcuffs/fuzzy,
-/obj/item/handcuffs/legcuffs/fuzzy,
-/obj/item/clothing/under/fluff/latexmaid,
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/bar)
-"VR" = (
-/obj/structure/table/marble,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"VT" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/item/tape/engineering,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"VU" = (
-/obj/random/trash,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"VX" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- frequency = 1379;
- id_tag = "d3_port_dorms_pump"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"VY" = (
-/obj/structure/lattice,
-/obj/item/stack/rods,
-/turf/space,
-/area/space)
-"Wa" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 38;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Wb" = (
-/obj/item/radio/subspace,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/field)
-"Wc" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"We" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/maintenance/abcargo)
-"Wh" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Wj" = (
-/obj/item/storage/briefcase/inflatable,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Wl" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/maintdeck/field)
-"Wm" = (
-/obj/structure/reagent_dispensers/watertank/high,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"Wn" = (
-/obj/random/obstruction,
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"Wq" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Wr" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Ws" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"Wt" = (
-/obj/structure/flora/pottedplant/subterranean,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/engineering)
-"Wu" = (
-/obj/machinery/clonepod,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 5
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 5
- },
-/obj/machinery/firealarm{
- layer = 3.3;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"Wv" = (
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plastic,
-/obj/structure/closet/crate/secure/large/reinforced,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/field)
-"Wx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Wy" = (
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"WC" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"WF" = (
-/obj/effect/floor_decal/techfloor{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/port)
-"WG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"WI" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/bar)
-"WM" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"WN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abscience)
-"WO" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 3
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/machinery/door/firedoor/multi_tile,
-/obj/machinery/door/airlock/multi_tile/metal/mait{
- dir = 8;
- name = "Cargo Warehouse"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abcargo)
-"WQ" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/ragecage)
-"WS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/central)
-"WU" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/industrial/arrows/yellow,
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance/medical{
- name = "Medical Storage";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abfirstaid)
-"WW" = (
-/obj/structure/bed/chair/comfy/teal{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"WX" = (
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"WY" = (
-/obj/random/obstruction,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Xc" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"Xg" = (
-/obj/item/storage/smolebrickcase,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"Xl" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Xm" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"Xp" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abhydroponics)
-"Xq" = (
-/obj/effect/decal/cleanable/flour,
-/turf/simulated/floor/lino,
-/area/maintenance/bar)
-"Xt" = (
-/obj/item/reagent_containers/syringe/drugs{
- pixel_y = 5;
- pixel_x = 7
- },
-/obj/item/reagent_containers/syringe/drugs,
-/obj/item/storage/pill_bottle/happy{
- pixel_x = 5
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"Xu" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"Xv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"Xw" = (
-/obj/structure/catwalk,
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"Xx" = (
-/obj/structure/catwalk,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/aft)
-"Xy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/parquet/broken/turfpack/station,
-/area/maintenance/lookout)
-"XC" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"XD" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"XE" = (
-/obj/structure/table/rack/shelf,
-/obj/random/thermalponcho,
-/obj/random/powercell,
-/obj/random/mainttoyloot,
-/obj/random/forgotten_tram,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"XG" = (
-/obj/structure/flora/pottedplant/dead,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponicssupp)
-"XI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"XJ" = (
-/obj/machinery/vending/snix{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/engineering/lowlobby)
-"XL" = (
-/obj/random/plushie{
- pixel_x = 5;
- pixel_y = 7
- },
-/obj/random/plushie{
- pixel_y = -3;
- pixel_x = -11
- },
-/obj/random/plushie{
- pixel_y = 4;
- pixel_x = 16
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abscience)
-"XM" = (
-/obj/structure/table/rack/shelf,
-/obj/random/tool,
-/obj/random/powercell/device,
-/obj/random/maintenance/security,
-/obj/item/broken_device/random,
-/obj/random/contraband,
-/obj/random/mainttoyloot,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"XO" = (
-/obj/random/junk,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"XP" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/abchemistry)
-"XQ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 9
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"XR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"XU" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/space,
-/area/space)
-"XV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light/floortube,
-/turf/simulated/floor/wood/alt/parquet/turfpack/station,
-/area/maintenance/lookout)
-"XW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppowerlobby)
-"XY" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"XZ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/hydro,
-/area/maintenance/abhydroponics)
-"Ya" = (
-/obj/structure/catwalk,
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"Yb" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/engineering/gravgen)
-"Yc" = (
-/obj/random/trash,
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"Ye" = (
-/obj/effect/floor_decal/techfloor{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Yh" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"Yi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/random/junk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"Yk" = (
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"Yp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"Yr" = (
-/turf/simulated/wall/r_wall/turfpack/station,
-/area/engineering/backuppower)
-"Ys" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/monotile,
-/area/maintenance/maintdeck/field)
-"Yt" = (
-/obj/structure/catwalk,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"Yx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/wall,
-/area/maintenance/abcargo)
-"Yy" = (
-/obj/effect/decal/cleanable/filth,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abtheatre)
-"Yz" = (
-/turf/simulated/floor/lino,
-/area/maintenance/abtheatre)
-"YA" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "d3_port_dorms_airlock";
- name = "exterior access button";
- pixel_x = 25;
- pixel_y = -26;
- req_access = null
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/shield_diffuser,
-/turf/simulated/floor/plating/turfpack/airless,
-/area/space)
-"YB" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 9
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 9
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"YD" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/substation/gravgen)
-"YE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"YF" = (
-/obj/effect/floor_decal/techfloor/corner{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"YG" = (
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"YH" = (
-/obj/structure/catwalk,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"YI" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/random/trash,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"YJ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"YK" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/central)
-"YN" = (
-/obj/machinery/smartfridge/drying_rack,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"YO" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/aft)
-"YP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar)
-"YQ" = (
-/obj/effect/floor_decal/borderfloorwhite/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/beige/bordercorner{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abchemistry)
-"YT" = (
-/obj/structure/table/rack/shelf,
-/obj/random/fishing_junk,
-/obj/random/powercell/device,
-/obj/random/miniature,
-/obj/item/flame/lighter/random,
-/obj/random/tool/powermaint,
-/obj/random/mouseray,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/thrift)
-"YU" = (
-/obj/random/trash,
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"YX" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/janitoral)
-"Za" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldthrift)
-"Zd" = (
-/turf/simulated/wall/turfpack/station,
-/area/maintenance/starboard)
-"Zf" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/substation/gravgen)
-"Zg" = (
-/obj/structure/bed/chair/comfy/teal{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/maintenance/aft)
-"Zk" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/syringe/drugs{
- pixel_y = 5;
- pixel_x = 7
- },
-/obj/item/storage/pill_bottle/happy,
-/obj/item/reagent_containers/glass/beaker/vial/microcillin{
- pixel_y = 4;
- pixel_x = -6
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abchemistry)
-"Zl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/maintenance/maintdeck/fieldhallway)
-"Zm" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/lime/border,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"Zr" = (
-/obj/structure/catwalk,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"Zs" = (
-/obj/effect/floor_decal/techfloor{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/maintenance/engineering/gravgen)
-"Zt" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/smoleroom)
-"Zv" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abcargo)
-"Zw" = (
-/obj/structure/table/rack/shelf,
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = -6
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_x = -5;
- pixel_y = -6
- },
-/obj/item/cell/apc{
- pixel_y = 5;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = 5
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = 5
- },
-/obj/item/cell/apc{
- pixel_y = 15;
- pixel_x = 5
- },
-/obj/item/cell/apc{
- pixel_y = 5;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_y = 5;
- pixel_x = -5
- },
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/cell/apc{
- pixel_x = -5;
- pixel_y = -6
- },
-/obj/item/cell/apc{
- pixel_x = -5;
- pixel_y = -6
- },
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = -6
- },
-/obj/item/cell/apc{
- pixel_x = 5;
- pixel_y = -6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/backuppower)
-"Zz" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/lime/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/absgenetics)
-"ZA" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 4
- },
-/obj/random/trash,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"ZE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/turfpack/station,
-/area/maintenance/bar/dorm_2)
-"ZF" = (
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag{
- pixel_x = 6;
- pixel_y = -5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abmedical)
-"ZG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/port)
-"ZI" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24;
- on = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/abfirstaid)
-"ZJ" = (
-/obj/structure/bed/chair/oldsofa/right,
-/turf/unsimulated/floor/carpet/gaycarpet,
-/area/maintenance/bar)
-"ZK" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"ZL" = (
-/obj/item/stack/rods,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled,
-/area/maintenance/thrift)
-"ZM" = (
-/obj/structure/mob_spawner/mouse_nest/mousehole,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/starboard)
-"ZO" = (
-/obj/structure/table/woodentable,
-/obj/machinery/reagentgrinder,
-/turf/simulated/floor/wood/broken/turfpack/station,
-/area/maintenance/bar)
-"ZP" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ZQ" = (
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/arrows/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/maintenance/abhydroponicssupp)
-"ZS" = (
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/abhydroponics)
-"ZT" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/abcargo)
-"ZV" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/ragecage)
-"ZW" = (
-/obj/structure/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating/turfpack/station,
-/area/maintenance/maintdeck/fieldhallway)
-
-(1,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(2,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(3,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(4,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(5,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(6,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(7,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(8,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(9,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(10,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(11,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(12,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(13,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(14,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(15,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(16,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(17,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(18,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(19,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(20,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(21,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(22,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(23,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(24,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(25,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(26,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(27,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(28,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(29,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(30,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(31,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(32,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(33,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(34,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(35,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(36,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(37,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(38,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(39,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(40,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(41,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(42,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(43,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(44,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(45,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(46,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(47,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(48,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(49,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(50,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(51,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(52,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(53,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(54,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(55,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(56,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(57,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(58,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(59,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(60,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(61,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(62,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(63,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(64,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(65,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(66,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(67,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(68,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(69,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(70,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-eY
-Yk
-Yk
-Yk
-Se
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(71,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(72,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(73,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(74,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-Yk
-wZ
-wZ
-VY
-Se
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(75,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-ua
-ua
-Or
-iv
-QZ
-Kb
-Do
-Kb
-iv
-ua
-ua
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-wZ
-wZ
-Se
-eY
-eY
-eY
-eY
-eY
-Yk
-Se
-eY
-eY
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(76,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-eY
-eY
-eY
-Se
-Yk
-ua
-ua
-vC
-iv
-iv
-Or
-QZ
-OO
-ky
-ah
-ah
-ua
-ua
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(77,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-eY
-Yk
-Yk
-wZ
-wZ
-Yk
-wZ
-wZ
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-ua
-iv
-me
-ua
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(78,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-Yk
-wZ
-wZ
-Yr
-Yr
-Yr
-Yr
-Yr
-Yr
-Yr
-Zw
-Hg
-Yr
-sV
-sV
-sV
-sV
-sV
-ua
-Kb
-iv
-ua
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(79,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yr
-NZ
-qg
-NZ
-BT
-NZ
-ba
-vV
-vV
-Yr
-sV
-sV
-sV
-sV
-sV
-ua
-Nc
-Do
-ua
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-TJ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(80,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yr
-Qu
-Sr
-Sr
-Sr
-Sr
-Ow
-SJ
-co
-Yr
-sV
-sV
-sV
-sV
-sV
-ua
-sA
-Do
-ua
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-TJ
-TJ
-Yk
-Yk
-Yk
-Se
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(81,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-Yr
-JV
-vV
-vV
-uZ
-vV
-vV
-ol
-Pg
-Yr
-sV
-sV
-sV
-sV
-sV
-ua
-sA
-iv
-ua
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(82,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yr
-Dk
-Dk
-Dk
-Dk
-Dk
-Vx
-LJ
-ik
-Yr
-sV
-sV
-sV
-sV
-sV
-ua
-fT
-Do
-US
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(83,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yr
-NZ
-qg
-NZ
-ep
-NZ
-Bm
-FM
-vV
-ee
-ee
-hb
-sw
-tp
-ee
-ee
-PJ
-PJ
-pT
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-VY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(84,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-Yr
-Yr
-Yr
-Yr
-yN
-yN
-yN
-FP
-yN
-ee
-Lv
-qB
-qB
-QV
-XJ
-ee
-Kb
-PJ
-US
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(85,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-eY
-eY
-Yk
-Yk
-Yk
-Yk
-gr
-SY
-jf
-NK
-yN
-Gz
-XW
-nl
-oL
-ee
-BB
-hj
-hj
-ei
-ov
-ee
-PJ
-PJ
-ua
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(86,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-ot
-Vr
-eY
-eY
-eY
-eY
-wZ
-wZ
-Yk
-wZ
-Yk
-Du
-wZ
-wZ
-gr
-RO
-jf
-vl
-yN
-Hp
-Er
-iM
-tK
-ee
-fy
-pa
-Nj
-Ro
-Qh
-ee
-PJ
-LG
-pT
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-eY
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(87,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-lR
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-gr
-Ms
-jf
-IO
-yN
-rS
-wm
-EI
-ga
-ee
-Sj
-yO
-NI
-hj
-Cx
-ee
-PJ
-PJ
-pT
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(88,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-il
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-gr
-fX
-jf
-jf
-yN
-UU
-lH
-rJ
-rx
-ys
-MH
-el
-sF
-MH
-As
-cP
-le
-Ta
-pT
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(89,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-gr
-CU
-CU
-CU
-gr
-wZ
-wZ
-gr
-Jv
-WI
-jf
-yN
-at
-Cv
-Df
-cy
-ee
-KH
-To
-ic
-hj
-hn
-nF
-ny
-lE
-ua
-iP
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(90,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-wZ
-wZ
-wZ
-wZ
-CU
-ti
-Fk
-gr
-gr
-Mt
-Mu
-rD
-gr
-gr
-gr
-gr
-gr
-gr
-uH
-gr
-gr
-gr
-gr
-pr
-pr
-pr
-pr
-pr
-xg
-gh
-ua
-le
-le
-ua
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-nS
-YA
-iP
-TJ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(91,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-eY
-Yk
-Yk
-Yk
-CU
-CU
-WI
-Vb
-Vz
-BF
-fW
-fW
-Xq
-fW
-wF
-Vb
-Vl
-In
-wq
-WI
-of
-of
-WI
-WI
-pr
-Ds
-xI
-ta
-pr
-DA
-kc
-ua
-Hv
-IE
-We
-We
-We
-We
-We
-We
-We
-We
-We
-PN
-Cm
-PN
-We
-We
-ex
-ex
-ua
-ua
-ua
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(92,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Fk
-WI
-SY
-In
-Kr
-Uq
-Xq
-fW
-oY
-EP
-ly
-In
-Vb
-UP
-wq
-tm
-of
-of
-of
-of
-pr
-QP
-JB
-HQ
-pr
-dx
-Rz
-ua
-gl
-KG
-gv
-XQ
-Tt
-gP
-Tl
-Oy
-OZ
-We
-kl
-qn
-Nt
-ZT
-kj
-Yx
-qD
-VX
-nj
-jo
-ua
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(93,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Fk
-kG
-RW
-WI
-Vb
-tk
-Uq
-OF
-pB
-MO
-ly
-PD
-Ki
-ZO
-wq
-VN
-gs
-om
-WI
-of
-pr
-Ds
-aq
-TS
-pr
-dx
-OJ
-Af
-ap
-Wq
-gv
-fD
-qh
-zu
-GR
-TU
-OT
-We
-FY
-qn
-qh
-zu
-ok
-AW
-uR
-AC
-gH
-La
-ua
-Yk
-Yk
-Yk
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(94,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gr
-aX
-ji
-Vb
-Vb
-In
-wH
-Yc
-sn
-In
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-dY
-ly
-pr
-nC
-aq
-MI
-pr
-dx
-Rz
-ua
-GU
-Nf
-gv
-KS
-qn
-VL
-zu
-zu
-zu
-WO
-zu
-qh
-Ac
-qh
-ca
-dm
-ie
-ie
-jU
-ua
-ua
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(95,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-gr
-na
-nZ
-mo
-vG
-mo
-FC
-vG
-jz
-Vb
-Vb
-ly
-gk
-WI
-gk
-gk
-gk
-yl
-gk
-WI
-gr
-gr
-Ig
-pr
-pr
-dx
-Rz
-ua
-me
-Nf
-gv
-ls
-gK
-qn
-zu
-Re
-qh
-xl
-qh
-PY
-vu
-Al
-zS
-qm
-pg
-Ut
-sk
-ua
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(96,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-wZ
-wZ
-wZ
-gr
-Yc
-Vb
-Vb
-Vb
-In
-PX
-EN
-nD
-Vb
-In
-ly
-gk
-gk
-pe
-WI
-mw
-HS
-HS
-pe
-gk
-gr
-jR
-IU
-pD
-Tc
-Cu
-ua
-iv
-Nf
-gv
-ME
-Tx
-qh
-zu
-qh
-Zv
-We
-ZA
-Eu
-SI
-zu
-qn
-gv
-PK
-aD
-Uv
-ua
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(97,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gr
-oj
-Vb
-Vb
-Vb
-Vb
-Ti
-VR
-nD
-Vb
-In
-dY
-gk
-gk
-sf
-ZJ
-HS
-EJ
-HS
-gk
-gk
-gr
-Ye
-lr
-UW
-UW
-vy
-ua
-iv
-Nf
-gv
-Hw
-PR
-nR
-zu
-zu
-kg
-gv
-Rg
-lQ
-YE
-Gh
-Ks
-gv
-Do
-UC
-Uv
-ua
-wZ
-wZ
-wZ
-wZ
-xC
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(98,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gr
-tq
-In
-as
-Vb
-hh
-Vb
-as
-BY
-Mj
-Vb
-ly
-QT
-gk
-gk
-TT
-wr
-HS
-eq
-gk
-pe
-gr
-FQ
-vE
-ua
-ua
-ua
-ua
-iv
-kQ
-gv
-gv
-gv
-gv
-gv
-gv
-gv
-gv
-gv
-gv
-aT
-gv
-gv
-gv
-FZ
-ao
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-Se
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(99,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-CU
-Vb
-Vb
-Vb
-Vb
-Vb
-Vb
-In
-YP
-Vb
-HN
-ly
-gk
-pe
-gk
-sf
-pe
-hk
-Ws
-WI
-gk
-gr
-FQ
-vE
-ua
-uV
-iv
-nL
-Bq
-Nf
-rF
-PJ
-mW
-le
-No
-me
-PJ
-jc
-PJ
-PM
-Ev
-Do
-PJ
-rF
-Fo
-ny
-Bq
-ua
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(100,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-CU
-Vb
-Vb
-Td
-Td
-wG
-Td
-Td
-qu
-In
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-gr
-FQ
-vE
-ua
-Do
-PJ
-PJ
-BQ
-PG
-OM
-tS
-tS
-tS
-tS
-tS
-tS
-tS
-tS
-GV
-ZG
-ig
-ig
-bT
-xG
-Eg
-WC
-ua
-ua
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(101,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-CU
-RR
-WI
-Td
-wG
-Td
-Td
-wG
-wI
-In
-Oo
-FW
-eX
-CJ
-CJ
-CJ
-eX
-CJ
-CJ
-RX
-CJ
-CJ
-sQ
-vE
-ua
-eI
-Hv
-iv
-eo
-Kb
-rF
-Hv
-Do
-bD
-Do
-eI
-No
-No
-eh
-fT
-Nf
-PJ
-me
-rF
-iv
-Ev
-eo
-No
-US
-Yk
-Yk
-Yk
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(102,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-CU
-pc
-Vb
-Td
-Ne
-Td
-Td
-Td
-EK
-wV
-AV
-zK
-WF
-xH
-Aa
-WF
-WF
-WF
-Mw
-WF
-WF
-WF
-aF
-qs
-ua
-Do
-iv
-VC
-XP
-XP
-XP
-XP
-XP
-XP
-PS
-Hr
-XP
-AE
-AE
-AE
-KI
-AE
-AE
-JK
-iv
-Nf
-PJ
-No
-US
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(103,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-CU
-Vb
-Vb
-Td
-Td
-Td
-Td
-Td
-pk
-Vb
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-ly
-gr
-FQ
-Mi
-ua
-PJ
-PJ
-XP
-Va
-jP
-IP
-xz
-XP
-fu
-zB
-nX
-Ba
-AE
-xX
-Oa
-XI
-AX
-Uh
-AE
-Hv
-Nf
-PJ
-ua
-ua
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(104,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-CU
-Vb
-In
-Vb
-In
-In
-Vb
-Vb
-pk
-Vb
-Vb
-Vb
-Vb
-In
-Vb
-Vb
-In
-Vb
-Vb
-Vb
-Vb
-gr
-FQ
-Nk
-ua
-hV
-PJ
-XP
-bm
-NR
-GQ
-zf
-XP
-TO
-ms
-sr
-Bn
-AE
-TK
-nx
-gN
-Im
-Qq
-AE
-GM
-Wr
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(105,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-eY
-wZ
-wZ
-wZ
-gr
-Vb
-Vb
-as
-Vb
-In
-In
-as
-Eh
-uy
-WG
-Hc
-WG
-oH
-fe
-uy
-WG
-WG
-uy
-yk
-Vb
-gr
-FQ
-vE
-ua
-Bs
-PJ
-XP
-qi
-xf
-xz
-xf
-Sd
-CK
-Xm
-SF
-Ir
-gd
-RA
-BD
-ZF
-nx
-sz
-AE
-iv
-Nf
-le
-ua
-wZ
-wZ
-wZ
-wZ
-Se
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(106,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gr
-Vb
-Gg
-Vb
-Vb
-Vb
-WI
-Vb
-In
-Yc
-WI
-he
-he
-he
-kU
-he
-lL
-lL
-lL
-HH
-lL
-lL
-FQ
-vE
-ua
-le
-PJ
-XP
-dD
-xz
-sL
-xf
-XP
-YQ
-ju
-yS
-BC
-AE
-Jh
-Kw
-HO
-Bp
-sz
-AE
-iv
-Nf
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(107,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-gr
-Vb
-Vb
-In
-Vb
-Ti
-oi
-ng
-Vb
-In
-WI
-he
-Am
-LY
-TQ
-QC
-lL
-dI
-dB
-gy
-oB
-lL
-FQ
-vE
-ua
-PJ
-PJ
-XP
-aZ
-xz
-Xt
-sh
-XP
-PZ
-Zk
-AG
-za
-AE
-mL
-oR
-oR
-AZ
-Qq
-AE
-mp
-Nf
-Qn
-ua
-Yk
-Yk
-Yk
-Yk
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(108,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-gr
-GH
-WI
-Vb
-Vb
-Ti
-fS
-ng
-Vb
-Vb
-Vb
-he
-aU
-aN
-PU
-ev
-lL
-op
-ZE
-Gm
-ht
-lL
-FQ
-vE
-ua
-PJ
-PJ
-XP
-XP
-XP
-XP
-XP
-XP
-XP
-vo
-vo
-XP
-AE
-AE
-AE
-AE
-AE
-AE
-AE
-iv
-Nf
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(109,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-lR
-Yk
-VY
-Yk
-eY
-eY
-wZ
-XU
-wZ
-wZ
-gr
-gr
-WI
-Vb
-In
-Vb
-Vb
-Vb
-In
-In
-Vb
-he
-np
-Cq
-Cn
-dw
-lL
-MF
-rh
-HC
-ko
-lL
-FQ
-vE
-ua
-PJ
-iv
-Do
-AI
-PJ
-kY
-kY
-kY
-kY
-kY
-PJ
-kY
-Pp
-Pp
-iv
-iv
-PJ
-PJ
-QS
-le
-Ya
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-wZ
-xC
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(110,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-eY
-Yk
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-gr
-sH
-Yc
-Vb
-In
-HT
-Vb
-Vb
-Vb
-Yc
-he
-NF
-xK
-dP
-rn
-lL
-QJ
-dB
-bs
-bs
-lL
-BJ
-vE
-ua
-sT
-PJ
-PJ
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-kY
-qL
-wA
-jq
-wC
-eA
-PJ
-ua
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-eY
-eY
-eY
-eY
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(111,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-Mq
-Mq
-Mq
-Mq
-Mq
-db
-hl
-Mq
-Mq
-Mq
-he
-he
-he
-he
-he
-lL
-lL
-qK
-KR
-qK
-lL
-FQ
-vE
-ua
-PJ
-iv
-nL
-Jq
-wW
-Fd
-ua
-US
-US
-US
-ua
-iv
-wW
-lj
-hC
-uj
-UJ
-hC
-hC
-hC
-NE
-Xw
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(112,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-Mq
-Mq
-WY
-WY
-xL
-gB
-gB
-tF
-jC
-ox
-Mq
-Mq
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-lL
-lL
-lL
-lL
-lL
-FQ
-vE
-ua
-PJ
-iv
-ua
-ua
-ua
-ua
-ua
-wZ
-wZ
-wZ
-ua
-ua
-ua
-ua
-zn
-tx
-Vm
-JC
-aO
-hC
-NE
-vn
-NE
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(113,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-Mq
-Mq
-Mq
-YO
-jC
-jC
-IZ
-pj
-pj
-jC
-jC
-WY
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-BV
-FQ
-vE
-ua
-le
-Do
-US
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-zn
-OP
-Dg
-Ia
-oV
-Og
-NE
-vn
-vn
-mz
-Mq
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(114,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-Mq
-WY
-kC
-mQ
-gB
-pj
-pj
-pj
-jC
-qf
-Et
-OE
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-dl
-FQ
-vE
-ua
-jc
-le
-US
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-zn
-zn
-Ve
-EZ
-BP
-hC
-NE
-vn
-vn
-NE
-vn
-vn
-Ly
-Mq
-Mq
-Mq
-Mq
-Rl
-Rl
-Rl
-Mq
-Mq
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(115,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-CN
-jC
-ox
-jC
-pj
-pj
-jC
-OE
-tN
-gB
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-LH
-LH
-gM
-gM
-dl
-LH
-LH
-FQ
-vE
-ua
-me
-Kb
-LH
-LH
-jI
-LW
-zx
-LH
-LH
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-zn
-zn
-zn
-rP
-YX
-NE
-vn
-vn
-Xx
-pj
-vn
-vn
-mQ
-LV
-LV
-jC
-jC
-jC
-jC
-jC
-LV
-jC
-jC
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(116,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-VY
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-SE
-gB
-pj
-jC
-pj
-xV
-LU
-LU
-LU
-LU
-pK
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-BV
-dl
-LH
-dj
-Ec
-xS
-Gb
-Ef
-EU
-FQ
-Mi
-ua
-ua
-ua
-LH
-xS
-Jp
-Jp
-xS
-Wh
-LH
-LW
-LW
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-zn
-YX
-YX
-Vn
-ac
-Ht
-Vn
-Vn
-NE
-gB
-jC
-jC
-jC
-jC
-jC
-jC
-jC
-jC
-jC
-jC
-jC
-Rl
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(117,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-nh
-pj
-jC
-hU
-LU
-LU
-zi
-ak
-yr
-pK
-wZ
-wZ
-wZ
-wZ
-wZ
-dl
-LW
-xS
-dT
-Bz
-AY
-xO
-rq
-rq
-Mf
-eN
-YF
-bM
-pD
-SW
-LH
-Lc
-Lc
-xS
-xS
-xS
-Jp
-Wh
-zx
-zx
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-jC
-gB
-tF
-vn
-pj
-PV
-Vn
-gB
-jC
-RQ
-RQ
-RQ
-RQ
-RQ
-RQ
-RQ
-RQ
-RQ
-jC
-jC
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(118,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-jK
-Rf
-gB
-LU
-LU
-Jf
-zp
-hA
-TR
-pK
-wZ
-wZ
-wZ
-wZ
-dl
-BV
-tO
-xS
-Kj
-yE
-fb
-Kj
-bq
-TY
-LH
-hT
-Qf
-Qf
-nq
-MA
-LH
-Lc
-Lc
-Lc
-Lc
-Lc
-Jp
-Lc
-xS
-LW
-zx
-wZ
-wZ
-wZ
-wZ
-Mq
-kn
-wg
-mA
-pj
-jC
-gB
-Vn
-pX
-pj
-RQ
-RE
-tP
-kb
-vS
-vS
-wl
-oo
-RQ
-xL
-jC
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(119,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-sx
-PO
-WY
-LU
-br
-Nz
-hA
-hA
-GF
-Hy
-wZ
-wZ
-wZ
-gM
-zx
-Gb
-xS
-xS
-Kj
-xS
-wn
-hX
-wn
-wn
-LH
-LH
-LH
-LH
-dx
-Rz
-LH
-wn
-wn
-wn
-wn
-Lc
-Lc
-Lc
-Lc
-xS
-LW
-jI
-wZ
-wZ
-wZ
-Mq
-pj
-Vn
-Vn
-Vn
-Vn
-Vn
-Vn
-XY
-pj
-RQ
-jg
-dW
-zE
-ef
-RU
-zE
-AB
-RQ
-jC
-qf
-VT
-wZ
-wZ
-Yk
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(120,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Rl
-hg
-lz
-NC
-LU
-DJ
-zg
-GN
-xM
-eV
-nU
-wZ
-wZ
-wZ
-gM
-ar
-rq
-rq
-rq
-mx
-wn
-wn
-mT
-ui
-BH
-pO
-YK
-xS
-LH
-dx
-Rz
-LH
-fo
-fb
-xS
-wn
-wn
-Lc
-Lc
-Lc
-hx
-xS
-zx
-wZ
-wZ
-wZ
-Mq
-LV
-Vn
-nz
-lW
-Gt
-jB
-Vn
-qf
-pj
-RQ
-ty
-RU
-RU
-dW
-tP
-RU
-AB
-RQ
-jC
-LV
-Rl
-wZ
-wZ
-Yk
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(121,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Rl
-jC
-Ib
-Jb
-Kx
-hK
-JZ
-vd
-XL
-FJ
-Hy
-wZ
-wZ
-LH
-LH
-bb
-xS
-xS
-xS
-we
-wn
-xS
-IT
-Gb
-FS
-lV
-eE
-xS
-LH
-dx
-Rz
-xS
-xS
-Qe
-ro
-Jp
-wn
-wn
-Lc
-Lc
-Lc
-xS
-LH
-LH
-wZ
-wZ
-Mq
-jC
-Vn
-lW
-LV
-YU
-kN
-Vn
-xL
-pj
-RQ
-cZ
-ag
-RM
-Iw
-kb
-tP
-Wm
-RQ
-jC
-GD
-Mq
-no
-Bf
-Mq
-Yk
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(122,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-gB
-je
-WY
-LU
-Wn
-Gc
-Qd
-lb
-WN
-pK
-wZ
-wZ
-LH
-Jt
-oX
-xS
-xS
-wn
-wn
-wn
-rk
-Wa
-xS
-xS
-xS
-xS
-Wj
-LH
-dx
-Rz
-LH
-xS
-hx
-xS
-Jp
-rA
-wn
-wn
-Lc
-Lc
-xS
-xS
-LH
-wZ
-wZ
-Mq
-Vn
-Vn
-lW
-LV
-jC
-uT
-Vn
-pj
-pj
-RQ
-XG
-nr
-Iw
-uY
-uI
-Ko
-MS
-RQ
-LV
-jC
-LV
-LV
-jC
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(123,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-gB
-je
-jC
-IH
-IH
-IH
-IH
-IH
-IH
-Fh
-wZ
-wZ
-dl
-Jp
-Kj
-TY
-wn
-wn
-wn
-wn
-wn
-wn
-wn
-wn
-wn
-wn
-wn
-LH
-dx
-Rz
-LH
-LH
-gZ
-gZ
-gZ
-LH
-LH
-LH
-LH
-Oe
-xS
-xS
-zx
-wZ
-wZ
-Mq
-OX
-LV
-gq
-vt
-jC
-TX
-Vn
-hg
-Nw
-RQ
-kb
-PQ
-RQ
-RQ
-RQ
-RQ
-RQ
-RQ
-jC
-jC
-jC
-jC
-LV
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(124,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-xC
-wZ
-wZ
-RB
-RB
-RB
-RB
-RB
-OE
-je
-YO
-IH
-YB
-Pt
-XC
-Es
-xm
-Fh
-wZ
-wZ
-gM
-xS
-Kj
-xS
-lA
-uk
-Ky
-sa
-Ky
-Ky
-Ky
-Mn
-Dr
-Ky
-Mn
-yo
-dx
-MN
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-SW
-LH
-Yt
-KQ
-Hl
-LW
-wZ
-wZ
-Mq
-WW
-WW
-gq
-YN
-gq
-gq
-Vn
-pj
-wT
-RQ
-ww
-zc
-RQ
-DU
-dS
-IL
-zP
-OE
-jC
-jC
-Mq
-Rl
-fH
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(125,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-RB
-Nr
-ri
-vK
-RB
-OE
-xd
-Jb
-ci
-JP
-hq
-TM
-Ho
-zX
-Fh
-wZ
-wZ
-BV
-TY
-Kj
-qJ
-lA
-Ky
-Ky
-Ky
-Ky
-Sb
-Sh
-Dr
-Dr
-rM
-uk
-yo
-DY
-Hj
-Qf
-Qf
-Qf
-Qf
-Qf
-bc
-nq
-tg
-Ck
-zm
-rq
-yX
-LW
-wZ
-wZ
-Mq
-OU
-lW
-vt
-MJ
-LV
-jk
-Vn
-pj
-wT
-RQ
-DC
-Ai
-RQ
-LV
-JY
-Gw
-jC
-jC
-dZ
-lM
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(126,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-Yk
-Yk
-RB
-ZI
-QH
-Vv
-RB
-jC
-je
-jC
-IH
-ul
-Ho
-Fe
-pE
-Zm
-Fh
-wZ
-wZ
-LH
-Gb
-Kj
-bq
-lA
-Ky
-Sb
-Sb
-Ky
-Sb
-Ky
-dd
-dd
-dd
-dd
-dd
-dd
-dd
-dd
-Km
-Km
-Km
-Km
-HI
-Vh
-Zs
-LH
-xt
-xS
-Kj
-LH
-wZ
-wZ
-Mq
-SV
-Zg
-jC
-gq
-LV
-em
-Vn
-pj
-Yi
-RQ
-bw
-PQ
-RQ
-SG
-tQ
-jC
-jC
-lM
-dZ
-dZ
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(127,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-RB
-aw
-GS
-Lp
-RB
-vF
-aV
-pj
-LE
-Wu
-px
-dg
-rT
-Zz
-Fh
-BV
-BV
-LH
-we
-eC
-we
-lA
-Mn
-Mn
-Dr
-Dr
-Sb
-Ky
-dd
-jd
-jd
-jd
-jd
-jd
-jd
-jd
-Km
-Km
-Km
-Km
-Km
-VB
-gR
-yo
-yo
-yo
-Hz
-LH
-zx
-LW
-Mq
-Vn
-Vn
-gb
-QY
-gq
-em
-Vn
-pj
-Fm
-RQ
-ZQ
-JJ
-mO
-qf
-jC
-jC
-dZ
-eb
-dZ
-fz
-Rl
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(128,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-jQ
-qS
-rY
-Vv
-RB
-Vn
-mX
-Vn
-LE
-LE
-LE
-LE
-LE
-LE
-Fh
-TY
-TY
-Gb
-xS
-Kj
-Ef
-lA
-Ky
-Ky
-Dr
-Dr
-Sb
-Cg
-dd
-jd
-Up
-Up
-aJ
-Up
-Up
-jd
-Km
-UQ
-FI
-Np
-Km
-Hd
-sC
-Kc
-dv
-yo
-Kj
-xS
-xS
-xS
-Mq
-Vn
-Vn
-Vn
-Vn
-Vn
-Vn
-Vn
-pj
-wT
-jC
-jC
-aV
-xL
-jC
-jC
-dZ
-dZ
-dZ
-RL
-PB
-dZ
-Rl
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(129,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-il
-eY
-wZ
-wZ
-wZ
-Ij
-aC
-Uz
-AA
-RB
-VU
-aV
-XO
-pj
-mQ
-jC
-Ng
-cX
-jC
-OE
-fb
-xS
-xS
-hx
-Kj
-xS
-lA
-vH
-vZ
-Ky
-Dr
-Sb
-Ky
-dd
-jd
-va
-iU
-Id
-Rx
-wu
-jd
-NG
-er
-CF
-Rt
-Km
-ct
-OL
-wE
-Kc
-yo
-kK
-Lc
-dj
-Lc
-Mq
-Gq
-Ph
-xL
-pj
-pj
-CW
-pj
-kP
-Aj
-pj
-kn
-rX
-pj
-ql
-dZ
-dZ
-fz
-RL
-dZ
-RL
-Lq
-eb
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(130,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-lR
-Yk
-Yk
-Yk
-Yk
-RB
-ub
-Vo
-nK
-WU
-Wx
-Kf
-EC
-EC
-EC
-EC
-EC
-EC
-EC
-EC
-MK
-MK
-rq
-MK
-pv
-MK
-Rb
-DN
-CE
-CE
-gG
-Sb
-Ky
-dd
-jd
-lc
-HU
-Fy
-rL
-tf
-fc
-hH
-jW
-rc
-cn
-Cs
-qr
-nH
-fd
-Pu
-yo
-cq
-zm
-Bz
-rq
-Ed
-GA
-EC
-do
-fM
-fM
-fM
-fM
-EC
-VH
-fM
-fM
-cE
-Vg
-jp
-dZ
-dZ
-dZ
-dZ
-dZ
-dZ
-CG
-dZ
-FD
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(131,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-il
-eY
-wZ
-wZ
-wZ
-RB
-Oh
-rl
-GO
-RB
-jC
-je
-qf
-jC
-jC
-jC
-gB
-OE
-jC
-jC
-Gb
-Lc
-Lc
-Lc
-xS
-nf
-lA
-Bu
-Ky
-Ky
-Ur
-Ky
-Ky
-dd
-jd
-Yb
-VI
-BX
-dJ
-hR
-jd
-Km
-Zf
-ND
-IR
-Km
-ez
-Kc
-OY
-Kc
-yo
-qy
-Lc
-yE
-xS
-Mq
-Ay
-pj
-pj
-wN
-pj
-pj
-pj
-jC
-YI
-jC
-pj
-rX
-pj
-Dw
-dZ
-dZ
-lM
-PB
-dZ
-eb
-wR
-dZ
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(132,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-HE
-HE
-HE
-HE
-HE
-zL
-ue
-Ca
-zL
-zL
-zL
-zL
-zL
-zL
-HE
-Bc
-zM
-xS
-xS
-xS
-Gb
-lA
-Ky
-HL
-Sb
-Pm
-Ky
-ID
-dd
-jd
-hJ
-fi
-Ob
-fi
-ma
-jd
-Km
-nn
-lN
-Ty
-Km
-Kc
-Kc
-Kc
-Kc
-yo
-su
-Lc
-Lc
-xS
-fC
-kE
-kE
-kE
-kE
-kE
-kE
-jn
-jC
-jM
-jC
-jC
-aV
-jC
-jC
-jC
-PB
-dZ
-dZ
-dZ
-RL
-PB
-Rl
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(133,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-HE
-ld
-Is
-KY
-Is
-ZV
-hy
-Is
-RF
-BS
-BS
-RF
-RF
-gJ
-HE
-jI
-jI
-LH
-we
-WS
-we
-lA
-cv
-ft
-Pb
-Pm
-Wt
-Ky
-dd
-jd
-jd
-jd
-jd
-jd
-jd
-jd
-Km
-Km
-qt
-Km
-Km
-yo
-yo
-yo
-yo
-yo
-zG
-LH
-jI
-zx
-fC
-Ui
-eu
-Yz
-Yz
-Yz
-kE
-kE
-jC
-QN
-eZ
-wD
-qv
-eZ
-jC
-jC
-jC
-dZ
-dZ
-fz
-dZ
-Rl
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(134,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-HE
-re
-KB
-PH
-PH
-rQ
-fr
-ps
-VF
-um
-bd
-RF
-RF
-RF
-HE
-wZ
-wZ
-LH
-Sw
-xS
-xS
-lA
-Ky
-Tg
-Sb
-Pm
-DM
-wp
-dd
-dd
-dd
-dd
-dd
-dd
-dd
-dd
-Km
-Km
-Bo
-Km
-Km
-Jp
-xS
-wn
-Nm
-xS
-su
-LH
-wZ
-wZ
-fC
-Ft
-rs
-eu
-FL
-vU
-eu
-kE
-jC
-jM
-eZ
-wP
-iD
-eZ
-Dy
-jC
-jC
-jC
-RL
-PB
-lM
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(135,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-Se
-wZ
-wZ
-wZ
-HE
-Lf
-PP
-Is
-fG
-ZP
-ZP
-ZP
-ZP
-ZP
-ZP
-cL
-RF
-sD
-HE
-wZ
-wZ
-jI
-xS
-xS
-fb
-lA
-Mn
-ob
-DD
-Pm
-Sb
-sG
-NQ
-Ky
-mC
-Ky
-Ky
-HL
-vX
-Ky
-Km
-gp
-Yp
-YD
-Km
-fb
-xS
-xS
-xS
-KQ
-DI
-jI
-wZ
-wZ
-fC
-ST
-Yy
-XR
-Iz
-AF
-AF
-uz
-al
-iy
-eZ
-AL
-iD
-eZ
-LP
-EE
-LV
-jC
-jC
-dZ
-dZ
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(136,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-jx
-wZ
-wZ
-HE
-Qb
-PP
-Is
-tj
-Is
-Is
-ij
-RF
-ry
-Is
-Vw
-RF
-lC
-HE
-wZ
-wZ
-zx
-Jp
-xS
-xS
-lA
-Ky
-Mn
-BN
-fY
-on
-on
-on
-Cw
-vY
-vY
-GK
-xv
-Ky
-Ky
-mF
-YD
-Yp
-YD
-Km
-xS
-Jp
-wn
-xS
-Lc
-rU
-jI
-wZ
-wZ
-fC
-CH
-Yz
-Yz
-iu
-Yz
-Yz
-kE
-NJ
-Aj
-eZ
-YJ
-xr
-eZ
-Gw
-zP
-gI
-Fp
-xL
-jC
-jC
-Mq
-Rl
-VT
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(137,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-jx
-wZ
-wZ
-Yh
-Is
-bV
-Is
-tj
-Is
-kS
-Is
-KL
-SC
-RF
-Co
-RF
-RF
-HE
-wZ
-wZ
-zx
-Jp
-Jp
-xS
-lA
-lA
-jF
-It
-bH
-vZ
-Dr
-Pb
-Px
-Sb
-Sb
-Pm
-Sb
-Pb
-Dr
-Km
-YD
-Yp
-YD
-Km
-Kl
-wn
-wn
-Lc
-Lc
-xS
-zx
-wZ
-wZ
-fC
-vq
-vq
-kH
-pR
-nG
-Yz
-kE
-hg
-If
-eZ
-XD
-UY
-eZ
-eZ
-eZ
-eZ
-eZ
-eZ
-uN
-jC
-jC
-jC
-jC
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(138,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-jx
-wZ
-wZ
-Yh
-Is
-TC
-vc
-xQ
-ij
-Is
-Ax
-RF
-TD
-RF
-tz
-RF
-RF
-HE
-wZ
-wZ
-LH
-rk
-xS
-xS
-xS
-lA
-lA
-lv
-It
-jv
-Ky
-Qy
-pt
-uU
-Tg
-Pm
-Sb
-Sb
-Pb
-Km
-YD
-bA
-Ic
-Km
-wn
-wn
-Da
-Lc
-Lc
-tO
-LH
-wZ
-wZ
-fC
-rz
-yU
-nJ
-vU
-kh
-eu
-kE
-pX
-wN
-eZ
-qC
-kq
-Xg
-TH
-kk
-Ez
-kk
-eZ
-jC
-LV
-jC
-jC
-jC
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(139,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-Yh
-AM
-PP
-Lf
-tj
-Is
-zZ
-Is
-RF
-RF
-RF
-Is
-sD
-sD
-HE
-wZ
-wZ
-LH
-LH
-Kn
-xS
-xS
-TY
-lA
-lA
-CR
-Tg
-Ky
-Tg
-xo
-Pb
-Sb
-Pm
-Sb
-Ky
-Ky
-Km
-YD
-IG
-TI
-Km
-wn
-jb
-Lc
-Lc
-xS
-LH
-LH
-wZ
-wZ
-fC
-yU
-os
-nJ
-Yz
-qk
-nG
-kE
-jC
-pj
-eZ
-Ge
-kq
-Oq
-FK
-iI
-iI
-kk
-eZ
-CW
-GD
-Mq
-cK
-Tm
-Mq
-Yk
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(140,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-Yk
-Yk
-HE
-DL
-bV
-Is
-tj
-Ul
-Is
-Is
-sD
-RF
-Is
-wf
-DP
-sD
-HE
-wZ
-wZ
-wZ
-zx
-hG
-xS
-xS
-xS
-TY
-lA
-lA
-Ky
-if
-Ky
-Ky
-Ky
-QE
-UZ
-uk
-Ky
-sa
-Km
-YD
-YD
-Km
-Km
-mj
-Lc
-Lc
-Lc
-xS
-zx
-wZ
-wZ
-wZ
-fC
-yU
-yU
-LL
-Yz
-Yz
-eu
-kE
-pj
-pj
-eZ
-kq
-Zt
-kk
-Az
-FH
-gx
-kk
-eZ
-wN
-jC
-Rl
-wZ
-wZ
-Yk
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(141,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-HE
-uJ
-cj
-kw
-tj
-Is
-Is
-Is
-ij
-tG
-Ax
-tj
-RF
-lC
-HE
-wZ
-wZ
-wZ
-zx
-LW
-mj
-xS
-Jp
-xS
-xS
-lA
-lA
-lA
-lA
-lA
-lA
-lA
-uf
-lA
-lA
-lA
-Km
-Km
-Km
-Km
-TY
-Lc
-FR
-Jp
-xS
-LW
-zx
-wZ
-wZ
-wZ
-fC
-rz
-SB
-dG
-Yz
-nG
-kh
-kE
-pj
-pj
-eZ
-kq
-WX
-kk
-kR
-cg
-Az
-ur
-eZ
-pj
-jC
-VT
-wZ
-wZ
-Yk
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(142,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-ut
-wZ
-wZ
-HE
-xq
-Is
-Is
-Sn
-ZP
-ZP
-ZP
-ZP
-ZP
-ZP
-Fb
-RF
-EY
-HE
-wZ
-wZ
-wZ
-wZ
-LW
-LW
-xS
-Jp
-xS
-rC
-xS
-xS
-xS
-Jp
-we
-Lc
-Lc
-kd
-Lc
-Lc
-we
-xS
-TY
-Lc
-Lc
-Lc
-Lc
-xS
-xS
-LW
-LW
-wZ
-wZ
-wZ
-wZ
-fC
-yU
-rz
-dG
-pR
-eu
-nG
-kE
-pj
-jC
-eZ
-Ln
-kq
-kq
-kk
-Gr
-kk
-kq
-eZ
-jC
-jC
-VT
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(143,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-eY
-wZ
-HE
-HE
-ts
-ij
-ij
-Is
-Is
-Is
-RF
-RF
-RF
-RF
-RF
-sD
-HE
-wZ
-wZ
-wZ
-wZ
-wZ
-zx
-zx
-TY
-xS
-Iq
-eJ
-Gu
-Hq
-Hq
-LK
-am
-cw
-zW
-Wc
-Lc
-wK
-Lc
-Lc
-Lc
-Lc
-Lc
-TY
-xS
-zx
-zx
-wZ
-wZ
-wZ
-wZ
-wZ
-GW
-yU
-yU
-nJ
-dO
-wz
-nG
-kE
-pj
-kC
-eZ
-eZ
-eZ
-eZ
-eZ
-eZ
-eZ
-eZ
-eZ
-LV
-jC
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(144,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-HE
-HE
-ij
-sD
-RF
-RF
-RF
-um
-WQ
-Li
-RF
-RF
-Ip
-HE
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-zx
-zx
-LH
-tl
-hx
-Ec
-xS
-TY
-we
-Da
-Lc
-Kj
-Lc
-hx
-we
-xS
-Wy
-Jp
-Jp
-dy
-LH
-zx
-LW
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-fC
-JD
-kE
-kE
-kE
-kE
-kE
-oJ
-zI
-vn
-pj
-qf
-jC
-xL
-OE
-OE
-pj
-pj
-LV
-LV
-jC
-Rl
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(145,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-HE
-HE
-II
-II
-uQ
-RF
-iB
-iB
-iB
-dr
-iB
-iB
-HE
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-LH
-LH
-zx
-jI
-zx
-LH
-LH
-mZ
-FR
-jy
-FR
-Jp
-LH
-LH
-jI
-jI
-zx
-LH
-LH
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-fC
-fC
-fC
-MT
-kE
-qR
-Tb
-NE
-kB
-NE
-vn
-NE
-pj
-pj
-pj
-pj
-pj
-pj
-CW
-jC
-LV
-jC
-jC
-VT
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(146,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-HE
-gY
-WQ
-ec
-Rh
-iB
-yc
-tF
-jC
-mQ
-EE
-ce
-gB
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-zx
-xS
-KQ
-ad
-Ga
-xS
-zx
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-fC
-fC
-nA
-Bx
-ge
-kE
-Ly
-vn
-vn
-vn
-vn
-vn
-Lk
-Mq
-Mq
-Mq
-Mq
-Rl
-Rl
-Rl
-Mq
-Mq
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(147,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-Yk
-Yk
-Yk
-HE
-HE
-Yh
-HE
-HE
-HE
-VJ
-NY
-jC
-jC
-VK
-jC
-LV
-LV
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-jI
-Lz
-xS
-Kj
-xS
-fb
-zx
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-fC
-AN
-MT
-tD
-rv
-kE
-NE
-cH
-vn
-NE
-Mq
-Mq
-Mq
-Mq
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(148,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-Mq
-hg
-nQ
-NC
-up
-yT
-ks
-jC
-Et
-Mq
-BZ
-BZ
-BZ
-BZ
-wZ
-wZ
-wZ
-BZ
-BZ
-BZ
-BZ
-BZ
-mb
-mb
-Om
-mb
-mb
-BZ
-BZ
-BZ
-BZ
-BZ
-wZ
-wZ
-wZ
-BZ
-BZ
-BZ
-BZ
-fC
-jE
-Ue
-ge
-Pa
-kE
-NE
-cH
-NE
-Mq
-Mq
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(149,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Pz
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-Mq
-oc
-wd
-LV
-sI
-jC
-jC
-LV
-Vn
-NN
-bj
-jm
-xb
-Uo
-Ae
-Uo
-BZ
-Hk
-sK
-Tu
-Kk
-Xl
-hB
-UG
-Ux
-YG
-YG
-YG
-JG
-NN
-BZ
-NM
-NM
-Uo
-BZ
-Hk
-go
-NL
-kE
-kE
-kE
-kE
-kE
-kE
-bj
-vM
-Mq
-Mq
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(150,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Mq
-ow
-Sq
-BI
-BI
-EC
-EC
-BI
-bB
-sj
-rZ
-rZ
-rZ
-cM
-Rm
-rZ
-iY
-rZ
-TV
-Rm
-OC
-IA
-Rm
-pV
-rZ
-rZ
-aM
-vw
-cV
-rZ
-Zl
-IA
-Rm
-Rm
-IA
-IA
-TV
-IA
-rZ
-rZ
-rZ
-mU
-Rm
-Rm
-qV
-iX
-BZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(151,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Se
-wZ
-wZ
-wZ
-wZ
-Mq
-bg
-QA
-jC
-gB
-jC
-oU
-jC
-Vn
-YH
-iX
-iX
-Hk
-hN
-uF
-bj
-tb
-iX
-iX
-iX
-iX
-iX
-iX
-iX
-YG
-vJ
-YG
-YG
-Fr
-iX
-iX
-EM
-iX
-dE
-pp
-mh
-EM
-iX
-iX
-YG
-YG
-ZW
-EM
-SX
-fj
-qW
-BZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(152,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-gL
-dn
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-Xp
-yR
-yR
-Fn
-Zd
-gL
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(153,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-gL
-gL
-rf
-sW
-cz
-kt
-kt
-Pc
-kt
-kt
-kt
-nT
-kt
-kt
-kt
-Rd
-kt
-Th
-Rd
-Wb
-mJ
-kJ
-nb
-mJ
-mJ
-NX
-mJ
-mJ
-mJ
-mJ
-mJ
-Rd
-kt
-sW
-ed
-XZ
-TN
-Ml
-JL
-NS
-lx
-bl
-KJ
-Vy
-yR
-MZ
-Lt
-gL
-Yk
-Yk
-Yk
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(154,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Se
-wZ
-wZ
-wZ
-gL
-ib
-MZ
-sW
-vL
-kt
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-yM
-SS
-Qp
-Qp
-Qp
-Qp
-av
-av
-av
-av
-av
-av
-av
-jY
-SS
-Qp
-yM
-av
-kt
-kt
-sW
-uS
-ZS
-oz
-jw
-Vy
-QM
-gE
-Xu
-SP
-RV
-yR
-xh
-cJ
-pH
-wZ
-wZ
-wZ
-Du
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(155,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-gL
-ZM
-iL
-sW
-cz
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-kt
-sW
-uS
-Ep
-Ab
-ed
-QM
-Vy
-Ep
-Ep
-ZS
-yv
-yR
-xh
-Bh
-pH
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(156,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-pH
-Bh
-iL
-sW
-Dh
-KM
-lK
-lK
-lK
-Vt
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-sc
-lK
-lK
-lK
-lK
-lK
-GC
-kt
-sW
-jw
-Vy
-ed
-wo
-li
-li
-qP
-iw
-Xv
-yR
-yR
-xh
-qb
-BA
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(157,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-pH
-Fz
-iL
-sW
-cz
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-Vt
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-EO
-sW
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-yR
-ZK
-xh
-NT
-gL
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(158,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-xC
-wZ
-wZ
-wZ
-pH
-QX
-lg
-sW
-Cf
-SH
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-kt
-sW
-yV
-TW
-Fs
-wQ
-Ok
-pn
-MR
-MR
-MR
-pn
-Na
-dR
-gL
-gL
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(159,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gL
-oE
-Ug
-sW
-SA
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-kt
-Wl
-Sk
-Hm
-Mr
-fR
-CT
-CT
-HG
-Sl
-pW
-CT
-Cr
-gL
-gL
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(160,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-il
-eY
-wZ
-wZ
-wZ
-gL
-jJ
-rf
-sW
-nc
-lt
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lt
-lt
-sW
-Bh
-DO
-gL
-gL
-gL
-gL
-ay
-gL
-gL
-gL
-gL
-gL
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(161,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-il
-lR
-Yk
-Yk
-Yk
-Yk
-gL
-pQ
-rf
-sW
-Ys
-kI
-lK
-lK
-fm
-lK
-lK
-lK
-lK
-lK
-fm
-lK
-lK
-lK
-ud
-lK
-lK
-lK
-fm
-lK
-lK
-lK
-lK
-fm
-lK
-lK
-lK
-gc
-lt
-sW
-Bh
-xh
-gL
-Bh
-Bh
-Bh
-Bh
-Bh
-Bh
-Bh
-gL
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-Yk
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(162,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-gL
-GL
-MZ
-sW
-Ys
-cl
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lt
-lt
-sW
-Bh
-xh
-gL
-Bh
-Lt
-xn
-Bh
-xn
-Bh
-xn
-gL
-wZ
-wZ
-wZ
-Du
-wZ
-wZ
-eY
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(163,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-gL
-Of
-zd
-FG
-dK
-yf
-lK
-lK
-lK
-lK
-lK
-sc
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-kt
-sW
-se
-xh
-gL
-Bh
-Bh
-JH
-Jm
-xn
-Bh
-Bh
-gL
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(164,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-gL
-Lt
-iL
-sW
-qo
-io
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-sc
-lK
-lK
-lK
-lK
-Vt
-lK
-lK
-lK
-lK
-GC
-kt
-sW
-Nl
-xh
-gL
-Bh
-Bh
-Bh
-xn
-xn
-xn
-Fz
-gL
-wZ
-Yk
-Yk
-eY
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(165,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-gL
-JA
-MZ
-sW
-CP
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-Vt
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-uG
-sW
-Sk
-sq
-gL
-Bh
-Bh
-xn
-Bh
-Bh
-Bh
-bp
-gL
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(166,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-gL
-xy
-iL
-sW
-Rd
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-Wv
-sW
-QX
-wh
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-xC
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(167,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-VY
-Yk
-Yk
-gL
-ET
-MZ
-sW
-kt
-KM
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-GC
-uG
-sW
-EW
-aQ
-gL
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(168,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-qq
-qq
-qq
-sl
-sW
-Ny
-kt
-kf
-kf
-zr
-zr
-zr
-cR
-zr
-zr
-zr
-zr
-zr
-zr
-kf
-kf
-kf
-zr
-zr
-zr
-zr
-jt
-zr
-zr
-zr
-zr
-kf
-Rd
-vx
-sW
-ES
-MZ
-gL
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(169,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-qq
-AO
-pS
-yF
-sW
-kt
-kt
-kt
-kt
-eM
-Rd
-kt
-bU
-kt
-Rd
-kt
-xF
-Ny
-kt
-kt
-xF
-qo
-pf
-Pc
-bo
-kt
-RJ
-kt
-kt
-kt
-kt
-eM
-kt
-uG
-sW
-Sk
-rf
-gL
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(170,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-wZ
-wZ
-qq
-qq
-gX
-Xy
-XV
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-sW
-Zr
-xh
-FV
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(171,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-mq
-CC
-CC
-jr
-Ll
-LI
-LI
-Tk
-hr
-fv
-RP
-cD
-iS
-bR
-eO
-ir
-Rr
-JX
-hr
-sS
-Jk
-cp
-xa
-mm
-tu
-yK
-mD
-Rj
-tu
-tu
-tu
-WM
-tu
-Fa
-JN
-Oj
-LQ
-Vc
-FV
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(172,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-mq
-CC
-Cy
-tW
-CC
-Pv
-HX
-qq
-cs
-mH
-tL
-Za
-mN
-SN
-SN
-mH
-Eq
-lY
-Eq
-Eq
-Eq
-Eq
-Za
-my
-SN
-SN
-SN
-my
-Op
-Op
-Eq
-mH
-my
-mM
-Cl
-iS
-Lt
-xh
-FV
-wZ
-wZ
-wZ
-eY
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(173,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-Yk
-Yk
-Yk
-mq
-CC
-Pw
-vN
-CC
-CC
-qq
-qq
-gL
-Fv
-Fv
-Fv
-Fv
-Fv
-ek
-Fv
-pJ
-Fv
-ek
-ek
-Fv
-Fv
-Fv
-ek
-ek
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-ZK
-xh
-gL
-Yk
-Yk
-Yk
-Yk
-lR
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(174,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-mq
-CC
-sY
-kF
-aH
-CC
-qq
-wZ
-wZ
-Fv
-Io
-Be
-wS
-wS
-wS
-Ci
-wS
-wS
-AR
-AR
-Xc
-Ps
-Gn
-AR
-AR
-bt
-GP
-IX
-cF
-pP
-pP
-pP
-pP
-Xc
-ea
-Fv
-aS
-xh
-gL
-wZ
-wZ
-wZ
-eY
-il
-il
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(175,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-Yk
-wZ
-wZ
-wZ
-mq
-Pv
-CC
-CC
-vQ
-TL
-qq
-wZ
-wZ
-Fv
-Fq
-GZ
-wS
-Ps
-Ps
-AR
-mG
-AR
-wS
-wS
-wS
-AR
-xP
-QU
-dH
-Vu
-CD
-zN
-fx
-pw
-bO
-bO
-zN
-zN
-zN
-DW
-gf
-km
-gL
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(176,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-qq
-mq
-mq
-mq
-mq
-mq
-qq
-wZ
-wZ
-Fv
-Sm
-wB
-AR
-wS
-eQ
-iA
-AR
-bQ
-xw
-wS
-zJ
-hZ
-Ud
-YT
-Qw
-AR
-wS
-AR
-DR
-AR
-OG
-py
-hz
-og
-Ls
-Fv
-BL
-xy
-gL
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(177,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-Fv
-vR
-wS
-Ps
-AR
-uh
-Ak
-Ps
-yY
-AR
-wS
-mB
-mK
-wS
-mP
-VG
-wS
-Ps
-AR
-IK
-pP
-py
-Ce
-Fv
-Fv
-Fv
-Fv
-gL
-gL
-gL
-wZ
-Du
-eY
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(178,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-Fv
-Ke
-Xc
-GZ
-AR
-bi
-DQ
-wS
-kV
-qO
-Xc
-tR
-th
-wS
-Pk
-Jr
-wS
-Ps
-wS
-qd
-pP
-NW
-Fv
-Fv
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(179,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-Fv
-Fv
-xs
-Xc
-AR
-ZL
-fl
-AR
-GJ
-XE
-AR
-TG
-Pd
-AR
-wX
-vp
-wS
-wS
-wS
-DR
-qN
-Fv
-Fv
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(180,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-eY
-eY
-Du
-Yk
-eY
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-Fv
-Fv
-AR
-NW
-KV
-oq
-AR
-XM
-pq
-AR
-Jw
-aY
-wS
-JU
-Iy
-wS
-wS
-AR
-xU
-Fv
-Fv
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(181,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-Lb
-Du
-wZ
-wZ
-wZ
-Fv
-Fv
-wY
-AR
-wS
-mG
-Pr
-wS
-Ps
-wS
-AR
-fg
-wS
-wS
-wS
-An
-AR
-Fv
-Fv
-wZ
-wZ
-wZ
-Yk
-Se
-eY
-eY
-eY
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(182,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-Fv
-Fv
-hd
-hd
-yj
-Fv
-Fv
-yj
-hd
-yB
-Fv
-Fv
-yB
-hd
-hd
-Fv
-Fv
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(183,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-eY
-eY
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-xC
-xC
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(184,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-xC
-eY
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(185,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-wZ
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(186,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-eY
-eY
-Yk
-Du
-eY
-eY
-Yk
-Yk
-Yk
-Se
-eY
-eY
-eY
-Du
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(187,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-Yk
-VE
-Yk
-wZ
-wZ
-wZ
-XU
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(188,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-Yk
-Yk
-Yk
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(189,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(190,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(191,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(192,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(193,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(194,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(195,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(196,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(197,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(198,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(199,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(200,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(201,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(202,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(203,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(204,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(205,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(206,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(207,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(208,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(209,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(210,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(211,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(212,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(213,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(214,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(215,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(216,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(217,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(218,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(219,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(220,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(221,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(222,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(223,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(224,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(225,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(226,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(227,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(228,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(229,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(230,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(231,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(232,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(233,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(234,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(235,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(236,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(237,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(238,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(239,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(240,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(241,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(242,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(243,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(244,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(245,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(246,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(247,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(248,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(249,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(250,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(251,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(252,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(253,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(254,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(255,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
-(256,1,1) = {"
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-wZ
-"}
diff --git a/maps/southern_sun/southern_cross-10.dmm b/maps/southern_sun/southern_cross-10.dmm
deleted file mode 100644
index e5dde69b21..0000000000
--- a/maps/southern_sun/southern_cross-10.dmm
+++ /dev/null
@@ -1,66350 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"bH" = (
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"cX" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/river)
-"dd" = (
-/turf/simulated/floor/water,
-/area/surface/outside/valley/end)
-"dT" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"dW" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"eI" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/end)
-"fo" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"gw" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"hx" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"hC" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"ie" = (
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/river)
-"ja" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/end)
-"kf" = (
-/obj/effect/map_effect/portal/master/side_b/wilderness_to_valley{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"kI" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"kL" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"kW" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"lk" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"lt" = (
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/inner)
-"nK" = (
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"nY" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"oh" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"ph" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"pI" = (
-/obj/structure/railing{
- dir = 4;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"qe" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/inner)
-"rq" = (
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"rK" = (
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"rU" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"sf" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"uF" = (
-/obj/structure/railing,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"vf" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"we" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"xd" = (
-/obj/effect/zone_divider,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"xi" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"yT" = (
-/obj/effect/zone_divider,
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"Ad" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/inner)
-"AG" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"BR" = (
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/valley/edge)
-"BS" = (
-/turf/simulated/floor/water/deep{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"DA" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"DP" = (
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/end)
-"EA" = (
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"ES" = (
-/obj/structure/railing{
- dir = 4;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"Fh" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"Fp" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"FG" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/edge)
-"FI" = (
-/obj/effect/zone_divider,
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/valley/edge)
-"Gc" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"GA" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/edge)
-"HM" = (
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/inner)
-"Ip" = (
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"IN" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"IO" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"Kv" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/valley/inner)
-"Rk" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/valley/inner)
-"Rs" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"RW" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/edge)
-"Sp" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"Tx" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"TI" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/edge)
-"WK" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"WT" = (
-/turf/simulated/wall/wood,
-/area/surface/outside/valley/inner)
-"Xj" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "valley_e";
- name = "Valley Entrance";
- base_area = /area/surface/outside/valley/inner;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"Yl" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"YN" = (
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"YV" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-
-(1,1,1) = {"
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-FI
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-BR
-FI
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-"}
-(2,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(3,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(4,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(5,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(6,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(7,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(8,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(9,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(10,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(11,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(12,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Gc
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(13,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Gc
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-HM
-HM
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(14,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(15,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(16,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(17,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(18,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(19,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(20,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(21,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(22,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(23,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(24,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(25,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(26,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(27,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(28,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(29,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(30,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(31,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(32,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-gw
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Gc
-Gc
-kW
-kW
-kW
-Gc
-Gc
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-AG
-kI
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-fo
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-ja
-ja
-IN
-IN
-lk
-IN
-IN
-IN
-IN
-IN
-IN
-IN
-ja
-ja
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-fo
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Gc
-Gc
-kW
-kW
-kW
-Gc
-Gc
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(33,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(34,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(35,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(36,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(37,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(38,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(39,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(40,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-YV
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(41,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-YV
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(42,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-vf
-BS
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(43,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-vf
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(44,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-vf
-Tx
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(45,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-YV
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(46,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-YV
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(47,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(48,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Tx
-Tx
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(49,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-Tx
-Tx
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(50,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-YV
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(51,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-Tx
-Tx
-YV
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(52,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-BS
-BS
-vf
-rK
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(53,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-vf
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(54,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-BS
-BS
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(55,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-YV
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(56,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-YV
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-YV
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(57,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-YV
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(58,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(59,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(60,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(61,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-YV
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(62,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(63,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(64,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-YV
-YV
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-yT
-cX
-cX
-xd
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-yT
-cX
-cX
-xd
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-YV
-YV
-YV
-YV
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-kI
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(65,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(66,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(67,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(68,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(69,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(70,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(71,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(72,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(73,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(74,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(75,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(76,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(77,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(78,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(79,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(80,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(81,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(82,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(83,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(84,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(85,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(86,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(87,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(88,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(89,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(90,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(91,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(92,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(93,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(94,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(95,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(96,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Sp
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Fp
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(97,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(98,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(99,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(100,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(101,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(102,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(103,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(104,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(105,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(106,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(107,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(108,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(109,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(110,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(111,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(112,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(113,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(114,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(115,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(116,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-IO
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(117,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(118,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(119,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(120,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(121,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(122,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(123,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(124,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(125,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(126,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(127,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(128,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-kI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(129,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(130,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(131,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(132,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(133,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(134,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(135,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(136,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(137,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(138,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(139,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(140,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(141,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(142,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(143,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(144,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(145,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(146,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(147,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(148,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(149,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(150,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(151,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(152,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(153,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(154,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(155,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(156,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(157,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(158,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(159,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(160,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-hC
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Fp
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Kv
-YV
-YV
-vf
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(161,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(162,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(163,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(164,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(165,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(166,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(167,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(168,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(169,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(170,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(171,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(172,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(173,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(174,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(175,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(176,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(177,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(178,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(179,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(180,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(181,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(182,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(183,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(184,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(185,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(186,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(187,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(188,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(189,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(190,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(191,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(192,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-hC
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(193,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(194,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(195,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(196,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(197,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(198,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(199,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(200,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(201,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(202,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(203,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(204,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(205,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(206,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(207,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(208,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(209,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(210,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(211,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(212,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(213,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(214,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(215,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(216,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(217,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(218,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(219,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(220,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(221,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Rs
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(222,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(223,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(224,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Rs
-hC
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Sp
-Sp
-dT
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-sf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(225,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(226,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(227,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(228,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(229,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-FG
-FG
-RW
-"}
-(230,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-FG
-FG
-RW
-"}
-(231,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(232,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(233,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(234,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(235,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(236,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(237,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-kI
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(238,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-kI
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(239,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(240,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(241,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(242,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(243,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Xj
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(244,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(245,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(246,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(247,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(248,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(249,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(250,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(251,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(252,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-pI
-ES
-rU
-rU
-ES
-pI
-rK
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(253,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-HM
-HM
-HM
-HM
-HM
-EA
-EA
-hx
-bH
-EA
-EA
-HM
-HM
-HM
-HM
-Ad
-HM
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(254,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-HM
-HM
-HM
-HM
-EA
-EA
-hx
-bH
-EA
-EA
-HM
-HM
-HM
-HM
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(255,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Yl
-Yl
-WK
-WK
-kL
-DA
-WK
-kf
-Yl
-Yl
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(256,1,1) = {"
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-qe
-qe
-EA
-EA
-hx
-bH
-EA
-EA
-qe
-qe
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-"}
diff --git a/maps/southern_sun/southern_cross-11.dmm b/maps/southern_sun/southern_cross-11.dmm
deleted file mode 100644
index e5dde69b21..0000000000
--- a/maps/southern_sun/southern_cross-11.dmm
+++ /dev/null
@@ -1,66350 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"bH" = (
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"cX" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/river)
-"dd" = (
-/turf/simulated/floor/water,
-/area/surface/outside/valley/end)
-"dT" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"dW" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"eI" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/end)
-"fo" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"gw" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"hx" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"hC" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"ie" = (
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/river)
-"ja" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/end)
-"kf" = (
-/obj/effect/map_effect/portal/master/side_b/wilderness_to_valley{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"kI" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"kL" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"kW" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"lk" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"lt" = (
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/surface/outside/valley/inner)
-"nK" = (
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"nY" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"oh" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"ph" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"pI" = (
-/obj/structure/railing{
- dir = 4;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"qe" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/inner)
-"rq" = (
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"rK" = (
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"rU" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"sf" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"uF" = (
-/obj/structure/railing,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-"vf" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"we" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"xd" = (
-/obj/effect/zone_divider,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"xi" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"yT" = (
-/obj/effect/zone_divider,
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"Ad" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/inner)
-"AG" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"BR" = (
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/valley/edge)
-"BS" = (
-/turf/simulated/floor/water/deep{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"DA" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"DP" = (
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/end)
-"EA" = (
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"ES" = (
-/obj/structure/railing{
- dir = 4;
- icon_state = "railing0"
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/river)
-"Fh" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"Fp" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"FG" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/edge)
-"FI" = (
-/obj/effect/zone_divider,
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/valley/edge)
-"Gc" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"GA" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/edge)
-"HM" = (
-/turf/simulated/floor/outdoors/grass/sif/valley/edge,
-/area/surface/outside/valley/inner)
-"Ip" = (
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/end)
-"IN" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/valley/end)
-"IO" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/inner)
-"Kv" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/valley/inner)
-"Rk" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/valley/inner)
-"Rs" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/walls)
-"RW" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/valley/edge)
-"Sp" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"Tx" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/valley/river)
-"TI" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/edge)
-"WK" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outside/valley/river)
-"WT" = (
-/turf/simulated/wall/wood,
-/area/surface/outside/valley/inner)
-"Xj" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "valley_e";
- name = "Valley Entrance";
- base_area = /area/surface/outside/valley/inner;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/valley,
-/area/surface/outside/valley/inner)
-"Yl" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/valley/inner)
-"YN" = (
-/turf/simulated/floor/outdoors/grass/sif/cave,
-/area/surface/outside/valley/walls)
-"YV" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/valley/river)
-
-(1,1,1) = {"
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-FI
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-BR
-FI
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-BR
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-"}
-(2,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(3,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(4,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-rK
-rK
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(5,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(6,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-kW
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(7,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(8,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(9,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(10,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(11,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Gc
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-DP
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-dd
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(12,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Gc
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-eI
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-eI
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(13,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Gc
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-HM
-HM
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(14,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(15,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(16,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(17,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(18,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(19,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(20,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(21,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-DP
-DP
-DP
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(22,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(23,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(24,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(25,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(26,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(27,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(28,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(29,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(30,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(31,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-oh
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-dd
-dd
-Fh
-Fh
-IN
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-Fh
-dd
-dd
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-Ip
-oh
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(32,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-gw
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Gc
-Gc
-kW
-kW
-kW
-Gc
-Gc
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-AG
-kI
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-fo
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-ja
-ja
-IN
-IN
-lk
-IN
-IN
-IN
-IN
-IN
-IN
-IN
-ja
-ja
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-oh
-fo
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Gc
-Gc
-kW
-kW
-kW
-Gc
-Gc
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(33,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(34,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(35,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(36,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(37,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(38,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(39,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(40,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-YV
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(41,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-YV
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(42,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-vf
-BS
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(43,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-vf
-BS
-BS
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(44,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-vf
-Tx
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(45,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-YV
-Tx
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(46,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-YV
-Tx
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(47,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Tx
-Tx
-BS
-BS
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(48,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Tx
-Tx
-BS
-BS
-Tx
-Tx
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(49,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-Tx
-Tx
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(50,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-YV
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(51,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-Tx
-Tx
-YV
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(52,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-BS
-BS
-vf
-rK
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(53,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-BS
-BS
-BS
-BS
-BS
-BS
-vf
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(54,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-BS
-BS
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(55,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-Tx
-Tx
-Tx
-Tx
-YV
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(56,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Tx
-Tx
-YV
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-YV
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(57,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-YV
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(58,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(59,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(60,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(61,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-YV
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(62,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(63,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(64,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-YV
-YV
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-yT
-cX
-cX
-xd
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-yT
-cX
-cX
-xd
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-YV
-YV
-YV
-YV
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-kI
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(65,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-bH
-ie
-ie
-hx
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(66,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(67,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-YV
-rK
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rK
-rK
-rK
-rK
-uF
-ie
-ie
-ph
-rK
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(68,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-WT
-lt
-lt
-WT
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(69,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(70,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(71,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(72,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-Ad
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(73,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(74,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(75,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(76,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(77,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(78,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(79,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(80,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(81,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(82,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(83,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(84,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(85,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(86,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(87,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(88,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(89,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(90,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(91,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(92,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(93,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(94,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(95,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(96,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Sp
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Fp
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(97,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(98,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(99,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(100,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(101,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(102,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(103,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(104,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(105,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(106,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(107,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(108,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(109,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(110,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(111,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(112,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(113,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(114,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(115,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(116,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-IO
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(117,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(118,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(119,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(120,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(121,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(122,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(123,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-nK
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(124,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(125,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(126,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(127,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(128,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-kI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(129,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(130,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(131,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(132,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-Rk
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(133,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(134,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(135,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(136,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(137,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(138,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(139,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(140,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(141,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(142,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(143,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(144,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(145,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(146,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(147,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(148,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(149,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(150,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(151,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(152,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(153,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(154,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(155,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(156,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(157,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(158,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(159,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(160,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-hC
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Fp
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Kv
-YV
-YV
-vf
-vf
-vf
-sf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(161,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(162,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(163,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(164,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(165,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Rk
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(166,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(167,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(168,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(169,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(170,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(171,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(172,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(173,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(174,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(175,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(176,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(177,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(178,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(179,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(180,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(181,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(182,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(183,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(184,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(185,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(186,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(187,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(188,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(189,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(190,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(191,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(192,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-aa
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-kI
-kI
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-hC
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(193,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(194,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(195,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(196,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(197,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(198,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(199,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(200,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(201,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(202,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(203,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(204,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(205,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(206,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(207,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(208,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(209,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(210,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(211,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(212,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(213,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(214,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(215,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(216,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(217,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(218,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(219,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(220,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(221,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Rs
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(222,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(223,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-IO
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(224,1,1) = {"
-GA
-TI
-TI
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Rs
-hC
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Sp
-Sp
-dT
-Ad
-Ad
-Ad
-Ad
-Ad
-Ad
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-YV
-YV
-vf
-sf
-vf
-YV
-YV
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-nY
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-xi
-Ad
-Ad
-Ad
-Ad
-Ad
-kI
-Fp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-dW
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Sp
-Rs
-Rs
-Rs
-Rs
-Rs
-Rs
-TI
-TI
-GA
-"}
-(225,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(226,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(227,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(228,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-vf
-rU
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(229,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-FG
-FG
-RW
-"}
-(230,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-FG
-FG
-RW
-"}
-(231,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(232,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-Yl
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(233,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-vf
-rK
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(234,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(235,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(236,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-kI
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(237,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-YV
-rK
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-kI
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(238,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-Rs
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-kI
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(239,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(240,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(241,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(242,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-IO
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(243,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-Xj
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-YV
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-IO
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(244,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-Sp
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-IO
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(245,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Sp
-YN
-YN
-YN
-we
-YN
-YN
-YN
-YN
-YN
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Sp
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(246,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-YN
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(247,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-YN
-YN
-YN
-YN
-YN
-YN
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(248,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(249,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rK
-rK
-rU
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-xi
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(250,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-rq
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-rq
-rq
-rq
-xi
-rq
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rq
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(251,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-rK
-rU
-rU
-rU
-rU
-rK
-rK
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(252,1,1) = {"
-RW
-FG
-FG
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-kI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-rK
-pI
-ES
-rU
-rU
-ES
-pI
-rK
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Ad
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Yl
-kI
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-Rs
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-we
-FG
-FG
-RW
-"}
-(253,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-HM
-HM
-HM
-HM
-HM
-EA
-EA
-hx
-bH
-EA
-EA
-HM
-HM
-HM
-HM
-Ad
-HM
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(254,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-HM
-HM
-HM
-HM
-EA
-EA
-hx
-bH
-EA
-EA
-HM
-HM
-HM
-HM
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(255,1,1) = {"
-RW
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-Yl
-Yl
-WK
-WK
-kL
-DA
-WK
-kf
-Yl
-Yl
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-TI
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-FG
-RW
-"}
-(256,1,1) = {"
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-qe
-qe
-EA
-EA
-hx
-bH
-EA
-EA
-qe
-qe
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-GA
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-RW
-"}
diff --git a/maps/southern_sun/southern_cross-15 (Unused Empty Space.dmm b/maps/southern_sun/southern_cross-15 (Unused Empty Space.dmm
deleted file mode 100644
index 36f85704c5..0000000000
--- a/maps/southern_sun/southern_cross-15 (Unused Empty Space.dmm
+++ /dev/null
@@ -1,66053 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/space,
-/area/space)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(3,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(4,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(5,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(6,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(7,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(8,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(9,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(10,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(11,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(12,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(13,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(14,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(15,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(16,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(17,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(18,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(19,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(20,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(21,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(22,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(23,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(24,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(25,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(26,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(27,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(28,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(29,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(30,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(31,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(32,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(33,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(34,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(35,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(36,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(37,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(38,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(39,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(40,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(41,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(42,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(43,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(44,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(45,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(46,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(47,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(48,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(49,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(50,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(51,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(52,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(53,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(54,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(55,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(56,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(57,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(58,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(59,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(60,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(61,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(62,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(63,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(64,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(65,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(66,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(67,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(68,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(69,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(70,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(71,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(72,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(73,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(74,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(75,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(76,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(77,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(78,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(79,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(80,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(81,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(82,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(83,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(84,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(85,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(86,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(87,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(88,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(89,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(90,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(91,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(92,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(93,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(94,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(95,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(96,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(97,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(98,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(99,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(100,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(101,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(102,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(103,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(104,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(105,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(106,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(107,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(108,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(109,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(110,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(111,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(112,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(113,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(114,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(115,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(116,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(117,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(118,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(119,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(120,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(121,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(122,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(123,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(124,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(125,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(126,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(127,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(128,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(129,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(130,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(131,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(132,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(133,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(134,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(135,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(136,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(137,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(138,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(139,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(140,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(141,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(142,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(143,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(144,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(145,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(146,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(147,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(148,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(149,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(150,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(151,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(152,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(153,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(154,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(155,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(156,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(157,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(158,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(159,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(160,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(161,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(162,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(163,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(164,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(165,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(166,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(167,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(168,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(169,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(170,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(171,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(172,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(173,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(174,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(175,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(176,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(177,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(178,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(179,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(180,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(181,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(182,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(183,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(184,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(185,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(186,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(187,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(188,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(189,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(190,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(191,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(192,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(193,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(194,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(195,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(196,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(197,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(198,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(199,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(200,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(201,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(202,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(203,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(204,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(205,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(206,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(207,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(208,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(209,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(210,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(211,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(212,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(213,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(214,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(215,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(216,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(217,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(218,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(219,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(220,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(221,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(222,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(223,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(224,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(225,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(226,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(227,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(228,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(229,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(230,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(231,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(232,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(233,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(234,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(235,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(236,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(237,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(238,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(239,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(240,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(241,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(242,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(243,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(244,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(245,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(246,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(247,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(248,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(249,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(250,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(251,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(252,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(253,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(254,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(255,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(256,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/southern_cross-16 (Unused ship transit).dmm b/maps/southern_sun/southern_cross-16 (Unused ship transit).dmm
deleted file mode 100644
index ae38340e52..0000000000
--- a/maps/southern_sun/southern_cross-16 (Unused ship transit).dmm
+++ /dev/null
@@ -1,34723 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/obj/effect/step_trigger/teleporter/random{
- affect_ghosts = 1;
- name = "escapeshuttle_leave";
- teleport_x = 25;
- teleport_x_offset = 245;
- teleport_y = 25;
- teleport_y_offset = 245;
- teleport_z = 6;
- teleport_z_offset = 6
- },
-/turf/space/transit/east,
-/area/space)
-"b" = (
-/turf/space,
-/area/space)
-"c" = (
-/obj/effect/step_trigger/teleporter/random{
- affect_ghosts = 1;
- name = "escapeshuttle_leave";
- teleport_x = 25;
- teleport_x_offset = 245;
- teleport_y = 25;
- teleport_y_offset = 245;
- teleport_z = 6;
- teleport_z_offset = 6
- },
-/turf/space/transit/north,
-/area/space)
-"d" = (
-/turf/space/transit/east,
-/area/space)
-"e" = (
-/turf/space/transit/north,
-/area/space)
-"f" = (
-/obj/effect/step_trigger/thrower{
- affect_ghosts = 1;
- name = "thrower_throwdown";
- nostop = 1;
- stopper = 0;
- tiles = 0
- },
-/turf/space/transit/north,
-/area/space)
-"g" = (
-/obj/effect/step_trigger/thrower{
- direction = 1;
- name = "thrower_throwup";
- tiles = 0
- },
-/turf/space/transit/east,
-/area/space)
-"h" = (
-/turf/space/transit/east,
-/area/shuttle/response_ship/transit)
-"i" = (
-/obj/effect/step_trigger/thrower{
- affect_ghosts = 1;
- name = "thrower_throwdown";
- nostop = 1;
- stopper = 0;
- tiles = 0
- },
-/turf/space/transit/east,
-/area/space)
-"j" = (
-/obj/effect/step_trigger/thrower{
- affect_ghosts = 1;
- name = "thrower_leftnostop"
- },
-/turf/space/transit/east,
-/area/space)
-"k" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod3/transit)
-"l" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod5/transit)
-"m" = (
-/turf/space/transit/north,
-/area/ninja_dojo/transit)
-"n" = (
-/turf/space/transit/north,
-/area/shuttle/escape_pod1/transit)
-"o" = (
-/turf/space/transit/north,
-/area/shuttle/escape_pod2/transit)
-"p" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod4/transit)
-"q" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod6/transit)
-"s" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod7/transit)
-"t" = (
-/turf/space/transit/east,
-/area/shuttle/escape_pod8/transit)
-"u" = (
-/turf/space/transit/east,
-/area/shuttle/large_escape_pod1/transit)
-"v" = (
-/turf/space/transit/east,
-/area/shuttle/cryo/transit)
-"w" = (
-/turf/space/transit/east,
-/area/shuttle/large_escape_pod2/transit)
-"x" = (
-/turf/space/transit/north,
-/area/shuttle/escape/transit)
-"z" = (
-/obj/effect/step_trigger/thrower{
- direction = 1;
- name = "thrower_throwup";
- tiles = 0
- },
-/turf/space/transit/north,
-/area/space)
-"A" = (
-/turf/space/transit/north,
-/area/shuttle/shuttle1/transit)
-"B" = (
-/turf/space/transit/north,
-/area/shuttle/shuttle2/transit)
-
-(1,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(2,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(3,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(4,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(5,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(6,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(7,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(8,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(9,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(10,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-k
-k
-k
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-p
-p
-p
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-s
-s
-s
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-A
-A
-A
-A
-A
-A
-A
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(11,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-g
-g
-g
-i
-i
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-k
-k
-k
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-p
-p
-p
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-s
-s
-s
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(12,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-k
-k
-k
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-p
-p
-p
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-s
-s
-s
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(13,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-k
-k
-k
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-p
-p
-p
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-s
-s
-s
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(14,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-k
-k
-k
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-p
-p
-p
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-s
-s
-s
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(15,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(16,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-v
-v
-v
-v
-v
-v
-v
-v
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(17,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-A
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(18,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-A
-A
-A
-A
-A
-A
-A
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(19,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(20,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(21,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(22,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-h
-h
-h
-h
-h
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(23,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-g
-g
-h
-h
-h
-i
-i
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(24,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-g
-g
-g
-i
-i
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(25,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(26,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(27,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-d
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(28,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-j
-w
-w
-w
-j
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(29,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(30,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-l
-l
-l
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-q
-q
-q
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-t
-t
-t
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(31,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-l
-l
-l
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-q
-q
-q
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-t
-t
-t
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(32,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-l
-l
-l
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-q
-q
-q
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-t
-t
-t
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(33,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-d
-d
-d
-d
-d
-d
-j
-l
-l
-l
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-q
-q
-q
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-t
-t
-t
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(34,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-j
-l
-l
-l
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-q
-q
-q
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-t
-t
-t
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-z
-z
-z
-z
-z
-z
-z
-z
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(35,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-B
-B
-B
-B
-B
-B
-B
-z
-z
-z
-z
-z
-z
-z
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(36,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(37,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(38,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-u
-u
-u
-u
-u
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-z
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(39,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-j
-j
-u
-u
-u
-j
-j
-d
-d
-d
-d
-d
-j
-w
-w
-w
-w
-w
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(40,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-z
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(41,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(42,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-B
-z
-z
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(43,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-B
-B
-B
-B
-B
-B
-B
-z
-z
-z
-z
-z
-z
-z
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(44,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-z
-z
-z
-z
-z
-z
-z
-z
-z
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(45,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(46,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(47,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(48,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-m
-m
-m
-m
-f
-f
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(49,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-m
-m
-m
-m
-m
-m
-f
-f
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(50,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-f
-f
-f
-f
-m
-m
-m
-m
-m
-m
-m
-f
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(51,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(52,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-f
-f
-f
-m
-m
-m
-m
-m
-m
-m
-m
-m
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-b
-b
-"}
-(53,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-m
-m
-m
-m
-m
-m
-m
-m
-m
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(54,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-f
-f
-f
-m
-m
-m
-m
-m
-m
-m
-m
-m
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(55,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-m
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(56,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-f
-f
-f
-f
-f
-m
-m
-m
-m
-m
-m
-m
-f
-f
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(57,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-m
-m
-m
-m
-m
-m
-f
-f
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(58,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-m
-m
-m
-m
-f
-f
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(59,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(60,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(61,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(62,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(63,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(64,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(65,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(66,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(67,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(68,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(69,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(70,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(71,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-n
-n
-n
-n
-n
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(72,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-n
-n
-n
-n
-n
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(73,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-n
-n
-n
-n
-n
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(74,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(75,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(76,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(77,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(78,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(79,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(80,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(81,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(82,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(83,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-d
-d
-d
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(84,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-j
-j
-j
-j
-j
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(85,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(86,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(87,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(88,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(89,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-o
-o
-o
-o
-o
-f
-e
-e
-e
-e
-e
-e
-c
-a
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-"}
-(90,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-o
-o
-o
-o
-o
-f
-e
-e
-e
-e
-e
-e
-c
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(91,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-o
-o
-o
-o
-o
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(92,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(93,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(94,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(95,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(96,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(97,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(98,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(99,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(100,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(101,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(102,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(103,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(104,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(105,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(106,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-f
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(107,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-f
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(108,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-x
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(109,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-f
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(110,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(111,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(112,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(113,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(114,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(115,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-e
-c
-b
-"}
-(116,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-b
-"}
-(117,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(118,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(119,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(120,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(121,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(122,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(123,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(124,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(125,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(126,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(127,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(128,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(129,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(130,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(131,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(132,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(133,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(134,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(135,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(136,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(137,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(138,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(139,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(140,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(141,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(142,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(143,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(144,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(145,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(146,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(147,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(148,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(149,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(150,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(151,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(152,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(153,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(154,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(155,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(156,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(157,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(158,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(159,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(160,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(161,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(162,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(163,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(164,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(165,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(166,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(167,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(168,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(169,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(170,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(171,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(172,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(173,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(174,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(175,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(176,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(177,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(178,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(179,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(180,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(181,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(182,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(183,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(184,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(185,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
diff --git a/maps/southern_sun/southern_cross-17 (Unused Sky Islands.dmm b/maps/southern_sun/southern_cross-17 (Unused Sky Islands.dmm
deleted file mode 100644
index 0ab8403238..0000000000
--- a/maps/southern_sun/southern_cross-17 (Unused Sky Islands.dmm
+++ /dev/null
@@ -1,68042 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"az" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"aE" = (
-/turf/simulated/wall/solidrock)
-"aK" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/structure/railing/grey,
-/turf/simulated/floor/plating/external,
-/area/surface/outpost/shelter/exterior)
-"bf" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/plating/external,
-/area/surface/outpost/shelter/exterior)
-"bj" = (
-/turf/simulated/mineral/sif)
-"bw" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/snow)
-"bx" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/solidrock)
-"bV" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif)
-"bY" = (
-/obj/effect/catwalk_plated,
-/obj/machinery/light,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"bZ" = (
-/turf/simulated/floor/outdoors/ice)
-"cg" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/outdoors/snow)
-"ck" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"cn" = (
-/obj/structure/simple_door/sifwood,
-/obj/machinery/door/blast/shutters{
- dir = 4;
- id = "wilderness_shelter_2nd_floor_door";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/obj/machinery/atmospheric_field_generator/perma/underdoors,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"cv" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/plating/external,
-/area/surface/outpost/shelter/exterior)
-"cC" = (
-/obj/machinery/power/thermoregulator/southerncross{
- pixel_x = 1;
- pixel_y = 26
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/table/standard,
-/obj/fiftyspawner/plastic,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"cF" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"dd" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/open/sif{
- temperature = 243.15
- })
-"do" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/snow)
-"dD" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"dI" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"dS" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water)
-"dT" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/snow)
-"dX" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/dirt)
-"eb" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"ef" = (
-/obj/structure/flora/smallbould,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"em" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/dorms)
-"et" = (
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow)
-"eP" = (
-/obj/structure/coatrack,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"fa" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow)
-"fq" = (
-/obj/structure/flora/tree/pine,
-/turf/simulated/floor/outdoors/snow)
-"fy" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor Exterior 3";
- dir = 8
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"fI" = (
-/obj/structure/flora/grass/green,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"fT" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"fW" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/ice)
-"gk" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/deep)
-"gn" = (
-/obj/structure/outcrop,
-/turf/simulated/floor/water/deep)
-"gH" = (
-/obj/structure/flora/bush,
-/turf/simulated/floor/outdoors/dirt)
-"hs" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"hu" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/gun/projectile/shotgun/pump/rifle/practice{
- pixel_y = -3
- },
-/obj/item/gun/projectile/shotgun/pump/rifle/practice{
- pixel_y = 6
- },
-/obj/item/binoculars{
- pixel_x = 5;
- pixel_y = -3
- },
-/obj/item/binoculars{
- pixel_x = 5;
- pixel_y = -3
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"hy" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/grass)
-"hz" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/dirt)
-"hA" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass)
-"hB" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass)
-"hI" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"hP" = (
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/water/deep)
-"hR" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"hU" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/snow)
-"ie" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"ih" = (
-/obj/structure/flora/ausbushes,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"in" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/glass,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"io" = (
-/obj/structure/flora/smallbould,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"iu" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"iP" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass)
-"jb" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "Wilderness Shelter defibrillator closet";
- pixel_y = 31;
- req_access = null;
- req_one_access = list(1,3,43,66,67);
- starts_with = list(/obj/item/defib_kit/loaded)
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"jc" = (
-/obj/effect/catwalk_plated,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"jh" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"jq" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/palebush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"js" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass)
-"jA" = (
-/turf/simulated/floor/water)
-"jC" = (
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/outdoors/grass)
-"jM" = (
-/obj/effect/zone_divider,
-/turf/simulated/open/sif{
- temperature = 243.15
- })
-"jU" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"ka" = (
-/obj/machinery/light/small,
-/obj/structure/closet/secure_closet/guncabinet{
- anchored = 1;
- req_one_access = list(1,3,43,67)
- },
-/obj/item/storage/box/syndie_kit{
- max_storage_space = 20;
- name = "box of 7.62mm clips";
- starts_with = list(/obj/item/ammo_magazine/clip/c762=10)
- },
-/obj/item/storage/box/syndie_kit{
- max_storage_space = 20;
- name = "box of 7.62mm clips";
- starts_with = list(/obj/item/ammo_magazine/clip/c762=10)
- },
-/obj/item/binoculars,
-/obj/item/binoculars,
-/obj/item/gun/projectile/shotgun/pump/rifle{
- pixel_y = -3
- },
-/obj/item/gun/projectile/shotgun/pump/rifle{
- pixel_y = 6
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"kc" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"kg" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/deck/cards{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/deck/cah{
- pixel_x = 5;
- pixel_y = 3
- },
-/obj/item/deck/holder{
- pixel_x = -9;
- pixel_y = 1
- },
-/obj/item/deck/cah/black{
- pixel_x = 1;
- pixel_y = -1
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"km" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/water/deep)
-"kn" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/water/deep)
-"kB" = (
-/obj/structure/cable{
- d1 = 32;
- icon_state = "32-1"
- },
-/obj/structure/lattice,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor Utilities"
- },
-/turf/simulated/open/sif{
- temperature = 243.15
- },
-/area/surface/outpost/shelter/utilityroom)
-"kG" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/dirt)
-"kJ" = (
-/obj/structure/curtain/open/bed,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/surface/outpost/shelter/dorms)
-"kO" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"kZ" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"le" = (
-/turf/simulated/floor/outdoors/mud)
-"lo" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/water/deep)
-"lK" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/log1,
-/turf/simulated/floor/outdoors/mud)
-"lP" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"lZ" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"me" = (
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/water)
-"ml" = (
-/obj/structure/flora/ausbushes/genericbush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/mud)
-"mt" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/dirt)
-"mu" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/water/deep)
-"mv" = (
-/obj/structure/flora/smallbould,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water/deep)
-"my" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/outdoors/mud)
-"mG" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"mI" = (
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/water)
-"mL" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/water)
-"mP" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter)
-"mV" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/water)
-"nf" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/water/deep)
-"nj" = (
-/obj/structure/closet/walllocker_double/survival/north{
- name = "Wilderness Shelter Emergency Survival Wall Cabinet";
- starts_with = list(/obj/item/gps=5,/obj/item/material/knife/tacknife/survival=5,/obj/random/mre=5,/obj/item/flashlight/color/yellow=5,/obj/item/flashlight/flare=5,/obj/item/reagent_containers/food/drinks/cans/waterbottle=5,/obj/item/whetstone)
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"ns" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/water/deep)
-"ny" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/mud)
-"nC" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/water)
-"nE" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/log2,
-/turf/simulated/floor/water)
-"nF" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"nR" = (
-/obj/structure/flora/lily1,
-/turf/simulated/floor/water/deep)
-"nX" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/water/deep)
-"nY" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass)
-"od" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/water)
-"oe" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water/deep)
-"og" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/ice)
-"oq" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"ou" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/mud)
-"oF" = (
-/obj/structure/flora/ausbushes,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"oM" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"oT" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/deep)
-"pa" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"ph" = (
-/obj/structure/closet,
-/obj/item/storage/box/lights/bulbs,
-/obj/item/storage/box/lights/mixed,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"pl" = (
-/obj/structure/flora/grass/brown,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"pr" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/water/deep)
-"pu" = (
-/obj/structure/flora/lily1,
-/turf/simulated/floor/water)
-"pO" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/water/deep)
-"qf" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water)
-"ql" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass)
-"qn" = (
-/obj/structure/flora/lily2,
-/turf/simulated/floor/water)
-"qF" = (
-/obj/structure/flora/lily2,
-/turf/simulated/floor/water/deep)
-"qG" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"qJ" = (
-/turf/simulated/mineral/floor/light)
-"qK" = (
-/obj/machinery/alarm/sifwilderness{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"qT" = (
-/obj/structure/flora/grass/brown,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"ra" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/lily1,
-/turf/simulated/floor/water)
-"rj" = (
-/obj/structure/flora/ausbushes,
-/turf/simulated/floor/outdoors/grass)
-"rn" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral)
-"rw" = (
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/water/deep)
-"rx" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water)
-"rH" = (
-/obj/structure/flora/lily3,
-/turf/simulated/floor/water/deep)
-"rM" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water/deep)
-"rY" = (
-/obj/structure/flora/bush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"sc" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"sf" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/reedbush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"sk" = (
-/obj/structure/coatrack,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"sT" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/rocks2,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"sW" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"tb" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"ti" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"tj" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"tm" = (
-/obj/effect/catwalk_plated,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"tp" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/sunnybush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"tv" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water)
-"tx" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water/deep)
-"tB" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water/deep)
-"tI" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"tJ" = (
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/water/deep)
-"tL" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water/deep)
-"tR" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/water/deep)
-"tT" = (
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/water)
-"tZ" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/leafybush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"up" = (
-/obj/structure/flora/lily3,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/water)
-"uq" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12
- },
-/obj/structure/mirror{
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"ux" = (
-/obj/effect/landmark/map_data{
- height = 2
- },
-/turf/simulated/wall/solidrock)
-"uC" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "wilderness_shelter_2nd_floor";
- name = "Wilderness Shelter Shutters";
- pixel_x = 26;
- req_one_access = null
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"uJ" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"uR" = (
-/obj/structure/outcrop,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"uW" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"uX" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/lily3,
-/turf/simulated/floor/water/deep)
-"uZ" = (
-/obj/structure/flora/bush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"vd" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/water)
-"vk" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/water)
-"vp" = (
-/obj/structure/outcrop,
-/turf/simulated/floor/outdoors/dirt)
-"vv" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/rocks)
-"vy" = (
-/obj/structure/flora/lily2,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"vS" = (
-/obj/structure/table/rack/shelf,
-/obj/item/soap/nanotrasen,
-/obj/item/soap/nanotrasen,
-/obj/item/towel/random,
-/obj/item/towel/random,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"wb" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/structure/curtain/open/bed,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/surface/outpost/shelter/dorms)
-"wx" = (
-/obj/structure/flora/log2,
-/obj/structure/flora/rocks1,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"wz" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water)
-"wO" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"wY" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/water)
-"xj" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/water)
-"xl" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/grass)
-"xv" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/storage/toolbox/emergency{
- pixel_y = 6
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_y = -1
- },
-/obj/machinery/alarm/sifwilderness{
- dir = 4;
- pixel_x = -22
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"xy" = (
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/effect/catwalk_plated,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"xG" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/mud)
-"xN" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/outdoors/grass)
-"xO" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"xV" = (
-/turf/simulated/floor/outdoors/grass/heavy)
-"xY" = (
-/turf/simulated/floor/outdoors/grass)
-"ye" = (
-/turf/simulated/open/sif{
- temperature = 243.15
- },
-/area/surface/outpost/shelter/exterior)
-"yf" = (
-/obj/structure/outcrop,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"yu" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass)
-"yB" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water)
-"yD" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/flora/tree/palm,
-/turf/simulated/floor/outdoors/grass/heavy)
-"yG" = (
-/obj/structure/flora/ausbushes/leafybush,
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water)
-"yJ" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Crew Dorms";
- dir = 4
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"yK" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/water)
-"zs" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass)
-"zx" = (
-/obj/structure/flora/lily2,
-/obj/structure/flora/ausbushes/lavendergrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"zE" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"zM" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water)
-"zN" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"Ae" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/storage/box{
- max_storage_space = 20;
- name = "box of 7.62mm practice clips";
- pixel_x = 3;
- pixel_y = 3;
- starts_with = list(/obj/item/ammo_magazine/clip/c762/practice=10)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/storage/bag/trash{
- pixel_x = -9;
- pixel_y = 5
- },
-/obj/item/storage/bag/trash{
- pixel_x = -9;
- pixel_y = -5
- },
-/obj/item/storage/box{
- max_storage_space = 20;
- name = "box of 7.62mm practice clips";
- pixel_x = 3;
- pixel_y = -1;
- starts_with = list(/obj/item/ammo_magazine/clip/c762/practice=10)
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Ah" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/water)
-"Ai" = (
-/obj/structure/ladder,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Aj" = (
-/obj/structure/flora/lily3,
-/obj/structure/flora/log2,
-/turf/simulated/floor/water)
-"AL" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/outdoors/mud)
-"AM" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/mud)
-"Bi" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/water)
-"Bo" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"BC" = (
-/obj/structure/flora/lily3,
-/turf/simulated/floor/water)
-"BG" = (
-/obj/structure/undies_wardrobe,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"BM" = (
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"BU" = (
-/obj/effect/catwalk_plated,
-/obj/structure/ladder,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"BY" = (
-/obj/structure/toilet,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"BZ" = (
-/obj/structure/flora/log2,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"Cc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Ci" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"Cp" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/mud)
-"Ct" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/effect/catwalk_plated,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"Cz" = (
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"CK" = (
-/obj/structure/flora/ausbushes,
-/turf/simulated/floor/outdoors/grass/heavy)
-"CL" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/outdoors/grass)
-"CO" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"CS" = (
-/obj/structure/flora/ausbushes,
-/turf/simulated/floor/outdoors/dirt)
-"CT" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/utilityroom)
-"CZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/utilityroom)
-"Db" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/outdoors/mud)
-"Dh" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"Dy" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water)
-"DA" = (
-/obj/effect/catwalk_plated,
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "wilderness_shelter_2nd_floor_door";
- name = "Wilderness Shelter Shutters";
- pixel_x = -26;
- req_one_access = list(1,5,10,12,13,18,31,43,47,48,50)
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"DE" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water)
-"DM" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"DN" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/mud)
-"DY" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Ec" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Es" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Et" = (
-/obj/structure/outcrop,
-/turf/simulated/floor/outdoors/mud)
-"EF" = (
-/turf/simulated/floor/water/deep)
-"EJ" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"EK" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/palebush,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/snow)
-"EM" = (
-/obj/structure/flora/tree/palm,
-/turf/simulated/floor/outdoors/grass)
-"Fs" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Fx" = (
-/obj/structure/flora/tree/palm,
-/obj/effect/overlay/coconut,
-/turf/simulated/floor/outdoors/grass/heavy)
-"FD" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/grass)
-"FK" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/dirt)
-"FO" = (
-/obj/structure/outcrop,
-/turf/simulated/floor/outdoors/rocks)
-"FP" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/dirt)
-"FS" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Gg" = (
-/obj/structure/closet/medical_wall{
- name = "Wilderness Shelter first-aid closet";
- pixel_y = 31;
- starts_with = list(/obj/item/roller,/obj/item/bodybag/cryobag,/obj/item/storage/firstaid/regular=2,/obj/item/storage/pill_bottle/spaceacillin)
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Gp" = (
-/obj/structure/flora/tree/dead,
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/dirt)
-"GD" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"GK" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/snow)
-"GN" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/dorms)
-"GS" = (
-/turf/simulated/wall/rsifwood)
-"Hb" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Hm" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Hn" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Hr" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"Hw" = (
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/water)
-"HI" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"HJ" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/dirt)
-"HP" = (
-/obj/structure/outcrop,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"Ii" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Ip" = (
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/outdoors/dirt)
-"Is" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/mud)
-"ID" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/grass/heavy)
-"IH" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/mud)
-"JP" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/outdoors/mud)
-"JU" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/thermoregulator/southerncross{
- dir = 4;
- pixel_x = -26;
- pixel_y = 2
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Kf" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/dirt)
-"Km" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"Kq" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor";
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Kr" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Kv" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/mud)
-"KA" = (
-/obj/structure/flora/tree/dead,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/dirt)
-"KF" = (
-/obj/structure/bed/chair/comfy/blue{
- dir = 1
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"KS" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water)
-"La" = (
-/turf/simulated/floor/outdoors/snow)
-"Ll" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow)
-"Lq" = (
-/obj/structure/outcrop,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"Lt" = (
-/obj/structure/flora/rocks2,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"LB" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/grass)
-"LC" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/mud)
-"LK" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/heavy)
-"LP" = (
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/rocks)
-"LT" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/dirt)
-"LU" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Mb" = (
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"Me" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Mr" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/washing_machine,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Mw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter)
-"MB" = (
-/obj/structure/flora/tree/palm,
-/obj/effect/overlay/coconut,
-/turf/simulated/floor/outdoors/grass)
-"MF" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/outdoors/mud)
-"MM" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/grassybush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass)
-"MQ" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/grass/heavy)
-"MY" = (
-/obj/effect/catwalk_plated,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"MZ" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/grass)
-"Nq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_2nd_floor";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Nu" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/turf/simulated/floor/plating/external,
-/area/surface/outpost/shelter/exterior)
-"Nv" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/reedbush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"NH" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/snow)
-"Of" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass)
-"Oj" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Ol" = (
-/obj/structure/flora/bush,
-/turf/simulated/floor/outdoors/snow)
-"On" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Ow" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"OM" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"ON" = (
-/obj/structure/flora/log1,
-/obj/structure/flora/bboulder1{
- pixel_x = -10
- },
-/turf/simulated/floor/outdoors/grass)
-"OO" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass)
-"OQ" = (
-/obj/effect/catwalk_plated,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"OW" = (
-/obj/structure/flora/tree/jungle_small,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Pd" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Pm" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Pt" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/log2,
-/turf/simulated/floor/outdoors/dirt)
-"PP" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/mud)
-"PV" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/snow)
-"Qc" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"QJ" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/mud)
-"QQ" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/outdoors/grass)
-"QY" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/grass/heavy)
-"Rb" = (
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "wilderness_shelter_2nd_floor_door";
- name = "Wilderness Shelter Shutters";
- pixel_x = 26
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Rh" = (
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Rl" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- pixel_y = 16
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"Rm" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/outdoors/dirt)
-"Rn" = (
-/obj/structure/flora/tree/dead,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Ru" = (
-/obj/structure/simple_door/sifwood,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"RF" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"RG" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"RJ" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/outdoors/grass)
-"RO" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/effect/catwalk_plated,
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"RW" = (
-/obj/structure/flora/log2,
-/obj/structure/flora/grass/green,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"RZ" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Sb" = (
-/obj/structure/flora/log2,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Sd" = (
-/obj/structure/bed/chair/comfy/blue,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"Se" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/thermoregulator/southerncross{
- dir = 8;
- pixel_x = 26;
- pixel_y = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"So" = (
-/obj/structure/flora/tree/bigtree,
-/obj/structure/flora/ausbushes/grassybush,
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"Sr" = (
-/turf/simulated/floor/outdoors/rocks)
-"SO" = (
-/obj/structure/flora/tree/winter,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"ST" = (
-/obj/effect/catwalk_plated,
-/obj/machinery/camera/network/carrier{
- dir = 4
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"Te" = (
-/obj/structure/flora/log1,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"Th" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/dirt)
-"To" = (
-/obj/structure/flora/tree/dead,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Tz" = (
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass)
-"TC" = (
-/obj/structure/closet/hydrant{
- pixel_y = -26
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"TD" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/structure/flora/ausbushes/stalkybush,
-/turf/simulated/floor/outdoors/grass/heavy)
-"TE" = (
-/obj/structure/flora/tree/winter1,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"TG" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow)
-"TH" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/grass/heavy)
-"TO" = (
-/turf/simulated/mineral)
-"Uo" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/snow)
-"Uv" = (
-/obj/structure/flora/log2,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"UW" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/dirt)
-"Vb" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/ice)
-"Vi" = (
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/outdoors/grass)
-"Vl" = (
-/obj/structure/flora/log1,
-/turf/simulated/mineral/floor/light{
- outdoors = 1
- })
-"Vp" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"VD" = (
-/obj/structure/bed/chair/bay/comfy/blue{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"VE" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/mud)
-"VJ" = (
-/obj/structure/flora/rocks1,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"VT" = (
-/obj/structure/flora/lily1,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"Wb" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral)
-"Wi" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Wn" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/grass/green,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt)
-"Wv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"WB" = (
-/obj/structure/flora/lily2,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep)
-"WF" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"WH" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/machinery/cell_charger,
-/obj/machinery/recharger/wallcharger{
- pixel_x = -24;
- pixel_y = -4
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"WI" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/outdoors/snow)
-"WJ" = (
-/turf/simulated/floor/outdoors/dirt)
-"WO" = (
-/turf/simulated/open/sif{
- temperature = 243.15
- })
-"WQ" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/outdoors/snow)
-"WX" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/grass/brown,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"Xo" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/snow)
-"Xu" = (
-/obj/structure/flora/rocks2,
-/obj/structure/flora/grass/brown,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"Xw" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/mud)
-"Xx" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/snow)
-"XF" = (
-/obj/structure/flora/rocks1,
-/obj/structure/flora/tree/winter,
-/turf/simulated/floor/outdoors/snow)
-"XJ" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/yellowdouble,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"XK" = (
-/obj/structure/flora/lily3,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water)
-"XU" = (
-/obj/effect/catwalk_plated,
-/obj/structure/railing/grey{
- dir = 1
- },
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor Exterior 2";
- dir = 1
- },
-/turf/simulated/floor/wood/sif{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/shelter/exterior)
-"XX" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Yb" = (
-/obj/structure/flora/ausbushes/palebush,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/snow)
-"Ym" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/machinery/autolathe,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Ys" = (
-/obj/structure/flora/ausbushes,
-/turf/simulated/mineral/floor{
- outdoors = 1
- })
-"Yu" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Yv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/standard,
-/obj/structure/bedsheetbin{
- pixel_x = 2
- },
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -5;
- pixel_y = 2
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"YA" = (
-/obj/structure/flora/tree/winter1,
-/turf/simulated/floor/outdoors/snow)
-"YK" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/ice)
-"YL" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/snow)
-"Zr" = (
-/obj/machinery/bluespace_beacon{
- alpha = 0;
- desc = "A device that draws power from bluespace and creates a permanent tracking beacon. This one has a cloaking field. How keen of you to notice!";
- name = "Wilderness Shelter Bluespace Gigabeacon"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"ZQ" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/heavy)
-
-(1,1,1) = {"
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-ux
-"}
-(2,1,1) = {"
-aE
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-aE
-"}
-(3,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(4,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(5,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(6,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(7,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(8,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(9,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(10,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(11,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(12,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(13,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(14,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(15,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(16,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(17,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(18,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(19,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(20,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(21,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(22,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(23,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(24,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(25,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(26,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(27,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(28,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(29,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(30,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(31,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(32,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(33,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(34,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(35,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(36,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(37,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(38,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(39,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(40,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(41,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(42,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(43,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(44,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(45,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(46,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-La
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(47,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-La
-WJ
-Cz
-La
-WJ
-WJ
-WJ
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(48,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-La
-La
-La
-Ol
-WJ
-hz
-WJ
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-Wb
-vp
-le
-GK
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(49,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-La
-dD
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-Cz
-Sr
-gH
-gH
-WJ
-WJ
-WJ
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-qJ
-TO
-TO
-TO
-TO
-TO
-TO
-GK
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-sc
-WJ
-le
-le
-La
-La
-La
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(50,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-La
-La
-WJ
-uZ
-WJ
-Cz
-Sr
-WJ
-WJ
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-qJ
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-Th
-La
-Cz
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-sc
-La
-La
-DN
-le
-PV
-YA
-Xx
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(51,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-WJ
-WJ
-WJ
-Sr
-Sr
-tb
-Cz
-Cz
-Cz
-WJ
-hz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-Th
-WO
-WO
-WO
-WO
-Sr
-Cz
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-La
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-WJ
-sc
-WJ
-le
-bZ
-La
-La
-Xx
-GK
-Uo
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(52,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-WJ
-WJ
-Cz
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-La
-WO
-WO
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-pa
-La
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-WJ
-WJ
-AM
-le
-le
-le
-WJ
-le
-le
-le
-La
-La
-vp
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(53,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-La
-La
-pa
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-WJ
-vp
-AM
-le
-WJ
-WJ
-le
-Xo
-le
-WJ
-le
-ou
-WJ
-WJ
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(54,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-le
-le
-dD
-le
-le
-le
-le
-le
-WJ
-ou
-bZ
-le
-WJ
-WJ
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(55,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-WJ
-La
-le
-dD
-ou
-le
-le
-le
-le
-le
-bZ
-bZ
-La
-vp
-WJ
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(56,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-vp
-La
-Vb
-Ll
-La
-le
-le
-WJ
-WJ
-le
-le
-bZ
-La
-WJ
-WJ
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(57,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-WJ
-WJ
-WJ
-WJ
-La
-La
-WJ
-WJ
-TO
-jM
-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
-TO
-TO
-TO
-La
-La
-dD
-La
-La
-ou
-le
-WJ
-WJ
-WJ
-le
-PV
-WJ
-WJ
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(58,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-WJ
-TO
-HP
-TO
-Sr
-TO
-TO
-TO
-TO
-Wb
-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
-TO
-TO
-TO
-PV
-La
-dD
-WI
-le
-La
-WJ
-WJ
-le
-le
-le
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(59,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-WJ
-WJ
-Sr
-FO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-WO
-jM
-La
-le
-La
-le
-le
-La
-le
-le
-WJ
-WJ
-vp
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(60,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-La
-La
-GK
-PV
-La
-YK
-bZ
-le
-La
-La
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(61,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-La
-PV
-La
-Xx
-La
-La
-cg
-GK
-La
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(62,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-TO
-La
-La
-XF
-Yb
-GK
-La
-La
-La
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(63,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-La
-La
-La
-GK
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(64,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-wO
-dD
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-dD
-hI
-dD
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(65,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-QJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(66,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-EF
-WO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-Cz
-La
-GK
-La
-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
-jM
-WO
-WO
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(67,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Sr
-WJ
-WJ
-WJ
-dD
-WJ
-La
-GK
-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
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(68,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-EF
-EF
-EF
-EF
-EF
-bZ
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-vp
-WJ
-WJ
-WJ
-Cz
-vp
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(69,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-bZ
-EF
-EF
-EF
-EF
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-qJ
-WJ
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(70,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-bZ
-bZ
-EF
-EF
-bZ
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-Sr
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(71,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-bZ
-bZ
-EF
-EF
-bZ
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Sr
-WJ
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(72,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-bZ
-EF
-EF
-EF
-bZ
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(73,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-bZ
-EF
-EF
-EF
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(74,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-bZ
-EF
-EF
-EF
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(75,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Cz
-Cz
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-bZ
-EF
-EF
-bZ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-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
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(76,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-WJ
-WJ
-Cz
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-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
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(77,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-vp
-WJ
-WJ
-WJ
-xY
-xY
-WJ
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-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
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(78,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-WJ
-La
-WO
-hB
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(79,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-xY
-iP
-WO
-WO
-Sr
-WJ
-WJ
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-WO
-La
-La
-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
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(80,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-fq
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-La
-hU
-WO
-WO
-WO
-iP
-La
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-GK
-La
-La
-La
-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
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(81,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-La
-Th
-WO
-WO
-WO
-WO
-WO
-WO
-hB
-xY
-Sr
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Wb
-TO
-La
-Xo
-La
-La
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(82,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-bZ
-bZ
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-dD
-WQ
-La
-GK
-La
-La
-GK
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(83,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-et
-La
-La
-fW
-La
-La
-cg
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-Rh
-WJ
-WJ
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-eb
-WO
-WO
-WO
-WO
-IH
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-dD
-La
-La
-GK
-La
-La
-La
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(84,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-La
-La
-fa
-La
-cg
-La
-La
-La
-La
-La
-La
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-eb
-jA
-tT
-jA
-MF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-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
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(85,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-TO
-TO
-La
-La
-La
-La
-La
-La
-La
-La
-bZ
-TG
-WJ
-La
-WJ
-WJ
-vp
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-Cz
-Cz
-Cz
-WJ
-WJ
-Th
-WJ
-hA
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-eb
-od
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(86,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TG
-La
-La
-La
-La
-Sr
-Sr
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-sc
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-eb
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(87,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-La
-La
-WJ
-La
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-Sr
-WJ
-WJ
-sc
-mt
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-eb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(88,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-dX
-Sr
-La
-WJ
-WJ
-WJ
-WJ
-WJ
-vv
-Sr
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-Th
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-jA
-Lq
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(89,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-Cz
-WJ
-WJ
-WJ
-WJ
-Cz
-Cz
-Cz
-vv
-Cz
-Th
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-Et
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(90,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-Ol
-dD
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-iu
-Cz
-Cz
-Cz
-WJ
-WJ
-WJ
-WJ
-xY
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(91,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-La
-La
-La
-La
-La
-La
-dD
-La
-La
-cg
-La
-TG
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-Cz
-Cz
-Cz
-vp
-xY
-xY
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-wO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(92,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-La
-La
-La
-La
-dD
-TG
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-Hw
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(93,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-cg
-La
-TG
-La
-La
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-Th
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-EF
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(94,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-Ol
-La
-La
-La
-TG
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WJ
-WJ
-WJ
-hB
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-mu
-TO
-TO
-TO
-TO
-TO
-EF
-wO
-EF
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(95,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-WJ
-WJ
-WJ
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-wO
-EF
-EF
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Is
-jA
-jA
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(96,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dD
-pl
-dD
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-iu
-tb
-tb
-yf
-ih
-vv
-jM
-jM
-jh
-CO
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Vp
-wO
-wO
-wO
-Wb
-Wb
-Wb
-wO
-wO
-wO
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-eb
-eb
-eb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-LK
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(97,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-wO
-EF
-EF
-EF
-le
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-le
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-Hb
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-dD
-La
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(98,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-EF
-EF
-le
-le
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-jA
-Et
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-xY
-La
-La
-jU
-Ow
-La
-WO
-WO
-WO
-WO
-WO
-WO
-LK
-La
-TO
-TO
-TO
-TO
-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
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(99,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-EF
-EF
-EF
-le
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-le
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-Hb
-xY
-La
-Hb
-TD
-La
-Hb
-Hb
-La
-LK
-La
-xY
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(100,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-Ol
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-EF
-EF
-EF
-EF
-ou
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Et
-jA
-ou
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-vp
-WJ
-Pt
-WJ
-WJ
-xY
-WJ
-WJ
-Ow
-xY
-xY
-hA
-xY
-xY
-Qc
-TH
-xV
-Ow
-Vi
-Hr
-hB
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(101,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-TG
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-EF
-EF
-EF
-le
-vp
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-le
-TO
-IH
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-Sr
-Rm
-WJ
-xY
-xY
-xY
-xY
-RJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(102,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-EF
-EF
-EF
-le
-ou
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-le
-QJ
-le
-Et
-qG
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-Cz
-WJ
-WJ
-WJ
-xY
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(103,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-Ol
-La
-La
-La
-La
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-uX
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-Dy
-le
-tT
-jA
-KS
-AM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-xY
-WJ
-mt
-Sr
-WJ
-WJ
-Th
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(104,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-jA
-jA
-jA
-od
-jA
-le
-AM
-QJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Th
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(105,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-Dy
-jA
-jA
-TO
-Et
-jA
-jA
-xj
-XK
-le
-vp
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-xY
-WJ
-xY
-WJ
-vp
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(106,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-jA
-vp
-TO
-TO
-TO
-TO
-mV
-jA
-jA
-eb
-xj
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-xY
-WJ
-xY
-Th
-WJ
-Th
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(107,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-tT
-TO
-TO
-TO
-TO
-TO
-Kf
-le
-le
-KS
-io
-nE
-IH
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-xY
-xY
-xY
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(108,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-le
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-vp
-IH
-le
-PP
-le
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-xY
-xY
-xY
-OM
-Hm
-xY
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(109,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-EF
-EF
-km
-wO
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-tT
-jA
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-vp
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-xY
-OW
-jA
-xV
-La
-Hb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(110,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-vd
-zM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-Hb
-jA
-zM
-Ow
-La
-xV
-GK
-La
-TO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(111,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-WJ
-le
-TO
-jA
-jA
-jA
-Et
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-xN
-xV
-mI
-Hb
-xV
-xV
-Qc
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(112,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-EF
-EF
-bZ
-le
-gk
-EF
-EF
-EF
-wO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-WJ
-EF
-EF
-EF
-EF
-xY
-TO
-TO
-vp
-WJ
-le
-DE
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-xY
-xY
-xV
-Hb
-CK
-Hb
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(113,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-gn
-WO
-EF
-bZ
-Wb
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-xY
-WJ
-EF
-EF
-EF
-EF
-xN
-WJ
-HJ
-WJ
-WJ
-js
-vd
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-yu
-xY
-xl
-xY
-xV
-Hb
-Hb
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(114,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-km
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-Th
-le
-EF
-EF
-EF
-EF
-xY
-WJ
-WJ
-WJ
-Db
-xY
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Of
-xY
-xY
-OM
-xY
-xV
-Hb
-Pm
-xV
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(115,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hP
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-rj
-sc
-WJ
-WJ
-le
-EF
-EF
-EF
-xV
-xl
-yu
-xY
-Cp
-xY
-jA
-jA
-zM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-WJ
-xY
-On
-Ow
-ON
-xY
-xY
-xV
-xV
-QY
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(116,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-AM
-le
-ny
-EF
-EF
-EF
-EF
-jA
-Es
-xV
-xl
-xY
-jA
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-WJ
-hB
-mI
-xV
-xY
-yu
-xY
-xY
-yu
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-Rh
-RZ
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-Rh
-pa
-TO
-TO
-TO
-TO
-Cz
-TG
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(117,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-le
-WJ
-nY
-hB
-ql
-WJ
-VE
-jA
-jA
-EF
-EF
-EF
-EF
-jA
-jA
-jA
-Bi
-jA
-jA
-vd
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-xY
-xY
-jA
-zM
-xV
-xY
-xV
-xY
-xY
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-Rh
-Rh
-Rh
-La
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-Rh
-TO
-Cz
-Rh
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(118,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-jA
-jA
-le
-ny
-le
-WJ
-WJ
-le
-eb
-tv
-jA
-EF
-EF
-EF
-EF
-jA
-vd
-jA
-jA
-jA
-Dy
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-xY
-le
-xY
-jA
-jA
-Hb
-WJ
-xY
-xY
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-Rh
-Rn
-Rh
-Cz
-RG
-La
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-La
-Rh
-YL
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(119,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-jA
-jA
-od
-le
-ny
-le
-VT
-jA
-tJ
-EF
-EF
-EF
-jA
-jA
-jA
-pu
-BC
-xY
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-le
-zM
-jA
-xY
-xV
-WJ
-xY
-rj
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-Rh
-Rh
-Cz
-Sb
-Rh
-Rh
-La
-La
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-Vl
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(120,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-kn
-nC
-jA
-jA
-xj
-rx
-eb
-jA
-oT
-EF
-kn
-EF
-jA
-jA
-zM
-yK
-xY
-yu
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-le
-xY
-le
-jA
-le
-xY
-CS
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-Rh
-Rh
-RW
-SO
-Cz
-TE
-GK
-La
-La
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(121,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-jA
-jA
-jA
-eb
-EF
-kn
-EF
-EF
-jA
-jA
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-le
-jA
-le
-le
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-Rh
-Rh
-Rh
-Cz
-La
-TG
-La
-Uo
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(122,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-EF
-EF
-EF
-EF
-mV
-tT
-xY
-xV
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-le
-zM
-le
-WJ
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-Rh
-RG
-Rh
-To
-La
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(123,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-oe
-EF
-qF
-EF
-wO
-EF
-EF
-EF
-EF
-jA
-le
-xl
-xY
-zs
-BM
-xV
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-le
-hy
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-La
-La
-Rh
-Rh
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(124,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-kn
-EF
-EF
-nR
-EF
-EF
-EF
-EF
-wO
-tx
-EF
-EF
-EF
-jA
-le
-le
-WJ
-xl
-xV
-CK
-xV
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-WJ
-LP
-le
-WJ
-WJ
-le
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(125,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-jC
-xY
-le
-le
-zM
-jA
-jA
-jA
-EF
-EF
-pr
-EF
-EF
-wO
-qF
-oe
-EF
-jA
-jA
-mV
-xG
-le
-xY
-xY
-xV
-xl
-WJ
-xY
-WJ
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-vp
-LT
-WJ
-WJ
-WJ
-WJ
-WJ
-vp
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-Sb
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(126,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-TO
-xY
-xY
-jU
-WJ
-WJ
-lK
-le
-mL
-jA
-EF
-EF
-EF
-EF
-EF
-rH
-nF
-EF
-EF
-qF
-jA
-jA
-wz
-jA
-le
-xY
-xY
-yu
-xY
-xY
-WJ
-WJ
-WJ
-WJ
-FK
-WJ
-WJ
-Sr
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-Sr
-dX
-vv
-WJ
-WJ
-WJ
-WJ
-le
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-La
-TG
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(127,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-kG
-le
-le
-my
-mV
-qn
-jA
-jA
-lo
-EF
-EF
-ns
-sf
-nR
-EF
-EF
-up
-jA
-jA
-jA
-yB
-le
-le
-CL
-le
-le
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-vp
-Sr
-Sr
-Sr
-Sr
-KA
-WJ
-sc
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-Rh
-Cz
-Ys
-TO
-fT
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(128,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-dD
-rY
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-jq
-Hr
-sc
-AM
-AM
-Nv
-eb
-eb
-eb
-eb
-wO
-wO
-wO
-wO
-So
-oq
-wO
-tZ
-wO
-eb
-XK
-eb
-eb
-zx
-AM
-AM
-sc
-sc
-sc
-Hr
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-BZ
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-Km
-sc
-sc
-sc
-sc
-sc
-sc
-sc
-Hr
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Lt
-tb
-Wb
-Wb
-og
-tb
-dD
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(129,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-rY
-bw
-TG
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-WJ
-le
-me
-jA
-jA
-jA
-pu
-nX
-EF
-EF
-EF
-rM
-sT
-tB
-tL
-rw
-EF
-vd
-jA
-pu
-jA
-Ah
-le
-WJ
-le
-WJ
-le
-mt
-WJ
-WJ
-WJ
-WJ
-WJ
-FP
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-WJ
-WJ
-sc
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-Pd
-WO
-xV
-xV
-xY
-iP
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-az
-Rh
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(130,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-Ol
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-xY
-Th
-WJ
-le
-mI
-jA
-jA
-EF
-EF
-oT
-mu
-kn
-EF
-wO
-kn
-EF
-EF
-EF
-jA
-jA
-jA
-jA
-Aj
-WJ
-xY
-WJ
-WJ
-WJ
-xY
-xY
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-sc
-WJ
-WJ
-xY
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xV
-xV
-WO
-WO
-Pd
-Ow
-xV
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Xu
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(131,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xV
-kc
-xY
-WJ
-le
-zM
-jA
-jA
-EF
-EF
-EF
-pO
-EF
-EF
-WB
-EF
-EF
-EF
-EF
-jA
-wY
-jA
-yG
-AL
-xY
-xY
-xY
-WJ
-WJ
-WJ
-HJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-WJ
-WJ
-WJ
-xY
-xY
-WJ
-WJ
-WJ
-WJ
-Hr
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-xY
-OO
-xV
-Ow
-WO
-WO
-xV
-Pd
-Ow
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Rh
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(132,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-kZ
-xY
-WJ
-le
-jA
-EF
-EF
-EF
-nR
-EF
-mv
-EF
-wO
-EF
-tR
-EF
-EF
-jA
-jA
-jA
-le
-xY
-xl
-kZ
-xY
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-FK
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-xY
-xV
-xY
-xV
-Hm
-xY
-sc
-WJ
-WJ
-WJ
-Sr
-Sr
-Sr
-vp
-Sr
-WJ
-xY
-xY
-xV
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-TG
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(133,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-xY
-hB
-WJ
-xY
-xY
-WJ
-le
-jA
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-wO
-EF
-tJ
-EF
-EF
-jA
-jA
-ou
-le
-xY
-xY
-xV
-xY
-xY
-xY
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-Gp
-WJ
-WJ
-rj
-hy
-ID
-WO
-WO
-xV
-xV
-Hr
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-xV
-Pd
-xV
-yu
-xY
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-pa
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(134,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-js
-TO
-TO
-TO
-TO
-WJ
-xY
-hB
-xY
-hy
-TO
-EF
-EF
-EF
-km
-EF
-jA
-jA
-jA
-wO
-EF
-EF
-EF
-EF
-jA
-le
-le
-WJ
-xl
-xV
-xY
-xY
-WJ
-WJ
-WJ
-xY
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xV
-WO
-WO
-WO
-Kr
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-DY
-xV
-xV
-xY
-hB
-xY
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(135,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-xY
-xY
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-TO
-TO
-TO
-EF
-EF
-nf
-le
-jA
-jA
-jA
-me
-eb
-EF
-EF
-EF
-EF
-jA
-WJ
-WJ
-xl
-xY
-xY
-xl
-CK
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Ow
-WO
-WO
-xV
-xY
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(136,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-xY
-js
-CL
-xV
-Vi
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-qf
-ra
-jA
-WF
-jA
-EF
-EF
-EF
-jA
-le
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Ow
-Pd
-Tz
-xY
-WJ
-Cz
-Cz
-UW
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(137,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-WJ
-WJ
-xY
-WJ
-Es
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-ou
-le
-le
-dS
-Xw
-le
-EF
-EF
-EF
-vk
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hB
-WJ
-WJ
-WJ
-Uv
-Cz
-Cz
-tb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(138,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-xY
-WJ
-xV
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-le
-WJ
-le
-AM
-ou
-jA
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-Rh
-Rh
-Vl
-iu
-WX
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(139,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-bw
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-xY
-WJ
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-xY
-xY
-xY
-sc
-WJ
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-pa
-Cz
-Rh
-Rh
-iu
-Rh
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(140,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-xY
-Es
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-WJ
-hB
-nY
-Hr
-WJ
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-RG
-Rh
-WO
-jM
-Rh
-Rh
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(141,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-xY
-xV
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-xY
-xY
-xY
-Ci
-hy
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-RZ
-WO
-WO
-jM
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(142,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-sc
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-xY
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-nY
-TO
-TO
-tp
-xY
-le
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(143,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-dD
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-ou
-xY
-TO
-TO
-Wb
-xY
-my
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(144,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-sW
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-Wb
-xY
-WJ
-le
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(145,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-dD
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-WJ
-WJ
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-WJ
-TO
-TO
-TO
-Wb
-xY
-WJ
-le
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(146,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-WJ
-WJ
-hz
-xY
-iP
-WO
-WO
-js
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-WJ
-TO
-TO
-TO
-Wb
-TO
-WJ
-le
-km
-EF
-EF
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(147,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-do
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-Cz
-WJ
-WJ
-rj
-WJ
-WJ
-hz
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-WJ
-TO
-TO
-TO
-Wb
-TO
-TO
-le
-le
-rw
-EF
-EF
-EF
-EF
-EF
-le
-le
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(148,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-La
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-WJ
-le
-le
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-le
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-hR
-uW
-bj
-aE
-"}
-(149,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-La
-WJ
-Sr
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-le
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WJ
-WJ
-hz
-WJ
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-DM
-uW
-uW
-uW
-uW
-RF
-fy
-uW
-OQ
-BU
-bj
-aE
-"}
-(150,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-bw
-La
-WJ
-Cz
-Cz
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-tb
-Cz
-Te
-WJ
-zE
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-GN
-GN
-GN
-GN
-GN
-GN
-em
-GN
-bj
-aE
-"}
-(151,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-do
-La
-WJ
-Cz
-dI
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-HP
-Cz
-Rh
-Rh
-Rh
-Rh
-iu
-Cz
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-EF
-EF
-DN
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-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
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-BY
-uq
-vS
-GN
-Wi
-eP
-Oj
-GN
-bj
-aE
-"}
-(152,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-WJ
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rn
-iu
-RZ
-Cz
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-hP
-le
-xY
-xY
-xl
-GK
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-Cz
-La
-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
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-Rl
-Mb
-mG
-Yu
-LU
-Wv
-LU
-GN
-bj
-aE
-"}
-(153,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-La
-Sr
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Cz
-iu
-Rh
-Cz
-Cz
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-xY
-xY
-hB
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-qT
-WJ
-La
-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
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-GN
-GN
-GN
-GN
-LU
-Wv
-LU
-GN
-bj
-aE
-"}
-(154,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-iu
-HP
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-EF
-xl
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-WJ
-La
-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
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Bo
-GN
-BG
-LU
-Sd
-yJ
-KF
-Wv
-ck
-GN
-bj
-aE
-"}
-(155,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-La
-sW
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Rh
-Rh
-Rh
-Rh
-wx
-Cz
-Rh
-Rh
-Rh
-Rh
-iu
-TO
-Cz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-rw
-EF
-EF
-EF
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-dX
-Sr
-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
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-sk
-LU
-Sd
-kg
-KF
-Wv
-LU
-GN
-bj
-aE
-"}
-(156,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-La
-La
-WJ
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-Rh
-TO
-Wb
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-js
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-kJ
-kJ
-LU
-HI
-LU
-Wv
-LU
-GN
-bj
-aE
-"}
-(157,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-pa
-Rh
-Rh
-Rh
-Rh
-Rh
-qJ
-qJ
-pa
-TO
-TO
-TO
-Wb
-TO
-hz
-WJ
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Hm
-La
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-GN
-XJ
-wb
-qK
-lP
-Ii
-Se
-Cc
-GN
-bj
-aE
-"}
-(158,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Rh
-Rh
-Rh
-Cz
-Rh
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-WJ
-WJ
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-WO
-WO
-WO
-WO
-WO
-La
-Hb
-Hn
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-xV
-xV
-xV
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TG
-xY
-MZ
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-XU
-mP
-mP
-mP
-mP
-mP
-mP
-CZ
-Ru
-CT
-CT
-aE
-"}
-(159,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Rh
-Rh
-Rh
-Rh
-Rh
-pa
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-bw
-Hb
-Hb
-FS
-GD
-EM
-xY
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-xY
-xV
-Es
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-CK
-Es
-xl
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-Nq
-JU
-Ae
-WH
-xv
-Mw
-kB
-hs
-ie
-CT
-aE
-"}
-(160,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-iu
-iu
-iu
-iu
-tb
-uR
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-sc
-sc
-sc
-sc
-sc
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-wO
-wO
-wO
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Hr
-Hr
-Dh
-Hr
-ef
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Hr
-LK
-MM
-hI
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-sW
-ZQ
-Hr
-Hr
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-zN
-mP
-jb
-uJ
-VD
-hu
-mP
-Mr
-lZ
-in
-CT
-aE
-"}
-(161,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Rh
-Cz
-Cz
-Uv
-Rh
-dI
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-xY
-xY
-DY
-La
-NH
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-PV
-xY
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Bo
-mP
-nj
-Zr
-uJ
-ka
-mP
-Yv
-XX
-Ym
-CT
-aE
-"}
-(162,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-Cz
-Rh
-Cz
-Rh
-Rh
-Rh
-Rh
-HP
-TO
-TO
-TO
-WJ
-sc
-WJ
-WJ
-WJ
-hz
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-xY
-xV
-CK
-kZ
-Hm
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-xV
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-mP
-Gg
-uJ
-uJ
-Ai
-mP
-cC
-XX
-TC
-CT
-aE
-"}
-(163,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-pa
-Cz
-Cz
-Cz
-Cz
-Cz
-WJ
-Cz
-WJ
-Sr
-Sr
-WJ
-WJ
-WJ
-WJ
-sc
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-xY
-Me
-MQ
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-Nq
-uC
-Kq
-uJ
-uJ
-Ec
-Rb
-XX
-ph
-CT
-aE
-"}
-(164,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hz
-Rh
-Cz
-Cz
-Rh
-Cz
-WJ
-Sr
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-Sr
-Sr
-WJ
-sc
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WJ
-WJ
-xY
-js
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-xY
-xY
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-ti
-mP
-mP
-mP
-mP
-mP
-mP
-CT
-cn
-CT
-CT
-aE
-"}
-(165,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-Cz
-WJ
-Sr
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-xO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-DY
-La
-xY
-EM
-js
-nY
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Hr
-xY
-xV
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-DY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-Cz
-Cz
-Sr
-WJ
-dD
-La
-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
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-tI
-cF
-cF
-MY
-MY
-tm
-ST
-DA
-jc
-jc
-bj
-aE
-"}
-(166,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-Cz
-Cz
-Cz
-WJ
-WJ
-WJ
-hz
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-Es
-EJ
-xY
-xV
-xV
-Hm
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Hr
-xY
-Es
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Es
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-sc
-WJ
-Sr
-La
-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
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xy
-MY
-MY
-MY
-jc
-jc
-jc
-bj
-aE
-"}
-(167,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-Sr
-WJ
-WJ
-WJ
-WJ
-hz
-WJ
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-La
-jC
-Fx
-xY
-xY
-js
-xY
-le
-Ip
-TO
-TO
-TO
-TO
-WJ
-sc
-xY
-xV
-Hm
-Hn
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-Hm
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wn
-WJ
-HJ
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xy
-MY
-MY
-MY
-jc
-jc
-jc
-bj
-aE
-"}
-(168,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-dX
-Cz
-WJ
-WJ
-WJ
-Sr
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-EK
-jA
-qn
-jA
-zs
-le
-le
-le
-le
-le
-WJ
-WJ
-hy
-WJ
-Hr
-xY
-xY
-MB
-Es
-CK
-DY
-WO
-WO
-WO
-WO
-WO
-WO
-Es
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-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
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-xy
-MY
-MY
-MY
-jc
-jc
-jc
-bj
-aE
-"}
-(169,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-EF
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-bw
-Fs
-xY
-xY
-xY
-xY
-Hw
-jA
-jA
-IH
-Is
-le
-WJ
-le
-oF
-xY
-jA
-xY
-La
-xV
-yD
-xV
-Hm
-La
-Es
-CK
-La
-La
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-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
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-RO
-Ct
-Ct
-Ct
-jc
-jc
-jc
-bj
-aE
-"}
-(170,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-WJ
-WJ
-Sr
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Es
-CL
-FD
-jA
-pu
-jA
-jA
-jA
-jA
-jA
-jA
-jA
-Kv
-le
-AM
-le
-LB
-xV
-xY
-xY
-Hn
-xY
-La
-La
-xY
-xV
-xY
-xY
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-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
-WO
-WO
-jM
-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
-kO
-jc
-jc
-bj
-aE
-"}
-(171,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-le
-le
-mI
-jA
-jA
-zM
-jA
-jA
-jA
-Hw
-le
-vy
-xY
-js
-xY
-MZ
-js
-xY
-xY
-xV
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-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
-kO
-jc
-jc
-bj
-aE
-"}
-(172,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-le
-le
-xY
-xY
-JP
-LC
-le
-le
-xY
-AM
-xY
-WJ
-xY
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-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
-kO
-bY
-GS
-bj
-aE
-"}
-(173,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-EF
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-HJ
-WJ
-WJ
-le
-le
-le
-WJ
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-La
-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
-WO
-WO
-WO
-jM
-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
-kO
-jc
-bj
-bj
-aE
-"}
-(174,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-jA
-WO
-EF
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-tb
-La
-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
-WO
-WO
-WO
-jM
-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
-kO
-jc
-bj
-bj
-aE
-"}
-(175,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-WO
-WO
-jA
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-sc
-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
-WO
-WO
-WO
-WO
-jM
-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
-Nu
-jc
-bj
-bj
-aE
-"}
-(176,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-Sr
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hz
-WJ
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jA
-WO
-WO
-jA
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-dD
-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
-WO
-WO
-WO
-WO
-jM
-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
-Nu
-jc
-bj
-bj
-aE
-"}
-(177,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-jA
-WO
-WO
-jA
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-vv
-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
-WO
-WO
-WO
-WO
-jM
-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
-Nu
-jc
-bj
-bj
-aE
-"}
-(178,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-La
-bw
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hB
-WO
-WO
-WO
-jA
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-VJ
-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
-WO
-WO
-WO
-WO
-jM
-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
-aK
-ye
-bj
-bj
-aE
-"}
-(179,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-TG
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WO
-WO
-WO
-jA
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-sc
-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
-WO
-WO
-WO
-WO
-jM
-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
-aK
-ye
-bj
-bj
-aE
-"}
-(180,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-La
-Sr
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-Sr
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WO
-WO
-WO
-xY
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-tb
-Cz
-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
-WO
-WO
-WO
-jM
-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
-cv
-bf
-bj
-bj
-aE
-"}
-(181,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-La
-Sr
-La
-Cz
-Cz
-TO
-TO
-WJ
-WJ
-WJ
-Sr
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WO
-WO
-WO
-QQ
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-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
-WO
-bj
-bj
-aE
-"}
-(182,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-La
-dX
-Cz
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WO
-WO
-WO
-hB
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-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
-WO
-bj
-bj
-aE
-"}
-(183,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-La
-La
-WJ
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-hB
-WO
-WO
-WO
-le
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-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
-WO
-WO
-WO
-jM
-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
-WO
-bj
-bj
-aE
-"}
-(184,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-La
-La
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-Sr
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-xY
-WO
-WO
-WO
-WJ
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-bj
-bj
-aE
-"}
-(185,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-Ol
-bw
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Sr
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-ml
-WO
-WO
-WO
-WJ
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-bj
-bj
-aE
-"}
-(186,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-Sr
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WO
-WO
-WO
-WJ
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(187,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-La
-Sr
-Sr
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WO
-WO
-WO
-WJ
-hB
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(188,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-La
-Sr
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-WJ
-WJ
-hz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Sr
-WO
-WO
-WO
-Sr
-WJ
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(189,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Sr
-WJ
-WJ
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-WO
-WO
-WO
-WO
-La
-Sr
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(190,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-La
-La
-dD
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-Cz
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Cz
-La
-WO
-WO
-WO
-WO
-La
-oM
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(191,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-La
-La
-La
-bw
-tb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WJ
-Cz
-pa
-WJ
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Rh
-Rh
-WO
-WO
-WO
-WO
-WO
-WO
-Rh
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(192,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dD
-dD
-dD
-tj
-tb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-tb
-tb
-tb
-sc
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-rn
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(193,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-dD
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-La
-fI
-WJ
-WJ
-Cz
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(194,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-Ol
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Sr
-fa
-La
-La
-fq
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(195,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-La
-La
-dT
-TO
-TO
-TO
-TO
-TO
-TO
-La
-La
-La
-La
-Sr
-Cz
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(196,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-La
-TO
-TO
-TO
-TO
-TO
-La
-La
-WO
-La
-La
-WJ
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(197,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-Ol
-Sr
-Sr
-TO
-TO
-Sr
-Ol
-WO
-WO
-WO
-La
-La
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(198,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-La
-La
-La
-WJ
-TO
-TO
-La
-La
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(199,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-La
-TO
-TO
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(200,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(201,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-Wb
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(202,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-La
-La
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-jM
-WO
-TO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-TO
-TO
-TO
-TO
-TO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(203,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-WO
-WO
-TO
-TO
-TO
-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
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(204,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(205,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(206,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(207,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(208,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(209,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(210,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(211,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(212,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(213,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(214,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(215,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(216,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(217,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(218,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(219,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(220,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(221,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(222,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(223,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(224,1,1) = {"
-bx
-bV
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-dd
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-jM
-bV
-bx
-"}
-(225,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(226,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(227,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(228,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(229,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(230,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(231,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(232,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(233,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(234,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(235,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(236,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(237,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(238,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(239,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(240,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(241,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(242,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(243,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(244,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(245,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(246,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(247,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(248,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(249,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(250,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(251,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(252,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(253,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(254,1,1) = {"
-aE
-bj
-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
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-WO
-WO
-jM
-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
-WO
-WO
-bj
-aE
-"}
-(255,1,1) = {"
-aE
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bV
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-bj
-aE
-"}
-(256,1,1) = {"
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-bx
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-aE
-"}
diff --git a/maps/southern_sun/southern_cross-4.dmm b/maps/southern_sun/southern_cross-4.dmm
deleted file mode 100644
index b4ac0ccdd6..0000000000
--- a/maps/southern_sun/southern_cross-4.dmm
+++ /dev/null
@@ -1,93937 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"ab" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/plains)
-"ac" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"ad" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ae" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"af" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"ag" = (
-/obj/machinery/conveyor{
- id = "mining_internal"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"ah" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"ai" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Gym";
- dir = 1
- },
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"aj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"am" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"an" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"ao" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"ap" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger/corner{
- dir = 8
- },
-/obj/machinery/computer/cryopod/gateway{
- pixel_y = 30
- },
-/obj/machinery/newscaster{
- pixel_x = 29
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"aq" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 4";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ar" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "SUBS - Left Wing";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"as" = (
-/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"at" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"au" = (
-/obj/structure/closet/hydrant{
- pixel_x = -32
- },
-/obj/item/clothing/glasses/meson,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"av" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"aw" = (
-/obj/machinery/vending/sol{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ax" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ay" = (
-/obj/structure/closet/firecloset,
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"az" = (
-/obj/structure/table/bench/marble,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"aA" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/material/ashtray,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"aB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"aD" = (
-/obj/effect/mist,
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/sauna)
-"aE" = (
-/obj/structure/fence/cut/large,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"aF" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"aG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"aI" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"aJ" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"aK" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"aL" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"aM" = (
-/obj/structure/catwalk,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"aN" = (
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 23;
- pixel_y = 12
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/black{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"aO" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/main/exploration/containment)
-"aP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"aQ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"aR" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"aS" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"aT" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security)
-"aV" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"aW" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 10
- },
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"aX" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"aY" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"aZ" = (
-/obj/structure/closet/crate,
-/obj/item/tool/crowbar/red,
-/obj/item/frame/light,
-/obj/item/storage/box/lights/mixed,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"ba" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/civilian/emergency_storage)
-"bb" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main5_airlock_control";
- pixel_x = 26;
- pixel_y = -26;
- tag_exterior_door = "main5_airlock_exterior";
- tag_interior_door = "main5_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"bc" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges,
-/obj/effect/zone_divider,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"bf" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"bg" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/mining_scanner,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"bh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"bi" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"bj" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_north";
- name = "mining conveyor"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"bk" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main8_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main8_airlock_control";
- name = "External Access Button";
- pixel_x = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_three)
-"bl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"bm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"bn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"bo" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"bp" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Outpost Substation";
- req_access = list(11)
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/engineering/smes)
-"bq" = (
-/obj/structure/fence/post{
- dir = 8
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"br" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"bs" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/computer/crew{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"bt" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"bu" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/vending/cigarette{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"bv" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall)
-"bw" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"bx" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/table/glass,
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/obj/item/material/ashtray/plastic,
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"by" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"bz" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"bB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"bD" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"bE" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/table/steel,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/item/extinguisher/mini,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"bG" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/left_three)
-"bH" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 9
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"bI" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"bK" = (
-/obj/item/universal_translator,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"bL" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"bM" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"bN" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/storage)
-"bO" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/dorms/dorm_1)
-"bP" = (
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"bQ" = (
-/obj/structure/boxingropeenter{
- dir = 8
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"bR" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"bS" = (
-/obj/structure/table/glass,
-/obj/item/paicard,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"bT" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"bV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/monitoring)
-"bW" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor,
-/obj/structure/bedsheetbin,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"bX" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/effect/floor_decal/borderfloorwhite/corner2,
-/obj/effect/floor_decal/corner/paleblue/bordercorner2,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"bY" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"bZ" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"ca" = (
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/monitoring)
-"cb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"cc" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"cd" = (
-/obj/structure/boxingrope{
- layer = 4.1
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"ce" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"cf" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"cg" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"ch" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ci" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"cj" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"ck" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/security)
-"cl" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/gear_painter,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"cm" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"cn" = (
-/obj/structure/ore_box,
-/obj/effect/floor_decal/corner/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"co" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/lapvend,
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"cp" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"cq" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/main/airlock/right_one)
-"cr" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/emergencystorage)
-"cs" = (
-/obj/structure/table/standard,
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_x = -4;
- pixel_y = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"ct" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"cu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/radio/beacon,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"cv" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"cw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"cx" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/turf/simulated/floor/carpet/oracarpet,
-/area/surface/outpost/main/dorms/dorm_1)
-"cy" = (
-/obj/effect/step_trigger/teleporter/bridge/south_to_north,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"cz" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/main/dorms/dorm_3)
-"cA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"cB" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"cC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"cD" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"cE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/corridor/right_lower)
-"cF" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep/ocean,
-/area/surface/outside/ocean)
-"cG" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/heavyduty{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"cI" = (
-/obj/machinery/button/remote/blast_door{
- id = "garage2";
- name = "Garage Shutter Control";
- pixel_x = 22
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/main/airlock/right_one)
-"cJ" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/ignore_mapgen/sif,
-/area/surface/outside/plains/mountains)
-"cK" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "civ1_airlock_control";
- pixel_x = -26;
- pixel_y = 26;
- tag_exterior_door = "civ1_airlock_exterior";
- tag_interior_door = "civ1_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"cL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"cM" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"cN" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"cO" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/storage)
-"cP" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"cQ" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"cR" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/cable/heavyduty{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"cS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet,
-/obj/random/toolbox,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"cT" = (
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"cU" = (
-/obj/machinery/mineral/equipment_vendor/survey,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"cW" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"cX" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/westleft{
- name = "Medical Supplies";
- req_access = null;
- req_one_access = list(5,43)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"cY" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Exploration Prep";
- req_access = null;
- req_one_access = list(43,67)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/exploration)
-"cZ" = (
-/obj/structure/snowman{
- name = "Frosty"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"da" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"db" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/bordercorner2{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"dc" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"dd" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"de" = (
-/obj/machinery/vending/medical{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Search and Rescue Port"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"df" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"dg" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/structure/table/rack,
-/obj/item/suit_cooling_unit,
-/obj/item/suit_cooling_unit,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 8
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"dh" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"dj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"dk" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"dm" = (
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"dn" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"do" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 4";
- dir = 1;
- name = "MO Right Wing - Hallway Three"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"dp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/surface/outpost/main/dorms/dorm_2)
-"dq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"dr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 4;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"dt" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue,
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"du" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_4)
-"dv" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"dw" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 4
- },
-/obj/item/storage/box/nifsofts_mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"dx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"dy" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/dorms/dorm_6)
-"dA" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/main/dorms/dorm_3)
-"dB" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"dC" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "sauna_tint2"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 4;
- id = "sauna_tint2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"dE" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost Parallel - Main 2";
- charge = 2e+007;
- cur_coils = 4;
- input_attempt = 1;
- input_level = 750000;
- output_level = 100
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"dF" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"dG" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass{
- name = "Laundry"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/laundry)
-"dH" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"dI" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"dJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"dK" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Showers"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/showers)
-"dL" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"dM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"dN" = (
-/obj/structure/table/rack,
-/obj/item/shovel,
-/obj/item/tool/wrench,
-/obj/item/pickaxe,
-/obj/item/tool/crowbar,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"dO" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"dP" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/civilian/smes)
-"dQ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Reactor Room Internal Access";
- req_one_access = list(11)
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/reactor_smes)
-"dR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"dS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"dT" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 8
- },
-/obj/machinery/meter,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"dU" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"dV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"dW" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/dice/d20,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"dX" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 10
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"dY" = (
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/reactor_smes)
-"dZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/storage)
-"ea" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 6
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"eb" = (
-/obj/structure/fence/corner{
- dir = 10
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ec" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"ed" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration)
-"ef" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 6";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"eg" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/regular{
- pixel_x = -5;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"eh" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Emergency Storage"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/emergency_storage/one)
-"ej" = (
-/obj/machinery/vending/loadout/loadout_misc,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 9
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Laundry 1";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"ek" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"el" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 6
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"em" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"en" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"eo" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ep" = (
-/obj/structure/table/bench/marble,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"eq" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"er" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/junction{
- dir = 2;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"es" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"et" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/machinery/computer/guestpass{
- pixel_y = 28
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"eu" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/tools)
-"ev" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- id = "EngineReactor";
- rad_resistance = 150
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/engineering/reactor_smes)
-"ew" = (
-/obj/machinery/space_heater,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"ex" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"ez" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"eB" = (
-/obj/machinery/conveyor{
- id = "mining_north"
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"eC" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"eD" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/vending/giftvendor,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"eE" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 9
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"eF" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"eG" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"eH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"eI" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"eJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"eK" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"eL" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"eM" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/plains/mountains)
-"eN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"eO" = (
-/obj/effect/floor_decal/industrial/loading{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/refinery)
-"eP" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main)
-"eQ" = (
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"eR" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"eS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_north)
-"eT" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/purple/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"eU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"eV" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"eW" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- operating = 0;
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"eX" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"eY" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"fa" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"fb" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_one)
-"fc" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Outpost SMES Room";
- req_one_access = list(11)
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/reactor_smes)
-"fd" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"fe" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ff" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/plains/normal;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse;
- landmark_tag = "outpost_nw";
- name = "Northwest Outpost Perimiter"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/normal)
-"fg" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 10
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/storage/box/wormcan/sickly{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/storage/box/wormcan/sickly{
- pixel_x = 3
- },
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Fishing 2";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"fi" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"fj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"fk" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"fl" = (
-/obj/item/banner/virgov,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"fm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"fn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"fo" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"fp" = (
-/turf/simulated/floor/water/shoreline,
-/area/surface/outside/ocean)
-"fq" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Locker Room"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/showers)
-"fr" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"fs" = (
-/obj/structure/table/glass,
-/obj/item/clothing/shoes/swimmingfins,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"ft" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"fu" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/monitoring)
-"fv" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"fw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"fx" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"fy" = (
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"fz" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 4
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"fA" = (
-/obj/structure/closet/hydrant{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"fB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"fD" = (
-/obj/machinery/mineral/input,
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_external"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"fE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/exterior)
-"fF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"fG" = (
-/obj/item/stool,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"fH" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock Access 3";
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"fI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Airlock";
- dir = 9;
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"fJ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"fK" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"fL" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"fM" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"fN" = (
-/obj/effect/floor_decal/stairs{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/gym)
-"fO" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"fP" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "sec1_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5;
- pixel_y = 26;
- req_one_access = list(1)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "sec1_airlock_interior";
- locked = 1;
- name = "Security Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/security)
-"fQ" = (
-/turf/simulated/wall,
-/area/surface/outside/path/plains)
-"fS" = (
-/obj/machinery/mineral/processing_unit,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"fT" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main3_airlock_control";
- name = "External Access Button"
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_south)
-"fU" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"fV" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"fY" = (
-/obj/structure/table/rack,
-/obj/item/shovel,
-/obj/item/tool/wrench,
-/obj/item/pickaxe,
-/obj/item/tool/crowbar,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 6
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"fZ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline,
-/obj/machinery/portable_atmospherics/canister/empty,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"ga" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration)
-"gb" = (
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/main/exploration/containment)
-"gc" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"gd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ge" = (
-/obj/item/clothing/suit/caution,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"gf" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"gg" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"gh" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
- dir = 1
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"gj" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/search_and_rescue)
-"gk" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/corridor/left_upper)
-"gl" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/orange{
- dir = 9
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"gm" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"gn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"go" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room)
-"gp" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"gr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"gs" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/storage/pill_bottle/dice_nerd,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"gu" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"gw" = (
-/obj/machinery/fusion_fuel_compressor,
-/obj/structure/cable/cyan{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Fuel Storage";
- dir = 6;
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"gx" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/plains)
-"gy" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 1;
- frequency = 1438;
- id = "rust_cooling_in";
- name = "Coolant Injector";
- pixel_y = 1;
- power_rating = 30000;
- use_power = 1;
- volume_rate = 700
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"gz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"gB" = (
-/obj/machinery/button/windowtint{
- id = "sauna_tint1";
- pixel_x = -5;
- pixel_y = 22
- },
-/obj/machinery/button/windowtint{
- id = "sauna_tint2";
- pixel_x = 6;
- pixel_y = 22
- },
-/obj/effect/floor_decal/spline/fancy/wood/corner{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"gC" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"gD" = (
-/turf/simulated/floor/water/shoreline{
- dir = 9
- },
-/area/surface/outside/ocean)
-"gE" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"gG" = (
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/plains/mountains)
-"gH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"gI" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"gJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"gK" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall,
-/area/surface/outpost/main/gen_room/smes_left)
-"gL" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"gM" = (
-/obj/structure/table/bench/steel,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"gO" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"gP" = (
-/obj/machinery/atm{
- pixel_y = 30
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"gQ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"gR" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"gS" = (
-/obj/structure/closet/crate/freezer/rations,
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"gT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"gV" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"gW" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"gX" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"gZ" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"ha" = (
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"hb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"hc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_6)
-"hd" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"he" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/table/rack,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock 1";
- dir = 4
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_one)
-"hf" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"hg" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"hh" = (
-/obj/structure/closet/secure_closet/guncabinet{
- req_access = newlist();
- req_one_access = list(43,67)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/item/gun/energy/locked/phasegun/pistol,
-/obj/item/gun/energy/locked/phasegun/pistol,
-/obj/item/gun/energy/locked/phasegun/pistol,
-/obj/item/gun/energy/locked/phasegun/pistol,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"hi" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"hk" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"hl" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main7_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main7_airlock_control";
- name = "External Access Button";
- pixel_y = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_two)
-"hm" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/machinery/fitness/punching_bag/clown,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"hn" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"ho" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"hq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/tools)
-"hr" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "civ2_airlock_control";
- name = "Internal Access Button";
- pixel_x = 26;
- pixel_y = 5
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civ2_airlock_interior";
- locked = 1;
- name = "Civilian Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/civilian/sauna)
-"hs" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Airlock Access 2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"ht" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"hu" = (
-/obj/machinery/disposal,
-/obj/machinery/light_construct{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"hv" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/path/plains)
-"hw" = (
-/obj/structure/table/reinforced,
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_three)
-"hx" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"hy" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Shuttle Landing";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"hA" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3,
-/obj/machinery/camera/network/security{
- c_tag = "SO - Airlock Access";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"hB" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/status_display{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_one)
-"hC" = (
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"hD" = (
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "production1";
- name = "Production Shutters"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/mining_main/refinery)
-"hE" = (
-/obj/effect/landmark/event_spawn/dronepod_landing,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"hF" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/black,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"hG" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"hH" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 6
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"hI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration/containment)
-"hJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"hK" = (
-/turf/simulated/floor/outdoors/snow,
-/area/surface/outside/plains/outpost)
-"hL" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3,
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"hM" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"hN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"hO" = (
-/turf/simulated/floor/water/shoreline{
- dir = 8
- },
-/area/surface/outside/ocean)
-"hP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"hQ" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/symbol/lo{
- pixel_x = -32
- },
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"hR" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"hS" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1,
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- name = "Tool Storage";
- req_one_access = list(48)
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/tools)
-"hT" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"hU" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"hV" = (
-/obj/structure/fence/corner{
- dir = 4
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"hW" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_two)
-"hX" = (
-/obj/structure/table/rack,
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic,
-/obj/machinery/status_display{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_three)
-"hZ" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"ib" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/emergency_storage/two)
-"ic" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/left_three)
-"id" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/structure/closet/wardrobe/pjs,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"ie" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/right_lower)
-"if" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"ig" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"ih" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/obj/item/pickaxe,
-/obj/item/gps/mining,
-/obj/item/clothing/head/hardhat/orange,
-/obj/machinery/vending/wallmed1{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"ii" = (
-/obj/machinery/teleport/hub,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/teleporter)
-"ij" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"il" = (
-/obj/structure/fence/corner,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"im" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"in" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"io" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ip" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "response_ship_planet";
- name = "Sif Surface East"
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/normal)
-"iq" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room)
-"ir" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"is" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/phoron,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"it" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"iu" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"iw" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ix" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"iy" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"iz" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"iA" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/tools)
-"iC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"iD" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"iE" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"iF" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/plains/normal)
-"iG" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"iH" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/reactor_smes)
-"iI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_three)
-"iJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/animal/passive/mouse/mining,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"iK" = (
-/obj/structure/table/woodentable,
-/obj/structure/flora/pottedplant/small,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"iL" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/grille,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"iM" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/left_one)
-"iN" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"iO" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Central Hall";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"iP" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"iQ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"iR" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"iS" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"iT" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/air_sensor{
- frequency = 1438;
- id_tag = "rustengine_sensor";
- output = 63
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"iU" = (
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "ENG_Outpost_airlock_control";
- pixel_x = 26;
- pixel_y = 26;
- tag_exterior_door = "ENG_Outpost_airlock_exterior";
- tag_interior_door = "ENG_Outpost_airlock_interior"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"iV" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/right_lower)
-"iW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"iX" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"iY" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"iZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"ja" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"jb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"jc" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"jd" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"je" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Reactor Monitoring Room"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/engineering/monitoring)
-"jf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"jg" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security)
-"ji" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/civilian/sauna)
-"jj" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"jk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"jl" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"jm" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"jn" = (
-/obj/item/stack/material/wood,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"jo" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"jp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"jq" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"jr" = (
-/obj/item/reagent_containers/glass/bucket/wood,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"js" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"jt" = (
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"ju" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "mining2_airlock_exterior";
- locked = 1;
- name = "Mining Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "mining2_airlock_control";
- name = "External Access Button";
- pixel_x = -26;
- req_one_access = list(48,10)
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/mining_main/tools)
-"jv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/bordercorner2{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"jw" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/item/clothing/mask/gas,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_two)
-"jx" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/landing_north)
-"jy" = (
-/obj/machinery/computer/guestpass{
- pixel_y = 28
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "sec1_airlock_control";
- pixel_x = 26;
- pixel_y = 26;
- req_one_access = list(1);
- tag_exterior_door = "sec1_airlock_exterior";
- tag_interior_door = "sec1_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"jz" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"jA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Teleporter Hallway"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"jD" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"jE" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_one)
-"jF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"jG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"jH" = (
-/obj/structure/sign/warning/caution{
- desc = "This appears to be a sign warning people that the other side is dangerous. It also says that NanoTrasen cannot guarantee your safety beyond this point.";
- name = "\improper WARNING: NO ACCESS"
- },
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall)
-"jI" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- external_pressure_bound_default = 0;
- icon_state = "map_vent_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- internal_pressure_bound_default = 4000;
- pressure_checks = 2;
- pressure_checks_default = 2;
- pump_direction = 0;
- use_power = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"jJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"jK" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -21;
- pixel_y = -11
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"jL" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"jM" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/box/donkpockets,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"jN" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_south)
-"jO" = (
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"jQ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atm{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"jR" = (
-/obj/machinery/vending/foodasian{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"jS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"jT" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"jU" = (
-/obj/item/stock_parts/motor,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"jV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"jW" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"jX" = (
-/obj/effect/step_trigger/teleporter/bridge/north_to_south,
-/obj/structure/railing,
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"jY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"jZ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ka" = (
-/obj/structure/closet/athletic_mixed,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"kb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/multi_tile/metal{
- name = "Fauna Containment";
- req_one_access = list(1,43)
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/exploration/containment)
-"kc" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"kd" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"ke" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"kf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"kg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"kh" = (
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"ki" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"kj" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/vending/cigarette{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"kk" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/structure/table/standard,
-/obj/item/clothing/under/shorts/blue,
-/obj/item/clothing/gloves/boxing/blue,
-/obj/effect/floor_decal/corner/black{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"kl" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/bluedouble,
-/turf/simulated/floor/carpet/blue,
-/area/surface/outpost/main/dorms/dorm_5)
-"km" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/light,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/vending/wallmed1{
- name = "NanoMed Wall";
- pixel_y = -30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"kn" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/item/mining_scanner,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"ko" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"kq" = (
-/obj/structure/table/woodentable,
-/obj/item/storage/box/matches,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"ks" = (
-/obj/structure/closet/hydrant{
- pixel_x = -32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"ku" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Teleporter Hallway";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"kv" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/landing_south)
-"kw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"kx" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/gen_room/smes_right)
-"ky" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/path/plains)
-"kz" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/danger/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/teleporter)
-"kA" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"kB" = (
-/obj/structure/table/bench/standard,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"kC" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main7_airlock_control";
- name = "Internal Access Button";
- pixel_x = 6;
- pixel_y = -26
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main7_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_two)
-"kD" = (
-/obj/structure/table/bench/marble,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"kE" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = -26
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"kF" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"kG" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"kH" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"kI" = (
-/obj/structure/table/steel,
-/obj/random/junk,
-/obj/random/tool,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "SUBS - Main Outpost";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"kJ" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/black{
- dir = 5
- },
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"kK" = (
-/obj/machinery/sleep_console{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/search_and_rescue)
-"kL" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/smes)
-"kM" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"kN" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"kO" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"kP" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_right)
-"kQ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"kR" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"kS" = (
-/obj/machinery/conveyor{
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"kT" = (
-/obj/item/pickaxe,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outside/plains/mountains)
-"kU" = (
-/obj/machinery/mineral/input,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"kV" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"kW" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/highsecurity{
- name = "Teleporter Access";
- req_access = newlist();
- req_one_access = list(17)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/teleporter)
-"kX" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/unary/heater/sauna{
- dir = 8;
- icon_state = "heater_1";
- use_power = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/civilian/sauna)
-"kY" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"kZ" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"la" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"lb" = (
-/obj/structure/toilet,
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"lc" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/monitoring)
-"ld" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_1)
-"le" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"lf" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"lg" = (
-/obj/machinery/power/generator{
- anchored = 1;
- dir = 8
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"lh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/table/reinforced,
-/obj/item/radio{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/radio{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock 3"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_three)
-"li" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/effect/floor_decal/corner/red/border,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"lj" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main)
-"lk" = (
-/obj/item/stool/padded,
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Pool 2";
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"ll" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"lm" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main8_airlock_control";
- name = "Internal Access Button";
- pixel_x = -26;
- pixel_y = -6
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main8_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_three)
-"lo" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"lp" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"lq" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/gym)
-"lr" = (
-/obj/machinery/vending/snack{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 2";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ls" = (
-/obj/machinery/vending/loadout,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"lt" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"lu" = (
-/obj/item/clothing/head/hardhat/orange,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"lw" = (
-/obj/effect/landmark/event_spawn/dronepod_landing,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/normal)
-"lx" = (
-/obj/structure/table/marble,
-/obj/item/starcaster_news,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"ly" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"lz" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"lA" = (
-/turf/simulated/wall/dungeon{
- icon = 'icons/obj/doors/shuttledoors.dmi';
- icon_state = "door_locked";
- name = "Wall Gate"
- },
-/area/surface/outpost/wall)
-"lB" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"lC" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- rad_resistance = 150
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"lD" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/surface/outpost/main/dorms/dorm_2)
-"lE" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"lF" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"lG" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"lI" = (
-/obj/machinery/door/airlock/glass,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"lK" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"lL" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"lM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"lN" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"lO" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"lP" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/cave)
-"lQ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"lR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"lS" = (
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"lT" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_three)
-"lU" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"lV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "ATV Garage 2";
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"lW" = (
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/atmos_room)
-"lX" = (
-/obj/structure/cable/cyan{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/buildable{
- RCon_tag = "Outpost Parallel - Main 1";
- charge = 2e+007;
- cur_coils = 4;
- input_attempt = 1;
- input_level = 750000;
- output_level = 750000
- },
-/obj/structure/cable,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"lY" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"lZ" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/vending/cola,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"ma" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"mb" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"mc" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/left_two)
-"md" = (
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"mf" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"mh" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"mi" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"mj" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"mk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"ml" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"mm" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"mn" = (
-/obj/structure/boxingrope{
- dir = 1
- },
-/obj/structure/boxingrope{
- dir = 4
- },
-/obj/structure/boxingrope{
- dir = 6
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"mo" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"mp" = (
-/obj/effect/floor_decal/techfloor/orange,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"mq" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/bordercorner{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"mr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"ms" = (
-/obj/structure/ore_box,
-/obj/effect/floor_decal/corner/brown/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"mt" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"mu" = (
-/obj/item/bikehorn/rubberducky,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"mv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"mw" = (
-/obj/machinery/door/firedoor/glass/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"mx" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 10
- },
-/obj/machinery/light,
-/obj/structure/closet/secure_closet/pilot,
-/obj/item/cataloguer/compact,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"my" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"mz" = (
-/obj/structure/table/standard,
-/obj/item/soap/syndie,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"mA" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"mB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"mC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/surface/outpost/main/dorms/dorm_2)
-"mD" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"mE" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"mF" = (
-/obj/machinery/vending/fishing{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 6
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"mG" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"mH" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"mI" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/tools)
-"mJ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/exploration/containment)
-"mK" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"mL" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/table/glass,
-/obj/machinery/light,
-/obj/item/communicator,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"mM" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"mN" = (
-/obj/structure/table/rack,
-/obj/item/material/fishing_net,
-/obj/item/material/fishing_net,
-/obj/item/material/fishing_net,
-/obj/item/material/fishing_net,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"mO" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"mP" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green{
- dir = 9
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"mQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"mR" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"mS" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civ1_airlock_exterior";
- locked = 1;
- name = "Civilian Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "civ1_airlock_control";
- name = "External Access Button";
- pixel_x = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/civilian/fishing)
-"mT" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"mU" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"mV" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"mW" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/porta_turret/industrial/teleport_defense,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/teleporter)
-"mX" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"mY" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "SUBS - Eng Outpost";
- dir = 4;
- name = "Engineering_Outpost";
- network = list("Engineering Outpost")
- },
-/obj/machinery/light_switch{
- pixel_x = -11;
- pixel_y = 21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/smes)
-"mZ" = (
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outside/plains/mountains)
-"na" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"nc" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"nd" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"ne" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/shoreline{
- dir = 8
- },
-/area/surface/outside/ocean)
-"nf" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Auxiliary Room";
- dir = 10;
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ng" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/junction{
- dir = 2;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"nh" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"ni" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"nj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"nk" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"nl" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"nm" = (
-/obj/structure/table/rack/shelf,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/item/gun/energy/locked/phasegun/rifle{
- pixel_y = 3
- },
-/obj/item/gun/energy/locked/phasegun/rifle{
- pixel_y = -4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Mining Hallway 1"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"nn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"no" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"np" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/tools)
-"nq" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/main/airlock/right_two)
-"nr" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ns" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"nt" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"nu" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"nv" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"nw" = (
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"nx" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"ny" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/heavyduty{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"nz" = (
-/obj/effect/floor_decal/borderfloor/cee,
-/obj/effect/floor_decal/industrial/danger/cee,
-/obj/machinery/door/window/brigdoor/westleft{
- name = "Containment Pen";
- req_access = newlist();
- req_one_access = list(43,1)
- },
-/obj/machinery/door/window/brigdoor/eastright{
- name = "Containment Pen";
- req_access = newlist();
- req_one_access = list(43,1)
- },
-/obj/machinery/door/blast/regular/open{
- id = "pen";
- name = "Containment Lockdown Blast Doors"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"nA" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"nC" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"nD" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"nE" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/browndouble,
-/turf/simulated/floor/carpet/bcarpet,
-/area/surface/outpost/main/dorms/dorm_4)
-"nF" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"nG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"nH" = (
-/obj/structure/fence{
- dir = 8
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"nI" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/security/smes)
-"nJ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/fiftyspawner/phoronglass,
-/obj/fiftyspawner/rglass,
-/obj/fiftyspawner/rods,
-/obj/fiftyspawner/steel,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Mining Outpost Power 1";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"nK" = (
-/obj/structure/bed/chair/comfy/black,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"nL" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/left_lower)
-"nM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"nN" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Mining Outpost Power 2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"nO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"nP" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"nQ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"nR" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Engineering Outpost";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/blue,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/smes)
-"nS" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 1
- },
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"nT" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/reactor_smes)
-"nU" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_left)
-"nV" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/civilian/fishing)
-"nW" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"nX" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"nY" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/monitoring)
-"nZ" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"oa" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"ob" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"oc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "ATV Garage 1";
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"od" = (
-/obj/structure/table,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"oe" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"of" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 10
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 5
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"og" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"oh" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/vending/wallmed1{
- name = "Emergency NanoMed";
- pixel_y = 28
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"oi" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"oj" = (
-/obj/structure/table/standard,
-/obj/item/soap/deluxe,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"ok" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ol" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"om" = (
-/obj/structure/closet/secure_closet/explorer,
-/obj/item/clothing/mask/gas/half,
-/obj/item/cataloguer,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"on" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"oo" = (
-/obj/structure/closet/secure_closet/explorer,
-/obj/item/pickaxe,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/cataloguer,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"op" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"os" = (
-/obj/structure/table/standard,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/random/soap,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"ot" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"ou" = (
-/obj/structure/table/reinforced,
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_three)
-"ow" = (
-/obj/structure/flora/pottedplant/tropical,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"ox" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"oy" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"oA" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/heavyduty{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"oB" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/mixed,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"oC" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"oD" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/monitoring)
-"oE" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/path/plains)
-"oF" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 9
- },
-/obj/machinery/computer/timeclock/premade/north,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"oH" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"oI" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "mining1_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5;
- pixel_y = -26;
- req_one_access = list(48)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "mining1_airlock_interior";
- locked = 1;
- name = "Mining Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/mining_main/storage)
-"oJ" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/blue/bordercorner2,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"oL" = (
-/obj/structure/ore_box,
-/obj/effect/floor_decal/corner/brown/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"oM" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/corridor)
-"oN" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"oO" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"oP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"oQ" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"oR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/left_one)
-"oS" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"oT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet,
-/area/surface/outpost/main/dorms/dorm_6)
-"oU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"oV" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"oX" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"oY" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 10
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"oZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"pa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/oracarpet,
-/area/surface/outpost/main/dorms/dorm_1)
-"pb" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"pc" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/item/storage/laundry_basket,
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"pd" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/search_and_rescue)
-"pe" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/bordercorner2{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"pf" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"pg" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"ph" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"pi" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/lipstick/random,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"pj" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"pk" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 9
- },
-/obj/item/beach_ball,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"pm" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"pn" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock Access 2";
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"po" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"pp" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"pr" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/green{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ps" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"pt" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"pu" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"pv" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"pw" = (
-/obj/structure/fence/end{
- dir = 4
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"px" = (
-/obj/machinery/door/airlock/glass,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"py" = (
-/obj/structure/closet/crate,
-/obj/item/stack/material/phoron{
- amount = 25
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"pz" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/lapvend{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"pA" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"pB" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"pC" = (
-/turf/simulated/mineral/ignore_mapgen/sif,
-/area/surface/outside/plains/mountains)
-"pD" = (
-/obj/structure/table/rack/shelf,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/item/tank/oxygen{
- pixel_x = -2;
- pixel_y = 3
- },
-/obj/item/tank/oxygen{
- pixel_x = 1;
- pixel_y = -5
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"pE" = (
-/obj/structure/stasis_cage,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/exploration/containment)
-"pF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"pG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"pH" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"pI" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"pJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/vehicle/train/engine/quadbike{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"pK" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"pL" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"pM" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/fishing)
-"pN" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/search_and_rescue)
-"pO" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_one)
-"pP" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"pQ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"pR" = (
-/obj/structure/closet,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/obj/item/clothing/gloves/duty,
-/obj/item/clothing/gloves/duty,
-/obj/item/clothing/under/serviceoveralls,
-/obj/item/clothing/under/serviceoveralls,
-/obj/item/clothing/accessory/storage/webbing,
-/obj/item/clothing/accessory/storage/webbing,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"pS" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/sauna)
-"pT" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"pU" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"pV" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust/corner,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"pW" = (
-/turf/simulated/floor/water/shoreline/corner{
- dir = 1
- },
-/area/surface/outside/ocean)
-"pX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"pY" = (
-/obj/item/stack/flag/green{
- pixel_x = -4
- },
-/obj/item/stack/flag/red,
-/obj/item/stack/flag/yellow{
- pixel_x = 4
- },
-/obj/structure/table/rack,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"pZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"qa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"qb" = (
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"qc" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"qd" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 5;
- tag_north = 2;
- tag_south = 1;
- tag_west = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"qe" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"qf" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"qg" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/bar)
-"qh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"qi" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"qj" = (
-/obj/machinery/computer/timeclock/premade/east,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"qk" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Reactor Room Access";
- dir = 10;
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/monitoring)
-"ql" = (
-/obj/structure/table/glass,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32
- },
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/item/reagent_containers/blood/OPlus,
-/obj/item/reagent_containers/blood/OPlus,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"qm" = (
-/obj/structure/table/bench/standard,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"qn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"qo" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/tank/emergency/oxygen/double,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_two)
-"qp" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/structure/coatrack,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"qq" = (
-/obj/machinery/atmospherics/binary/circulator{
- anchored = 1;
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"qr" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"qs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Reactor Auxiliary Room";
- req_one_access = list(11)
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/yellow{
- d1 = 9;
- d2 = 10;
- icon_state = "9-10"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"qt" = (
-/obj/structure/flora/pottedplant/dead,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"qu" = (
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"qv" = (
-/obj/machinery/mineral/stacking_machine,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"qw" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Outpost SMES Room";
- req_one_access = list(11)
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/reactor_smes)
-"qx" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"qy" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"qA" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"qB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"qC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"qD" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"qE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"qF" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"qG" = (
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"qH" = (
-/obj/structure/table/glass,
-/obj/item/inflatable_duck,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"qI" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"qJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"qK" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"qL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"qM" = (
-/obj/item/modular_computer/console/preset/security,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"qN" = (
-/turf/simulated/wall,
-/area/surface/outpost/civilian/smes)
-"qO" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"qP" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Locker Room"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/showers)
-"qQ" = (
-/obj/machinery/cryopod/robot/door/gateway,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"qR" = (
-/obj/structure/table/bench/wooden,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"qT" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/exploration)
-"qU" = (
-/obj/machinery/conveyor_switch{
- id = "mining_external"
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"qV" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/corridor/left_lower)
-"qW" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/power/thermoregulator,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"qX" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"qY" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"qZ" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock Access 2";
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3,
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"ra" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"rb" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/material/lead{
- amount = 30
- },
-/obj/fiftyspawner/plastic,
-/obj/fiftyspawner/plasteel,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/item/stack/material/copper{
- amount = 25
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"rc" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"rd" = (
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"re" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"rf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/table/steel_reinforced,
-/obj/machinery/microwave{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"rg" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main5_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5;
- pixel_y = -26
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main5_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_three)
-"rh" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- name = "Construction Area"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1,
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/corridor/right_lower)
-"ri" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"rj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Construction Area"
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/corridor/left_upper)
-"rk" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"rl" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"rm" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"rn" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 5
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ro" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Civilian";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"rq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"rr" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civ2_airlock_exterior";
- locked = 1;
- name = "Civilian Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "civ2_airlock_control";
- name = "External Access Button";
- pixel_x = 26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/civilian/sauna)
-"rt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"ru" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/sauna)
-"rv" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"rw" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"ry" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/green{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"rz" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/borderfloorwhite/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/bordercorner2{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"rA" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"rB" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"rC" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"rD" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/engineering/monitoring)
-"rE" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock Access 1"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"rF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"rG" = (
-/obj/machinery/vending/fitness{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"rH" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/storage)
-"rI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/exploration)
-"rK" = (
-/obj/structure/table/standard,
-/obj/item/soap/deluxe,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"rL" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 2;
- tag_north = 5;
- tag_west = 1;
- use_power = 0
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"rM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/uxstorage)
-"rN" = (
-/obj/structure/closet/lasertag/red,
-/obj/item/stack/flag/red,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"rO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"rP" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_one)
-"rQ" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"rR" = (
-/obj/machinery/door/airlock/glass,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"rS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/tcomm)
-"rT" = (
-/obj/structure/table/steel,
-/obj/random/tech_supply,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"rU" = (
-/obj/machinery/vending/loadout/clothing,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"rV" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"rW" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/item/cell/high,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/mining_main)
-"rY" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/exterior)
-"rZ" = (
-/obj/structure/table/rack,
-/obj/item/stack/cable_coil/silver,
-/obj/item/stack/cable_coil/silver,
-/obj/item/stack/cable_coil/silver,
-/obj/item/stack/cable_coil/silver,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"sa" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"sb" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Custodial Closet";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"sc" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"sd" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"se" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"sf" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24;
- pixel_y = 8
- },
-/obj/machinery/button/remote/blast_door{
- id = "production1";
- name = "Production Shutters";
- pixel_x = -20;
- pixel_y = -10;
- req_one_access = list(48)
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/mining_main/refinery)
-"sg" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"sh" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Outpost Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/corridor/left_lower)
-"si" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/landing_north)
-"sj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"sk" = (
-/obj/structure/table/steel,
-/obj/random/tool,
-/obj/random/tool,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"sl" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"sm" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"sn" = (
-/obj/structure/table/rack/shelf,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/item/gps/mining{
- pixel_x = -5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/item/gps/mining{
- pixel_x = 5
- },
-/obj/item/gps/mining{
- pixel_x = -5
- },
-/obj/item/gps/mining{
- pixel_x = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"so" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 6
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"sp" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"sq" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"sr" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"ss" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"st" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"su" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/sauna)
-"sv" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"sw" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/search_and_rescue)
-"sx" = (
-/obj/structure/closet/secure_closet/sar,
-/obj/item/storage/pill_bottle/spaceacillin,
-/obj/item/roller/adv,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"sy" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"sz" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 3";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"sA" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "production1";
- name = "Production Shutters"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/mining_main/refinery)
-"sB" = (
-/obj/structure/table/marble,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"sC" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/storage)
-"sD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "garage2";
- name = "Garage Shutters"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/right_one)
-"sE" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"sF" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"sG" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"sH" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"sI" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"sJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"sK" = (
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/vending/coffee{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"sL" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"sM" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"sN" = (
-/obj/structure/table/reinforced,
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_two)
-"sO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/main/dorms/dorm_3)
-"sP" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"sQ" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Central Hall";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"sR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"sS" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/heavyduty,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"sT" = (
-/obj/structure/table/marble,
-/obj/random/tech_supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"sV" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- dir = 4;
- id = "EngineReactor";
- rad_resistance = 150
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/engineering/reactor_smes)
-"sW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_5)
-"sX" = (
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"sY" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"ta" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"tb" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Reactor Room East";
- dir = 4;
- name = "Reactor_Room";
- network = list("Engine")
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"tc" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"td" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_one)
-"te" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_left)
-"tf" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 9
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"tg" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/effect/floor_decal/borderfloorwhite/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/paleblue/bordercorner2{
- dir = 9
- },
-/obj/structure/table/glass,
-/obj/machinery/recharger,
-/obj/item/tool/screwdriver,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"th" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ti" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/fishing)
-"tj" = (
-/turf/simulated/wall,
-/area/surface/outpost/civilian/pool)
-"tk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3,
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Airlock Access 1";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"tl" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"tm" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"tn" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"to" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/plains/normal)
-"tp" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central6,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/landing_south)
-"tq" = (
-/obj/structure/catwalk,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"tr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ts" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"tt" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"tu" = (
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"tv" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"tw" = (
-/obj/item/banner/nt,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/normal)
-"tx" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"ty" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"tz" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Master at Arms"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/item/tape/engineering,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/security/maa)
-"tA" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm1";
- name = "Door Lock Control";
- pixel_y = -25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"tB" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"tC" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"tD" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"tE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"tF" = (
-/obj/structure/catwalk,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/power/sensor{
- name = "Powernet Sensor - Outpost Reactor Power Input";
- name_tag = "Outpost Reactor Input"
- },
-/obj/structure/cable/cyan{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"tG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/machinery/computer/general_air_control/supermatter_core{
- input_tag = "rust_cooling_in";
- name = "Engine Cooling Control";
- output_tag = "rust_cooling_out";
- sensors = list("rustengine_sensor"="Engine Temperature")
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/reactor_smes)
-"tH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/blue,
-/area/surface/outpost/main/dorms/dorm_5)
-"tI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"tJ" = (
-/obj/structure/boxingrope{
- dir = 8
- },
-/obj/structure/boxingrope,
-/obj/structure/boxingrope{
- dir = 9;
- layer = 4.1
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"tK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"tL" = (
-/obj/machinery/power/emitter/gyrotron/anchored{
- dir = 1;
- id = "Reactor Gyrotron";
- id_tag = "Reactor Gyrotron"
- },
-/obj/structure/cable/cyan{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"tM" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/right_two)
-"tN" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"tO" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"tP" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"tQ" = (
-/obj/structure/table/bench/wooden,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"tR" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"tT" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"tU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/power/hydromagnetic_trap,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"tV" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 5
- },
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"tW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"tX" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"tY" = (
-/turf/simulated/floor/water/shoreline/corner{
- dir = 8
- },
-/area/surface/outside/ocean)
-"tZ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"ua" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/sauna)
-"ub" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/closet/toolcloset,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"uc" = (
-/obj/structure/closet/secure_closet/guncabinet/phase{
- name = "phase weapon cabinet";
- req_access = newlist();
- req_one_access = list(43,67)
- },
-/obj/item/clothing/accessory/holster/hip,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Exploration Prep";
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"ud" = (
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/fusion_fuel_injector/mapped{
- dir = 8;
- id_tag = "Reactor Fuel Injectors"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"ue" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/landing_north)
-"uf" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/starcaster_news,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"ug" = (
-/obj/machinery/door/airlock/glass,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"uh" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/right_three)
-"ui" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/bar)
-"uj" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/machinery/turretid/stun{
- check_records = 0;
- control_area = "\improper Main Outpost Teleporter";
- name = "Main Outpost Teleporter turret control";
- pixel_y = 24;
- req_access = list(19)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"uk" = (
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ul" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"um" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/obj/machinery/button/windowtint{
- id = "dorm_tint5";
- pixel_x = -22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"un" = (
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"up" = (
-/obj/machinery/light/small{
- brightness_color = "#DA0205";
- brightness_power = 1;
- brightness_range = 5;
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"uq" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/mixed,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"ur" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"us" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/refinery)
-"ut" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"uu" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/network/telecom{
- c_tag = "Tcoms - Main Outpost";
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"uv" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/engineering{
- name = "SMES Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/security/smes)
-"uw" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security)
-"ux" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"uz" = (
-/turf/simulated/floor/weird_things/dark{
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outside/plains/mountains)
-"uA" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"uB" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/fusion_fuel_injector/mapped{
- dir = 8;
- id_tag = "Reactor Fuel Injectors"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"uC" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"uD" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"uE" = (
-/turf/simulated/floor/water,
-/area/surface/outside/lake/romsele)
-"uF" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gen_room)
-"uG" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"uH" = (
-/obj/structure/snowman/borg,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"uJ" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"uK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"uL" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"uN" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"uO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- id = "EngineReactor";
- rad_resistance = 150
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"uP" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"uQ" = (
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 5
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"uR" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"uS" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/orange/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"uT" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"uU" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_left)
-"uV" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"uW" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"uX" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"uY" = (
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible/black,
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"uZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"vb" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/showers)
-"vc" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Showers"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/showers)
-"vd" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"ve" = (
-/obj/structure/closet/hydrant{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"vf" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/right_upper)
-"vg" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/security)
-"vh" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"vi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"vj" = (
-/obj/effect/engine_setup/pump_max,
-/obj/machinery/atmospherics/binary/pump/high_power,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"vk" = (
-/obj/machinery/light,
-/obj/effect/landmark{
- name = "JoinLateSifPlains"
- },
-/obj/effect/landmark/start{
- name = "Outsider"
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"vl" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_three)
-"vm" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"vn" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"vo" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/storage)
-"vp" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main)
-"vq" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_two)
-"vr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"vs" = (
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"vt" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"vv" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/restroom)
-"vw" = (
-/obj/structure/bed/chair/comfy/black,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"vx" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main4_airlock_control";
- name = "External Access Button"
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_north)
-"vy" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/structure/table/standard,
-/obj/item/clothing/under/shorts/red,
-/obj/item/clothing/gloves/boxing,
-/obj/effect/floor_decal/corner/black{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"vz" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Mining Production Room";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"vA" = (
-/obj/machinery/mineral/output,
-/obj/machinery/conveyor{
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"vB" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"vC" = (
-/obj/machinery/atmospherics/unary/heat_exchanger{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"vD" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"vE" = (
-/obj/structure/table/steel,
-/obj/structure/closet/secure_closet/medical_wall/pills{
- pixel_y = 32
- },
-/obj/item/storage/pill_bottle/spaceacillin,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = 12
- },
-/obj/random/medical/pillbottle,
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"vF" = (
-/obj/structure/table,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"vG" = (
-/obj/structure/boxingrope{
- dir = 1
- },
-/obj/structure/boxingrope{
- dir = 8
- },
-/obj/structure/boxingrope{
- dir = 9
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"vH" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"vI" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"vJ" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"vK" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"vM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 1";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"vN" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"vO" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"vP" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"vR" = (
-/obj/structure/boxingrope{
- dir = 1
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"vT" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"vU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"vV" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"vW" = (
-/obj/machinery/vending/cola{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"vY" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"vZ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"wa" = (
-/obj/machinery/light_construct,
-/obj/structure/table/reinforced,
-/obj/item/storage/box/donut/empty,
-/turf/simulated/floor/holofloor/tiled/dark,
-/area/surface/outpost/security/maa)
-"wb" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/fishing)
-"wc" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"wd" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"we" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"wf" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_external"
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/refinery)
-"wg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"wh" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/gym)
-"wi" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"wj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"wk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"wl" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass{
- name = "Long Range Teleporter Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"wm" = (
-/obj/machinery/vending/coffee{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"wn" = (
-/obj/structure/table/standard,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/random_multi/single_item/hand_tele,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"wo" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"wp" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main6_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main6_airlock_control";
- name = "External Access Button";
- pixel_x = 26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_one)
-"wq" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/junction,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"wr" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ws" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/left_three)
-"wt" = (
-/obj/structure/closet/athletic_mixed,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"wu" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/black{
- dir = 8
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"wv" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"ww" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"wx" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"wy" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"wA" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"wC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"wD" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"wE" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2,
-/obj/structure/table/rack,
-/obj/item/weldingtool,
-/obj/item/weldingtool,
-/obj/item/clothing/head/welding,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"wG" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/corridor/left_lower)
-"wH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/button/remote/blast_door{
- id = "garage2";
- name = "Garage Shutter Control";
- pixel_x = -6;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"wI" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main2_airlock_control";
- name = "Internal Access Button";
- pixel_x = -26;
- pixel_y = -6
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main2_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_one)
-"wJ" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"wK" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "ENG_Outpost_airlock_control";
- name = "External Access Button";
- pixel_y = 26;
- req_one_access = list(10)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "ENG_Outpost_airlock_exterior";
- locked = 1;
- name = "Engineering Outpost External"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/engineering/monitoring)
-"wL" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"wM" = (
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/exterior)
-"wN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"wO" = (
-/obj/item/towel{
- color = "#00FFFF";
- name = "cyan towel";
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"wP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Foyeur";
- dir = 10;
- name = "Engineering Outpost";
- network = list("Engineering")
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/light_switch{
- pixel_x = -21;
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"wQ" = (
-/obj/structure/table/bench/standard,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"wS" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"wT" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"wU" = (
-/obj/structure/toilet,
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"wV" = (
-/obj/structure/closet/secure_closet{
- name = "hunting locker";
- req_one_access = list(1,43)
- },
-/obj/item/gun/energy/netgun,
-/obj/item/beartrap,
-/obj/item/material/knife/tacknife/survival,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/item/clothing/shoes/boots/jungle,
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Containment Pen";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"wW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"wX" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"wY" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/reactor_smes)
-"wZ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"xb" = (
-/obj/machinery/vending/fishing{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 6
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 9
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"xd" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"xe" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"xh" = (
-/turf/simulated/floor/water/shoreline{
- dir = 6
- },
-/area/surface/outside/ocean)
-"xi" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/security/smes)
-"xk" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "mining1_airlock_control";
- name = "External Access Button";
- pixel_y = -26;
- req_one_access = list(48)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "mining1_airlock_exterior";
- locked = 1;
- name = "Mining Outpost External"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/mining_main/storage)
-"xl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"xm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_1)
-"xn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"xo" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"xp" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"xq" = (
-/turf/simulated/floor/wood{
- nitrogen = 93.7835;
- outdoors = 1;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outside/path/plains)
-"xr" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"xs" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"xt" = (
-/obj/structure/table/reinforced,
-/obj/machinery/photocopier/faxmachine,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"xv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock 3"
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/left_three)
-"xw" = (
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"xx" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"xy" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Reactor Room South";
- dir = 4;
- name = "Reactor_Room";
- network = list("Engine")
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"xz" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"xA" = (
-/obj/structure/bed/chair,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Explorer"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"xB" = (
-/obj/effect/floor_decal/industrial/loading{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/mineral/input,
-/obj/structure/sign/warning/moving_parts{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/refinery)
-"xC" = (
-/obj/item/stack/material/wood,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"xD" = (
-/obj/machinery/mineral/input,
-/obj/machinery/conveyor{
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"xE" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"xF" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"xG" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/search_and_rescue)
-"xH" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_south)
-"xI" = (
-/obj/machinery/telecomms/relay/preset/southerncross/cave,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"xJ" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"xK" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"xL" = (
-/turf/simulated/floor/water,
-/area/surface/outside/ocean)
-"xM" = (
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/junction/yjunction,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"xN" = (
-/obj/structure/table/standard,
-/obj/item/soap/nanotrasen,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"xO" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"xP" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"xQ" = (
-/obj/structure/fence/end,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"xR" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Central Hall"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"xS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"xT" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"xU" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
- pixel_x = 5;
- pixel_y = 2
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"xV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"xW" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"xY" = (
-/obj/structure/table/glass,
-/obj/item/inflatable{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/inflatable{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/inflatable{
- pixel_x = -2;
- pixel_y = -3
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"xZ" = (
-/obj/structure/table/bench/standard,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/security/maa)
-"ya" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"yb" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"yc" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"yd" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gateway)
-"ye" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_alc,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"yg" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"yh" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"yi" = (
-/obj/structure/table/bench/wooden,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"yj" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/plains/normal)
-"yk" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"yl" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"ym" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"yn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"yo" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/obj/structure/dogbed,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"yp" = (
-/obj/structure/fence{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"yq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"ys" = (
-/obj/structure/table/reinforced,
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_two)
-"yt" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/catwalk,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 9;
- icon_state = "2-9"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"yu" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_three)
-"yv" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"yx" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_three)
-"yy" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"yz" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"yA" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/table/rack,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock 2"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_two)
-"yB" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 8;
- start_pressure = 4559.63
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"yC" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/light_switch{
- pixel_x = -21;
- pixel_y = -21
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"yD" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"yE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"yF" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"yG" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"yH" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/exterior)
-"yI" = (
-/obj/machinery/atmospherics/pipe/tank/phoron{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"yJ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_two)
-"yK" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"yL" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/dorms/dorm_5)
-"yM" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"yN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"yO" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/path/plains)
-"yP" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main1_airlock_control";
- pixel_x = -26;
- pixel_y = -26;
- tag_exterior_door = "main1_airlock_exterior";
- tag_interior_door = "main1_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"yQ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main)
-"yR" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"yS" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"yT" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/normal)
-"yV" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/window/basic,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/item/mining_scanner,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"yW" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"yX" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/monitoring)
-"yY" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"yZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"za" = (
-/turf/simulated/floor/water/shoreline{
- dir = 4
- },
-/area/surface/outside/ocean)
-"zb" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/atmos_room)
-"zc" = (
-/obj/structure/table/standard,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light,
-/obj/random/soap,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"zd" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"zf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"zg" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"zh" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"zi" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 5
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"zj" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"zk" = (
-/obj/machinery/mineral/unloading_machine,
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"zl" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"zm" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/table/glass,
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/item/reagent_containers/food/drinks/britcup,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"zn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"zo" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"zp" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/plains/normal;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse;
- landmark_tag = "outpost_w";
- name = "West Outpost Perimiter"
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/plains/normal)
-"zq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"zr" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"zs" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/obj/structure/coatrack,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"zt" = (
-/obj/item/stool,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"zu" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"zv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"zw" = (
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/normal)
-"zx" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"zz" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"zB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"zC" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/surface/outside/plains/normal;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse;
- landmark_tag = "outpost_s";
- name = "South of Outpost"
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/plains/normal)
-"zD" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "dorm_tint6"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "dorm_tint6"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/dorms/dorm_6)
-"zE" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/machinery/recharger,
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/item/tool/wrench,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"zF" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"zH" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"zI" = (
-/obj/structure/catwalk,
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Fuel Storage Room";
- req_one_access = list(11)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"zJ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"zL" = (
-/obj/structure/table/steel,
-/obj/random/tech_supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"zM" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "civ1_airlock_control";
- name = "Internal Access Button";
- pixel_x = -26;
- pixel_y = 5
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civ1_airlock_interior";
- locked = 1;
- name = "Civilian Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/civilian/fishing)
-"zN" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"zO" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"zP" = (
-/obj/structure/table/steel,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/storage/toolbox/electrical,
-/obj/item/clothing/shoes/galoshes,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"zQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"zR" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "dorm_tint5"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "dorm_tint5"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/dorms/dorm_5)
-"zS" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/dorms/dorm_4)
-"zU" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"zV" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"zW" = (
-/obj/machinery/vending/snack{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"zX" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"zY" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/purpledouble,
-/turf/simulated/floor/carpet/purcarpet,
-/area/surface/outpost/main/dorms/dorm_2)
-"zZ" = (
-/obj/structure/fence/corner{
- dir = 9
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Aa" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/left_two)
-"Ac" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Ad" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Ae" = (
-/obj/machinery/light,
-/obj/item/book/manual/rust_engine,
-/obj/structure/table/steel_reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Af" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/machinery/light/small,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Ag" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Ah" = (
-/obj/structure/table/woodentable,
-/obj/item/deck/cards,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"Ai" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Aj" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"Ak" = (
-/obj/effect/map_effect/portal/line/side_a,
-/obj/effect/map_effect/perma_light/concentrated,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/exterior)
-"Am" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/disposal,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"An" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Ao" = (
-/turf/simulated/floor/water,
-/area/surface/outside/river/faxalven)
-"Ap" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges,
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Aq" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Ar" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/backup_kit{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/box/cdeathalarm_kit,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"As" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/smes)
-"Au" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Av" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/structure/flora/pottedplant/xmas,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Aw" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "SUBS - Right Wing";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"Az" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main6_airlock_control";
- pixel_x = 26;
- pixel_y = 26;
- tag_exterior_door = "main6_airlock_exterior";
- tag_interior_door = "main6_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"AA" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"AB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"AC" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"AD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"AE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"AF" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal,
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"AG" = (
-/obj/structure/table/steel,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable/blue,
-/obj/item/storage/toolbox/electrical,
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"AH" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"AI" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"AJ" = (
-/obj/structure/table/glass,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 6
- },
-/obj/item/tool/wrench,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"AK" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/mining_main/refinery)
-"AL" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/path/plains)
-"AM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"AN" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"AO" = (
-/obj/effect/floor_decal/borderfloor/full,
-/obj/effect/floor_decal/industrial/danger/full,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/shieldwallgen{
- anchored = 1;
- req_access = list(1,43);
- state = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"AP" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/item/glass_jar,
-/obj/structure/table/reinforced,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"AQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"AR" = (
-/obj/structure/table/steel,
-/obj/random/tool,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"AT" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"AU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"AV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"AW" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/tcomm)
-"AX" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main)
-"AY" = (
-/obj/effect/landmark/start{
- name = "Search and Rescue"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"AZ" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Ba" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Bb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Bc" = (
-/obj/structure/catwalk,
-/obj/machinery/power/terminal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"Bd" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Be" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"Bf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Bg" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Bh" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"Bi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Bj" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Bk" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/table/bench/steel,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"Bl" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/emergency_storage/one)
-"Bm" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_5)
-"Bn" = (
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"Bo" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Bp" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Bq" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Br" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/stairs{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/fishing)
-"Bs" = (
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal,
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Bt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/item/extinguisher/mini,
-/obj/effect/floor_decal/corner/yellow/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Bu" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/machinery/fitness/punching_bag/clown,
-/obj/effect/floor_decal/corner/black{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Bv" = (
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/smes)
-"Bw" = (
-/obj/structure/boxingrope{
- dir = 4
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"Bx" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"BA" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"BB" = (
-/obj/machinery/telecomms/relay/preset/southerncross/planet,
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"BC" = (
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"BD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"BE" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/sauna)
-"BF" = (
-/obj/effect/floor_decal/spline/fancy/wood/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"BG" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/machinery/light,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Landing South Airlock";
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"BH" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Airlock Access 1"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"BI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Landing North Airlock Access"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"BJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/sauna)
-"BK" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/tools)
-"BL" = (
-/obj/structure/table/woodentable,
-/obj/item/toy/bouquet,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"BM" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"BN" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/ender{
- icon_state = "1-2";
- id = "surface_cave"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"BO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"BP" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"BQ" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/path/plains)
-"BR" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/floor_decal/corner_steel_grid{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"BS" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"BT" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_north)
-"BU" = (
-/obj/effect/floor_decal/spline/plain,
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"BV" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"BW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"BX" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"BZ" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Cb" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main3_airlock_exterior";
- locked = 1;
- name = "Landing South External"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/landing_south)
-"Cc" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Search and Rescue Starboard";
- dir = 8
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/table/rack,
-/obj/item/storage/belt/medical/emt,
-/obj/item/storage/belt/medical/emt,
-/obj/item/storage/belt/medical/emt,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/brigdoor/southleft{
- dir = 8;
- name = "EMT Supplies";
- req_access = list(5);
- req_one_access = list(5,43)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Cd" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central6,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/landing_north)
-"Ce" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Cf" = (
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"Cg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"Ch" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Reactor Room External Access";
- req_one_access = list(11)
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/monitoring)
-"Ci" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"Ck" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"Cl" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/fusion_core/mapped{
- id_tag = "Outpost Fusion Core"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"Cm" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Cn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/laundry)
-"Co" = (
-/obj/effect/floor_decal/techfloor/orange,
-/obj/effect/landmark{
- name = "JoinLateGateway"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"Cp" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"Cr" = (
-/obj/structure/closet/crate{
- name = "Tritium Storage"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/item/fuel_assembly/tritium,
-/obj/item/fuel_assembly/tritium,
-/obj/item/fuel_assembly/tritium,
-/obj/machinery/light_switch{
- pixel_x = -11;
- pixel_y = 21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"Cs" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Cu" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/auxiliary_storage)
-"Cv" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Cw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Cx" = (
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"Cy" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 5";
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Cz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"CA" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"CB" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 7;
- tag_north = 2;
- tag_south = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"CC" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"CD" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"CE" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock{
- name = "Emergency Storage"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/civilian/emergency_storage)
-"CF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"CG" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"CH" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/visible/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/visible/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"CI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"CM" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"CN" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"CO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"CP" = (
-/obj/structure/closet/l3closet/janitor,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"CQ" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/storage)
-"CR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"CS" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 8
- },
-/obj/machinery/computer/cryopod/gateway{
- pixel_x = -32
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"CT" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/right_one)
-"CU" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"CW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"CX" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"CY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"CZ" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"Db" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Dc" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/exterior)
-"Dd" = (
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"De" = (
-/obj/machinery/mineral/unloading_machine,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"Df" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Dh" = (
-/obj/structure/fence{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Di" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Dj" = (
-/obj/machinery/atmospherics/unary/cryo_cell{
- layer = 3.3
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"Dk" = (
-/obj/structure/closet,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/orange/bordercorner2{
- dir = 5
- },
-/obj/item/storage/backpack/dufflebag,
-/obj/item/clothing/shoes/boots/winter/climbing,
-/obj/item/clothing/shoes/boots/winter/climbing,
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Fishing 1";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Dl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/machinery/light{
- dir = 8
- },
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Dn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_three)
-"Do" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"Dp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"Dq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"Dr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Ds" = (
-/obj/effect/map_effect/portal/master/side_a/plains_to_caves,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/plains/mountains)
-"Dt" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Du" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 9
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"Dv" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_6)
-"Dw" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Dx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/engineering{
- name = "SMES Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gen_room/smes_left)
-"Dz" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/nanotrasen,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"DA" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/door/firedoor/glass/hidden,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"DB" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"DC" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"DD" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/vending/loadout/gadget,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"DE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"DG" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 1
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"DH" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"DJ" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"DK" = (
-/obj/machinery/conveyor{
- id = "mining_internal"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"DL" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"DM" = (
-/obj/structure/closet/lasertag/blue,
-/obj/item/stack/flag/blue,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"DN" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/bottle/wine,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"DP" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"DQ" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/normal)
-"DT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"DU" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"DW" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost SMES Room";
- dir = 10;
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/obj/machinery/light_switch{
- pixel_x = -21;
- pixel_y = -11
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/reactor_smes)
-"DX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_three)
-"DY" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"DZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Ea" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atm{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Eb" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ec" = (
-/obj/effect/step_trigger/teleporter/bridge/north_to_south,
-/obj/structure/railing,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"Ed" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/fishing)
-"Ee" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/item/radio{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/radio{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_three)
-"Ef" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Eg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet,
-/area/surface/outpost/main/dorms/dorm_6)
-"Ei" = (
-/obj/structure/table/steel,
-/obj/item/tool/crowbar,
-/obj/item/tool/crowbar,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/multitool,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"Ej" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Ek" = (
-/turf/simulated/floor/holofloor/tiled/dark,
-/area/surface/outpost/security/maa)
-"El" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"Em" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"En" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/bordercorner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Eo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"Ep" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/left_one)
-"Eq" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 9
- },
-/obj/effect/decal/cleanable/cobweb,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"Er" = (
-/obj/machinery/telecomms/relay/preset/southerncross/wild,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/tcomm)
-"Et" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/reddouble,
-/turf/simulated/floor/carpet,
-/area/surface/outpost/main/dorms/dorm_6)
-"Eu" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"Ev" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 6
- },
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Ew" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Ex" = (
-/obj/effect/landmark{
- name = "bluespacerift"
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/plains)
-"Ey" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"EA" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"EB" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"EC" = (
-/obj/machinery/atm{
- pixel_y = 30
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ED" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"EE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"EF" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"EG" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/construction_area)
-"EH" = (
-/obj/structure/table/woodentable,
-/obj/item/material/kitchen/utensil/fork/plastic{
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"EI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"EJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Reactor Room Internal Access";
- req_one_access = list(11)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/reactor_smes)
-"EK" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"EL" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"EM" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"EN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"EO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"EP" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 4
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"EQ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/corridor/right_lower)
-"ER" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"ES" = (
-/obj/machinery/teleport/station,
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/teleporter)
-"ET" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"EU" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"EV" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/material/steel{
- amount = 50
- },
-/obj/item/stack/cable_coil,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"EW" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"EX" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"EY" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/random/action_figure,
-/obj/item/coin/silver,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"EZ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Fa" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Fb" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"Fc" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_north"
- },
-/obj/machinery/mineral/input,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"Fd" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Fe" = (
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"Ff" = (
-/obj/machinery/cablelayer,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Fg" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"Fi" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Fj" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Fk" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"Fl" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gym)
-"Fm" = (
-/obj/structure/closet/secure_closet{
- name = "hunting locker";
- req_one_access = list(1,43)
- },
-/obj/item/gun/energy/netgun,
-/obj/item/beartrap,
-/obj/item/material/knife/tacknife/survival,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/item/clothing/shoes/boots/jungle,
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Fn" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"Fo" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Fp" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Fq" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm6";
- name = "Door Lock Control";
- pixel_y = 25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"Fr" = (
-/obj/structure/table/reinforced,
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_one)
-"Fs" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/h_chocolate,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"Ft" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_one)
-"Fu" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/corner/brown/full,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"Fv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Fy" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Laundry 2";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Fz" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"FA" = (
-/obj/item/banner/nt,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"FB" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 4
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"FC" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"FD" = (
-/obj/effect/step_trigger/teleporter/bridge/north_to_south,
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"FE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"FF" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main7_airlock_control";
- pixel_x = 26;
- pixel_y = -26;
- tag_exterior_door = "main7_airlock_exterior";
- tag_interior_door = "main7_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"FH" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"FI" = (
-/obj/structure/table/reinforced,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/item/gps/security,
-/turf/simulated/floor/holofloor/tiled/dark,
-/area/surface/outpost/security/maa)
-"FJ" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"FK" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/refinery)
-"FL" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_3)
-"FM" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"FN" = (
-/obj/structure/closet/firecloset,
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"FO" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/structure/symbol/em{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"FP" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"FQ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/door/firedoor/glass/hidden,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"FR" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/civilian/pool)
-"FS" = (
-/obj/structure/table/steel,
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"FU" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_north)
-"FV" = (
-/obj/structure/boxingrope{
- dir = 8
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"FW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"FX" = (
-/obj/item/banner/nt,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"FY" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_right)
-"FZ" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/structure/disposalpipe/segment,
-/obj/random/powercell,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Ga" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/refinery)
-"Gb" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"Gc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Gd" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_one)
-"Ge" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Gf" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "civ2_airlock_control";
- pixel_x = 26;
- pixel_y = 26;
- tag_exterior_door = "civ2_airlock_exterior";
- tag_interior_door = "civ2_airlock_interior"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"Gg" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Gh" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"Gi" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Left Wing";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"Gj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"Gk" = (
-/obj/structure/snowman/spider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Gl" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "SUBS - Security Checkpoint"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"Gm" = (
-/obj/structure/undies_wardrobe,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Gn" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Gp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"Gq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_north)
-"Gr" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Gs" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/ocean)
-"Gt" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Gu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Gv" = (
-/turf/simulated/floor/water/shoreline/corner{
- dir = 4
- },
-/area/surface/outside/ocean)
-"Gw" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Gx" = (
-/obj/structure/table/steel,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/storage/toolbox/electrical,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"Gy" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Gz" = (
-/obj/structure/ore_box,
-/obj/effect/floor_decal/corner/brown{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"GA" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 10
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"GC" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"GD" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"GE" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/plains)
-"GF" = (
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"GG" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"GH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"GI" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/reactor_smes)
-"GJ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/right_two)
-"GK" = (
-/obj/effect/floor_decal/stairs{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/fishing)
-"GL" = (
-/obj/machinery/door/airlock/hatch{
- icon_state = "door_locked";
- id_tag = "engine_access_hatch";
- locked = 1;
- name = "Reactor Core";
- rad_resistance = 150;
- req_access = list(11)
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/engineering/reactor_smes)
-"GM" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"GN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"GO" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/closet/secure_closet/engineering_welding,
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"GP" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/tools)
-"GQ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"GR" = (
-/obj/effect/landmark/event_spawn/dronepod_landing,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/normal)
-"GT" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- name = "Mining Storage";
- req_one_access = list(48)
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/uxstorage)
-"GU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"GV" = (
-/obj/machinery/light_construct{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"GW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"GX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"GY" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/item/flashlight/lamp,
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/machinery/vending/wallmed1{
- name = "NanoMed Wall";
- pixel_y = -30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"GZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Ha" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/faxalven)
-"Hb" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/security)
-"Hc" = (
-/obj/machinery/pipedispenser/disposal,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Hd" = (
-/obj/structure/closet/wardrobe/black,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"He" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Hf" = (
-/obj/structure/closet/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/geiger,
-/obj/item/geiger,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"Hg" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/right_two)
-"Hh" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/gen_room/smes_left)
-"Hi" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Hj" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"Hk" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Hl" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Hm" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Hn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"Ho" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/tools)
-"Hp" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"Hq" = (
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Hr" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/symbol/gu{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Hs" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"Ht" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Hu" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/fishing)
-"Hv" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Hw" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"Hx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_2)
-"Hy" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"Hz" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gen_room/smes_right)
-"HA" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"HB" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/teleporter)
-"HC" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"HD" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/right_one)
-"HE" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_one)
-"HF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 6;
- d2 = 8;
- icon_state = "6-8"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"HG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"HH" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 8;
- pixel_x = -5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"HI" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"HK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"HL" = (
-/obj/machinery/shower,
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"HM" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"HN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 2";
- dir = 4;
- name = "security camera"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"HO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"HP" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_two)
-"HQ" = (
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"HR" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"HS" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"HU" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"HV" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"HW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"HX" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"HY" = (
-/obj/item/towel{
- color = "#FF6666";
- name = "light red towel"
- },
-/obj/structure/sink{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_6)
-"HZ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ib" = (
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/storage)
-"Ic" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Id" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ie" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/fishing)
-"If" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm1";
- name = "Dorm 1"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_1)
-"Ig" = (
-/turf/simulated/floor/water/deep/ocean,
-/area/surface/outside/ocean)
-"Ih" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Ii" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/mining_main)
-"Ij" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Ik" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 2
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Il" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Im" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Mining";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"In" = (
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Ip" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/exploration)
-"Iq" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Ir" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_south)
-"Is" = (
-/obj/item/towel{
- color = "#90ee90";
- name = "green towel"
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"It" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"Iu" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm2";
- name = "Door Lock Control";
- pixel_y = 25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"Iv" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"Iw" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Ix" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/exploration/containment)
-"Iy" = (
-/obj/machinery/mineral/processing_unit_console,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/refinery)
-"Iz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"IA" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 4
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"IC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"ID" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main4_airlock_exterior";
- locked = 1;
- name = "Landing North External"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/landing_north)
-"IE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/tools)
-"IF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_3)
-"IG" = (
-/obj/effect/overmap/visitable/planet/Sif,
-/turf/simulated/mineral/sif,
-/area/surface/outside/plains/mountains)
-"IH" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"II" = (
-/obj/machinery/sleeper{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/search_and_rescue)
-"IJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"IK" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/item/clothing/mask/gas,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_two)
-"IM" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"IN" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Laundry"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/laundry)
-"IO" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"IP" = (
-/obj/structure/closet/secure_closet/guncabinet/phase{
- req_one_access = null
- },
-/obj/item/clothing/accessory/holster/hip,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"IQ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/left_lower)
-"IR" = (
-/obj/structure/closet/secure_closet/explorer,
-/obj/item/clothing/accessory/holster/hip,
-/obj/item/cataloguer,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"IS" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"IT" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"IU" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"IV" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central4,
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"IW" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"IX" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main2_airlock_control";
- pixel_x = -26;
- pixel_y = -26;
- tag_exterior_door = "main2_airlock_exterior";
- tag_interior_door = "main2_airlock_interior"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"IY" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/obj/item/packageWrap,
-/obj/item/packageWrap,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 5
- },
-/obj/machinery/button/remote/blast_door{
- id = "production1";
- name = "Production Shutters";
- pixel_x = 22;
- req_one_access = list(48)
- },
-/obj/item/hand_labeler,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"IZ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Ja" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/blue/bordercorner2{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Jb" = (
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "SUBS - Civilian";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"Jc" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 10
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Jd" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Teleporter";
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"Je" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_three)
-"Jf" = (
-/obj/effect/floor_decal/spline/plain,
-/obj/machinery/hologram/holopad,
-/obj/machinery/light/spot,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Jg" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic,
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_one)
-"Jh" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm2";
- name = "Dorm 2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_2)
-"Ji" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Jj" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Jk" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/engineering{
- name = "SMES Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/civilian/smes)
-"Jl" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Jm" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Jn" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"Jo" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main3_airlock_interior";
- locked = 1;
- name = "Landing South Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/landing_south)
-"Jq" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/corridor)
-"Js" = (
-/obj/structure/table/steel,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/recharger,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Jt" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Ju" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Jv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Jw" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/security)
-"Jx" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/sauna)
-"Jy" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "mining2_airlock_control";
- pixel_x = -26;
- pixel_y = -26;
- req_one_access = list(48,10);
- tag_exterior_door = "mining2_airlock_exterior";
- tag_interior_door = "mining2_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Jz" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"JA" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"JB" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Teleporter";
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"JC" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"JD" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"JE" = (
-/obj/effect/floor_decal/spline/plain,
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"JF" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"JG" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"JH" = (
-/obj/structure/sign/warning/caution{
- desc = "This appears to be a sign warning people that the other side is dangerous. It also says that NanoTrasen cannot guarantee your safety beyond this point.";
- name = "\improper WARNING: NO ACCESS"
- },
-/turf/simulated/shuttle/wall/voidcraft/hard_corner,
-/area/surface/outpost/wall)
-"JJ" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"JK" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/reactor_smes)
-"JL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"JM" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"JN" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"JO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/corner/brown{
- dir = 8
- },
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Mining Storage";
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"JP" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_two)
-"JQ" = (
-/obj/effect/step_trigger/teleporter/bridge/south_to_north,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"JR" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"JS" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"JT" = (
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/smes)
-"JU" = (
-/obj/structure/table/standard,
-/obj/item/soap,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"JV" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 8
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"JW" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 10
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room/smes_right)
-"JX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/surface/outpost/main/dorms/dorm_4)
-"JY" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"JZ" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges,
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ka" = (
-/turf/simulated/floor/water/shoreline{
- dir = 10
- },
-/area/surface/outside/ocean)
-"Kb" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/laundry)
-"Kd" = (
-/turf/simulated/floor/water/shoreline/corner,
-/area/surface/outside/ocean)
-"Ke" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/civilian/sauna)
-"Kf" = (
-/obj/structure/table/steel,
-/obj/random/junk,
-/obj/random/maintenance/engineering,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"Kg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Kh" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_x = -4;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_x = 5;
- pixel_y = 6
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/civilian/sauna)
-"Ki" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"Kj" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Kk" = (
-/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Kl" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Km" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Kn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"Ko" = (
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Kp" = (
-/obj/effect/landmark/start{
- name = "Explorer"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Kr" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Reactor Room External Access";
- req_one_access = list(11)
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/surface/outpost/engineering/atmos_room)
-"Ks" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Kt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/landing_south)
-"Ku" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gateway)
-"Kv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"Kw" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"Kx" = (
-/obj/structure/table/standard,
-/obj/machinery/recharger,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Ky" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gateway)
-"Kz" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"KA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"KB" = (
-/turf/simulated/shuttle/wall/voidcraft/hard_corner,
-/area/surface/outpost/wall)
-"KC" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"KD" = (
-/obj/structure/table/bench/standard,
-/obj/item/radio/intercom/department/security{
- dir = 1;
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/security/maa)
-"KE" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/obj/effect/overlay/snow/floor,
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"KF" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"KG" = (
-/obj/structure/table/rack/shelf,
-/turf/simulated/floor/holofloor/tiled/dark,
-/area/surface/outpost/security/maa)
-"KH" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"KI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/oracarpet,
-/area/surface/outpost/main/dorms/dorm_1)
-"KK" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"KL" = (
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"KM" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"KN" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Production Area";
- req_one_access = list(48)
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main)
-"KO" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"KP" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/atmos_room)
-"KQ" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"KR" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"KS" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"KT" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"KU" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock{
- name = "Emergency Storage"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/mining_main/emergencystorage)
-"KV" = (
-/obj/structure/bed/chair/comfy/black,
-/obj/machinery/button/windowtint{
- id = "dorm_tint6";
- pixel_x = -22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"KW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/power/terminal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"KX" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"KY" = (
-/obj/machinery/iv_drip,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"KZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"La" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"Lb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Lc" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 10
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2{
- dir = 9
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Ld" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/atmospherics/unary/vent_pump/engine{
- dir = 1;
- external_pressure_bound = 100;
- external_pressure_bound_default = 0;
- frequency = 1438;
- icon_state = "map_vent_in";
- id_tag = "rust_cooling_out";
- initialize_directions = 1;
- pump_direction = 0;
- use_power = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"Le" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange/bordercorner2{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Lf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"Lg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Lh" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Li" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Lj" = (
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Lk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Ll" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/tools)
-"Lm" = (
-/obj/structure/closet/hydrant{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"Ln" = (
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/obj/structure/boxingrope{
- dir = 1
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"Lo" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Lp" = (
-/obj/structure/table/steel,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/storage/toolbox/electrical,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"Lq" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/blast/radproof{
- dir = 4;
- rad_resistance = 150
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/monitoring)
-"Lr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"Ls" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Lt" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"Lu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/engineering{
- name = "Atmos Room";
- req_one_access = list(12)
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/mining_main/tools)
-"Lv" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/surface/outpost/main/dorms/dorm_4)
-"Lw" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/monitoring)
-"Lx" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Ly" = (
-/obj/structure/fence/end{
- dir = 8
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Lz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"LA" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"LC" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall,
-/area/surface/outpost/main/gen_room/smes_right)
-"LD" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/table/rack,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"LE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/right_one)
-"LF" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "sauna_tint1"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"LG" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"LH" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"LI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"LJ" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"LK" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main6_airlock_control";
- name = "Internal Access Button";
- pixel_x = 26;
- pixel_y = 5
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main6_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/left_one)
-"LL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"LM" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"LN" = (
-/turf/simulated/wall,
-/area/surface/outpost/civilian/emergency_storage)
-"LO" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/machinery/vending/fitness{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"LP" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/structure/flora/pottedplant/flower,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"LQ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"LR" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"LS" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/faxalven)
-"LT" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"LU" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- operating = 0;
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"LV" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass{
- name = "Long Range Teleporter Access"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gateway)
-"LW" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"LX" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"LY" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"LZ" = (
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Ma" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/corridor/right_upper)
-"Mb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"Mc" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Me" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/structure/table/glass,
-/obj/item/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/fire{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/fire{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/o2{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/o2{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/adv{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/item/storage/firstaid/adv{
- pixel_x = -5;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Mf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Mg" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/right_lower)
-"Mh" = (
-/turf/simulated/floor/water/shoreline{
- dir = 5
- },
-/area/surface/outside/ocean)
-"Mi" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Mj" = (
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"Mk" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Ml" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Mm" = (
-/obj/structure/table/bench/standard,
-/obj/item/radio/intercom/department/medbay{
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"Mn" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Mo" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Mp" = (
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Mq" = (
-/obj/item/clothing/under/bathrobe,
-/obj/item/clothing/under/bathrobe,
-/obj/item/clothing/under/bathrobe,
-/obj/structure/closet/cabinet,
-/obj/item/clothing/shoes/sandal,
-/obj/item/clothing/shoes/sandal,
-/obj/item/clothing/shoes/sandal,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"Mr" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Ms" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Mt" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"Mu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_construct{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/maa)
-"Mv" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Mx" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/engineering{
- name = "SMES Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gen_room/smes_right)
-"My" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- name = "Gym"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1,
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/gym)
-"Mz" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"MA" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"MB" = (
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/westleft{
- name = "Medical Supplies";
- req_access = null;
- req_one_access = list(5,43)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"MC" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"MD" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 6
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ME" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/laundry)
-"MF" = (
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"MG" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"MH" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"MI" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"MJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"MK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"ML" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/refinery)
-"MM" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/corner/orange{
- dir = 9
- },
-/obj/effect/floor_decal/corner/orange{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"MN" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/laundry)
-"MO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"MP" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"MQ" = (
-/obj/structure/bed/chair/comfy/black,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"MR" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"MT" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- dir = 4;
- rad_resistance = 150
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/monitoring)
-"MU" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/structure/table/standard,
-/obj/machinery/photocopier/faxmachine{
- department = "Outpost Laundry"
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"MV" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/pool)
-"MW" = (
-/obj/structure/table/steel,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = -22
- },
-/obj/structure/cable/blue,
-/obj/item/storage/toolbox/electrical,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"MX" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"MY" = (
-/obj/machinery/atmospherics/binary/circulator{
- anchored = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"MZ" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light_construct{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Na" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Nb" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/restroom)
-"Nc" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/highsecurity{
- name = "Telecommunication Hub";
- req_one_access = list(61)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/tcomm)
-"Nd" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Ne" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"Nf" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Nh" = (
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Sauna";
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"Ni" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_one)
-"Nj" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Nk" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 10
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 3";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Nm" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Nn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/fishing)
-"No" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"Np" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Nq" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Ns" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Nt" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Nu" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm5";
- name = "Door Lock Control";
- pixel_y = -25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"Nv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Nw" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_three)
-"Nx" = (
-/obj/structure/table/steel,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Ny" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/vending/snack,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"Nz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_4)
-"NA" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"NB" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_two)
-"NC" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"NE" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm4";
- name = "Door Lock Control";
- pixel_y = 25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"NF" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"NG" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/right_three)
-"NH" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"NI" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"NJ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"NK" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"NL" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room)
-"NM" = (
-/obj/structure/fence/end{
- dir = 1
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"NN" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/refinery)
-"NO" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/janitor)
-"NP" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"NQ" = (
-/obj/structure/bed/chair/comfy/black,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"NR" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/exterior)
-"NU" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"NV" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/landing_north)
-"NW" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"NX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"NY" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/smes)
-"NZ" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 5;
- d2 = 6;
- icon_state = "5-6"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Oa" = (
-/obj/structure/fence,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ob" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Oc" = (
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/plains)
-"Od" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/table/rack,
-/obj/item/tank/emergency/oxygen/double,
-/obj/item/tank/emergency/oxygen/double,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock 2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_two)
-"Oe" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm3";
- name = "Dorm 3"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_3)
-"Of" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/security/maa)
-"Oh" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/structure/closet,
-/obj/effect/floor_decal/corner/white/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Oi" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Oj" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"Ol" = (
-/obj/structure/dark_portal/minion,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outside/plains/mountains)
-"Om" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Oo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Op" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"Oq" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Os" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 5
- },
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"Ot" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Ou" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Ov" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Ow" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_6)
-"Ox" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "sec1_airlock_exterior";
- locked = 1;
- name = "Security Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "sec1_airlock_control";
- name = "External Access Button";
- pixel_y = 26;
- req_one_access = list(1)
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/security)
-"Oy" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_south)
-"OA" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/landing_south)
-"OB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "garage1";
- name = "Garage Shutters"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/right_two)
-"OC" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"OD" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock Access 1";
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"OE" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"OF" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"OH" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main1_airlock_control";
- name = "Internal Access Button";
- pixel_x = -6;
- pixel_y = -26
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main1_airlock_interior";
- locked = 1;
- name = "Main Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_two)
-"OI" = (
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main4_airlock_control";
- pixel_x = -5;
- tag_exterior_door = "main4_airlock_exterior";
- tag_interior_door = "main4_airlock_interior"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main4_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_north)
-"OJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"OK" = (
-/obj/effect/map_effect/portal/master/side_a/plains_to_caves/river,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/plains/mountains)
-"OL" = (
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"OM" = (
-/obj/structure/fitness/punchingbag,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"ON" = (
-/obj/structure/table/standard,
-/obj/item/stack/material/steel{
- amount = 10
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"OO" = (
-/obj/item/towel{
- color = "#FF8C00";
- name = "orange towel"
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"OP" = (
-/obj/structure/showcase/sign{
- desc = "This appears to be a sign warning people that it is dangerous outside. Further reading suggests being properly equipped or acquiring an umbrella.";
- name = "WARNING: HAIL STORMS"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"OQ" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"OR" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"OS" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/monitoring)
-"OT" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"OU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"OV" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"OW" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"OX" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
- dir = 4
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"OY" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gen_room/smes_left)
-"OZ" = (
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/laundry)
-"Pa" = (
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"Pb" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"Pc" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "mining2_airlock_control";
- name = "Internal Access Button";
- pixel_x = -26;
- pixel_y = -6;
- req_one_access = list(48,10)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "mining2_airlock_interior";
- locked = 1;
- name = "Mining Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/mining_main/tools)
-"Pd" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Pe" = (
-/obj/machinery/door/firedoor/multi_tile/glass,
-/obj/machinery/door/airlock/multi_tile/metal{
- name = "Sauna"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/sauna)
-"Pf" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 9
- },
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"Pg" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration/containment)
-"Ph" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/maintenance/engineering,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Pi" = (
-/obj/structure/fence/cut/large,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Pj" = (
-/obj/structure/table/bench/marble,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Pk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/corridor/left_upper)
-"Pl" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"Pm" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"Po" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green{
- dir = 6
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ps" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
- dir = 1
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Pt" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Pu" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Pv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/engineering{
- name = "SMES Access"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/gen_room)
-"Pw" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"Py" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal,
-/obj/machinery/light,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Pz" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/black,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"PA" = (
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/table/steel_reinforced,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/item/clothing/gloves/yellow,
-/obj/item/multitool{
- pixel_x = 5
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/reactor_smes)
-"PC" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"PD" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"PE" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"PF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"PG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"PJ" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"PK" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"PL" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/right_three)
-"PM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"PN" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"PO" = (
-/turf/simulated/floor/water/shoreline{
- dir = 1
- },
-/area/surface/outside/ocean)
-"PQ" = (
-/obj/machinery/pipedispenser,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"PR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"PS" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"PT" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/table/rack,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"PU" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/river/faxalven)
-"PV" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"PW" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"PX" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/teleporter)
-"PY" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall,
-/area/surface/outpost/civilian/smes)
-"PZ" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Search and Rescue";
- req_one_access = null
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 8
- },
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/search_and_rescue)
-"Qa" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Qb" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Qd" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Qe" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/blast/radproof{
- id = "EngineReactor";
- rad_resistance = 150
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Qf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"Qg" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"Qh" = (
-/obj/structure/table/steel,
-/obj/item/storage/belt/utility/full,
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Qi" = (
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/item/roller{
- pixel_x = 8;
- pixel_y = 1
- },
-/obj/item/roller{
- pixel_x = 8;
- pixel_y = 9
- },
-/obj/item/roller{
- pixel_x = -8;
- pixel_y = 1
- },
-/obj/item/roller{
- pixel_x = -8;
- pixel_y = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Qj" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/monitoring)
-"Qk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/machinery/button/remote/blast_door{
- id = "pen";
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Ql" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Qn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"Qo" = (
-/obj/machinery/recharge_station,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/restroom)
-"Qp" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Qq" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/orange/bordercorner2{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Qr" = (
-/obj/structure/fence,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Qt" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"Qu" = (
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/contraband,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/laundry)
-"Qv" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4;
- name = "Air Tank Bypass Pump"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Qx" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/heavyduty{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/smes)
-"Qy" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Qz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"QA" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"QB" = (
-/obj/structure/flora/pottedplant/stoutbush,
-/obj/machinery/camera/network/security{
- c_tag = "SO - Security Checkpoint";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"QC" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"QD" = (
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Airlock Access 3";
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"QG" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"QH" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"QI" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/heavyduty{
- d2 = 2;
- dir = 4;
- icon_state = "0-4"
- },
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/cyan{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"QJ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/right_lower)
-"QK" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"QL" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"QM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"QN" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/emergencystorage)
-"QO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/plaque,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/corridor/right_upper)
-"QP" = (
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/auxiliary_storage)
-"QQ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 1"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"QR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"QS" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"QT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "production1";
- name = "Production Shutters"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/mining_main/refinery)
-"QU" = (
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"QV" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm5";
- name = "Dorm 5"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_5)
-"QW" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/gateway)
-"QX" = (
-/obj/item/stool/padded,
-/obj/structure/boxingrope{
- dir = 4
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"QY" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"QZ" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/structure/dogbed,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"Ra" = (
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main3_airlock_control";
- pixel_x = -5;
- tag_exterior_door = "main3_airlock_exterior";
- tag_interior_door = "main3_airlock_interior"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "main3_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/airlock/landing_south)
-"Rb" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 8
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Rc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1;
- icon_state = "pipe-j2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"Rd" = (
-/obj/structure/boxingrope{
- dir = 4
- },
-/obj/structure/boxingrope,
-/obj/structure/boxingrope{
- dir = 6;
- layer = 4.1
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"Re" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Rf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Rg" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm6";
- name = "Dorm 6"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_6)
-"Rh" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"Ri" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Rj" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Rk" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"Rl" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/table/steel,
-/obj/item/handcuffs/fuzzy,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_left)
-"Rm" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Rn" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Ro" = (
-/obj/machinery/atmospherics/pipe/simple/visible/universal,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Rp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/button/remote/blast_door{
- id = "garage1";
- name = "Garage Shutter Control";
- pixel_x = -6;
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"Rq" = (
-/obj/machinery/computer/gyrotron_control{
- id_tag = "Reactor Gyrotron"
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 9
- },
-/obj/machinery/button/remote/blast_door/radproof{
- id = "EngineReactor";
- name = "Reactor Blast Doors";
- pixel_x = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/reactor_smes)
-"Rr" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outside/lake/romsele)
-"Rs" = (
-/obj/machinery/atmospherics/binary/pump,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Ru" = (
-/obj/machinery/vending/loadout/costume,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Rv" = (
-/obj/machinery/computer/fusion_fuel_control{
- id_tag = "Reactor Fuel Injectors"
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/reactor_smes)
-"Rw" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/item/tank/emergency/oxygen/double,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/left_two)
-"Rx" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/item/tool/crowbar/red,
-/obj/item/flashlight,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Landing North Airlock"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"Ry" = (
-/obj/item/towel{
- color = "#b5651d";
- name = "brown towel"
- },
-/obj/structure/sink{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"Rz" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 1";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"RA" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"RB" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/mixed,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/emergency_storage)
-"RC" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main5_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main5_airlock_control";
- name = "External Access Button";
- pixel_y = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_three)
-"RD" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/table/glass,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/defib_kit/loaded,
-/obj/item/defib_kit/compact/loaded,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"RE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"RF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/landing_south)
-"RG" = (
-/obj/machinery/vending/loadout/accessory,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"RH" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 5
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"RI" = (
-/obj/structure/table/steel,
-/obj/structure/closet/hydrant{
- pixel_y = -32
- },
-/obj/item/clothing/glasses/meson,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"RJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"RK" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/path/plains)
-"RL" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"RN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"RO" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/indalsalven)
-"RP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/vehicle/train/engine/quadbike{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"RQ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/table/rack,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Airlock 1";
- dir = 8
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/obj/item/melee/umbrella{
- color = "#7c0d0d"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_one)
-"RR" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 1
- },
-/obj/machinery/light/flicker{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"RS" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/backpack/parachute{
- pixel_x = -6;
- pixel_y = 6
- },
-/obj/item/storage/backpack/parachute{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/storage/backpack/parachute{
- pixel_x = -6;
- pixel_y = -6
- },
-/obj/item/storage/backpack/parachute{
- pixel_x = 6;
- pixel_y = -6
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"RT" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 8
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"RV" = (
-/obj/structure/table/glass,
-/obj/item/clothing/mask/snorkel,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"RW" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"RX" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/landing_north)
-"RY" = (
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 6;
- d2 = 9;
- icon_state = "6-9"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"RZ" = (
-/obj/machinery/computer/teleporter{
- dir = 2
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/surface/outpost/main/teleporter)
-"Sa" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Sb" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/uxstorage)
-"Sc" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_one)
-"Sd" = (
-/obj/machinery/vending/nifsoft_shop{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Se" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"Sf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/blue,
-/area/surface/outpost/main/dorms/dorm_5)
-"Sg" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Sh" = (
-/obj/machinery/mineral/stacking_unit_console,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/refinery)
-"Si" = (
-/obj/machinery/disposal,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Sj" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"Sk" = (
-/obj/effect/zone_divider,
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall)
-"Sm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Sn" = (
-/obj/machinery/light,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"So" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_two)
-"Sp" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Sq" = (
-/obj/structure/table/glass,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/storage/box/bodybags,
-/obj/item/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Sr" = (
-/obj/structure/fitness/weightlifter,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"Ss" = (
-/obj/structure/janitorialcart,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"Su" = (
-/obj/machinery/computer/secure_data,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Sx" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/green{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Sy" = (
-/obj/machinery/fitness/heavy/lifter,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"Sz" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/landing_south)
-"SA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"SB" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"SC" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_two)
-"SD" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"SE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "sauna_tint2"
- },
-/obj/structure/window/reinforced/polarized{
- id = "sauna_tint2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"SF" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/bottle/champagne,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"SG" = (
-/obj/effect/landmark{
- name = "JoinLateSifPlains"
- },
-/obj/effect/landmark/start{
- name = "Outsider"
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall)
-"SH" = (
-/obj/structure/table/woodentable,
-/obj/item/flame/candle/candelabra,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_1)
-"SJ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main)
-"SK" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/tools)
-"SL" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Right Wing - Hallway 5";
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"SN" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"SO" = (
-/obj/structure/sign/electricshock,
-/turf/simulated/wall/r_wall{
- cached_rad_resistance = 150
- },
-/area/surface/outpost/engineering/monitoring)
-"SP" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gym)
-"SQ" = (
-/obj/structure/table/woodentable,
-/obj/item/towel{
- color = "#FF6666";
- name = "light red towel"
- },
-/obj/item/towel{
- color = "#FF6666";
- name = "light red towel";
- pixel_y = 3
- },
-/obj/item/towel{
- color = "#FF6666";
- name = "light red towel";
- pixel_y = 6
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"SR" = (
-/obj/structure/dispenser{
- phorontanks = 0
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"SS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"ST" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 8
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Gateway";
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"SU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/overlay/snow/floor,
-/obj/structure/catwalk,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/path/plains)
-"SV" = (
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"SW" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/airlock/landing_south)
-"SX" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"SY" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"SZ" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/surface/outpost/main/dorms/dorm_1)
-"Ta" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/flora/pottedplant,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Tc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Te" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/dorms/dorm_3)
-"Tf" = (
-/obj/machinery/hyperpad/centre{
- map_pad_id = "pad_1_away";
- map_pad_link_id = "pad_1_station"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Tg" = (
-/obj/structure/closet/wardrobe/xenos,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 6
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Th" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Ti" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 10
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Tj" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Tk" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/computer/timeclock/premade/east,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Tl" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gen_room)
-"Tm" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"To" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
- dir = 1
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Tq" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/orange/bordercorner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Tr" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/item/storage/fancy/markers,
-/obj/random/toy,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Ts" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 6
- },
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Tt" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 8
- },
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Mining Hallway 2";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Tu" = (
-/obj/structure/table,
-/obj/machinery/light_construct{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Tv" = (
-/obj/machinery/door/airlock{
- id_tag = "dorm4";
- name = "Dorm 4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/dorms/dorm_4)
-"Tw" = (
-/obj/structure/table/steel,
-/obj/item/tool/wrench,
-/obj/item/tool/crowbar,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 10
- },
-/obj/machinery/light,
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Tool Storage";
- dir = 4
- },
-/obj/item/multitool,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Tx" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Ty" = (
-/obj/machinery/shower,
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_1)
-"Tz" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/machinery/suit_cycler/mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"TA" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_one)
-"TB" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/mixed,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/two)
-"TC" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/structure/closet/secure_closet/pilot,
-/obj/item/cataloguer/compact,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"TD" = (
-/obj/structure/fence{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/green,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"TE" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"TF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/closet/toolcloset,
-/obj/item/storage/belt,
-/obj/item/storage/belt,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"TG" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"TH" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"TI" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"TK" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/wall)
-"TL" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"TM" = (
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"TN" = (
-/obj/structure/closet/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/geiger,
-/obj/item/geiger,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/yellow{
- dir = 9
- },
-/obj/effect/floor_decal/corner/yellow{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"TO" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/restroom)
-"TP" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"TQ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_three)
-"TR" = (
-/obj/structure/bed/chair,
-/obj/effect/landmark/start{
- name = "Explorer"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"TS" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/exterior)
-"TT" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main4_airlock_interior";
- locked = 1;
- name = "Landing North Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/landing_north)
-"TU" = (
-/obj/machinery/atmospherics/unary/freezer{
- icon_state = "freezer"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"TV" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"TW" = (
-/obj/structure/closet/secure_closet/explorer,
-/obj/item/binoculars,
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/obj/item/cataloguer,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"TX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/left_two)
-"TZ" = (
-/obj/structure/closet/crate/secure/gear{
- name = "explorer crate";
- req_access = list(43)
- },
-/obj/item/storage/belt/utility/full,
-/obj/item/storage/belt/utility/full,
-/obj/effect/floor_decal/industrial/outline,
-/obj/item/clothing/head/welding,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"Ua" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/machinery/light/small,
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Ub" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ud" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Ue" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/heavyduty{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"Uf" = (
-/obj/structure/closet,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Ug" = (
-/obj/machinery/atm{
- pixel_y = 30
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Uh" = (
-/turf/simulated/wall,
-/area/surface/outpost/civilian/sauna)
-"Ui" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Airlock Access"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/airlock/left_two)
-"Uj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Uk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Ul" = (
-/obj/structure/table/bench/wooden,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"Um" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "mining1_airlock_control";
- pixel_x = 26;
- pixel_y = -26;
- req_one_access = list(48);
- tag_exterior_door = "mining1_airlock_exterior";
- tag_interior_door = "mining1_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Uo" = (
-/obj/machinery/fusion_fuel_injector/mapped{
- dir = 1;
- id_tag = "Reactor Fuel Injectors"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Up" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/engineering/atmos_room)
-"Uq" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 4
- },
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"Ur" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Us" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"Ut" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Uu" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/uxstorage)
-"Uv" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"Uw" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Ux" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/structure/railing,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"Uy" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/teleporter)
-"Uz" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"UA" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/structure/window/basic,
-/obj/item/clothing/shoes/boots/winter,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/right_one)
-"UB" = (
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"UC" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/blast/radproof{
- id = "EngineReactor";
- rad_resistance = 150
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/engineering/reactor_smes)
-"UD" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/power/hydromagnetic_trap,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"UE" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main2_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main2_airlock_control";
- name = "External Access Button";
- pixel_x = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_one)
-"UF" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"UG" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 9
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"UH" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_one)
-"UI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"UJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"UK" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"UL" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Security";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"UM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"UN" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"UO" = (
-/obj/machinery/vending/boozeomat,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"UP" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/normal)
-"UQ" = (
-/obj/machinery/power/sensor{
- name = "Powernet Sensor - Outpost Reactor Power Output";
- name_tag = "Outpost Reactor Power Output"
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/catwalk,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"UR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"US" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"UT" = (
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"UU" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/closet/crate,
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Mining Stocking";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"UV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"UW" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/emergency_storage/one)
-"UY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"UZ" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Va" = (
-/obj/machinery/computer/fusion_core_control{
- id_tag = "Outpost Fusion Core"
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "ENG - Outpost Reactor Monitoring";
- name = "Engineering_Outpost";
- network = list("Engineering")
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/reactor_smes)
-"Vb" = (
-/obj/structure/table/rack,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/shoes/boots/winter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/suit/storage/hooded/wintercoat,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/airlock/landing_north)
-"Vc" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Vd" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Ve" = (
-/obj/structure/fence/cut/medium,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Vf" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Vg" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/plains/mountains)
-"Vh" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/item/frame/extinguisher_cabinet,
-/obj/item/extinguisher,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"Vj" = (
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Vk" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/storage)
-"Vn" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "main8_airlock_control";
- pixel_x = -26;
- pixel_y = -26;
- tag_exterior_door = "main8_airlock_exterior";
- tag_interior_door = "main8_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/left_three)
-"Vo" = (
-/obj/machinery/mineral/unloading_machine{
- icon_state = "unloader-corner"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/mining_main/refinery)
-"Vp" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Vq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/monitoring)
-"Vr" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
- dir = 4
- },
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Vs" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Vt" = (
-/obj/machinery/button/remote/blast_door/radproof{
- name = "Engine Monitoring Room Blast Doors";
- pixel_x = 23
- },
-/obj/machinery/computer/security/engineering,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/reactor_smes)
-"Vu" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Vv" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Vw" = (
-/turf/simulated/wall/sifwood,
-/area/surface/outpost/wall)
-"Vy" = (
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/black{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"Vz" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"VA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/surface/outpost/main/dorms/dorm_4)
-"VB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_north)
-"VC" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO - Landing South Airlock Access";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"VD" = (
-/obj/effect/step_trigger/teleporter/bridge/south_to_north,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/normal)
-"VE" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"VF" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 9
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/right_two)
-"VG" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/reinforced/airless,
-/area/surface/outpost/engineering/reactor_smes)
-"VH" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"VI" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Emergency Storage"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/emergency_storage/two)
-"VJ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"VK" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 1
- },
-/turf/simulated/floor/water/deep/pool,
-/area/surface/outpost/civilian/pool)
-"VL" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"VM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"VN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"VO" = (
-/obj/machinery/atmospherics/pipe/simple/visible/green{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/auxiliary_storage)
-"VP" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/gen_room)
-"VQ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/left_lower)
-"VR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_two)
-"VT" = (
-/obj/structure/table/steel,
-/obj/random/junk,
-/obj/random/action_figure,
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"VU" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/machinery/mineral/equipment_vendor{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"VV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"VW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"VX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"VY" = (
-/obj/item/stool/padded,
-/obj/machinery/camera/network/civilian{
- c_tag = "CO - Pool 1";
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"VZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor)
-"Wa" = (
-/obj/machinery/scale,
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"Wb" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/gym)
-"Wc" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"We" = (
-/obj/structure/closet/crate{
- name = "Deuterium Storage"
- },
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/obj/item/fuel_assembly/deuterium,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/storage)
-"Wg" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Wh" = (
-/obj/machinery/vending/nifsoft_shop{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Wi" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"Wj" = (
-/obj/machinery/vending/loadout/overwear,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Wl" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"Wm" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/table/steel,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Wn" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/plains/mountains)
-"Wo" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"Wp" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Wq" = (
-/obj/structure/table/rack,
-/obj/item/material/fishing_rod/modern/cheap,
-/obj/item/material/fishing_rod/modern/cheap,
-/obj/item/material/fishing_rod/modern/cheap,
-/obj/item/material/fishing_rod/modern/cheap,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"Wr" = (
-/obj/machinery/door/firedoor/glass,
-/obj/item/tape/engineering,
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/restroom)
-"Ws" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Wt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"Wv" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/overlay/snow/floor/edges{
- dir = 8
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Ww" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Wx" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/pool)
-"Wy" = (
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals3{
- dir = 9
- },
-/obj/machinery/camera/network/mining{
- c_tag = "PO - Airlock Access 2";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Wz" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "ENG_Outpost_airlock_control";
- name = "Internal Access Button";
- pixel_x = 5;
- pixel_y = 26;
- req_one_access = list(10)
- },
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "ENG_Outpost_airlock_interior";
- locked = 1;
- name = "Engineering Outpost Internal"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/engineering/monitoring)
-"WA" = (
-/obj/structure/closet/secure_closet/sar,
-/obj/item/storage/pill_bottle/spaceacillin,
-/obj/item/roller/adv,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/search_and_rescue)
-"WB" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/engineering/atmos_room)
-"WC" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"WD" = (
-/obj/random/toolbox,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"WE" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_2)
-"WG" = (
-/obj/structure/flora/pottedplant/tropical,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/sauna)
-"WH" = (
-/obj/machinery/vending/cola{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"WI" = (
-/obj/structure/closet/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/geiger,
-/obj/item/geiger,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"WJ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"WK" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "main1_airlock_exterior";
- locked = 1;
- name = "Main Outpost External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "main1_airlock_control";
- name = "External Access Button";
- pixel_y = -26
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/surface/outpost/main/airlock/right_two)
-"WL" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 5
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"WM" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration/containment)
-"WN" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/danger{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/teleporter)
-"WO" = (
-/obj/machinery/disposal,
-/obj/machinery/button/remote/airlock{
- id = "dorm3";
- name = "Door Lock Control";
- pixel_y = -25;
- specialfunctions = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"WP" = (
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/plains/normal)
-"WQ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/exploration)
-"WR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"WS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"WT" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/restroom)
-"WU" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"WV" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/pool)
-"WW" = (
-/obj/structure/cable/cyan{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/catwalk,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"WX" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"WY" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/indalsalven)
-"WZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1,
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- name = "Pool"
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/pool)
-"Xa" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"Xb" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/dorms)
-"Xc" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Xd" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor,
-/obj/item/material/ashtray/plastic,
-/obj/machinery/recharger,
-/obj/effect/floor_decal/corner/red/border,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Xe" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Xf" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Xg" = (
-/obj/machinery/button/remote/blast_door{
- id = "garage1";
- name = "Garage Shutter Control";
- pixel_x = 22;
- req_one_access = list(48,43)
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/main/airlock/right_two)
-"Xh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_4)
-"Xi" = (
-/obj/machinery/fusion_fuel_injector/mapped{
- dir = 8;
- id_tag = "Reactor Fuel Injectors"
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Xj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"Xk" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Xl" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/main/gateway)
-"Xm" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/reactor_smes)
-"Xn" = (
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/bed/chair/office/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Xo" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_external/public{
- name = "Outpost Access"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Xp" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 8
- },
-/obj/item/gps/security,
-/obj/item/gps/security,
-/obj/item/gps/security,
-/obj/item/gps/security,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"Xq" = (
-/obj/structure/closet/toolcloset,
-/obj/item/flashlight/maglight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"Xr" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration)
-"Xs" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Xt" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"Xu" = (
-/turf/simulated/wall,
-/area/surface/outpost/civilian/fishing)
-"Xv" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/left_three)
-"Xw" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/teleporter)
-"Xx" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"Xy" = (
-/obj/effect/floor_decal/borderfloor/cee{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/danger/cee{
- dir = 1
- },
-/obj/machinery/door/window/brigdoor/westright{
- name = "Containment Pen";
- req_one_access = list(43,1)
- },
-/obj/machinery/door/window/brigdoor/eastleft{
- name = "Containment Pen";
- req_one_access = list(43,1)
- },
-/obj/machinery/door/blast/regular/open{
- id = "pen";
- name = "Containment Lockdown Blast Doors"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"Xz" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"XA" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"XB" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"XC" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet,
-/area/surface/outpost/main/dorms/dorm_6)
-"XD" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"XE" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/plains/mountains)
-"XF" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"XG" = (
-/obj/structure/catwalk,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security/smes)
-"XH" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"XI" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"XJ" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"XK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"XL" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"XM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/main/dorms/dorm_3)
-"XN" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/lake/romsele)
-"XO" = (
-/obj/effect/floor_decal/steeldecal/steel_decals_central1{
- dir = 4
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/main/search_and_rescue)
-"XP" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/machinery/light_switch{
- pixel_x = 22
- },
-/turf/simulated/floor/carpet/blue,
-/area/surface/outpost/main/dorms/dorm_5)
-"XQ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/tools)
-"XR" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/landing_south)
-"XS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_one_access = list(26)
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/janitor)
-"XT" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/plains/normal)
-"XU" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"XV" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_4)
-"XW" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_upper)
-"XX" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"XY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"XZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/security)
-"Ya" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 8
- },
-/turf/simulated/floor/water/pool,
-/area/surface/outpost/civilian/pool)
-"Yb" = (
-/obj/machinery/shower,
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_3)
-"Yc" = (
-/turf/simulated/wall,
-/area/surface/outpost/mining_main/refinery)
-"Yd" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/holofloor/wood,
-/area/surface/outpost/main/gym)
-"Ye" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Yf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/obj/effect/floor_decal/borderfloor/corner2,
-/obj/effect/floor_decal/corner/white/bordercorner2,
-/obj/structure/closet/emcloset,
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Yg" = (
-/obj/machinery/washing_machine,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/bordercorner2{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Yh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/bordercorner,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Yi" = (
-/obj/effect/floor_decal/steeldecal/steel_decals6{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/tools)
-"Yj" = (
-/obj/effect/floor_decal/corner_steel_grid{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"Yk" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Yl" = (
-/obj/item/towel{
- color = "#800080";
- name = "purple towel"
- },
-/obj/structure/sink{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"Ym" = (
-/obj/structure/closet/crate/secure/gear{
- name = "explorer crate";
- req_access = list(43)
- },
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/storage/firstaid/regular,
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/corridor/right_upper)
-"Yn" = (
-/obj/structure/fence{
- dir = 8
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Yo" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"Yp" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gateway)
-"Yq" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/bordercorner2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/symbol/da{
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Yr" = (
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_two)
-"Ys" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 5
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- operating = 0;
- pixel_y = 24
- },
-/obj/effect/decal/cleanable/blood/oil,
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 5
- },
-/obj/effect/floor_decal/corner/red/bordercorner2{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"Yt" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Yu" = (
-/obj/machinery/atmospherics/binary/pump/on,
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"Yv" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_one)
-"Yw" = (
-/turf/simulated/floor/water,
-/area/surface/outside/plains/mountains)
-"Yx" = (
-/obj/machinery/cryopod/robot/door/gateway/quiet,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"Yy" = (
-/obj/effect/decal/remains/ribcage,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"Yz" = (
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/river/indalsalven)
-"YA" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/mining_main/storage)
-"YB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_2)
-"YC" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security)
-"YD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"YE" = (
-/obj/effect/floor_decal/corner/red{
- dir = 9
- },
-/obj/effect/floor_decal/corner/red{
- dir = 6
- },
-/obj/structure/table/reinforced,
-/obj/item/storage/box,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/security/maa)
-"YF" = (
-/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor/edges{
- dir = 4
- },
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"YG" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"YH" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/civilian/smes)
-"YI" = (
-/obj/effect/floor_decal/steeldecal/steel_decals1,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/refinery)
-"YJ" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/obj/machinery/computer/guestpass{
- pixel_y = 28
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main)
-"YK" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/effect/floor_decal/corner/purple/border,
-/obj/item/clothing/suit/caution,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"YL" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"YM" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/blue,
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -10
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/civilian/fishing)
-"YO" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/main/showers)
-"YP" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Laundry"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/surface/outpost/main/laundry)
-"YQ" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/small/saltshaker,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/bar)
-"YR" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 22;
- pixel_y = -10
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"YS" = (
-/obj/machinery/vending/fitness{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals9,
-/obj/effect/floor_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gym)
-"YT" = (
-/obj/effect/landmark/start{
- name = "Search and Rescue"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"YU" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"YV" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/engineering/monitoring)
-"YW" = (
-/turf/simulated/wall,
-/area/surface/outpost/main/dorms/dorm_2)
-"YX" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"YZ" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Za" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/camera/network/main_outpost{
- c_tag = "MO Left Wing - Hallway 1";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Zb" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/civilian/fishing)
-"Zc" = (
-/obj/structure/bed/chair/comfy/black,
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"Zd" = (
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Right Wing";
- charge = 5e+006;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"Ze" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"Zf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/white/bordercorner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"Zg" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/refinery)
-"Zh" = (
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Zj" = (
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/monotile,
-/area/surface/outpost/mining_main/storage)
-"Zk" = (
-/obj/structure/table/rack,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/structure/window/basic,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/mining_scanner,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"Zl" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/corridor/left_upper)
-"Zm" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/mixed,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/effect/floor_decal/borderfloor{
- dir = 5
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 5
- },
-/obj/effect/floor_decal/borderfloor/corner2{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple/bordercorner2{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 22;
- pixel_y = -10
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/janitor)
-"Zn" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 9
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"Zo" = (
-/obj/structure/table/steel,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/storage/toolbox/electrical,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/gen_room/smes_right)
-"Zp" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4,
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/showers)
-"Zq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/sauna)
-"Zr" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"Zs" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor,
-/area/surface/outpost/wall)
-"Zt" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/white/border,
-/obj/machinery/door/firedoor/glass/hidden{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_upper)
-"Zu" = (
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/plains/normal)
-"Zv" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 10
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/gateway)
-"Zx" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/border{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals7{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/right_lower)
-"Zy" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/airlock/right_three)
-"Zz" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor/left_lower)
-"ZA" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/camera/network/engineering_outpost{
- c_tag = "ENG - Mining Outpost Power 2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/atmos_room)
-"ZB" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ZC" = (
-/obj/item/stool/padded,
-/obj/structure/boxingrope{
- dir = 8
- },
-/turf/simulated/floor/boxing,
-/area/surface/outpost/main/gym)
-"ZD" = (
-/obj/effect/floor_decal/steeldecal/steel_decals5{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/exploration/containment)
-"ZE" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ZF" = (
-/obj/effect/overlay/snow/floor,
-/obj/machinery/light/small,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/overlay/snow/floor/edges{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outpost/main/airlock/landing_north)
-"ZG" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/civilian/pool)
-"ZI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/airlock/right_one)
-"ZJ" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/overlay/snow/floor/edges,
-/turf/simulated/floor/tiled/steel/sif/planetuse,
-/area/surface/outside/plains/outpost)
-"ZK" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/engineering/smes)
-"ZL" = (
-/obj/structure/table/bench/standard,
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/main/exploration)
-"ZM" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_5)
-"ZN" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/surface/outpost/mining_main/uxstorage)
-"ZO" = (
-/obj/machinery/conveyor{
- id = "mining_north"
- },
-/obj/machinery/mineral/output,
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outpost/mining_main/exterior)
-"ZP" = (
-/obj/random/technology_scanner,
-/turf/simulated/floor/plating,
-/area/surface/outpost/main/construction_area)
-"ZQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/main/dorms/dorm_3)
-"ZR" = (
-/obj/structure/table/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/item/backup_implanter{
- pixel_y = -6
- },
-/obj/item/backup_implanter{
- pixel_y = 6
- },
-/obj/item/backup_implanter{
- pixel_y = 12
- },
-/obj/item/backup_implanter,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/main/search_and_rescue)
-"ZS" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 1
- },
-/obj/machinery/light/spot{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-"ZT" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/mining_main/storage)
-"ZU" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 140;
- external_pressure_bound_default = 140;
- icon_state = "map_vent_out";
- pressure_checks = 0;
- pressure_checks_default = 0;
- use_power = 1
- },
-/turf/simulated/floor/wood,
-/area/surface/outpost/civilian/sauna)
-"ZV" = (
-/obj/structure/toilet,
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/main/dorms/dorm_5)
-"ZW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/corridor)
-"ZX" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/catwalk,
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/random/powercell,
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/engineering/smes)
-"ZY" = (
-/obj/machinery/washing_machine,
-/obj/effect/floor_decal/corner/white{
- dir = 6
- },
-/obj/effect/floor_decal/corner/white{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/main/laundry)
-"ZZ" = (
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/civilian/pool)
-
-(1,1,1) = {"
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Yz
-Yz
-Yz
-Yz
-Yz
-Yz
-Yz
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-"}
-(2,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-IG
-Vg
-"}
-(3,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(4,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-Ey
-Ey
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-yT
-yT
-yT
-yT
-yT
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(5,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-Wn
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(6,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(7,1,1) = {"
-Vg
-pC
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(8,1,1) = {"
-Vg
-pC
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(9,1,1) = {"
-Vg
-pC
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(10,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-lw
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(11,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(12,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-GR
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(13,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(14,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(15,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(16,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-Vg
-"}
-(17,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-Vg
-"}
-(18,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-Vg
-"}
-(19,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-Vg
-"}
-(20,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-XE
-Vg
-"}
-(21,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(22,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yj
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(23,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(24,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(25,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(26,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(27,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(28,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(29,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(30,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(31,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(32,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(33,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(34,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-ff
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(35,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(36,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(37,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-zp
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(38,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(39,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(40,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(41,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(42,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(43,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(44,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(45,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(46,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(47,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(48,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(49,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(50,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(51,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(52,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(53,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(54,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(55,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(56,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-DQ
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(57,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-DQ
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(58,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-DQ
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(59,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-DQ
-yT
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(60,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(61,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-GR
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yj
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(62,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(63,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(64,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(65,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-iF
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(66,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(67,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(68,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-Vg
-"}
-(69,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(70,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(71,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-UP
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-Vg
-"}
-(72,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(73,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-XE
-XE
-Vg
-"}
-(74,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-bv
-bv
-rV
-"}
-(75,1,1) = {"
-Vg
-pC
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-bv
-bv
-rV
-"}
-(76,1,1) = {"
-Vg
-pC
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XE
-bv
-bv
-rV
-"}
-(77,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-zZ
-Eb
-Eb
-Pi
-Eb
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-Eb
-Pi
-QS
-Eb
-QS
-QS
-QS
-Ve
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-Qr
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-QS
-eb
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(78,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-yp
-gu
-ha
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-QP
-dY
-dY
-dY
-JK
-dY
-dY
-dY
-dY
-dY
-dY
-JK
-dY
-MT
-SO
-ca
-ha
-gu
-ha
-gu
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Id
-PC
-te
-uU
-nU
-Lo
-AN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(79,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-tf
-Mn
-ea
-pA
-ea
-pA
-ea
-pA
-ea
-To
-TD
-ul
-ED
-Ej
-vj
-ry
-pr
-ss
-VO
-up
-Bp
-Qe
-gy
-zJ
-zJ
-zJ
-IU
-GL
-nu
-jK
-xy
-lC
-Rq
-iE
-Py
-ca
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vn
-OY
-OY
-ny
-OY
-OY
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-Id
-PC
-PC
-PC
-PC
-Lo
-Lo
-PC
-PC
-Lo
-AN
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(80,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-gu
-so
-DG
-UG
-dX
-UG
-dX
-UG
-dX
-UG
-ha
-nH
-Po
-tN
-Ej
-ss
-CY
-lO
-qq
-qX
-KQ
-rL
-dY
-PV
-vs
-oU
-IW
-uG
-sV
-Uo
-WW
-Xm
-lC
-Rv
-oP
-rf
-ca
-oD
-ZK
-ZK
-ZK
-ZK
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ft
-PC
-PC
-Lo
-PC
-Lo
-NJ
-OY
-ar
-KW
-Gi
-OY
-pj
-PC
-PC
-PC
-Lo
-PC
-Lo
-NJ
-ws
-ws
-Nw
-Nw
-Nw
-ws
-Nw
-Nw
-ws
-TQ
-gx
-bT
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(81,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-IA
-so
-wy
-wy
-wy
-wy
-wy
-wy
-DG
-Ps
-Dh
-mP
-ha
-QP
-yh
-Sx
-qX
-lg
-Ud
-aI
-nf
-JK
-PV
-UD
-Cl
-tU
-uG
-sV
-tL
-la
-TV
-JK
-Va
-kw
-jM
-ca
-TN
-ZK
-mY
-ZX
-Qx
-As
-ha
-ha
-ha
-ha
-ft
-PC
-PC
-NJ
-yL
-yL
-yL
-zR
-zR
-yL
-OY
-Gx
-uZ
-Rl
-OY
-dy
-zD
-zD
-dy
-dy
-dy
-gu
-Yy
-ws
-xv
-zo
-yR
-Vn
-lm
-yS
-zn
-bk
-Xv
-gx
-GE
-ha
-ha
-ha
-gu
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(82,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-Vr
-dX
-wy
-wy
-wy
-wy
-wy
-wy
-rn
-ha
-nH
-ha
-ha
-Cu
-is
-hP
-dL
-MY
-Bp
-ci
-hF
-dY
-PV
-Oj
-VG
-bI
-uG
-sV
-Uo
-OE
-Xm
-lC
-tG
-dq
-yC
-je
-NK
-bp
-Bv
-nR
-ZK
-kL
-ha
-ha
-ha
-ha
-vn
-yL
-yL
-yL
-yL
-zs
-Zc
-SF
-xU
-um
-Hh
-Hh
-Dx
-gK
-Hh
-KV
-DN
-EH
-bD
-qp
-dy
-dy
-dy
-ws
-fn
-cN
-ac
-fK
-Dn
-Pl
-QD
-Je
-Xv
-gx
-GE
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(83,1,1) = {"
-Vg
-pC
-XE
-ha
-ha
-ha
-IA
-so
-wy
-wy
-wy
-wy
-wy
-wy
-jq
-ha
-nH
-ha
-ha
-QP
-is
-mb
-hR
-io
-Qy
-Nq
-qf
-uO
-Ld
-oU
-NW
-oU
-iT
-JK
-pQ
-aX
-Xm
-lC
-Vt
-gE
-Ae
-yX
-Ce
-NY
-ZK
-ZK
-ZK
-kL
-ha
-ha
-ha
-ha
-Bj
-yL
-xN
-mA
-sW
-Sf
-tH
-AD
-Iv
-ZM
-QV
-sz
-Ju
-JN
-Rg
-mk
-CI
-eN
-Eg
-oT
-hc
-CO
-mz
-ws
-zz
-Ee
-hX
-ou
-ws
-bG
-we
-ws
-TQ
-gx
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(84,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-gu
-Vr
-dX
-wy
-wy
-wy
-wy
-wy
-wy
-pA
-ha
-nH
-ha
-ha
-QP
-gd
-Lj
-Rs
-Bp
-dO
-HF
-vC
-dY
-dY
-ev
-UC
-ev
-JK
-dY
-iz
-mf
-CM
-dY
-ca
-Lq
-ca
-ca
-rQ
-TF
-GO
-Dl
-oD
-vn
-ha
-ha
-ha
-ha
-vn
-yL
-ZV
-xS
-Bm
-kl
-XP
-Fk
-XY
-Nu
-Bm
-jv
-yq
-Ou
-Dv
-Fq
-Ow
-aP
-XC
-Et
-Dv
-pI
-ly
-ws
-ic
-Dn
-ws
-ws
-ws
-ws
-ws
-ws
-vn
-gx
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(85,1,1) = {"
-Vg
-cJ
-cJ
-bT
-bT
-wJ
-EP
-MD
-KE
-KE
-KE
-KE
-KE
-KE
-JZ
-bT
-Yn
-bT
-bT
-QP
-vd
-Lj
-Tj
-lo
-EL
-ch
-RY
-dY
-NZ
-ud
-uB
-Xi
-tb
-bt
-Kj
-CH
-bZ
-dQ
-bV
-nY
-Ch
-Jv
-Qn
-SA
-yD
-wP
-oD
-bc
-bT
-bT
-bT
-bT
-mR
-yL
-HL
-wO
-Bm
-Bm
-Bm
-Bm
-Bm
-Bm
-Bm
-eI
-Lk
-oa
-Dv
-Dv
-Dv
-Dv
-Dv
-Dv
-Dv
-HY
-DY
-Dv
-Jj
-GD
-gk
-rT
-eW
-Gg
-MZ
-EG
-vn
-GE
-GE
-Of
-Hj
-Hj
-Hj
-Of
-GE
-GE
-GE
-GE
-bT
-bT
-Yn
-bT
-bT
-bT
-bT
-bT
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-HV
-HV
-WY
-WY
-HV
-HV
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-UP
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-ts
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-iF
-Sk
-Sk
-Sk
-rV
-"}
-(86,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-gu
-Vr
-dX
-wy
-wy
-wy
-wy
-wy
-wy
-pA
-ha
-nH
-ha
-ha
-QP
-aV
-mh
-qW
-dB
-fd
-uY
-Vy
-qs
-Ql
-yt
-gW
-Mk
-Ua
-wY
-dY
-qw
-dY
-JK
-fu
-qk
-yX
-cg
-yD
-Bt
-DL
-Ph
-oD
-LW
-ha
-ha
-ha
-ha
-vn
-yL
-Bm
-Bm
-Bm
-tX
-vw
-iK
-BL
-Xx
-FL
-pe
-Fj
-ya
-du
-nK
-Fs
-aA
-bL
-QZ
-Dv
-Dv
-Dv
-Dv
-jG
-qc
-Zl
-zL
-BZ
-bm
-bY
-yZ
-vn
-gx
-GE
-Of
-cS
-Mu
-sl
-Of
-Of
-Of
-gx
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(87,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-IA
-so
-wy
-wy
-wy
-wy
-wy
-wy
-jq
-ha
-nH
-ha
-ha
-QP
-QP
-QP
-QP
-QP
-cA
-LR
-nP
-Ib
-Ib
-zI
-Ib
-Xm
-vt
-fc
-GI
-iH
-DW
-dY
-ca
-ca
-ca
-WI
-iU
-YV
-oD
-oD
-Lw
-LW
-ha
-ha
-ha
-ha
-vn
-Te
-JU
-BO
-IF
-sO
-XM
-KA
-fm
-Hn
-Oe
-DZ
-ng
-Cv
-Tv
-UI
-Xh
-wC
-JX
-VA
-Nz
-XV
-zc
-du
-fM
-qc
-Zl
-XI
-LL
-IO
-aZ
-yZ
-vn
-gx
-Of
-Of
-KD
-xZ
-kB
-Ek
-FI
-Of
-Of
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(88,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-IA
-dX
-wy
-wy
-wy
-wy
-wy
-wy
-pA
-ha
-nH
-ha
-ha
-Ts
-wy
-gh
-wu
-gL
-aN
-Pz
-dk
-Ib
-Cr
-aM
-Ib
-nX
-UQ
-dY
-dE
-PA
-lX
-dY
-yy
-yy
-oD
-oD
-Wz
-oD
-oD
-ft
-Lo
-EU
-ha
-ha
-ha
-ha
-Bj
-Te
-wU
-Xj
-FL
-dA
-cz
-YD
-ZQ
-WO
-FL
-UJ
-ir
-oJ
-du
-NE
-mQ
-HI
-Lv
-nE
-zS
-Wl
-vJ
-du
-uV
-Cy
-gk
-Ml
-Bi
-bY
-WD
-EG
-vn
-gx
-lz
-an
-kH
-wN
-wN
-wN
-lE
-wa
-yW
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(89,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-of
-wy
-wy
-YF
-YF
-YF
-wy
-wy
-UG
-ha
-nH
-ha
-ha
-RT
-so
-pA
-OX
-QP
-QP
-QP
-QP
-Ib
-gw
-tF
-Ib
-nT
-EJ
-dY
-dY
-QI
-dY
-wY
-yy
-yy
-Vq
-XX
-ml
-rD
-Qj
-LW
-hK
-hK
-ha
-ha
-ha
-ha
-Bj
-Te
-Yb
-Is
-FL
-FL
-FL
-FL
-FL
-FL
-FL
-Rf
-aB
-km
-du
-du
-du
-du
-du
-du
-du
-Ry
-pB
-du
-hn
-jm
-rj
-Lg
-Uk
-lu
-aS
-EG
-vn
-gx
-lz
-Cx
-nd
-vO
-cD
-HU
-mV
-KG
-yW
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(90,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-gu
-gu
-ha
-ha
-ha
-gu
-gu
-ha
-ha
-nH
-ha
-ha
-JV
-Vr
-RT
-Vr
-iL
-Pw
-Pw
-dd
-Ib
-We
-tq
-Ib
-eV
-Qf
-vH
-lW
-DB
-yy
-yy
-QH
-yy
-Vq
-fI
-hL
-CD
-Qj
-LW
-hK
-hK
-ha
-ha
-ha
-ha
-Bj
-Te
-FL
-FL
-FL
-yo
-NQ
-kq
-SH
-fV
-ld
-Vp
-em
-Ja
-YW
-MQ
-Ah
-pi
-bz
-LP
-du
-du
-du
-du
-Gt
-rB
-Pk
-eF
-rF
-zt
-eF
-EG
-vn
-gx
-lz
-UB
-nd
-wj
-eU
-xo
-mV
-ae
-yW
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(91,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-gu
-gu
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-RT
-Vr
-RT
-Vr
-iL
-Pw
-Pw
-Pw
-Ib
-Ib
-Ib
-Ib
-Hf
-WB
-pm
-lW
-DB
-yy
-EB
-ha
-yy
-oD
-oD
-wK
-oD
-oD
-vn
-hK
-hK
-ha
-ha
-ha
-ha
-Bj
-bO
-oj
-mo
-xm
-pa
-KI
-Lf
-Fz
-HC
-If
-DZ
-er
-Cv
-Jh
-Qg
-pG
-cw
-mC
-dp
-Hx
-mU
-rK
-YW
-sy
-JS
-Zl
-od
-Gu
-mB
-ZP
-yZ
-vn
-gx
-Of
-Of
-Ys
-jd
-ge
-GW
-mK
-Of
-Of
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(92,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-gu
-gu
-ha
-ha
-nH
-ha
-ha
-of
-UG
-dX
-UG
-iL
-Pw
-Pw
-Pw
-iG
-QY
-zj
-lW
-lW
-Kr
-lW
-lW
-DB
-yy
-EB
-ha
-WL
-OS
-lc
-lc
-OS
-lc
-LW
-hK
-hK
-ha
-ha
-ha
-ha
-Bj
-bO
-lb
-ym
-ld
-cx
-SZ
-gf
-CR
-tA
-ld
-jv
-ct
-Xb
-YW
-Iu
-fB
-WE
-lD
-zY
-YW
-YB
-FJ
-YW
-ec
-sP
-Zl
-Mi
-qL
-bY
-Tu
-yZ
-LW
-ha
-GE
-Of
-Of
-yn
-dm
-YE
-hu
-Of
-gx
-gx
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yj
-bv
-bv
-rV
-"}
-(93,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-gu
-gu
-ha
-ha
-nH
-ha
-ha
-ha
-KP
-KP
-KP
-KP
-KP
-An
-KP
-KP
-KP
-AE
-KP
-AR
-AZ
-rb
-KP
-DB
-yy
-EB
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-HZ
-PC
-PC
-PC
-Lo
-PC
-Lo
-NJ
-bO
-Ty
-OO
-ld
-ld
-ld
-ld
-ld
-ld
-ld
-eI
-ct
-by
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-Yl
-pK
-YW
-Gt
-sP
-gk
-FS
-wx
-Xq
-EG
-EG
-LW
-ha
-bT
-gx
-Of
-tz
-Of
-Of
-xi
-xi
-xi
-xi
-gx
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yT
-fl
-KB
-bv
-bv
-bv
-"}
-(94,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-KP
-KP
-av
-av
-av
-yI
-fv
-KP
-Ih
-pg
-eH
-Ob
-oO
-iy
-nJ
-KP
-DB
-yy
-EB
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-vn
-iM
-pO
-pO
-iM
-iM
-iM
-iM
-iM
-iM
-ld
-ld
-sK
-Sd
-hQ
-zm
-BS
-ld
-Ik
-mw
-Ri
-YW
-MI
-Cs
-BS
-Ta
-pz
-YW
-YW
-YW
-YW
-uD
-RW
-gk
-EG
-EG
-EG
-EG
-ft
-NJ
-gu
-vg
-vg
-vg
-qb
-MH
-GY
-xi
-Gl
-UL
-xi
-yy
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yT
-hC
-SG
-lA
-hC
-DP
-hC
-"}
-(95,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-gu
-gu
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-KP
-ZA
-mE
-xr
-xr
-qd
-CB
-dT
-dh
-Ro
-zv
-Vu
-oO
-iy
-lU
-KP
-oX
-yy
-yy
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-HE
-iM
-Fn
-Ep
-iM
-Fr
-td
-Jg
-he
-iM
-oF
-jj
-aF
-aF
-aF
-aF
-aF
-aF
-wS
-EN
-xJ
-aF
-aF
-aF
-aF
-aF
-aF
-DA
-ty
-NF
-ty
-VE
-XH
-ty
-kf
-kj
-gk
-ft
-hH
-ha
-ha
-XZ
-IP
-GA
-cb
-kh
-li
-xi
-MF
-Pa
-cG
-ZE
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yj
-yj
-yj
-yT
-yT
-yT
-hC
-vk
-JH
-hC
-hC
-hC
-"}
-(96,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-KP
-qy
-uP
-hZ
-hZ
-jY
-jY
-Qv
-Yu
-Ro
-mm
-IT
-zh
-oN
-FZ
-oA
-Up
-yy
-EB
-ha
-ha
-ha
-gx
-ha
-gx
-gx
-UH
-Sc
-rE
-oy
-Ni
-LM
-TA
-Hs
-jT
-Ni
-fi
-Ad
-CW
-CW
-aj
-dV
-fe
-Tx
-PD
-mX
-ax
-jS
-vr
-dV
-dV
-dV
-dV
-lS
-rt
-jo
-Ba
-Rc
-qC
-Li
-ut
-LO
-gk
-LW
-ha
-ha
-ha
-XZ
-kQ
-Mr
-bl
-fx
-Xd
-xi
-XG
-AG
-xi
-vD
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yj
-yj
-yj
-yj
-yT
-yT
-hC
-SG
-lA
-hC
-FH
-hC
-"}
-(97,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-KP
-dU
-yB
-yB
-yB
-as
-Kk
-fZ
-PQ
-Hc
-Ff
-Mo
-oO
-Af
-KP
-KP
-gR
-yy
-yy
-ha
-ha
-ha
-gx
-ha
-gx
-gx
-UH
-wp
-mD
-oS
-LK
-Az
-tI
-pP
-uT
-oR
-IJ
-Dw
-vN
-Nv
-Mc
-wX
-hN
-MP
-Qa
-Ko
-JF
-eC
-HX
-Nv
-Zn
-aq
-FO
-en
-gJ
-XW
-sm
-yg
-zf
-aR
-Nj
-tC
-gk
-LW
-ha
-ha
-ha
-vg
-xt
-WS
-nA
-fx
-zx
-xi
-uv
-nI
-xi
-vn
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-FA
-KB
-bv
-bv
-bv
-"}
-(98,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-zb
-KP
-KP
-KP
-KP
-KP
-KP
-KP
-KP
-KP
-KP
-nN
-oO
-AF
-Im
-KP
-vn
-yy
-yy
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-HE
-iM
-rP
-rP
-iM
-rP
-rP
-rP
-iM
-iM
-Bf
-op
-Xs
-qV
-QU
-WH
-lr
-MN
-dG
-Cn
-YP
-Cn
-Cn
-MN
-MN
-Kb
-Kb
-Aa
-Aa
-TX
-Ui
-ib
-ib
-VI
-ib
-ib
-gk
-LW
-ha
-ha
-ha
-XZ
-Su
-cp
-OJ
-Cz
-BP
-hT
-XB
-Xp
-jg
-vn
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yj
-bv
-bv
-rV
-"}
-(99,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-Sb
-oL
-Gz
-El
-Fu
-Uu
-eX
-OQ
-au
-KP
-py
-oO
-Hv
-ub
-KP
-vn
-yy
-EB
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ra
-LQ
-LQ
-LQ
-Lo
-LQ
-Lo
-LQ
-ZE
-IQ
-da
-Cm
-Oi
-MN
-MN
-MN
-MN
-MN
-jQ
-un
-Zr
-EY
-Tr
-mT
-MU
-Kb
-OZ
-Aa
-yA
-Pb
-xx
-ib
-TB
-xP
-ks
-ib
-ft
-NJ
-ha
-ha
-ha
-XZ
-qM
-gC
-QG
-sp
-wq
-yc
-Uw
-mv
-vg
-vn
-ha
-bq
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(100,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-Sb
-ms
-cn
-ZN
-Lt
-Uu
-uq
-tm
-QN
-KP
-iD
-oO
-uK
-MW
-KP
-pj
-ZE
-yy
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vn
-IQ
-da
-Uj
-nk
-MN
-ej
-DD
-gs
-KK
-SB
-bf
-Iz
-NX
-jp
-GN
-id
-Kb
-Qu
-Aa
-qo
-Fg
-LG
-ib
-cB
-rl
-gI
-ib
-vn
-ha
-ha
-ha
-ha
-vg
-vg
-vg
-vg
-jy
-YC
-QB
-vg
-vg
-vg
-vn
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yT
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(101,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-Sb
-Sb
-nO
-Mb
-mj
-Uu
-cr
-KU
-cr
-XQ
-XQ
-XQ
-Lu
-SK
-XQ
-XQ
-vn
-EB
-ha
-ft
-oE
-oE
-oE
-oE
-oE
-hH
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-Bj
-IQ
-da
-yN
-YU
-Cn
-RJ
-SB
-SB
-cW
-HW
-HW
-HW
-NU
-xO
-rq
-Hd
-Kb
-Kb
-Aa
-Rw
-Rh
-ex
-ib
-ib
-ib
-ib
-ib
-vn
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-vg
-fP
-uw
-vg
-vg
-ft
-Lo
-NJ
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(102,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Sb
-uQ
-iJ
-JO
-Uu
-Ti
-ek
-PK
-eu
-Qh
-fa
-sH
-sk
-Tw
-XQ
-pj
-Lo
-Lo
-it
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-gu
-gu
-ha
-ha
-ha
-Bj
-wG
-Df
-qi
-iw
-Cn
-qr
-SB
-EE
-Av
-ZY
-ZY
-cl
-AI
-RJ
-ni
-Th
-Kb
-ha
-Aa
-ys
-ta
-FF
-yJ
-ft
-LQ
-LQ
-LQ
-yb
-JR
-PC
-LQ
-AN
-bT
-ha
-ha
-XZ
-lN
-kR
-Jw
-jg
-vn
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(103,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Sb
-Sb
-rM
-GT
-Uu
-sY
-Mv
-UU
-eu
-aG
-lQ
-pT
-sd
-Yg
-XQ
-np
-np
-XQ
-GP
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-IQ
-da
-qB
-nQ
-IN
-jD
-SB
-rq
-Kl
-cj
-cj
-cj
-cj
-CX
-SB
-bW
-Kb
-ha
-Aa
-Aa
-TX
-kC
-Aa
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Ap
-bT
-ha
-ha
-XZ
-Ij
-hA
-qO
-jg
-vn
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(104,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-yQ
-Nf
-Ov
-ol
-OR
-kM
-bE
-eu
-tV
-ph
-EO
-Yi
-Jy
-Pc
-pp
-lt
-ju
-Ho
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-IQ
-da
-Ls
-Xf
-ME
-oi
-qJ
-tR
-ob
-ob
-ob
-MC
-SB
-SB
-cW
-pc
-Kb
-ha
-JP
-mc
-SC
-iQ
-yJ
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-bT
-ha
-ha
-vg
-Ox
-aT
-vg
-vg
-vn
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(105,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-yQ
-yQ
-YJ
-JL
-kg
-bh
-zB
-Wm
-eu
-eu
-iA
-BK
-hS
-eu
-XQ
-qx
-Wy
-IE
-Ho
-gx
-gx
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vn
-wG
-TP
-Ls
-th
-Cn
-Oh
-Gm
-ls
-RG
-rU
-Ru
-Wj
-mM
-uA
-Fy
-Kb
-Kb
-ha
-JP
-DU
-qZ
-df
-yJ
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-pv
-Wv
-KC
-HS
-ck
-Hb
-Hb
-ck
-Hb
-Ub
-ha
-ha
-ha
-Ly
-ha
-ha
-ha
-ha
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(106,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-lj
-Ii
-hM
-vi
-AX
-AX
-kM
-VU
-eP
-pY
-le
-rw
-zH
-Tt
-Vk
-mI
-rA
-XQ
-Ll
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-IQ
-da
-Ls
-Rz
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-Kb
-ha
-ha
-Aa
-Aa
-So
-hl
-Aa
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vn
-bT
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(107,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-lj
-rW
-hM
-vi
-AX
-AX
-sa
-yz
-KN
-Il
-Bd
-Np
-ZT
-YZ
-Vk
-hq
-hq
-XQ
-DB
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-IQ
-da
-Ls
-YU
-FN
-nL
-ha
-ha
-ha
-Id
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-vq
-NB
-NB
-vq
-hH
-gu
-ha
-ha
-gu
-ha
-gu
-gu
-vn
-bT
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-tw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(108,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-lj
-Ii
-hg
-iW
-Wt
-Gr
-BD
-eY
-vp
-cv
-LI
-Rn
-aL
-Vd
-Vk
-KS
-wc
-wc
-el
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-IQ
-da
-Ls
-YU
-Zz
-nL
-ha
-ha
-ha
-Bj
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-bT
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-FX
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(109,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-yQ
-yQ
-ih
-IY
-qD
-xV
-qD
-sr
-SJ
-dw
-FB
-UY
-qA
-FP
-Vk
-ZJ
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-wG
-tr
-Nm
-qn
-wG
-wG
-ha
-ha
-ha
-Bj
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-AL
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-fQ
-RO
-RO
-Kw
-Kw
-RO
-RO
-RO
-fQ
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(110,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-FK
-Yc
-Yc
-sA
-QT
-hD
-Yc
-lP
-bN
-hk
-Lb
-dt
-Vk
-Vk
-ZJ
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Bj
-wG
-sh
-VQ
-sh
-wG
-ha
-ha
-ha
-ha
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-AL
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-gx
-gx
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(111,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-FK
-xB
-sf
-AH
-qa
-dJ
-AK
-eO
-bN
-Tz
-nG
-Tc
-dg
-Vk
-ZJ
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-uH
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-ha
-Bj
-oM
-kO
-Hm
-Dt
-oM
-ha
-ha
-ha
-ha
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-AL
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-xq
-gx
-gx
-gx
-gx
-gx
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(112,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-FK
-De
-zu
-iN
-DE
-Dq
-zu
-tT
-Vk
-sn
-RN
-aL
-rm
-cO
-ZJ
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-ha
-Gk
-ha
-gx
-gx
-ha
-ha
-ha
-ha
-Bj
-oM
-Yt
-Hm
-EF
-oM
-ha
-ha
-ha
-ha
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-AL
-GE
-gx
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-fQ
-hG
-PW
-PW
-PW
-hG
-hG
-hG
-fQ
-zw
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(113,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-FK
-im
-zu
-us
-KH
-IV
-zu
-zO
-Vk
-nm
-RN
-aL
-ww
-cO
-DB
-ha
-ha
-ha
-gx
-gx
-ha
-ha
-uH
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-Bj
-ux
-RA
-Hm
-DJ
-oM
-ha
-ha
-ha
-ha
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-LW
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-FX
-ha
-ha
-ha
-ha
-Cf
-if
-if
-Cf
-Cf
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(114,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-FK
-Sj
-FK
-Zg
-vz
-YI
-Sh
-gm
-Vk
-bg
-RN
-aL
-Zk
-Vk
-ZJ
-ha
-ha
-gx
-gx
-gx
-ha
-ha
-gx
-ha
-ha
-gx
-Oc
-Oc
-gx
-ha
-ha
-Bj
-ux
-RA
-Hm
-Za
-Tl
-Tl
-Tl
-Tl
-Tl
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-LW
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-zw
-zw
-zw
-tw
-zw
-zw
-zw
-zw
-zw
-zw
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(115,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-FK
-FK
-tZ
-zu
-zu
-Iy
-zu
-zu
-qv
-Vk
-kn
-hb
-ZT
-yV
-cO
-DB
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ab
-ab
-gx
-ha
-ha
-Bj
-ux
-RA
-Hm
-Ww
-Tl
-fA
-kI
-Kf
-Tl
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-Ap
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(116,1,1) = {"
-Vg
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-FK
-ag
-vA
-kS
-xD
-fS
-DK
-kS
-kU
-Vk
-dN
-Um
-Fi
-fY
-cO
-ZJ
-ha
-ha
-gx
-gx
-ha
-gx
-gx
-gx
-gx
-ha
-gx
-Oc
-Oc
-gx
-ha
-ha
-Bj
-oM
-iS
-zQ
-Bb
-Pv
-AB
-Gh
-NL
-Tl
-iq
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-Oc
-ab
-Oc
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-Bj
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-pw
-ha
-ha
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(117,1,1) = {"
-Vg
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-FK
-LY
-Vo
-FK
-FK
-FK
-FK
-FK
-Vk
-Vk
-sC
-oI
-Vk
-Vk
-Vk
-DB
-ha
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-Bj
-oM
-EC
-VW
-Zf
-uF
-Gp
-dx
-Dp
-cR
-VP
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-Oc
-ab
-Oc
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-Bj
-dP
-dP
-dP
-dP
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(118,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-FK
-Ga
-fD
-FK
-yy
-Hr
-yy
-NC
-rH
-Zj
-Bq
-ot
-cO
-KS
-wc
-el
-ha
-gx
-gx
-gx
-ha
-ha
-gu
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-Bj
-ux
-Gc
-VH
-Qz
-Tl
-Lp
-rC
-hy
-Tl
-go
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-nF
-dP
-ro
-hx
-dP
-ti
-ti
-nV
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(119,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-wL
-XF
-wf
-wL
-yy
-yy
-yy
-yy
-rH
-UT
-tk
-gQ
-cO
-ZJ
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-gu
-ha
-gx
-gx
-ha
-ha
-ha
-ha
-vn
-ux
-RA
-VW
-gz
-Tl
-Tl
-Tl
-Tl
-Tl
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-fo
-sS
-JT
-lG
-qN
-MM
-gl
-nV
-nV
-nV
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-hE
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(120,1,1) = {"
-Vg
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-wL
-XF
-wf
-wL
-yy
-yy
-yy
-yy
-Vk
-Vk
-dZ
-xk
-Vk
-DB
-ha
-ha
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-cZ
-ha
-gu
-ha
-vn
-ux
-RA
-VW
-vM
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-Oc
-ab
-Oc
-gx
-gx
-gx
-gx
-gx
-xK
-wr
-jz
-YH
-dP
-zP
-Jb
-qN
-gP
-br
-YM
-fg
-nV
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(121,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Ly
-ha
-ha
-ha
-ha
-wL
-XF
-wf
-wL
-yy
-yy
-yy
-yy
-yy
-vo
-YA
-YA
-CQ
-ur
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-gu
-Bj
-oM
-kc
-VW
-HQ
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-Oc
-ab
-Oc
-gx
-gx
-gx
-gx
-gx
-wb
-nV
-ti
-ti
-dP
-PY
-Jk
-qN
-Ms
-jL
-XJ
-mN
-pM
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-bv
-bv
-bv
-rV
-"}
-(122,1,1) = {"
-Vg
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-wL
-kV
-wf
-wL
-yy
-yy
-yy
-yy
-yy
-pV
-Xe
-Xe
-Qd
-ha
-gx
-gx
-ha
-ha
-ha
-Id
-PC
-Lo
-PC
-Lo
-Lo
-PC
-PC
-PC
-Lo
-PC
-Lo
-PC
-NJ
-oM
-CC
-VW
-jF
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-gx
-gx
-gx
-Hu
-mS
-sc
-MO
-zM
-cK
-Pd
-Le
-uS
-PF
-XJ
-Wq
-pM
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(123,1,1) = {"
-Ds
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-wL
-XF
-wf
-qU
-yy
-yy
-yy
-yy
-yy
-vP
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-Bj
-FU
-eS
-eS
-eS
-FU
-FU
-oM
-oM
-xz
-xz
-xz
-oM
-oM
-oM
-rR
-Lz
-px
-oM
-oM
-xz
-xz
-xz
-xz
-oM
-jN
-jN
-OA
-OA
-OA
-jN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-Hu
-Nn
-BH
-mG
-Ie
-db
-He
-XJ
-MX
-Au
-EZ
-rZ
-nV
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-yj
-bv
-bv
-rV
-"}
-(124,1,1) = {"
-eM
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-FX
-ha
-wL
-XF
-wf
-wL
-yy
-yy
-yy
-yy
-pV
-Qd
-gx
-gx
-gx
-gx
-gx
-ft
-PC
-PC
-Lo
-NJ
-FU
-Tm
-Vb
-oe
-dv
-Gq
-eD
-Db
-TM
-pH
-NH
-Db
-ht
-RE
-ad
-fj
-GF
-zV
-HA
-Hm
-TM
-pH
-NH
-lF
-Ir
-Oy
-bw
-hU
-ma
-jN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-wb
-nV
-Ht
-Zb
-nV
-PN
-xe
-Tq
-fO
-En
-XJ
-ON
-pM
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-bv
-bv
-rV
-"}
-(125,1,1) = {"
-NR
-rY
-rY
-BN
-ky
-yO
-BQ
-hv
-hv
-hv
-BQ
-BQ
-hv
-BQ
-hv
-hv
-BQ
-BQ
-BQ
-hv
-BQ
-ML
-NN
-fJ
-xF
-Xe
-Xe
-Xe
-Xe
-Qd
-gx
-gx
-gx
-gx
-gx
-gx
-ZF
-FU
-eS
-eS
-eS
-FU
-HR
-Qt
-Qt
-FE
-Gq
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-Jq
-nr
-VH
-iO
-Jq
-Hm
-Hm
-TM
-pH
-NH
-Hm
-Ir
-UN
-GM
-GM
-GG
-jN
-OA
-OA
-OA
-jN
-kv
-ha
-ha
-gx
-gx
-gx
-gx
-Qp
-nV
-Ed
-Ed
-nV
-pR
-He
-YG
-Ie
-oC
-vI
-rd
-pM
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-bv
-rV
-"}
-(126,1,1) = {"
-Ak
-wM
-TS
-fL
-gx
-RK
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ex
-gx
-gx
-gx
-gx
-gx
-gx
-RX
-ID
-Fb
-It
-nM
-TT
-mt
-UK
-UK
-mr
-ue
-qh
-LT
-vK
-vK
-vK
-vK
-OV
-ug
-Ws
-fj
-CF
-rR
-Fo
-Hm
-Hm
-Hm
-pb
-VV
-Kt
-jl
-rO
-rO
-XL
-Jo
-nn
-MA
-WU
-Cb
-Sz
-gx
-gx
-gx
-gx
-gx
-gx
-MR
-wr
-KF
-Yo
-nV
-Dk
-He
-Qq
-Ie
-mF
-xb
-nV
-nV
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-bv
-bv
-rV
-"}
-(127,1,1) = {"
-Ak
-wM
-wM
-wM
-gx
-RK
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-RX
-vx
-BI
-Cd
-jx
-OI
-HO
-Qt
-DH
-xW
-FU
-xR
-dH
-VM
-VM
-VM
-VM
-dH
-FW
-VM
-sF
-wg
-FW
-dH
-VM
-VM
-VM
-dH
-sQ
-jN
-TG
-XR
-GM
-gr
-Ra
-SW
-tp
-VC
-fT
-Sz
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-rc
-nV
-Xu
-Br
-GK
-nV
-nV
-nV
-nV
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-yj
-yj
-bv
-bv
-rV
-"}
-(128,1,1) = {"
-Ak
-wM
-yH
-fL
-gx
-RK
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-RX
-ID
-Fb
-It
-nM
-TT
-IH
-QM
-QM
-vV
-si
-fw
-vm
-Hm
-Hm
-Hm
-Hm
-AC
-rR
-VJ
-VW
-ps
-ug
-eL
-vK
-vK
-vK
-hf
-ZW
-RF
-TE
-at
-at
-Mt
-Jo
-nn
-MA
-WU
-Cb
-Sz
-gx
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-Qp
-Nn
-uf
-OW
-Oq
-pM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-yj
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-rV
-"}
-(129,1,1) = {"
-NR
-rY
-rY
-Fc
-bj
-aQ
-Dc
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-NV
-FU
-BT
-BT
-BT
-FU
-zq
-Qt
-Qt
-VB
-Gq
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-Hm
-Jq
-CU
-VH
-fk
-Jq
-Hm
-AA
-AA
-AA
-Hm
-Hm
-Ir
-Xa
-GM
-GM
-Gj
-jN
-xH
-xH
-xH
-jN
-kv
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-jZ
-wr
-aY
-Nn
-ow
-tD
-tl
-pM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yj
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-bv
-bv
-bv
-rV
-"}
-(130,1,1) = {"
-eM
-pC
-Dc
-zk
-ki
-fE
-Dc
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-FX
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-OP
-ha
-gx
-gx
-gx
-ha
-ha
-Ap
-ha
-ha
-ha
-ha
-FU
-Rx
-zX
-sM
-PT
-Gq
-BV
-xd
-TM
-pH
-NH
-ET
-Bs
-zV
-KX
-DT
-KL
-yk
-Rj
-jR
-rG
-aw
-Gy
-Nt
-Ir
-LD
-JG
-LJ
-BG
-jN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-xK
-aY
-FR
-FR
-FR
-tj
-Wx
-WZ
-FR
-FR
-FR
-FR
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-rV
-"}
-(131,1,1) = {"
-eM
-pC
-Dc
-ZO
-eB
-Eu
-Dc
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Xg
-HP
-HP
-HP
-nq
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-ha
-Ap
-ha
-ha
-ha
-ha
-FU
-BT
-BT
-BT
-FU
-FU
-oM
-oM
-tE
-in
-tE
-oM
-oM
-oM
-rR
-Lz
-lI
-oM
-oM
-tE
-in
-tE
-tE
-oM
-jN
-jN
-xH
-xH
-xH
-jN
-ha
-ha
-ha
-ha
-ha
-OP
-ha
-gx
-gx
-gx
-gx
-Qp
-FR
-FR
-wt
-ka
-ZZ
-jc
-oV
-tt
-nc
-NP
-FR
-FR
-ha
-ha
-ha
-nH
-ha
-ha
-Cf
-Cf
-if
-if
-if
-Cf
-zw
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-PU
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-yT
-yT
-yT
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-bv
-bv
-bv
-"}
-(132,1,1) = {"
-Vg
-pC
-Dc
-Dc
-Dc
-Dc
-Dc
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-GJ
-OB
-OB
-OB
-GJ
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-ha
-Bj
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-XD
-VW
-Yh
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-Qp
-WV
-se
-FC
-OL
-OL
-dS
-OL
-OL
-OL
-Lx
-lk
-ZG
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-Cf
-zw
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-PU
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-yT
-Ey
-yT
-yT
-yT
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-Rr
-"}
-(133,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-pw
-ha
-ha
-ha
-ha
-ha
-GJ
-Rp
-Be
-nl
-GJ
-ha
-ha
-ha
-VF
-HP
-HP
-hW
-LX
-Lo
-hH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-Yt
-VW
-Dr
-VZ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-Qp
-WV
-xY
-xE
-PR
-PR
-Kg
-Cw
-Cw
-Cw
-VN
-fs
-ZG
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-PU
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-yT
-Ey
-Ey
-Ey
-yT
-yT
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-Rr
-"}
-(134,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-GJ
-Be
-pJ
-Be
-GJ
-ha
-ha
-GJ
-GJ
-Uz
-WK
-GJ
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-oM
-oM
-oM
-oM
-oM
-jA
-VH
-Iw
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-dP
-Am
-SU
-SU
-SU
-SU
-aY
-FR
-se
-QR
-Pf
-Ya
-Ya
-Ya
-Ya
-aW
-xn
-se
-FR
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-if
-Cf
-zw
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-PU
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-yT
-yT
-Ey
-Ey
-Ey
-yT
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-Rr
-"}
-(135,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-GJ
-VR
-Be
-oc
-GJ
-ha
-ha
-yM
-Yr
-pn
-Wi
-Us
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ux
-Hm
-JB
-Hm
-pb
-uk
-Hm
-VW
-Dr
-NO
-NO
-NO
-NO
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-dP
-Ny
-gx
-gx
-gx
-gx
-FR
-FR
-Mp
-QR
-nS
-qG
-qG
-qG
-qG
-JE
-xn
-OL
-FR
-FR
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-PU
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-yT
-yT
-yT
-yT
-yT
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-Rr
-"}
-(136,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-GJ
-GJ
-Do
-GJ
-GJ
-ha
-ha
-yM
-Hg
-pU
-js
-Us
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-eo
-TI
-iX
-UR
-VM
-VM
-JJ
-Dr
-NO
-CP
-Dz
-Ss
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-dP
-lZ
-gx
-gx
-gx
-gx
-WV
-eq
-se
-QR
-nS
-qG
-qG
-qG
-qG
-JE
-xn
-OL
-Ze
-ZG
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-PU
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-Rr
-"}
-(137,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-GJ
-GJ
-EI
-OH
-GJ
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ux
-Ot
-Tf
-yK
-Di
-oM
-pu
-VW
-pX
-NO
-Xt
-Ck
-sb
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-dP
-dI
-gx
-gx
-gx
-gx
-WV
-se
-OL
-QR
-nS
-qG
-pk
-oY
-cT
-BU
-xn
-OL
-Ze
-ZG
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-PU
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-Rr
-"}
-(138,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-GJ
-sN
-aK
-yP
-Us
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-YL
-ox
-og
-on
-uk
-Hm
-sR
-Em
-XS
-pF
-Pm
-YK
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-dP
-Bk
-gx
-gx
-gx
-gx
-FR
-qH
-OL
-QR
-nS
-qG
-ZS
-Jf
-cT
-BU
-GX
-WC
-Si
-FR
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-bv
-bv
-bv
-"}
-(139,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-GJ
-IK
-Hw
-Se
-Us
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ux
-Hm
-BV
-Hm
-ZB
-Hm
-Hm
-VW
-Jz
-NO
-Zm
-xw
-ko
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-WV
-se
-OL
-QR
-nS
-qG
-LA
-Wp
-cT
-BU
-xn
-OL
-Ze
-ZG
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-rV
-"}
-(140,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-GJ
-jw
-yY
-Lr
-Us
-pj
-PC
-PC
-Lo
-PC
-AN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-oM
-oM
-oM
-oM
-oM
-Ug
-VW
-ok
-NO
-NO
-NO
-NO
-NO
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-WV
-eq
-se
-QR
-VK
-cT
-cT
-cT
-cT
-BU
-xn
-OL
-Ze
-ZG
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-bv
-bv
-bv
-rV
-"}
-(141,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gj
-gj
-sw
-sw
-sw
-GJ
-Od
-bM
-PM
-GJ
-ed
-ed
-ed
-Ip
-Ip
-pj
-ZE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-Jm
-lM
-ku
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-FR
-FR
-Ic
-QR
-VK
-cT
-cT
-cT
-cT
-BU
-xn
-OL
-FR
-FR
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-rV
-"}
-(142,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-gj
-gj
-de
-WA
-WA
-sx
-GJ
-GJ
-EI
-tM
-GJ
-oo
-om
-IR
-TW
-Ip
-Ip
-pj
-AN
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ux
-RA
-Hm
-ok
-VZ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-ha
-FR
-se
-QR
-Os
-Uq
-Uq
-Uq
-Uq
-ij
-xn
-se
-FR
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-yj
-bv
-bv
-rV
-"}
-(143,1,1) = {"
-Vg
-XE
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-gj
-gj
-vE
-wQ
-wQ
-wQ
-Mm
-pN
-EV
-tx
-XU
-qT
-ZL
-qm
-qm
-qm
-RI
-Ip
-Ip
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-oM
-eJ
-Hm
-oQ
-oM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-gu
-gx
-gx
-gx
-ha
-WV
-RV
-AV
-PR
-PR
-qY
-Cw
-Cw
-Cw
-vU
-bS
-ZG
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-Ey
-bv
-bv
-rV
-"}
-(144,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-xG
-kK
-BR
-rz
-FM
-uN
-Jc
-pN
-Ei
-af
-ef
-qT
-bH
-NI
-NI
-NI
-tn
-mx
-Ip
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-EQ
-Xo
-Ac
-Xo
-EQ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-WV
-VY
-gV
-OL
-OL
-UV
-OL
-OL
-OL
-HK
-se
-ZG
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-bv
-bv
-bv
-rV
-"}
-(145,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-xG
-II
-Yj
-tc
-ZR
-CG
-tg
-pd
-GC
-af
-qI
-WQ
-EX
-TR
-EK
-Ar
-Ag
-TC
-ga
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-EQ
-EQ
-Aq
-Sa
-Ye
-EQ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-FR
-FR
-ew
-YX
-YR
-Fp
-ke
-qj
-DM
-rN
-FR
-FR
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-bv
-bv
-rV
-"}
-(146,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-xG
-Qi
-In
-YT
-Gn
-lR
-KZ
-PZ
-iY
-yG
-jJ
-cY
-Ur
-xA
-Js
-Nx
-iR
-KT
-ga
-vn
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-QJ
-Ut
-kd
-kF
-Sp
-iV
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-FR
-FR
-FR
-tj
-MV
-WZ
-FR
-FR
-FR
-FR
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Cf
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Zu
-Ao
-Ao
-Ao
-Ao
-Zu
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-bv
-bv
-rV
-"}
-(147,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-xG
-eg
-fy
-fy
-cC
-AY
-nv
-XO
-CN
-gX
-pZ
-rI
-kN
-Vs
-uJ
-Xr
-Oo
-KT
-ga
-LW
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-QJ
-ay
-kd
-TL
-Sp
-iV
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-iZ
-WG
-AT
-iu
-JA
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-zw
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(148,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-gj
-Sq
-cX
-bs
-RD
-MB
-bX
-pd
-TZ
-Hk
-Hi
-WQ
-vh
-lL
-Kp
-eT
-fz
-Ev
-ga
-FY
-kP
-JW
-ha
-ha
-ha
-YO
-YO
-YO
-YO
-YO
-YO
-YO
-vb
-kd
-yE
-Sp
-iV
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-iZ
-dW
-wd
-IS
-JA
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-zw
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Zu
-Ao
-Ao
-Ao
-Ao
-Zu
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(149,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-gj
-Dj
-rv
-Xn
-gg
-zN
-Me
-pd
-Ym
-Hk
-kE
-qT
-cU
-ah
-Kp
-KT
-No
-kx
-Hz
-Ue
-Hz
-Hz
-YO
-YO
-YO
-YO
-Vz
-re
-KO
-re
-Uf
-Nd
-vb
-Qb
-yE
-Ji
-EQ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-Ke
-Uh
-ua
-su
-Ke
-Ke
-Ke
-Ke
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-XN
-XN
-XN
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(150,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-gj
-TU
-KY
-ql
-Op
-Cc
-AJ
-pd
-gS
-Hk
-kE
-qT
-hh
-ah
-wA
-KT
-pD
-kx
-Aw
-Bc
-Zd
-kx
-Vc
-wi
-Vc
-vb
-oh
-Hq
-Hq
-Hq
-XA
-LZ
-vb
-MJ
-GU
-Sp
-iV
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Ke
-jW
-no
-Nh
-Uh
-ji
-ji
-Ke
-Ke
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-fQ
-LS
-LS
-LS
-LS
-fQ
-Ey
-Ey
-gx
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-XN
-XN
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(151,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ku
-Ku
-QW
-QW
-QW
-Ky
-Ky
-QW
-QW
-Ea
-kA
-qT
-uc
-hd
-US
-Rm
-RS
-kx
-VT
-md
-zd
-kx
-sj
-mu
-ce
-vc
-ns
-Pj
-kD
-ep
-az
-aJ
-vb
-Gw
-ja
-Sp
-iV
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-Ke
-OC
-OC
-Ke
-SQ
-AQ
-KR
-LF
-iC
-ZU
-Ul
-SE
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-xq
-xq
-xq
-xq
-xq
-xq
-gx
-gx
-gx
-GE
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(152,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-Ku
-eE
-ST
-Xl
-mO
-Rb
-Zv
-Ky
-Hk
-gZ
-qT
-qT
-WQ
-WQ
-WQ
-qT
-kx
-jO
-tu
-Zo
-kx
-HH
-Zp
-HH
-vb
-os
-gp
-Fd
-gp
-es
-Ai
-fq
-sg
-nj
-Pt
-EQ
-Mg
-Mg
-EQ
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-ru
-Ke
-kZ
-Jx
-Ke
-Mq
-bB
-SV
-LF
-BF
-qR
-qR
-SE
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-xq
-xq
-xq
-xq
-xq
-xq
-gx
-gx
-gx
-GE
-gx
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(153,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-yd
-JM
-qQ
-Co
-mO
-uW
-PE
-Ky
-jf
-Vf
-HG
-eQ
-sX
-Zh
-Dd
-rk
-kx
-kx
-Mx
-LC
-kx
-vb
-dK
-vb
-vb
-vb
-vb
-vb
-vb
-qP
-vb
-vb
-QQ
-ll
-Sp
-tO
-Vj
-UZ
-EQ
-EQ
-CT
-CT
-oZ
-oZ
-oZ
-CT
-oZ
-oZ
-CT
-Gd
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-pS
-iZ
-hs
-cf
-vY
-Kz
-BA
-oH
-Pe
-uR
-aD
-aD
-Ke
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-fQ
-Ha
-Ha
-Ha
-Ha
-fQ
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Vw
-Vw
-Vw
-Vw
-Vw
-Ey
-Ey
-bv
-bv
-rV
-"}
-(154,1,1) = {"
-Vg
-XE
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-yd
-JM
-EA
-Co
-mO
-Sg
-Bg
-LV
-dr
-SX
-Ge
-JY
-zr
-Jt
-Om
-uC
-zr
-Nk
-sE
-tW
-FQ
-am
-GQ
-ri
-PS
-bR
-HN
-BW
-sJ
-sv
-lK
-Zx
-Jl
-ll
-BM
-Zx
-Zx
-Zx
-Zx
-xs
-LE
-my
-Gb
-st
-IX
-wI
-jk
-Xz
-UE
-fb
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-pS
-rr
-RL
-QC
-hr
-Gf
-Ne
-xT
-BJ
-IM
-aD
-aD
-Ke
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Vw
-Eq
-CS
-QK
-Vw
-Ey
-Ey
-bv
-bv
-rV
-"}
-(155,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-yd
-JM
-qQ
-Co
-yl
-Ks
-qu
-Yp
-xM
-QO
-Mf
-WJ
-AU
-Sm
-tv
-Bo
-IC
-sq
-tB
-Sm
-jt
-MK
-cQ
-gH
-Pu
-JC
-MK
-fF
-Iq
-WR
-MK
-MK
-MK
-jb
-pt
-MK
-UM
-MK
-nD
-ix
-dF
-hi
-Hp
-TH
-lB
-dF
-Yv
-OD
-ZI
-fb
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-BE
-Ke
-Zq
-Zq
-ba
-LN
-CE
-LN
-Uh
-gB
-yi
-yi
-SE
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-uE
-uE
-Ey
-Ey
-Ey
-Ey
-Ey
-Vw
-RR
-Yx
-mp
-Vw
-Ey
-Ey
-bv
-bv
-rV
-"}
-(156,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-Ku
-RH
-PJ
-uL
-ao
-ER
-OT
-wl
-Wg
-SX
-EM
-UF
-UF
-UF
-UF
-UF
-ez
-tP
-Vv
-UF
-NA
-gO
-Tk
-wW
-Ew
-Xc
-nt
-gO
-gO
-gO
-gO
-gO
-hJ
-wW
-kY
-nt
-sI
-wW
-na
-dM
-CT
-RQ
-hB
-UA
-jE
-CT
-HD
-DC
-CT
-Ft
-gx
-gx
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ba
-RB
-Bh
-LN
-jr
-gc
-jI
-tQ
-SE
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Vw
-iP
-Zs
-zU
-Vw
-Ey
-bv
-bv
-bv
-rV
-"}
-(157,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-mJ
-mJ
-mJ
-mJ
-mJ
-ap
-Tg
-Yf
-Ky
-Ns
-SD
-mH
-Ma
-vW
-zW
-wm
-Wh
-Ma
-HM
-Zt
-Bl
-Bl
-Bl
-Bl
-wh
-lq
-My
-SP
-SP
-SP
-SP
-wh
-wh
-TO
-TO
-WT
-TO
-TO
-ie
-cE
-rh
-CT
-CT
-CT
-CT
-CT
-CT
-Ki
-Ki
-CT
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ba
-Lm
-sL
-LN
-Kh
-kX
-Ke
-Ke
-Ke
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Vw
-Vw
-TK
-Vw
-Vw
-Ey
-Ey
-bv
-bv
-rV
-"}
-(158,1,1) = {"
-Vg
-XE
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-mJ
-pE
-pE
-wE
-mJ
-mJ
-mJ
-mJ
-mJ
-PG
-gZ
-kG
-Uy
-Uy
-Uy
-Uy
-Uy
-Uy
-wZ
-bi
-Bl
-Rk
-oB
-Bl
-lf
-fU
-xl
-ho
-gM
-gM
-cc
-cs
-wT
-vv
-sG
-pf
-Jn
-Wr
-OF
-Kn
-pL
-LU
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gx
-gx
-gx
-gx
-gx
-ha
-ha
-ha
-ha
-ha
-ha
-ba
-eR
-po
-ba
-dC
-dC
-Ke
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(159,1,1) = {"
-Vg
-XE
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-WM
-pE
-pE
-mq
-wV
-Fm
-zE
-Lc
-mJ
-jf
-gZ
-mL
-Uy
-RZ
-PX
-Kv
-Jd
-Uy
-Fv
-nW
-eh
-aa
-UW
-Bl
-Kx
-Re
-wk
-Hl
-wo
-IZ
-IZ
-IZ
-IZ
-TO
-bo
-qE
-Hy
-TO
-OF
-XK
-OF
-uX
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-cq
-fb
-fb
-fb
-cI
-ha
-ha
-ha
-ha
-ha
-ha
-ba
-ba
-ba
-ba
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(160,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-WM
-Mz
-OU
-jV
-bn
-bn
-cL
-GZ
-kb
-cP
-cM
-LH
-Uy
-ES
-mW
-Xw
-eG
-Uy
-Yq
-cm
-Bl
-ve
-MG
-Bl
-CA
-Km
-QA
-fr
-qe
-Bn
-BC
-BC
-Yd
-TO
-EW
-TO
-Nb
-TO
-mi
-SS
-wD
-wD
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-CT
-sD
-sD
-sD
-CT
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-Ey
-Ey
-Ey
-yT
-Ey
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(161,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-WM
-bK
-vZ
-xp
-JD
-Mz
-dj
-Lh
-Ix
-qK
-KM
-Uy
-Uy
-ii
-HB
-cu
-nC
-kW
-Xk
-do
-Bl
-Bl
-Bl
-Bl
-zl
-Ux
-fN
-YS
-nZ
-BC
-Sr
-BC
-Sr
-TO
-Qo
-TO
-Cp
-TO
-Fe
-VX
-OF
-xC
-ui
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-CT
-eK
-eK
-wH
-CT
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-XT
-XT
-XT
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(162,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-mJ
-AP
-Bx
-ZD
-nx
-nx
-Qk
-qF
-mJ
-et
-KM
-Uy
-Du
-WN
-kz
-Cg
-Uy
-Uy
-uj
-Vf
-HG
-Ef
-wh
-vG
-ZC
-FV
-bQ
-tJ
-kJ
-BC
-BC
-BC
-ai
-TO
-TO
-TO
-TO
-TO
-vT
-VX
-jU
-OF
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-CT
-eK
-RP
-eK
-CT
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XT
-zC
-XT
-XT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(163,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-mJ
-mJ
-AO
-Pg
-Xy
-nz
-Pg
-AO
-mJ
-dn
-SL
-Uy
-wn
-GH
-dc
-SR
-Uy
-co
-Fa
-Bo
-gZ
-bx
-wh
-vR
-Mj
-Mj
-Mj
-cd
-vy
-BC
-Sy
-BC
-Sy
-qg
-ye
-OF
-sT
-OF
-nh
-gT
-vF
-vF
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-CT
-lV
-eK
-gn
-CT
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-bv
-bv
-rV
-"}
-(164,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-mJ
-mJ
-hI
-gb
-gb
-hI
-uh
-uh
-vl
-PL
-uh
-AW
-Nc
-rS
-AW
-Uy
-Ma
-zi
-Wc
-Yk
-bu
-wh
-Ln
-Mj
-Mj
-Mj
-cd
-kk
-BC
-BC
-BC
-Sn
-qg
-sB
-OF
-YQ
-uX
-OF
-AM
-uX
-fG
-wv
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-CT
-CT
-Aj
-CT
-CT
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-fl
-KB
-bv
-bv
-bv
-"}
-(165,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-mJ
-gb
-gb
-gb
-gb
-uh
-lh
-zF
-SN
-uh
-uu
-Eo
-tK
-tK
-dR
-Ma
-vf
-vf
-vf
-Ma
-Wb
-vR
-Mj
-Mj
-Mj
-cd
-Bu
-BC
-OM
-BC
-Wa
-qg
-UO
-OF
-lx
-uX
-jn
-AM
-qt
-ui
-ui
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-hC
-SG
-lA
-hC
-DP
-hC
-"}
-(166,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-ha
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-mJ
-aO
-gb
-gb
-aO
-uh
-yx
-WX
-Wo
-uh
-BB
-xI
-nw
-nw
-Er
-AW
-ha
-ha
-ha
-ha
-Wb
-mn
-Bw
-Bw
-QX
-Rd
-hm
-BC
-BC
-BC
-Wa
-qg
-Vh
-OF
-OF
-GV
-Uv
-La
-ui
-ui
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-ha
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-hC
-vk
-jH
-hC
-hC
-hC
-"}
-(167,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-mJ
-mJ
-mJ
-mJ
-mJ
-uh
-lT
-BX
-QL
-uh
-AW
-AW
-AW
-AW
-AW
-AW
-ha
-ha
-ha
-ha
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Wb
-Fl
-Fl
-Fl
-Fl
-ui
-ui
-ui
-ui
-ui
-ui
-ui
-ui
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-ha
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-hC
-SG
-lA
-hC
-FH
-hC
-"}
-(168,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-nH
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-uh
-hw
-lp
-bb
-yu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-FA
-KB
-bv
-bv
-bv
-"}
-(169,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-gu
-yp
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-uh
-uh
-vl
-rg
-uh
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-gu
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-nH
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-Ey
-bv
-bv
-rV
-"}
-(170,1,1) = {"
-Vg
-Wn
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-cJ
-hV
-Oa
-Qr
-Qr
-Qr
-Qr
-Oa
-Oa
-xQ
-bT
-bT
-bT
-bT
-iI
-NG
-CZ
-Zy
-yu
-bT
-wJ
-wJ
-wJ
-NM
-Oa
-Oa
-Oa
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Oa
-aE
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-Qr
-il
-Na
-Na
-Na
-Na
-Na
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-HV
-HV
-HV
-HV
-WY
-WY
-HV
-HV
-HV
-HV
-yv
-yv
-yv
-yv
-GE
-GE
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-PU
-PU
-PU
-PU
-PU
-PU
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-DQ
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-yv
-Sk
-Sk
-rV
-"}
-(171,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-gu
-ha
-ha
-ha
-ha
-iI
-yF
-fH
-ig
-yu
-ha
-gu
-gu
-gu
-gu
-gu
-gu
-gu
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-bT
-ha
-ha
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(172,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-ha
-uh
-uh
-DX
-RC
-uh
-ha
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-Na
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-Cf
-Cf
-Cf
-fQ
-xq
-xq
-fQ
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(173,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-pC
-ha
-ha
-lY
-yy
-yy
-lY
-zg
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-VL
-VL
-VL
-VL
-VL
-Na
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-if
-Cf
-Cf
-Cf
-jX
-xq
-xq
-VD
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(174,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-ha
-ha
-ha
-ha
-zg
-zg
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-ha
-ha
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Na
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-if
-if
-if
-jX
-xq
-xq
-cy
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(175,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-ha
-ha
-zg
-zg
-zg
-zg
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-ha
-ha
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Na
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-VL
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-if
-if
-FD
-xq
-xq
-cy
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(176,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-ha
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-if
-FD
-xq
-xq
-JQ
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(177,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-FD
-xq
-xq
-JQ
-if
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(178,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-jX
-xq
-xq
-JQ
-if
-if
-if
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(179,1,1) = {"
-Vg
-XE
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-pC
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-jX
-xq
-xq
-cy
-Cf
-Cf
-if
-if
-if
-if
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-rV
-"}
-(180,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ec
-xq
-xq
-cy
-Cf
-Cf
-Cf
-Cf
-Cf
-if
-if
-if
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-bv
-bv
-bv
-rV
-"}
-(181,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-fQ
-xq
-xq
-fQ
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-if
-if
-if
-Cf
-Cf
-Cf
-Ey
-Ao
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-bv
-bv
-rV
-"}
-(182,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-if
-Cf
-Cf
-Cf
-Cf
-Ao
-Ao
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(183,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ao
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(184,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ao
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(185,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(186,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(187,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(188,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(189,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(190,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-XE
-Vg
-"}
-(191,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(192,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(193,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-mZ
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(194,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-uz
-uz
-mZ
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(195,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-uz
-mZ
-uz
-uz
-uz
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(196,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-uz
-uz
-Ol
-uz
-mZ
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(197,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-uz
-uz
-uz
-uz
-mZ
-kT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-if
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(198,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-uz
-mZ
-uz
-uz
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-hE
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(199,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-mZ
-mZ
-mZ
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(200,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(201,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-if
-if
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(202,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-vB
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(203,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-yT
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-if
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(204,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-yT
-yT
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-Vg
-"}
-(205,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-yT
-yT
-yT
-yT
-yT
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(206,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-ip
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(207,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(208,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(209,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-gx
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(210,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-XE
-XE
-XE
-Vg
-"}
-(211,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(212,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(213,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-zg
-zg
-bP
-bP
-bP
-WP
-yT
-yT
-yT
-yT
-DQ
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-DQ
-yT
-yT
-yT
-yT
-yT
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(214,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(215,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-zg
-zg
-zg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(216,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(217,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-zg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Cf
-Cf
-Cf
-Cf
-Cf
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(218,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-zg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-xL
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(219,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-gD
-Gv
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-pW
-Ka
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(220,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-tY
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-xh
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-pW
-Ka
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-Vg
-"}
-(221,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-xh
-Mh
-tY
-bP
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-gD
-Gv
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-Vg
-"}
-(222,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-Mh
-tY
-bP
-bP
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-Vg
-"}
-(223,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-bP
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-pW
-Ka
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-Vg
-"}
-(224,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-bP
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-xh
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-fp
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(225,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-bP
-WP
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-xh
-xL
-xL
-xL
-Mh
-hO
-hO
-tY
-WP
-WP
-WP
-fp
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(226,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-xh
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-ne
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(227,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-to
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-xh
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-Vg
-"}
-(228,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-ne
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-Mh
-hO
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(229,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(230,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(231,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-hO
-hO
-hO
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(232,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(233,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-Vg
-"}
-(234,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(235,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-gD
-za
-Ka
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(236,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Gs
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-gD
-Gv
-WP
-pW
-Ka
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(237,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Gs
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-gD
-za
-za
-Gv
-WP
-WP
-WP
-pW
-Ka
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(238,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-gD
-Gv
-WP
-WP
-WP
-WP
-yT
-yT
-WP
-pW
-Ka
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(239,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-PO
-WP
-yT
-WP
-WP
-yT
-yT
-yT
-yT
-WP
-pW
-Ka
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-Vg
-"}
-(240,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-PO
-WP
-yT
-yT
-yT
-yT
-Ey
-yT
-yT
-WP
-WP
-fp
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(241,1,1) = {"
-OK
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-Kd
-hO
-hO
-hO
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-PO
-WP
-WP
-yT
-yT
-Ey
-Ey
-Ey
-yT
-yT
-WP
-pW
-Ka
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-hO
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(242,1,1) = {"
-eM
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Mh
-tY
-WP
-yT
-yT
-Ey
-Ey
-Ey
-yT
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(243,1,1) = {"
-eM
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Kd
-hO
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-PO
-WP
-WP
-yT
-Ey
-Ey
-Ey
-Ey
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(244,1,1) = {"
-Ci
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-Yw
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Mh
-tY
-WP
-yT
-yT
-yT
-Ey
-Ey
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(245,1,1) = {"
-Ci
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-Yw
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-PO
-WP
-WP
-WP
-yT
-yT
-Ey
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(246,1,1) = {"
-Ci
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-SY
-Yw
-Yw
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Mh
-tY
-WP
-WP
-yT
-yT
-Ey
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(247,1,1) = {"
-eM
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-pW
-za
-za
-Ka
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Mh
-tY
-WP
-yT
-yT
-yT
-yT
-yT
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(248,1,1) = {"
-eM
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-fp
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-PO
-WP
-WP
-yT
-yT
-yT
-WP
-WP
-fp
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-yT
-yT
-yT
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(249,1,1) = {"
-eM
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-fp
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-Mh
-hO
-tY
-WP
-yT
-yT
-WP
-Kd
-xh
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(250,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-fp
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-WP
-fp
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-WP
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(251,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-fp
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-PO
-WP
-WP
-WP
-WP
-WP
-WP
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(252,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-bP
-bP
-Kd
-xh
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Mh
-hO
-hO
-xh
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-Mh
-tY
-WP
-WP
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(253,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-bP
-bP
-pW
-Ka
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-PO
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(254,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-fp
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-PO
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(255,1,1) = {"
-Vg
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-fp
-xL
-xL
-xL
-xL
-xL
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-cF
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-Ig
-xL
-xL
-xL
-xL
-PO
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-Vg
-"}
-(256,1,1) = {"
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-gG
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-Vg
-"}
diff --git a/maps/southern_sun/southern_cross-5.dmm b/maps/southern_sun/southern_cross-5.dmm
deleted file mode 100644
index e09ca1a7fe..0000000000
--- a/maps/southern_sun/southern_cross-5.dmm
+++ /dev/null
@@ -1,70656 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"ab" = (
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/deep)
-"ac" = (
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"ad" = (
-/turf/simulated/wall/solidrock,
-/area/surface/cave/unexplored/deep)
-"ae" = (
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/normal)
-"af" = (
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-"ag" = (
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/unexplored/normal)
-"ah" = (
-/obj/machinery/conveyor{
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/research/xenoarcheology)
-"ai" = (
-/turf/simulated/floor/plating{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/research/xenoarcheology)
-"aj" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/research/xenoarcheology)
-"ak" = (
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- req_access = list(65)
- },
-/turf/simulated/floor/plating{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/research/xenoarcheology)
-"al" = (
-/obj/machinery/light/small,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- temperature = 243.15;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/surface/outpost/research/xenoarcheology)
-"am" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology)
-"an" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology)
-"ao" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1397;
- master_tag = "xenoarch2_airlock_control";
- name = "Xenoarch Access Button";
- pixel_x = 24;
- req_access = list(47)
- },
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1397;
- icon_state = "door_locked";
- id_tag = "xenoarch2_airlock_exterior";
- locked = 1;
- name = "Research Exterior Airlock"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"ap" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"ar" = (
-/obj/machinery/conveyor{
- id = "anolongstorage"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"as" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"at" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"au" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/computer/guestpass{
- pixel_x = 30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"av" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aw" = (
-/obj/machinery/conveyor{
- id = "anolongstorage"
- },
-/obj/structure/plasticflaps/mining,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ax" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ay" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"az" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aA" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aB" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aC" = (
-/obj/structure/closet/excavation,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aD" = (
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- req_access = list(65)
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aE" = (
-/obj/machinery/conveyor{
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aF" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch Airlock 2";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"aG" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"aH" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/item/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"aI" = (
-/obj/machinery/conveyor{
- id = "anolongstorage"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aJ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/conveyor_switch{
- id = "anolongstorage";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aK" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aL" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aM" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aN" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"aO" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"aP" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"aQ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/table/rack,
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"aR" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aS" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aT" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aU" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aV" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aW" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"aX" = (
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1397;
- icon_state = "door_locked";
- id_tag = "xenoarch2_airlock_interior";
- locked = 1;
- name = "Research Interior Airlock"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1397;
- master_tag = "xenoarch2_airlock_control";
- name = "Research Access Button";
- pixel_x = 26;
- pixel_y = 6;
- req_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"aY" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"aZ" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ba" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bb" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bc" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bd" = (
-/obj/structure/sign/warning/nosmoking_2,
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"be" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bg" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bh" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bi" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bk" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bm" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bn" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"bp" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- frequency = 1397;
- id_tag = "xenoarch2_airlock_control";
- name = "Research Access Console";
- pixel_x = 26;
- pixel_y = 26;
- tag_exterior_door = "xenoarch2_airlock_exterior";
- tag_interior_door = "xenoarch2_airlock_interior"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"bq" = (
-/obj/machinery/shower{
- pixel_y = 3
- },
-/obj/structure/window/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/status_display{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology)
-"br" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bs" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bt" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/research{
- name = "Long Term Storage";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bw" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bx" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"by" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bz" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 36
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bA" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bD" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bE" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bF" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bG" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_research{
- name = "Expedition Prep";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"bI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"bJ" = (
-/obj/machinery/space_heater,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"bK" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bL" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bN" = (
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bO" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"bP" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bQ" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/light/small,
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bR" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Long Term Storage";
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bS" = (
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/longtermstorage)
-"bT" = (
-/obj/effect/floor_decal/corner/purple/full,
-/obj/machinery/suspension_gen,
-/obj/machinery/ai_status_display{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bU" = (
-/obj/machinery/suspension_gen,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bV" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bW" = (
-/obj/item/storage/excavation,
-/obj/item/pickaxe,
-/obj/item/tool/wrench,
-/obj/item/measuring_tape,
-/obj/item/stack/flag/yellow,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Expedition Prep";
- dir = 1
- },
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_y = -27
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bX" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/structure/window/reinforced,
-/obj/machinery/door/window/northleft,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bY" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/item/storage/belt/archaeology,
-/obj/item/clothing/suit/space/anomaly,
-/obj/item/clothing/head/helmet/space/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/structure/window/reinforced,
-/obj/machinery/door/window/northright,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"bZ" = (
-/obj/structure/table/steel,
-/obj/item/suit_cooling_unit,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = -24
- },
-/obj/structure/cable/blue,
-/obj/item/suit_cooling_unit,
-/obj/item/gps/science,
-/obj/item/gps/science,
-/obj/item/gps/science,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/exp_prep)
-"ca" = (
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/machinery/ai_status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cb" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/blast/regular/open{
- closed_layer = 10;
- id = "biohazardshutters";
- layer = 1;
- name = "Biohazard Shutters";
- open_layer = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cd" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 21
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"ce" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/obj/structure/window/reinforced,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cf" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cg" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 1;
- tag_north = 2;
- tag_west = 3
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ch" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ci" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -35
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"ck" = (
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch Hallway 2";
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cl" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials 2";
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cn" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/powered/scrubber/huge,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"co" = (
-/obj/machinery/computer/area_atmos,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cp" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 1";
- req_access = list(65)
- },
-/obj/machinery/door/blast/regular/open{
- closed_layer = 10;
- id = "biohazardshutters";
- layer = 1;
- name = "Biohazard Shutters";
- open_layer = 1
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cr" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cs" = (
-/obj/structure/bed,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"ct" = (
-/obj/structure/table/standard,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cu" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cv" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/cave)
-"cw" = (
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"cx" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall/checkpoint)
-"cy" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall/checkpoint)
-"cz" = (
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outpost/wall/checkpoint)
-"cA" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/medical)
-"cB" = (
-/obj/machinery/sleeper{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"cC" = (
-/obj/machinery/sleep_console,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"cD" = (
-/obj/structure/table/rack,
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/item/bodybag/cryobag,
-/obj/item/bodybag/cryobag,
-/obj/item/storage/toolbox/emergency,
-/obj/item/storage/firstaid/regular,
-/obj/random/medical/lite,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"cE" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/medical)
-"cF" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/effect/floor_decal/corner/purple/full{
- dir = 8
- },
-/obj/machinery/alarm{
- frequency = 1441;
- pixel_y = 22
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"cG" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = list(47)
- },
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/obj/item/clothing/suit/storage/hooded/wintercoat/science,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"cH" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/structure/bookcase/manuals/xenoarchaeology,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"cI" = (
-/obj/machinery/door/firedoor/glass,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology)
-"cJ" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cK" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cL" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"cM" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cN" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cO" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cP" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cQ" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cR" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cS" = (
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"cT" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/blast/regular/open{
- closed_layer = 10;
- id = "biohazardshutters";
- layer = 1;
- name = "Biohazard Shutters";
- open_layer = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 10
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cW" = (
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"cX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"cY" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"cZ" = (
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"da" = (
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"db" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dc" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dd" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"de" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"df" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dg" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/bio_suit/anomaly,
-/obj/item/clothing/head/bio_hood/anomaly,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"di" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dj" = (
-/obj/structure/table/standard,
-/obj/item/clothing/head/welding,
-/obj/item/weldingtool,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dk" = (
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dl" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dm" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dn" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"do" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_medical{
- name = "First-Aid Station";
- req_one_access = newlist()
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dp" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"dq" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow,
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_one";
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"dr" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 1";
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_a)
-"ds" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/cave/explored/deep)
-"dt" = (
-/obj/machinery/door/airlock/voidcraft{
- name = "Wilderness Containment"
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"du" = (
-/obj/structure/bed/chair/office/light,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -36
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dx" = (
-/obj/structure/table/standard,
-/obj/machinery/cell_charger,
-/obj/item/tool/screwdriver{
- pixel_y = 15
- },
-/obj/item/melee/baton/loaded,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/item/multitool,
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dz" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dA" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 36
- },
-/obj/structure/table/standard,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/item/storage/box/glasses/square{
- pixel_x = 1;
- pixel_y = 4
- },
-/obj/item/storage/box/cups,
-/obj/item/hand_labeler,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass_research{
- name = "Outpost Hallway";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dC" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/button/remote/blast_door{
- id = "biohazardshutters";
- name = "Biohazard Shutters";
- pixel_x = 40
- },
-/obj/machinery/button/remote/blast_door{
- id = "xenoarch_cell2";
- name = "Cell 2";
- pixel_x = 26
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dD" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/machinery/floodlight,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"dE" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dF" = (
-/obj/machinery/artifact_analyser,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dG" = (
-/obj/machinery/artifact_harvester,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/ai_status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/bluegrid,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dH" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dJ" = (
-/obj/structure/table/steel,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/machinery/cell_charger,
-/obj/item/cell/high,
-/obj/item/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_x = 2;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"dK" = (
-/obj/machinery/computer/crew{
- dir = 1
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dL" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/machinery/recharger,
-/obj/item/defib_kit/loaded,
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch First-Aid";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dM" = (
-/obj/structure/table/glass,
-/obj/item/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/fire,
-/obj/item/storage/firstaid/adv{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/o2,
-/obj/machinery/vending/wallmed1{
- name = "NanoMed Wall";
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dN" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/medical)
-"dO" = (
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dQ" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/item/clipboard,
-/obj/item/pen,
-/obj/item/taperecorder,
-/obj/item/folder,
-/obj/item/stamp,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"dR" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dS" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dT" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"dU" = (
-/obj/structure/table/reinforced,
-/obj/item/flashlight/lamp,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dV" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/obj/item/cell/high,
-/obj/item/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_x = 2;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"dW" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dX" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dY" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"dZ" = (
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ea" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eb" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ec" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ed" = (
-/obj/machinery/artifact_analyser,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ee" = (
-/obj/machinery/door/blast/regular{
- id = "xenoarch_cell2"
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ef" = (
-/turf/simulated/shuttle/wall/voidcraft/hard_corner,
-/area/surface/outpost/wall/checkpoint)
-"eg" = (
-/obj/structure/showcase/sign{
- pixel_y = -5
- },
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall/checkpoint)
-"eh" = (
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"ei" = (
-/obj/item/banner/nt,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"ej" = (
-/obj/structure/sign/greencross{
- desc = "White cross in a green field, you can get medical aid here.";
- name = "First-Aid"
- },
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/medical)
-"ek" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"el" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"em" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/item/camera_film{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/camera,
-/obj/machinery/recharger,
-/obj/item/tape_roll,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch Crew Area";
- dir = 8
- },
-/turf/simulated/floor/tiled/neutral,
-/area/surface/outpost/research/xenoarcheology)
-"en" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology)
-"eo" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"ep" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/atmoscontrol/laptop{
- monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three");
- req_access = null;
- req_one_access = null
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eq" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"er" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"es" = (
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"et" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 2";
- req_access = list(65)
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ev" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 10
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ew" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"ex" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"ey" = (
-/obj/structure/table/steel,
-/obj/item/tool/screwdriver,
-/obj/item/tool/crowbar,
-/obj/item/tool/wrench,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ez" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eA" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch Airlock 1";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eB" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eD" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eE" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/corner/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eF" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner/purple{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eG" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/camera,
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eH" = (
-/obj/structure/table/reinforced,
-/obj/item/folder,
-/obj/item/pen,
-/obj/item/tape_roll,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/item/geiger,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eI" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eJ" = (
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eK" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eL" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"eM" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eN" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eO" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow,
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_two";
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 2";
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"eQ" = (
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xenoarch1_airlock_exterior";
- locked = 1;
- name = "Research Exterior Airlock"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "xenoarch1_airlock_control";
- name = "Xenoarch Access Button";
- pixel_y = -24;
- req_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eR" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/effect/floor_decal/rust/part_rusted1,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eS" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eT" = (
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "xenoarch1_airlock_interior";
- locked = 1;
- name = "Research Interior Airlock"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "xenoarch1_airlock_control";
- name = "Research Access Button";
- pixel_x = -6;
- pixel_y = -26;
- req_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"eU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "xenoarch1_airlock_control";
- name = "Research Access Console";
- pixel_x = -26;
- pixel_y = -26;
- tag_exterior_door = "xenoarch1_airlock_exterior";
- tag_interior_door = "xenoarch1_airlock_interior"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eV" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eW" = (
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eX" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eY" = (
-/obj/machinery/door/firedoor/glass,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"eZ" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fa" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fb" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 6
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarch Hallway 1";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fe" = (
-/obj/item/anobattery{
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/item/anobattery{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/anobattery{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ff" = (
-/obj/item/anodevice{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/anodevice,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fg" = (
-/obj/machinery/artifact_harvester,
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/bluegrid,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fh" = (
-/obj/effect/floor_decal/industrial/warning/full,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fi" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fj" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/isolation_b)
-"fk" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"fl" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology)
-"fm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fn" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/structure/noticeboard/anomaly{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fp" = (
-/obj/effect/floor_decal/corner/purple,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fq" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fs" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"ft" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fu" = (
-/obj/machinery/artifact_scanpad,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/bluegrid,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fv" = (
-/obj/machinery/artifact_scanpad,
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
-/turf/simulated/floor/bluegrid,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fx" = (
-/obj/effect/floor_decal/industrial/warning/corner,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fy" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fz" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fA" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fB" = (
-/obj/machinery/artifact_analyser,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fC" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fD" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fE" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fG" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Generator Room";
- req_one_access = list(12,47)
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fH" = (
-/obj/structure/sign/warning/high_voltage,
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fI" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/corner/purple{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fJ" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fK" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology)
-"fL" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_research{
- name = "Anomalous Materials";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fM" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fN" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable/blue{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fO" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fP" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"fR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/research{
- name = "Isolation Room 3";
- req_access = list(65)
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 10
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fU" = (
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"fV" = (
-/obj/machinery/power/smes/buildable/outpost_substation{
- RCon_tag = "Outpost - Xenoarch";
- charge = 500000;
- input_attempt = 1;
- input_level = 150000;
- output_level = 150000
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fW" = (
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fX" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/steel,
-/obj/random/tool,
-/obj/random/tool,
-/obj/machinery/alarm{
- frequency = 1441;
- pixel_y = 22
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Xenoarchaeology SMES"
- },
-/obj/item/airlock_electronics,
-/obj/item/airlock_electronics,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"fZ" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"ga" = (
-/obj/machinery/atmospherics/binary/pump/on{
- target_pressure = 200
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gb" = (
-/obj/structure/table/steel,
-/obj/machinery/cell_charger,
-/obj/random/powercell,
-/obj/random/maintenance/clean,
-/obj/structure/cable/blue{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 36
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gc" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gd" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"ge" = (
-/obj/machinery/door/airlock{
- name = "Research Restroom"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gf" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Anomalous Materials 1";
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"gg" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"gh" = (
-/obj/machinery/atmospherics/unary/heater{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"gi" = (
-/obj/machinery/atmospherics/unary/freezer{
- dir = 1;
- icon_state = "freezer"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"gj" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/effect/floor_decal/corner/purple,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"gk" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"gl" = (
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"gm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow,
-/obj/machinery/alarm/monitor/isolation{
- alarm_id = "isolation_one";
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"gn" = (
-/obj/machinery/atmospherics/unary/vent_scrubber{
- dir = 8
- },
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Isolation Cell 3";
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/surface/outpost/research/xenoarcheology/isolation_c)
-"go" = (
-/obj/item/stack/flag/green,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"gp" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"gq" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"gr" = (
-/obj/item/stack/flag/red{
- amount = 1
- },
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"gs" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"gt" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"gu" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/cable/heavyduty{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gv" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gw" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gx" = (
-/obj/machinery/atmospherics/binary/pump/on{
- dir = 1;
- target_pressure = 200
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gy" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gz" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gA" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gB" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 24
- },
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gC" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gD" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gE" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gF" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gG" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Sample Preparation";
- req_access = list(65)
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gH" = (
-/obj/machinery/door/firedoor/glass,
-/obj/machinery/door/airlock/glass_research{
- name = "Sample Preparation";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gI" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gJ" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gK" = (
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"gL" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/cave/explored/normal)
-"gM" = (
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"gN" = (
-/obj/structure/cable,
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gO" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gP" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gQ" = (
-/obj/machinery/atmospherics/binary/pump,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gR" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 7;
- tag_north = 1;
- tag_south = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gS" = (
-/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"gT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gV" = (
-/obj/structure/table/standard,
-/obj/item/towel{
- color = "#800080";
- name = "purple towel"
- },
-/obj/item/towel{
- color = "#800080";
- name = "purple towel"
- },
-/obj/item/towel{
- color = "#800080";
- name = "purple towel"
- },
-/obj/random/soap,
-/obj/random/soap,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"gW" = (
-/obj/item/reagent_containers/glass/bottle/toxin,
-/obj/item/reagent_containers/glass/beaker/sulphuric{
- name = "beaker 'sulphuric acid'"
- },
-/obj/structure/table/glass,
-/obj/effect/floor_decal/corner/beige{
- dir = 9
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -36
- },
-/obj/structure/cable/blue{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gX" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gY" = (
-/obj/effect/floor_decal/corner/beige{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"gZ" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/research_outpost{
- c_tag = "OPR - Sample Preparation"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"ha" = (
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hb" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hc" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/effect/floor_decal/corner/lime{
- dir = 5
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hd" = (
-/turf/simulated/wall,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"he" = (
-/obj/machinery/space_heater,
-/obj/structure/cable/blue{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hf" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hg" = (
-/obj/structure/closet/crate,
-/obj/item/stack/material/phoron{
- amount = 25
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hh" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hi" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hj" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 5;
- tag_north = 1;
- tag_south = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hk" = (
-/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"hm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"hn" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"ho" = (
-/obj/machinery/chemical_dispenser/full,
-/obj/structure/sign/warning/nosmoking_2{
- pixel_x = -32
- },
-/obj/effect/floor_decal/corner/beige{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hp" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hq" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hr" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/door/window/westright,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hs" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"ht" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hu" = (
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hv" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock{
- name = "Emergency Storage"
- },
-/obj/structure/cable/blue{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hw" = (
-/obj/structure/cable/blue{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hx" = (
-/obj/item/weldpack,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hy" = (
-/obj/structure/closet/toolcloset,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hz" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/gloves/sterile/latex,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/universal{
- dir = 4
- },
-/obj/item/storage/box/monkeycubes,
-/turf/simulated/floor/tiled,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"hA" = (
-/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,
-/obj/machinery/meter,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hB" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hC" = (
-/obj/machinery/atmospherics/omni/atmos_filter{
- tag_east = 6;
- tag_north = 1;
- tag_west = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hD" = (
-/obj/machinery/atmospherics/pipe/tank/phoron{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hE" = (
-/obj/structure/curtain/open/shower,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"hF" = (
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/machinery/recharge_station,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"hG" = (
-/obj/structure/toilet{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/research/xenoarcheology/restroom)
-"hH" = (
-/obj/machinery/chem_master,
-/obj/effect/floor_decal/corner/beige{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hI" = (
-/obj/item/stool/padded,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hJ" = (
-/obj/effect/floor_decal/corner/beige,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hK" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 10
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hL" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hM" = (
-/obj/effect/floor_decal/corner/lime{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hN" = (
-/obj/item/clothing/glasses/meson,
-/obj/structure/closet/hydrant{
- pixel_x = -32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hO" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"hP" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hQ" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1;
- start_pressure = 740
- },
-/obj/machinery/ai_status_display{
- pixel_y = -32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hR" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1;
- start_pressure = 740
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hS" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1;
- start_pressure = 740
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hT" = (
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hU" = (
-/obj/structure/closet/emcloset,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"hV" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/item/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
- },
-/obj/effect/floor_decal/corner/beige/full,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hW" = (
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/structure/table/glass,
-/obj/effect/floor_decal/corner/beige{
- dir = 10
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hX" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/effect/floor_decal/corner/beige/full{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hY" = (
-/obj/machinery/radiocarbon_spectrometer,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"hZ" = (
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/item/stack/nanopaste,
-/obj/item/reagent_containers/glass/bucket,
-/obj/structure/closet/crate/secure/science{
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"ia" = (
-/obj/machinery/radiocarbon_spectrometer,
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"ib" = (
-/obj/machinery/radiocarbon_spectrometer,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/dark,
-/area/surface/outpost/research/xenoarcheology/analysis)
-"ic" = (
-/obj/structure/table/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/item/clothing/accessory/armband/science,
-/obj/item/clothing/glasses/science,
-/obj/item/suit_cooling_unit,
-/obj/item/extinguisher,
-/obj/item/flashlight,
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/emergencystorage)
-"id" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/deep)
-"ie" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/normal)
-"if" = (
-/obj/item/stack/flag/green,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-"ig" = (
-/obj/item/stack/flag/red{
- amount = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-"ih" = (
-/obj/structure/table/standard,
-/obj/item/flame/lighter/random,
-/obj/item/tool/crowbar,
-/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/research/xenoarcheology/anomaly)
-"ii" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ij" = (
-/obj/structure/cable/heavyduty{
- icon_state = "2-8"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ik" = (
-/obj/machinery/light/small,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"il" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"im" = (
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"in" = (
-/obj/structure/cable/heavyduty{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"io" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/research/xenoarcheology/smes)
-"ip" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/wall/r_wall,
-/area/surface/outpost/mining_main/cave)
-"iq" = (
-/obj/vehicle/train/engine{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ir" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"is" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"it" = (
-/obj/vehicle/train/trolley{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"iw" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/heavyduty{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ix" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"iz" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/obj/structure/ore_box,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"iA" = (
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"iB" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outpost/wall)
-"iH" = (
-/obj/effect/map_effect/portal/master/side_b/caves_to_plains/river{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/cave/unexplored/normal)
-"jK" = (
-/obj/structure/table/marble,
-/obj/item/book/manual/anomaly_testing,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"jU" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"kx" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"ky" = (
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/cave/explored/deep)
-"kQ" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"kX" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall/checkpoint)
-"ld" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/normal)
-"lV" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-"md" = (
-/turf/simulated/wall/solidrock,
-/area/surface/cave/unexplored/normal)
-"nr" = (
-/turf/simulated/mineral/sif,
-/area/surface/cave/explored/trader)
-"nx" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"og" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"ot" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"oy" = (
-/obj/item/stack/flag/green,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"oO" = (
-/obj/item/stool,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"pQ" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/cave/explored/normal)
-"pV" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Outpost Maintenance Hatch";
- normalspeed = 0;
- req_one_access = list(1,5,10,12,31,47,48,50)
- },
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"qC" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outpost/wall/checkpoint)
-"qH" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outpost/wall/checkpoint)
-"rc" = (
-/obj/structure/simple_door/sandstone,
-/obj/structure/simple_door/sandstone,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"rd" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"sj" = (
-/obj/effect/map_effect/portal/master/side_a/caves_to_wilderness,
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"st" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/cave/explored/trader)
-"sH" = (
-/obj/structure/simple_door/sandstone,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"tf" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"tl" = (
-/obj/structure/cable/heavyduty{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"xh" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"xS" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/cans/nukie_lemon,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"zJ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"zL" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-"BT" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"Co" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"Cv" = (
-/obj/structure/bed,
-/obj/item/bedsheet/cosmos,
-/mob/living/simple_mob/humanoid/starhunter/trader/miner,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"Cx" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/cave/unexplored/normal)
-"Dg" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"EC" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"EJ" = (
-/obj/item/banner/nt,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/cave/explored/deep)
-"EX" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/cave/unexplored/deep)
-"FH" = (
-/obj/item/banner/virgov,
-/obj/effect/zone_divider,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/cave/explored/deep)
-"FU" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"Hs" = (
-/obj/effect/map_effect/portal/master/side_b/caves_to_plains{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/cave/unexplored/normal)
-"HL" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/breakfast_wrap,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"In" = (
-/obj/structure/bed,
-/obj/item/bedsheet/cosmos,
-/mob/living/simple_mob/humanoid/starhunter/trader/farmer,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"Jk" = (
-/obj/effect/map_effect/portal/line/side_a,
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall/checkpoint)
-"LO" = (
-/turf/simulated/wall/solidrock,
-/area/surface/cave/explored/trader)
-"Nm" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"NL" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/deep)
-"Ox" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/cave/explored/deep)
-"Ph" = (
-/obj/machinery/light/small,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/outpost/research/xenoarcheology/exterior)
-"PH" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/lights/bulbs{
- pixel_y = 5
- },
-/obj/item/storage/toolbox/emergency{
- pixel_y = 3;
- starts_with = list(/obj/item/tool/crowbar/red,/obj/item/extinguisher/mini,/obj/item/radio,/obj/item/light/bulb)
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"Qd" = (
-/obj/machinery/vending/starhunter_farmer,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"Qs" = (
-/obj/structure/table/marble,
-/obj/item/book/manual/engineering_singularity_safety,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"Qy" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"RM" = (
-/turf/simulated/wall/sandstone,
-/area/surface/cave/explored/trader)
-"RX" = (
-/obj/structure/cable/ender{
- icon_state = "1-2";
- id = "surface_cave"
- },
-/obj/structure/cable/heavyduty{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"St" = (
-/obj/machinery/vending/starhunter_miner,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"SI" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs,
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"Ug" = (
-/obj/effect/map_effect/portal/master/side_a/caves_to_wilderness/river,
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall)
-"VK" = (
-/obj/structure/cable/heavyduty{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/mining_main/cave)
-"VP" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/cave/explored/normal)
-"YU" = (
-/turf/simulated/floor/concrete,
-/area/surface/cave/explored/trader)
-"YY" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15
- },
-/area/surface/outpost/research/xenoarcheology/exterior)
-"Zo" = (
-/obj/item/stack/flag/green,
-/obj/effect/zone_divider,
-/turf/simulated/mineral/floor/ignore_mapgen/sif,
-/area/surface/cave/explored/normal)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(3,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(4,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(5,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(6,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(7,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(8,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(9,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(10,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(11,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(12,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(13,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(14,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(15,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(16,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(17,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(18,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(19,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(20,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(21,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(22,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(23,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(24,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(25,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(26,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(27,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(28,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(29,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(30,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(31,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(32,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(33,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(34,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(35,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(36,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(37,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(38,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(39,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(40,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(41,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(42,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(43,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(44,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(45,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(46,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(47,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(48,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(49,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(50,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(51,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(52,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(53,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(54,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(55,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(56,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(57,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(58,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(59,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(60,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(61,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(62,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(63,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(64,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-ot
-ot
-ot
-ot
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(65,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(66,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(67,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(68,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(69,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(70,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(71,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(72,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(73,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(74,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(75,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(76,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(77,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(78,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(79,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(80,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(81,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(82,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(83,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(84,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(85,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(86,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(87,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(88,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(89,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(90,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(91,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(92,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(93,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-af
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(94,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(95,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-if
-af
-if
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(96,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-ot
-ot
-ot
-ot
-NL
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-ie
-ie
-ie
-zL
-zL
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(97,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(98,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(99,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(100,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(101,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-af
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(102,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-af
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(103,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(104,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(105,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(106,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(107,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ie
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(108,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ie
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(109,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(110,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(111,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(112,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(113,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(114,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(115,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(116,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(117,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(118,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-cv
-gp
-gs
-gs
-gs
-gs
-gs
-gs
-gs
-gs
-ii
-cv
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(119,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-dD
-im
-im
-im
-ir
-im
-ir
-im
-ir
-im
-im
-iz
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(120,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-dV
-im
-im
-im
-is
-im
-is
-im
-is
-im
-im
-iz
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(121,1,1) = {"
-aa
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-go
-ac
-ac
-ac
-ac
-ac
-ot
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-dJ
-im
-im
-im
-ir
-im
-ir
-im
-ir
-im
-iw
-cv
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(122,1,1) = {"
-sj
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-go
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ey
-im
-im
-im
-im
-im
-im
-im
-im
-im
-ix
-iz
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(123,1,1) = {"
-rd
-ad
-ad
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-go
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-af
-af
-af
-af
-af
-af
-ae
-af
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-dD
-im
-im
-im
-iq
-it
-it
-it
-im
-im
-ix
-iz
-ae
-ae
-ae
-ae
-ae
-md
-Hs
-aa
-"}
-(124,1,1) = {"
-cy
-cx
-cx
-cx
-ef
-EJ
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-go
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-cv
-gq
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-ik
-cv
-ae
-ae
-ae
-ae
-ae
-md
-Cx
-aa
-"}
-(125,1,1) = {"
-cw
-cZ
-cZ
-cX
-dt
-cZ
-ky
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ig
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-if
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-if
-af
-af
-if
-ae
-ae
-ie
-af
-af
-af
-af
-af
-af
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-ij
-in
-in
-in
-in
-in
-RX
-cv
-ip
-cv
-"}
-(126,1,1) = {"
-cw
-cZ
-cZ
-cZ
-eg
-cZ
-ky
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-go
-ac
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-go
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-il
-eh
-eh
-eh
-eh
-eh
-VK
-Co
-BT
-iA
-"}
-(127,1,1) = {"
-cw
-cZ
-cZ
-cY
-dt
-cZ
-ky
-ac
-ac
-ac
-go
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-il
-eh
-eh
-eh
-eh
-iA
-VK
-iA
-BT
-iA
-"}
-(128,1,1) = {"
-cy
-cx
-cx
-cx
-ef
-FH
-ot
-ot
-ot
-ot
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-oy
-ot
-ot
-ot
-ot
-EX
-id
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-id
-id
-id
-id
-id
-id
-ot
-ot
-ot
-ot
-ot
-ot
-NL
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-zL
-ie
-ie
-ie
-ld
-ie
-ie
-zL
-tf
-tf
-tf
-EC
-tf
-tf
-tf
-tf
-tf
-tf
-tf
-EC
-ei
-Qy
-Qy
-Qy
-ei
-EC
-Dg
-tf
-tf
-tf
-tf
-tf
-kQ
-og
-Nm
-xh
-"}
-(129,1,1) = {"
-rd
-ad
-ad
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ot
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-go
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-if
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-af
-eh
-eh
-eh
-ap
-ap
-ap
-ap
-ap
-ap
-cA
-cA
-cA
-cA
-cA
-an
-eQ
-am
-fD
-fD
-gu
-fD
-fD
-fD
-fD
-fD
-pV
-cv
-ip
-cv
-"}
-(130,1,1) = {"
-rd
-ad
-ad
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-af
-eh
-eh
-ap
-ap
-aR
-bi
-bA
-bT
-ap
-cB
-da
-du
-dK
-dN
-ez
-eR
-fk
-fD
-fV
-gv
-gN
-hg
-hy
-fD
-fD
-il
-md
-Cx
-aa
-"}
-(131,1,1) = {"
-aa
-ad
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ie
-af
-af
-eh
-eh
-aq
-az
-aS
-aT
-aT
-bU
-ap
-cC
-db
-dv
-dL
-dN
-eA
-eS
-fl
-fD
-fW
-gw
-gw
-gw
-gw
-hP
-fD
-il
-md
-Cx
-aa
-"}
-(132,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-go
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-Ph
-ap
-aA
-aT
-bj
-bB
-bV
-ap
-cD
-dc
-dw
-dM
-cA
-an
-eT
-am
-fD
-fX
-gw
-gO
-gO
-io
-hQ
-fD
-il
-PH
-md
-aa
-"}
-(133,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-eh
-ap
-aB
-aU
-bk
-bC
-bW
-ap
-cE
-cE
-do
-dN
-ej
-eB
-eU
-fm
-fE
-fY
-gx
-gP
-hh
-hA
-hR
-fD
-tl
-eh
-md
-aa
-"}
-(134,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-tf
-eh
-eh
-eh
-eh
-ap
-aC
-aT
-bl
-bD
-bX
-ap
-cF
-dd
-dy
-dO
-ek
-eB
-eV
-fn
-fF
-fZ
-gy
-gQ
-hi
-hB
-hS
-fD
-YY
-eh
-md
-aa
-"}
-(135,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-zL
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-af
-tf
-eh
-eh
-eh
-eh
-aq
-aD
-aV
-aT
-bE
-bY
-ap
-cG
-de
-dz
-dP
-el
-eC
-eW
-fo
-fG
-ga
-gz
-gR
-hj
-hC
-hT
-fD
-eh
-eh
-ae
-aa
-"}
-(136,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-af
-tf
-eh
-ah
-ah
-ah
-ar
-aE
-aW
-bm
-bF
-bZ
-ap
-cH
-df
-dA
-dQ
-em
-eD
-eX
-fp
-fH
-gb
-gA
-gS
-hk
-hD
-hU
-fD
-eh
-eh
-ae
-aa
-"}
-(137,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-tf
-eh
-ai
-ak
-am
-ap
-ap
-ap
-bn
-bG
-ap
-ap
-cI
-an
-am
-cI
-en
-eE
-eY
-fq
-fD
-gc
-gd
-gd
-gd
-gd
-fD
-fD
-eh
-eh
-ae
-aa
-"}
-(138,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-if
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-tf
-eh
-ai
-ai
-an
-as
-aF
-an
-bo
-bH
-ca
-ci
-cJ
-dg
-an
-dR
-eo
-eF
-eZ
-fr
-fI
-gd
-gB
-gT
-hl
-hE
-gE
-eh
-eh
-eh
-ae
-aa
-"}
-(139,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-tf
-eh
-aj
-aj
-ao
-at
-aG
-aX
-bp
-bI
-cc
-cj
-cK
-dh
-dB
-dS
-dS
-dS
-fa
-fs
-fJ
-ge
-gC
-gU
-hm
-hF
-gE
-nx
-eh
-eh
-ae
-aa
-"}
-(140,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ot
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-tf
-eh
-aj
-al
-am
-au
-aH
-am
-bq
-bJ
-cd
-ck
-cL
-di
-an
-dT
-dT
-dT
-fb
-ft
-fK
-gd
-gD
-gV
-hn
-hG
-gE
-eh
-eh
-eh
-ae
-aa
-"}
-(141,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ig
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-tf
-eh
-ai
-ak
-am
-av
-av
-av
-br
-bK
-av
-av
-cM
-ax
-av
-ax
-bK
-ax
-av
-ax
-fL
-av
-gE
-gd
-gd
-gd
-gJ
-gJ
-eh
-eh
-ae
-aa
-"}
-(142,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-tf
-eh
-ah
-ah
-ah
-aw
-aI
-aY
-bs
-bL
-ce
-cl
-cN
-dj
-dx
-dU
-ep
-eG
-dG
-fu
-fM
-gf
-gF
-gW
-ho
-hH
-hV
-gJ
-eh
-eh
-ae
-aa
-"}
-(143,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-tf
-eh
-eh
-eh
-eh
-ax
-aJ
-aZ
-bt
-bM
-bM
-cm
-cO
-dk
-dE
-hz
-bN
-eH
-fe
-dk
-fN
-gg
-gG
-gX
-hp
-hI
-hW
-gF
-eh
-eh
-ae
-aa
-"}
-(144,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ac
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-tf
-eh
-eh
-eh
-Ph
-av
-aK
-ba
-bu
-bN
-cf
-cn
-cP
-dk
-dF
-dW
-bN
-eI
-ff
-dk
-fO
-gh
-gF
-gY
-hq
-hJ
-hX
-gJ
-nx
-eh
-ae
-aa
-"}
-(145,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-go
-ac
-ac
-go
-ab
-ab
-ac
-ac
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-eh
-av
-aL
-bb
-bu
-bO
-cg
-cn
-cQ
-dl
-ih
-dX
-eq
-eJ
-fg
-fv
-fP
-gi
-gF
-gZ
-hr
-hK
-hY
-gJ
-eh
-eh
-ae
-aa
-"}
-(146,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-af
-af
-af
-zL
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-eh
-ax
-aM
-bc
-bu
-bN
-ch
-co
-cR
-dm
-dH
-dY
-er
-eK
-fh
-fw
-fQ
-bN
-gH
-ha
-hs
-hL
-hZ
-gF
-eh
-eh
-ae
-aa
-"}
-(147,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ot
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-eh
-ay
-aN
-bd
-bv
-aN
-aN
-cp
-cS
-dn
-dC
-dZ
-es
-eL
-fi
-fx
-es
-gj
-gI
-hb
-ht
-hM
-ia
-gJ
-eh
-eh
-ae
-aa
-"}
-(148,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ot
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-eh
-eh
-ay
-aO
-be
-bw
-bP
-ay
-cb
-cq
-cT
-cu
-ea
-et
-eM
-fj
-fy
-fR
-gk
-gJ
-hc
-hu
-hL
-ib
-gJ
-eh
-eh
-ae
-aa
-"}
-(149,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-af
-af
-eh
-eh
-ay
-aP
-bf
-bx
-bQ
-ay
-cr
-cU
-dp
-cu
-eb
-eu
-eN
-fj
-fz
-fS
-gl
-gK
-hd
-hv
-hd
-hd
-gK
-eh
-eh
-ae
-aa
-"}
-(150,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-if
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-af
-af
-eh
-Ph
-ay
-aQ
-bg
-by
-bR
-ay
-cs
-cV
-dq
-cu
-ec
-ev
-eO
-fj
-fA
-fT
-gm
-gK
-he
-hw
-hN
-ic
-gK
-nx
-eh
-ae
-aa
-"}
-(151,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-zL
-af
-af
-eh
-eh
-ay
-ay
-bh
-bz
-bS
-ay
-ct
-cW
-dr
-cu
-ed
-ew
-eP
-fj
-fB
-fU
-gn
-gK
-hf
-hx
-hO
-gK
-gK
-eh
-eh
-ae
-aa
-"}
-(152,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-zL
-af
-af
-eh
-eh
-eh
-ay
-ay
-ay
-ay
-ay
-cu
-cu
-cu
-cu
-ee
-ee
-ee
-fj
-fC
-fC
-fC
-gK
-gK
-gK
-gK
-gK
-eh
-eh
-eh
-ae
-aa
-"}
-(153,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-if
-af
-af
-Zo
-ae
-af
-af
-eh
-eh
-eh
-FU
-eh
-eh
-eh
-eh
-eh
-eh
-zJ
-gM
-gM
-gM
-zJ
-eh
-eh
-eh
-eh
-eh
-eh
-FU
-eh
-eh
-eh
-ae
-ae
-aa
-"}
-(154,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ie
-ae
-ae
-af
-af
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-eh
-ae
-ae
-aa
-"}
-(155,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ot
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(156,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(157,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ac
-ac
-ac
-ac
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-if
-af
-af
-af
-af
-if
-ae
-ae
-af
-af
-af
-af
-af
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(158,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(159,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-if
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(160,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-ot
-ot
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(161,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(162,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(163,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(164,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(165,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(166,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ot
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(167,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(168,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(169,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(170,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(171,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(172,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(173,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(174,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(175,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(176,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(177,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(178,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(179,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(180,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(181,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(182,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(183,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(184,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(185,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(186,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(187,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(188,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(189,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(190,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(191,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-zL
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(192,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-ot
-ot
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-zL
-lV
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(193,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-zL
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(194,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(195,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-zL
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(196,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(197,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(198,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(199,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(200,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ot
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(201,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ab
-ot
-ig
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(202,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-id
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(203,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ot
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(204,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(205,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(206,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(207,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(208,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(209,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(210,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(211,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(212,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(213,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(214,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(215,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(216,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(217,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(218,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(219,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-zL
-af
-af
-af
-af
-af
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(220,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(221,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(222,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-af
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(223,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(224,1,1) = {"
-ex
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-id
-EX
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-zL
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-zL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ld
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ex
-"}
-(225,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(226,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(227,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(228,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-zL
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(229,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-zL
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(230,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(231,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(232,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(233,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(234,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(235,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(236,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(237,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(238,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(239,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-"}
-(240,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-md
-md
-aa
-"}
-(241,1,1) = {"
-Ug
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-md
-iH
-aa
-"}
-(242,1,1) = {"
-rd
-ad
-ad
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ot
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-md
-Cx
-aa
-"}
-(243,1,1) = {"
-cy
-cx
-eg
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-gr
-af
-gL
-gL
-gL
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-ae
-ae
-md
-Cx
-aa
-"}
-(244,1,1) = {"
-cz
-qC
-qH
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ab
-ab
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-VP
-iB
-"}
-(245,1,1) = {"
-cz
-qH
-qH
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-VP
-iB
-"}
-(246,1,1) = {"
-cz
-qH
-qH
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ab
-ab
-ab
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-ds
-Ox
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-pQ
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-gL
-VP
-iB
-"}
-(247,1,1) = {"
-Jk
-kX
-kX
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-af
-af
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-rc
-RM
-LO
-st
-aa
-"}
-(248,1,1) = {"
-rd
-ad
-ad
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-af
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-af
-af
-af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-YU
-YU
-YU
-sH
-YU
-YU
-YU
-YU
-YU
-YU
-RM
-LO
-st
-aa
-"}
-(249,1,1) = {"
-rd
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-YU
-YU
-YU
-RM
-YU
-YU
-YU
-YU
-YU
-YU
-RM
-LO
-st
-aa
-"}
-(250,1,1) = {"
-aa
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-Cv
-Qs
-kx
-RM
-Qd
-oO
-xS
-SI
-oO
-YU
-RM
-LO
-LO
-aa
-"}
-(251,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-RM
-RM
-RM
-RM
-YU
-YU
-kx
-kx
-YU
-YU
-RM
-nr
-nr
-aa
-"}
-(252,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-In
-jK
-kx
-RM
-St
-oO
-HL
-jU
-oO
-YU
-RM
-nr
-nr
-aa
-"}
-(253,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-YU
-YU
-YU
-RM
-YU
-YU
-YU
-YU
-YU
-YU
-RM
-nr
-nr
-aa
-"}
-(254,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-YU
-YU
-YU
-sH
-YU
-YU
-YU
-YU
-YU
-YU
-RM
-nr
-nr
-aa
-"}
-(255,1,1) = {"
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-id
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ie
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-RM
-nr
-nr
-aa
-"}
-(256,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ex
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/maps/southern_sun/southern_cross-9.dmm b/maps/southern_sun/southern_cross-9.dmm
deleted file mode 100644
index e553b6fcdd..0000000000
--- a/maps/southern_sun/southern_cross-9.dmm
+++ /dev/null
@@ -1,67945 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall/checkpoint)
-"ab" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/mountains)
-"ac" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/wilderness/mountains)
-"ad" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/mountains)
-"ae" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/deep)
-"ag" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/deep)
-"ah" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"ai" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/wilderness/deep)
-"aj" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"ak" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/sif,
-/area/surface/outside/wilderness/mountains)
-"am" = (
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"an" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"ao" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/path/wilderness)
-"ap" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"aq" = (
-/turf/simulated/floor/plating/sif/planetuse,
-/area/surface/outside/path/wilderness)
-"as" = (
-/turf/simulated/wall/wood,
-/area/surface/outside/path/wilderness)
-"at" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/normal)
-"au" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"av" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"aw" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"ax" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west/small,
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"ay" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"az" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"aA" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/wilderness/deep)
-"aB" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east/small,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"aC" = (
-/obj/structure/showcase/sign{
- desc = "This appears to be a sign warning people that the other side is extremely hazardous.";
- icon_state = "wilderness2";
- pixel_y = -5
- },
-/turf/simulated/wall/wood,
-/area/surface/outside/path/wilderness)
-"aD" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/normal)
-"aE" = (
-/obj/effect/step_trigger/teleporter/bridge/west_to_east,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"aF" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"aG" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"aH" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"aI" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/wilderness/normal)
-"aJ" = (
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"aK" = (
-/turf/simulated/floor/water,
-/area/surface/outside/ocean)
-"aM" = (
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"aN" = (
-/turf/simulated/floor/water/deep/ocean,
-/area/surface/outside/ocean)
-"aO" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/deep)
-"aP" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"aQ" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/deep)
-"aR" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"aS" = (
-/turf/simulated/floor/wood{
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15;
- outdoors = 1
- },
-/area/surface/outside/path/wilderness)
-"aT" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"aU" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/utilityroom)
-"aV" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/normal)
-"aW" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/wilderness)
-"aX" = (
-/obj/structure/ladder/up,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"aY" = (
-/obj/effect/map_effect/portal/master/side_b/wilderness_to_caves/river{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/mountains)
-"aZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_1st_floor";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"ba" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter)
-"bb" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"bc" = (
-/obj/structure/simple_door/sifwood,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_1st_floor";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/obj/machinery/atmospheric_field_generator/perma/underdoors,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bd" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/thermoregulator/southerncross{
- dir = 4;
- pixel_x = -26;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"be" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bf" = (
-/obj/machinery/button/remote/blast_door{
- id = "wilderness_shelter_1st_floor";
- name = "Wilderness Shelter Shutters";
- pixel_y = 26
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bg" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/radio/subspace{
- desc = "A heavy duty radio that can pick up all manor of shortwave and subspace frequencies. It's a bit bulkier than a normal radio thanks to the extra hardware. An engraving on the frame reads: IF FOUND, RETURN TO WILDERNESS SHELTER!";
- name = "Wilderness Shelter subspace radio"
- },
-/obj/item/spaceflare{
- pixel_y = -10;
- pixel_x = 5
- },
-/obj/item/spaceflare{
- pixel_y = -10;
- pixel_x = -5
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bh" = (
-/obj/random/junk,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bi" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter First Floor";
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bj" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/machinery/cell_charger,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/recharger/wallcharger{
- pixel_x = -24;
- pixel_y = -4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bk" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/mountains)
-"bl" = (
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"bm" = (
-/obj/item/banner/nt,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"bn" = (
-/obj/item/banner/virgov,
-/obj/effect/zone_divider,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"bo" = (
-/turf/simulated/shuttle/wall/voidcraft/hard_corner,
-/area/surface/outpost/wall/checkpoint)
-"bp" = (
-/obj/machinery/door/airlock/voidcraft{
- name = "Wilderness Containment"
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"bq" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall/checkpoint)
-"br" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"bs" = (
-/obj/machinery/sleeper{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"bt" = (
-/obj/structure/bed/chair/bay/comfy/blue{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bu" = (
-/turf/simulated/floor/water,
-/area/surface/outpost/wall/checkpoint)
-"bv" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bw" = (
-/obj/machinery/embedded_controller/radio/simple_docking_controller{
- frequency = 1380;
- id_tag = "mining_dock_1";
- name = "shuttle bay controller";
- pixel_y = -26;
- tag_door = "mining_dock_1_door"
- },
-/obj/machinery/alarm/sifwilderness{
- dir = 4;
- pixel_x = -22
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/paper_bin,
-/obj/item/pen,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bx" = (
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/shuttle/shuttle3/mining)
-"by" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/machinery/photocopier/faxmachine,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bz" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"bA" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/shuttle/shuttle3/mining)
-"bB" = (
-/obj/item/banner/virgov,
-/obj/machinery/light/small,
-/obj/machinery/embedded_controller/radio/simple_docking_controller{
- frequency = 1380;
- id_tag = "mining_dock_3";
- name = "shuttle bay controller";
- pixel_y = -26;
- tag_door = "mining_dock_3_door"
- },
-/obj/structure/cable{
- d1 = 16;
- d2 = 0;
- icon_state = "16-0"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"bC" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/outpost/wall/checkpoint)
-"bD" = (
-/obj/effect/shuttle_landmark{
- docking_controller = "mining_dock_3";
- landmark_tag = "shuttle3_mining";
- name = "Wilderness Landing Site"
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/shuttle/shuttle3/mining)
-"bE" = (
-/turf/simulated/wall/rsifwood,
-/area/surface/outpost/shelter/exterior)
-"bF" = (
-/turf/simulated/mineral/sif,
-/turf/simulated/mineral/sif,
-/area/surface/outside/wilderness/mountains)
-"bG" = (
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"bR" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"bX" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/mountains)
-"ca" = (
-/obj/structure/bed/chair/bay/comfy/blue,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"cr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/full,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_2nd_floor";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"cA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter)
-"cD" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Crew Dorms";
- dir = 4
- },
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"cG" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/ocean)
-"cH" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"dd" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"dh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"dO" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outpost/wall/checkpoint)
-"el" = (
-/obj/structure/reagent_dispensers/watertank/high,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"er" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"es" = (
-/obj/structure/closet/medical_wall{
- name = "Wilderness Shelter first-aid closet";
- pixel_y = 31;
- starts_with = list(/obj/item/roller,/obj/item/bodybag/cryobag,/obj/item/storage/firstaid/regular=2,/obj/item/storage/pill_bottle/spaceacillin)
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"ez" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"fY" = (
-/obj/effect/zone_divider,
-/obj/machinery/button/remote/blast_door{
- dir = 1;
- id = "wilderness_shelter_1st_floor";
- name = "Wilderness Shelter Shutters";
- pixel_y = -26;
- req_one_access = list(1,5,10,12,13,18,31,43,47,48,50)
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"gi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"gy" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"gE" = (
-/obj/machinery/vending/tool,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"gV" = (
-/obj/structure/cable{
- d1 = 16;
- d2 = 0;
- icon_state = "16-0"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/button/remote/blast_door{
- id = "wilderness_shelter_Utility";
- name = "Wilderness Shelter Shutters";
- pixel_y = 26
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"hf" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/machinery/cell_charger,
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -5
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"hu" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/frame{
- anchored = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"hw" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/river/svartan)
-"hX" = (
-/obj/effect/zone_divider,
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outpost/shelter/exterior)
-"ib" = (
-/obj/structure/simple_door/sifwood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"iB" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outpost/shelter/exterior)
-"iV" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/glass,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"jf" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "wilderness_s";
- name = "Wilderness Shelter";
- base_area = /area/surface/outpost/shelter/exterior;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outpost/shelter/exterior)
-"ji" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outpost/shelter/exterior)
-"jX" = (
-/obj/structure/table/rack/shelf,
-/obj/item/soap/nanotrasen,
-/obj/item/soap/nanotrasen,
-/obj/item/towel/random,
-/obj/item/towel/random,
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"kd" = (
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/deep)
-"kh" = (
-/obj/structure/boulder,
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/river/svartan)
-"kU" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "wilderness_se";
- name = "Southeast of Wilderness";
- base_area = /area/surface/outside/wilderness/normal;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/normal)
-"kZ" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"ld" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/obj/effect/map_effect/perma_light/concentrated/incandescent,
-/turf/simulated/floor/water,
-/area/surface/outpost/wall/checkpoint)
-"ln" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor Utilities"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"lX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"mh" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 25
- },
-/obj/item/floor_painter,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"mj" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/frame{
- anchored = 1
- },
-/obj/item/geiger/wall/south,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"mP" = (
-/obj/structure/toilet,
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"mR" = (
-/obj/structure/bed/chair/comfy/blue{
- dir = 1
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"nA" = (
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"nN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"op" = (
-/obj/machinery/alarm/sifwilderness{
- dir = 8;
- pixel_x = 22
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"oO" = (
-/obj/effect/step_trigger/teleporter/bridge/east_to_west,
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"oS" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse,
-/area/surface/outside/wilderness/normal)
-"oU" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/yellowdouble,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"oW" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"pn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"pQ" = (
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "wilderness_shelter_2nd_floor_2";
- name = "Wilderness Shelter Shutters";
- pixel_x = -26
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"qe" = (
-/obj/machinery/camera/network/medbay{
- c_tag = "WILD - Shelter First Aid";
- dir = 8
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/structure/table/rack,
-/obj/item/tool/crowbar,
-/obj/item/tool/crowbar,
-/obj/item/roller,
-/obj/item/roller,
-/obj/item/storage/box/bodybags{
- pixel_x = 8;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"qf" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/structure/closet/hydrant{
- pixel_y = -32
- },
-/obj/item/storage/box/lights/mixed,
-/obj/item/storage/box/lights/mixed,
-/obj/item/tool/crowbar/red,
-/obj/item/tool/crowbar/red,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"qq" = (
-/obj/structure/coatrack,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"qr" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/path/wilderness)
-"qW" = (
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/wilderness/mountains)
-"rl" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/storage/toolbox/emergency{
- pixel_y = 6
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_y = -1
- },
-/obj/machinery/alarm/sifwilderness{
- dir = 4;
- pixel_x = -22
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"ru" = (
-/obj/structure/boulder,
-/turf/simulated/floor/wood{
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15;
- outdoors = 1
- },
-/area/surface/outside/river/svartan)
-"rv" = (
-/obj/machinery/bluespace_beacon{
- alpha = 0;
- desc = "A device that draws power from bluespace and creates a permanent tracking beacon. This one has a cloaking field. How keen of you to notice!";
- name = "Wilderness Shelter Bluespace Gigabeacon"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"sC" = (
-/obj/structure/railing,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"sJ" = (
-/obj/structure/closet/medical_wall{
- name = "Wilderness Shelter first-aid closet";
- pixel_y = 31;
- starts_with = list(/obj/item/roller,/obj/item/bodybag/cryobag,/obj/item/storage/firstaid/regular=2,/obj/item/storage/pill_bottle/spaceacillin)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"sR" = (
-/obj/effect/zone_divider,
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"td" = (
-/obj/structure/curtain/medical{
- name = "medical curtain"
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"tx" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/exterior)
-"tB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"tK" = (
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "wilderness_shelter_Utility";
- name = "Wilderness Shelter Shutters";
- pixel_x = 24;
- req_one_access = list(1,5,10,12,13,18,31,43,47,48,50)
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/exterior)
-"tO" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/normal)
-"tS" = (
-/obj/structure/closet,
-/obj/item/storage/box/lights/bulbs,
-/obj/item/storage/box/lights/mixed,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/obj/item/melee/umbrella/random,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"ub" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/frame{
- anchored = 1
- },
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Utility Room";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"uc" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/ocean)
-"uu" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/machinery/autolathe,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"vq" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/storage/box{
- max_storage_space = 20;
- name = "box of 7.62mm practice clips";
- pixel_x = 3;
- pixel_y = 3;
- starts_with = list(/obj/item/ammo_magazine/clip/c762/practice=10)
- },
-/obj/item/storage/bag/trash{
- pixel_x = -9;
- pixel_y = 5
- },
-/obj/item/storage/bag/trash{
- pixel_x = -9;
- pixel_y = -5
- },
-/obj/item/storage/box{
- max_storage_space = 20;
- name = "box of 7.62mm practice clips";
- pixel_x = 3;
- pixel_y = -1;
- starts_with = list(/obj/item/ammo_magazine/clip/c762/practice=10)
- },
-/obj/machinery/recharger/wallcharger{
- pixel_x = -24;
- pixel_y = -4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"vz" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"vO" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/machinery/button/windowtint{
- id = "dorm_wildey";
- pixel_x = -22
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"wg" = (
-/obj/machinery/light,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"xj" = (
-/obj/structure/closet/walllocker_double/survival/north{
- name = "Wilderness Shelter Emergency Survival Wall Cabinet";
- starts_with = list(/obj/item/gps=5,/obj/item/material/knife/tacknife/survival=5,/obj/random/mre=5,/obj/item/flashlight/color/yellow=5,/obj/item/flashlight/flare=5,/obj/item/reagent_containers/food/drinks/cans/waterbottle=5,/obj/item/whetstone)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"xt" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/path/wilderness)
-"xA" = (
-/obj/machinery/light/bigfloorlamp,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"xM" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter First Floor Exterior";
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"xZ" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"yb" = (
-/obj/machinery/power/thermoregulator/southerncross{
- pixel_x = 1;
- pixel_y = 26
- },
-/obj/structure/table/standard,
-/obj/fiftyspawner/plastic,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"ys" = (
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"yv" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Utility Exterior";
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"yL" = (
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/grass/sif/planetuse{
- tree_chance = 0
- },
-/area/surface/outpost/shelter/exterior)
-"yZ" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "Wilderness Shelter defibrillator closet";
- pixel_y = 31;
- req_access = null;
- req_one_access = list(1,3,43,66,67);
- starts_with = list(/obj/item/defib_kit/loaded)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"zb" = (
-/obj/structure/table/rack,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/rglass,
-/obj/fiftyspawner/rglass,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"zv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"As" = (
-/turf/simulated/floor/wood{
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15;
- outdoors = 1
- },
-/area/surface/outside/river/svartan)
-"AB" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/rocks/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"AP" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"AY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"AZ" = (
-/obj/machinery/atmospheric_field_generator/perma/underdoors,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/simple_door/sifwood,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_Utility";
- layer = 3;
- name = "Wilderness Shelter Shutters"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Ba" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Bz" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/gun/projectile/shotgun/pump/rifle/practice{
- pixel_y = -3
- },
-/obj/item/gun/projectile/shotgun/pump/rifle/practice{
- pixel_y = 6
- },
-/obj/item/binoculars{
- pixel_x = 5;
- pixel_y = -3
- },
-/obj/item/binoculars{
- pixel_x = 5;
- pixel_y = -3
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"BY" = (
-/obj/structure/simple_door/sifwood,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Cb" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- pixel_y = 16
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"CI" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"CJ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"Dk" = (
-/obj/structure/sign/department/medbay{
- name = "FIRST AID"
- },
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter)
-"EB" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "wilderness_shelter_2nd_floor";
- name = "Wilderness Shelter Shutters";
- pixel_x = 26
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"EF" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/obj/structure/curtain/open/bed,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/surface/outpost/shelter/dorms)
-"FY" = (
-/obj/structure/closet/hydrant{
- pixel_y = -26
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Ga" = (
-/obj/effect/zone_divider,
-/turf/unsimulated/wall/planetary/sif,
-/area/surface/outside/wilderness/mountains)
-"Gd" = (
-/obj/structure/table/rack,
-/obj/item/circuitboard/machine/rtg/advanced,
-/obj/item/circuitboard/machine/rtg/advanced,
-/obj/item/circuitboard/machine/rtg/advanced,
-/obj/item/stack/cable_coil,
-/obj/item/storage/belt/utility/full,
-/obj/random/powercell,
-/obj/random/powercell,
-/obj/random/powercell,
-/obj/fiftyspawner/rods,
-/obj/fiftyspawner/rods,
-/obj/fiftyspawner/rods,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Ge" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outpost/shelter/dorms)
-"Gw" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"GG" = (
-/obj/machinery/light,
-/obj/machinery/embedded_controller/radio/simple_docking_controller{
- frequency = 1380;
- id_tag = "om_wilderness";
- name = "shuttle bay controller";
- pixel_y = -29
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"HZ" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"Iw" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"Ix" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"IA" = (
-/obj/structure/curtain/medical{
- name = "medical curtain"
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"ID" = (
-/obj/machinery/power/thermoregulator/southerncross{
- dir = 8;
- pixel_x = 26;
- pixel_y = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"IZ" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/wilderness/normal)
-"Jk" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/vending/engivend{
- desc = "Spare tool vending for the Wilderness Shelter. What? Did you expect some witty description?";
- name = "Wild Shelter-Vend";
- products = list(/obj/item/geiger=4,/obj/item/cell/high=10,/obj/item/airlock_electronics=10,/obj/item/module/power_control=10,/obj/item/circuitboard/airalarm=10,/obj/item/circuitboard/firealarm=10,/obj/item/circuitboard/status_display=2,/obj/item/circuitboard/ai_status_display=2,/obj/item/circuitboard/newscaster=2,/obj/item/circuitboard/holopad=2,/obj/item/circuitboard/intercom=4,/obj/item/circuitboard/security/telescreen/entertainment=4,/obj/item/stock_parts/motor=2,/obj/item/stock_parts/spring=2,/obj/item/stock_parts/gear=2,/obj/item/circuitboard/atm,/obj/item/circuitboard/guestpass,/obj/item/circuitboard/keycard_auth,/obj/item/circuitboard/geiger,/obj/item/circuitboard/photocopier,/obj/item/circuitboard/fax,/obj/item/circuitboard/request,/obj/item/circuitboard/microwave,/obj/item/circuitboard/washing,/obj/item/circuitboard/scanner_console,/obj/item/circuitboard/sleeper_console,/obj/item/circuitboard/body_scanner,/obj/item/circuitboard/medical_kiosk,/obj/item/circuitboard/sleeper,/obj/item/circuitboard/dna_analyzer);
- req_access = null
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Jq" = (
-/obj/machinery/sleep_console{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"Ki" = (
-/obj/structure/bed/chair/comfy/blue,
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"KU" = (
-/obj/machinery/light/small,
-/obj/structure/closet/secure_closet/guncabinet{
- req_one_access = list(1,3,43,67)
- },
-/obj/item/storage/box/syndie_kit{
- max_storage_space = 20;
- name = "box of 7.62mm clips";
- starts_with = list(/obj/item/ammo_magazine/clip/c762=10)
- },
-/obj/item/storage/box/syndie_kit{
- max_storage_space = 20;
- name = "box of 7.62mm clips";
- starts_with = list(/obj/item/ammo_magazine/clip/c762=10)
- },
-/obj/item/binoculars,
-/obj/item/binoculars,
-/obj/item/gun/projectile/shotgun/pump/rifle{
- pixel_y = -3
- },
-/obj/item/gun/projectile/shotgun/pump/rifle{
- pixel_y = 6
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"KX" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"Lv" = (
-/obj/effect/zone_divider,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"Lx" = (
-/obj/structure/curtain/open/bed,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/surface/outpost/shelter/dorms)
-"LI" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outside/river/svartan)
-"Mk" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Ml" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"MC" = (
-/obj/effect/decal/remains/human{
- desc = "They look like human remains. They have a strange aura about them, an aura of a former valley explorer"
- },
-/obj/item/clothing/suit/armor/pcarrier/explorer,
-/turf/simulated/floor/wood{
- nitrogen = 93.7835;
- oxygen = 20.7263;
- temperature = 243.15;
- outdoors = 1
- },
-/area/surface/outside/river/svartan)
-"No" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep/ocean,
-/area/surface/outside/ocean)
-"Nq" = (
-/obj/effect/map_effect/portal/master/side_b/wilderness_to_caves{
- dir = 1
- },
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/mountains)
-"NL" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 1
- },
-/turf/simulated/shuttle/wall/voidcraft,
-/area/surface/outpost/wall/checkpoint)
-"Oy" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/dorms)
-"OU" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/machinery/vending/wallmed1{
- name = "Emergency NanoMed";
- pixel_y = 28
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"Pa" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12
- },
-/obj/structure/mirror{
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/surface/outpost/shelter/dorms)
-"Px" = (
-/obj/machinery/camera/network/carrier{
- c_tag = "WILD - Shelter Second Floor";
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Qz" = (
-/obj/structure/boulder,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/river/svartan)
-"Rc" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Rq" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/deep)
-"Rr" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/stack/material/log/sif{
- amount = 25;
- icon_state = "sheet-log_3";
- pixel_x = -5;
- pixel_y = 2
- },
-/obj/item/stack/material/log/sif{
- amount = 25;
- icon_state = "sheet-log_3";
- pixel_x = 5;
- pixel_y = 2
- },
-/obj/item/stack/tile/wood/sif{
- amount = 60;
- icon_state = "tile-sifwood_3"
- },
-/obj/item/stack/material/wood/sif{
- amount = 50;
- icon_state = "sheet-wood_3";
- pixel_y = 2
- },
-/obj/item/chainsaw{
- layer = 3.01
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Rw" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/thermoregulator/southerncross{
- dir = 4;
- pixel_x = -26;
- pixel_y = 2
- },
-/obj/structure/closet/crate/bin,
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter)
-"Sd" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/shuttle/floor/voidcraft/external,
-/area/surface/outpost/wall/checkpoint)
-"St" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"SE" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/structure/bed/roller,
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"SI" = (
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/power/rtg/fake_gen{
- desc = "A simple power generator, used in small outposts to reliably provide power for decades.";
- name = "Wilderness Shelter power generator";
- power_gen = 9000
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"ST" = (
-/obj/effect/zone_divider,
-/turf/simulated/wall/wood,
-/area/surface/outside/path/wilderness)
-"Uj" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/radio/off{
- pixel_y = 6
- },
-/obj/item/radio/off{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/radio/off{
- pixel_x = -6;
- pixel_y = 4
- },
-/obj/item/radio/off,
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Us" = (
-/obj/effect/zone_divider,
-/obj/effect/shuttle_landmark/automatic/clearing{
- name = "Northwest Outpost Perimiter";
- base_area = /area/surface/outside/plains/normal;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse;
- landmark_tag = "outpost_nw"
- },
-/turf/simulated/floor/outdoors/dirt/sif/planetuse,
-/area/surface/outside/wilderness/normal)
-"UK" = (
-/obj/structure/simple_door/sifwood,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"VK" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/exterior)
-"Wo" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/structure/closet/walllocker_double/survival/north{
- name = "Wilderness Shelter Emergency Food Wall Cabinet";
- starts_with = list(/obj/random/mre=20,/obj/item/reagent_containers/food/drinks/cans/waterbottle=20)
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"WB" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/obj/item/stack/material/phoron{
- amount = 2
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"WE" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "Wilderness Shelter defibrillator closet";
- pixel_y = 31;
- req_access = null;
- req_one_access = list(1,3,43,66,67);
- starts_with = list(/obj/item/defib_kit/loaded)
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/surface/outpost/shelter)
-"WL" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "wilderness_w";
- name = "West of Wilderness";
- base_area = /area/surface/outside/wilderness/deep;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/deep)
-"Xn" = (
-/obj/structure/table/rack,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Xw" = (
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outpost/shelter/exterior)
-"XD" = (
-/turf/simulated/wall/solidrock,
-/area/surface/outside/wilderness/deep)
-"XK" = (
-/obj/structure/table/standard,
-/obj/structure/bedsheetbin{
- pixel_x = 2
- },
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -5;
- pixel_y = 2
- },
-/turf/simulated/floor/wood/sif,
-/area/surface/outpost/shelter/utilityroom)
-"Yc" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized/full{
- id = "dorm_wildey"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 1;
- id = "dorm_wildey"
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "wilderness_shelter_2nd_floor_2";
- layer = 4;
- name = "Wilderness Shelter Shutters"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/dorms)
-"Yq" = (
-/obj/machinery/power/thermoregulator/southerncross{
- pixel_x = 1;
- pixel_y = 26
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"YL" = (
-/turf/simulated/mineral/sif,
-/area/surface/outpost/wall/checkpoint)
-"Za" = (
-/turf/simulated/mineral/sif,
-/area/surface/outside/wilderness/deep)
-"Zs" = (
-/obj/effect/shuttle_landmark{
- landmark_tag = "wilderness_n";
- name = "North of Wilderness";
- base_area = /area/surface/outside/wilderness/deep;
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
- },
-/turf/simulated/floor/outdoors/grass/sif/forest/planetuse{
- tree_chance = 0
- },
-/area/surface/outside/wilderness/deep)
-"Zt" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/storage/belt/utility,
-/obj/item/storage/belt/utility,
-/obj/random/tech_supply,
-/obj/random/tech_supply,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/surface/outpost/shelter/utilityroom)
-"Zz" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/deck/cah{
- pixel_x = 5;
- pixel_y = 3
- },
-/obj/item/deck/cah/black{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/item/deck/cards{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/deck/holder{
- pixel_x = -9;
- pixel_y = 1
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/surface/outpost/shelter/dorms)
-"ZG" = (
-/obj/structure/showcase/sign{
- desc = "This appears to be a sign warning people that the other side is extremely hazardous.";
- icon_state = "wilderness2";
- pixel_y = -5
- },
-/obj/effect/zone_divider,
-/turf/simulated/wall/wood,
-/area/surface/outside/path/wilderness)
-"ZU" = (
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/shuttle/shuttle3/mining)
-
-(1,1,1) = {"
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-XD
-XD
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-"}
-(2,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-Za
-Za
-ac
-ac
-Qz
-kh
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(3,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ah
-ah
-Za
-ac
-kh
-an
-an
-hw
-ru
-IZ
-IZ
-ap
-ap
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(4,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ah
-ah
-aw
-ah
-ah
-ah
-kh
-MC
-an
-sC
-ru
-As
-ap
-ap
-ap
-ap
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(5,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ag
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aw
-ah
-ah
-ah
-LI
-LI
-an
-an
-LI
-LI
-am
-ap
-ap
-ap
-ap
-ap
-ap
-at
-ac
-ac
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-at
-at
-at
-at
-aD
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(6,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ah
-am
-am
-an
-an
-am
-am
-am
-at
-ap
-ap
-ap
-ap
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(7,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-at
-at
-at
-at
-at
-at
-at
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(8,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(9,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(10,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(11,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(12,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(13,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(14,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(15,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(16,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(17,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(18,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(19,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(20,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(21,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(22,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-WL
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(23,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(24,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(25,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(26,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(27,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(28,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(29,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(30,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-kd
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(31,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(32,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aR
-aR
-bb
-aR
-aR
-aR
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-ak
-ak
-ak
-ak
-ak
-ad
-"}
-(33,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(34,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(35,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(36,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(37,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(38,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(39,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(40,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(41,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(42,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(43,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(44,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(45,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(46,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(47,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(48,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(49,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(50,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(51,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(52,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(53,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(54,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(55,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(56,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(57,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(58,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(59,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(60,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ao
-ao
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(61,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ao
-aq
-au
-au
-ay
-an
-au
-au
-as
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(62,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ae
-ao
-aS
-aS
-aS
-aS
-aB
-aS
-aS
-aS
-ao
-ao
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(63,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aS
-aS
-ax
-aS
-aS
-aS
-aS
-aS
-at
-ao
-ao
-ao
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(64,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ST
-oO
-aR
-az
-az
-oO
-oO
-ZG
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-ak
-ak
-ak
-ak
-ad
-"}
-(65,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(66,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(67,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(68,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(69,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(70,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(71,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(72,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(73,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(74,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(75,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(76,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(77,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(78,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(79,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(80,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(81,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(82,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(83,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(84,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(85,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(86,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(87,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(88,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(89,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(90,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(91,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(92,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(93,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(94,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(95,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(96,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aw
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aR
-aR
-bb
-aR
-aR
-aR
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-ak
-ak
-ad
-"}
-(97,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(98,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(99,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ab
-"}
-(100,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(101,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-ac
-ac
-ac
-ab
-"}
-(102,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(103,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-ac
-ac
-ac
-ab
-"}
-(104,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-at
-ac
-ac
-ac
-ab
-"}
-(105,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-at
-at
-at
-ac
-ac
-ac
-ab
-"}
-(106,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(107,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(108,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-at
-at
-at
-aG
-aG
-at
-ac
-ac
-ac
-ac
-ab
-"}
-(109,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(110,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(111,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-ah
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(112,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(113,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(114,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aG
-at
-at
-at
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(115,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(116,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(117,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-Zs
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(118,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-aG
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(119,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-aG
-at
-aG
-aG
-at
-at
-aG
-at
-at
-aG
-at
-at
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(120,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aH
-aG
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(121,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-ab
-ab
-"}
-(122,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ai
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aD
-aG
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-Nq
-ab
-"}
-(123,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-ai
-ah
-ah
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-kd
-Rq
-kd
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aH
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-bk
-ac
-ac
-ab
-bX
-ab
-"}
-(124,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-kd
-kd
-kd
-kd
-ah
-ah
-kd
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-at
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-ap
-aG
-aG
-aG
-aG
-aG
-aW
-bm
-bo
-bq
-bq
-NL
-bq
-"}
-(125,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aD
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-ap
-aG
-aG
-aG
-bl
-bl
-bp
-Sd
-bl
-br
-bl
-"}
-(126,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aD
-at
-aG
-aG
-aG
-aG
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-aW
-bl
-bl
-bq
-bl
-bl
-br
-bl
-"}
-(127,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-aG
-aH
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bl
-bl
-bp
-cH
-bl
-br
-bl
-"}
-(128,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aA
-aA
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aR
-aR
-bb
-bb
-bb
-aR
-aR
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-oS
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aH
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aH
-aD
-aD
-aH
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-qr
-qr
-qr
-bn
-bo
-bq
-bq
-NL
-bq
-"}
-(129,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-at
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-bk
-ac
-ac
-ab
-bX
-ab
-"}
-(130,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aW
-aG
-ac
-ac
-ac
-ab
-bX
-ab
-"}
-(131,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-ac
-ac
-ac
-ab
-ab
-ab
-"}
-(132,1,1) = {"
-ab
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aW
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(133,1,1) = {"
-ab
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aW
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(134,1,1) = {"
-ab
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(135,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(136,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(137,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-an
-am
-am
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(138,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aD
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-at
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-aV
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(139,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aD
-at
-aG
-at
-at
-aG
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aV
-aV
-aV
-aV
-ap
-ap
-ap
-bA
-bA
-bA
-bx
-bx
-bx
-bx
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(140,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-aG
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aV
-bA
-bx
-bA
-bx
-bA
-bA
-bA
-bA
-bA
-bx
-bx
-bx
-bA
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(141,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-aD
-aG
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-bx
-bx
-bA
-bA
-bA
-bA
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-aV
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(142,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-at
-at
-aH
-aG
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-bA
-bx
-bA
-bA
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-aV
-aV
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(143,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-am
-am
-at
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-at
-at
-aH
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-bA
-bx
-bA
-bA
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-aV
-ap
-ap
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(144,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-am
-at
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aG
-at
-at
-at
-at
-aH
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-bx
-bA
-bA
-bx
-bx
-bA
-bA
-bA
-bx
-bA
-bA
-bx
-aV
-ap
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(145,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-am
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aD
-at
-aG
-at
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-bA
-bA
-bA
-bx
-bA
-bA
-bx
-bx
-bx
-bA
-bA
-bx
-bA
-aV
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(146,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-am
-am
-am
-am
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aD
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-bx
-bA
-bA
-bx
-bA
-bx
-bA
-bA
-bD
-bA
-bA
-bA
-bA
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-ap
-aG
-aG
-aG
-aG
-ac
-ac
-ab
-"}
-(147,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-at
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-ap
-bA
-bA
-bA
-bA
-bA
-bA
-bA
-aV
-aG
-aW
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ab
-"}
-(148,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-at
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-at
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-ap
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aW
-aW
-aW
-aW
-aW
-aW
-aW
-aW
-aG
-aG
-aG
-aG
-ap
-ap
-aG
-aG
-ac
-ac
-ab
-"}
-(149,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-am
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-at
-at
-at
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-tO
-aV
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-ap
-aV
-aV
-aV
-aW
-aW
-aW
-aW
-aW
-aT
-bz
-bz
-bz
-bz
-bz
-bz
-bz
-aT
-aX
-ac
-ab
-"}
-(150,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-am
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-aG
-at
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-tO
-aV
-ap
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aW
-wg
-bE
-bz
-bz
-bz
-bE
-bz
-aT
-gy
-bE
-ac
-ab
-"}
-(151,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-at
-aG
-at
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-tO
-aV
-aV
-aV
-ap
-ap
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aW
-aW
-aT
-bz
-bz
-bz
-bz
-bz
-bz
-aT
-aT
-bz
-ac
-ab
-"}
-(152,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-an
-am
-am
-am
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-ap
-St
-aV
-ap
-aV
-ap
-ap
-aV
-ap
-aV
-ap
-ap
-aV
-ap
-ap
-aV
-aV
-aW
-aW
-aW
-aW
-aT
-bz
-bz
-aT
-bz
-bz
-aT
-bz
-aT
-aT
-ac
-ab
-"}
-(153,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-at
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-ap
-Us
-ap
-aV
-aV
-aV
-aV
-aV
-ap
-ap
-aV
-aV
-aV
-ap
-aV
-aV
-ap
-aW
-aV
-aV
-aW
-aT
-bz
-bz
-bz
-aT
-aT
-bz
-bz
-aT
-bz
-ac
-ab
-"}
-(154,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-tO
-ap
-aV
-aV
-aV
-aV
-ap
-ap
-ap
-aV
-aV
-ap
-ap
-aV
-ap
-ap
-aW
-aV
-aV
-aW
-wg
-bE
-bz
-aT
-aT
-bE
-bz
-aT
-aT
-bE
-ac
-ab
-"}
-(155,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-at
-aD
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-St
-ap
-aV
-aV
-aV
-aV
-ap
-ap
-ap
-aV
-aV
-aV
-ap
-aV
-ap
-ap
-aV
-aV
-aV
-aW
-aT
-bz
-aT
-bz
-bz
-yv
-bz
-bz
-aT
-bz
-ac
-ab
-"}
-(156,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-am
-am
-am
-at
-aD
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-at
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-ap
-tO
-aV
-aV
-aV
-aV
-aV
-ap
-ap
-ap
-aV
-ap
-aV
-ap
-ap
-ap
-ap
-aV
-aV
-aV
-aW
-aT
-aT
-aT
-aT
-aT
-aT
-aT
-aT
-aT
-bz
-ac
-ab
-"}
-(157,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-an
-am
-am
-am
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-at
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-ap
-tO
-aV
-aV
-aV
-ap
-ap
-aV
-ap
-aV
-aV
-ap
-ap
-aV
-ap
-ap
-ap
-aV
-aV
-aV
-aW
-aT
-aT
-aT
-aT
-aT
-aT
-KX
-VK
-tK
-tx
-ac
-ab
-"}
-(158,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-an
-am
-am
-am
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-at
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-tO
-aV
-aV
-ap
-aV
-aV
-aV
-ap
-aV
-ap
-ap
-ap
-aV
-aV
-ap
-aV
-aV
-aV
-aV
-aW
-wg
-ba
-ba
-ba
-ba
-ba
-ba
-AZ
-aU
-aU
-aU
-ab
-"}
-(159,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-am
-am
-am
-aD
-at
-at
-at
-at
-at
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-tO
-aV
-aV
-aV
-aV
-ap
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aT
-aZ
-bd
-bg
-bj
-bw
-cA
-gV
-tB
-SI
-aU
-ab
-"}
-(160,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aw
-aw
-aw
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aR
-aR
-aR
-aR
-bb
-bb
-aR
-aR
-er
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aD
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-dd
-ji
-ji
-ji
-ji
-hX
-ji
-ji
-Iw
-ji
-hX
-Iw
-ji
-ji
-ji
-ji
-hX
-tO
-tO
-qr
-fY
-ba
-bf
-bh
-bt
-by
-ba
-Yq
-AY
-WB
-aU
-ab
-"}
-(161,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-an
-am
-am
-aR
-at
-at
-at
-at
-aG
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-aT
-aT
-iB
-iB
-iB
-iB
-aV
-aV
-aV
-aT
-bc
-bv
-bv
-bv
-bB
-ba
-Jk
-AY
-mj
-aU
-ab
-"}
-(162,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-aR
-am
-at
-at
-at
-aG
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-aT
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-aV
-aV
-aW
-xM
-ba
-bv
-bv
-bv
-be
-ba
-gE
-AY
-hu
-aU
-ab
-"}
-(163,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-am
-aR
-am
-at
-at
-aG
-aG
-at
-at
-at
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-aT
-aT
-aT
-iB
-iB
-iB
-aV
-aV
-aW
-aT
-aZ
-Rc
-bi
-bv
-bv
-Mk
-ys
-AY
-ub
-aU
-ab
-"}
-(164,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-an
-aR
-am
-am
-at
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-iB
-iB
-iB
-aT
-aT
-iB
-iB
-aT
-aT
-iB
-iB
-aT
-aT
-aV
-aV
-aW
-GG
-ba
-ba
-Dk
-IA
-td
-ba
-Gd
-AY
-Rr
-aU
-ab
-"}
-(165,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-aR
-am
-am
-at
-at
-at
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-aT
-iB
-iB
-aT
-aT
-aT
-aT
-iB
-iB
-aT
-iB
-aT
-aT
-iB
-aV
-aV
-aW
-aT
-bz
-bz
-ba
-OU
-SE
-ba
-Xn
-AY
-el
-aU
-ab
-"}
-(166,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-an
-aR
-am
-am
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-hX
-iB
-iB
-aT
-aT
-iB
-iB
-aT
-aT
-aT
-iB
-iB
-iB
-iB
-aT
-iB
-nA
-aV
-aV
-aW
-aT
-aT
-bz
-ba
-WE
-Jq
-ba
-zb
-AY
-Gw
-aU
-ab
-"}
-(167,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-aR
-am
-am
-at
-aG
-at
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-aT
-aT
-aT
-iB
-iB
-aT
-aT
-aT
-iB
-iB
-aT
-aT
-iB
-iB
-aW
-aW
-aW
-aT
-aT
-bz
-ba
-es
-bs
-ba
-Uj
-AY
-qf
-aU
-ab
-"}
-(168,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-am
-am
-am
-aR
-am
-am
-aG
-aG
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-Iw
-iB
-iB
-aT
-aT
-iB
-aT
-iB
-aT
-aT
-aT
-iB
-iB
-aT
-aT
-iB
-iB
-aW
-aW
-aW
-aT
-aT
-xA
-ba
-Wo
-qe
-ba
-mh
-AY
-Zt
-aU
-ab
-"}
-(169,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-am
-am
-am
-am
-am
-aR
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-hX
-iB
-iB
-aT
-iB
-iB
-aT
-iB
-iB
-aT
-iB
-iB
-iB
-iB
-aT
-aT
-yL
-aV
-aW
-aW
-aT
-ba
-ba
-ba
-Mk
-ba
-ba
-aU
-UK
-aU
-aU
-ab
-"}
-(170,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-am
-am
-am
-am
-an
-aR
-am
-am
-at
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-iB
-aT
-aT
-aT
-iB
-iB
-iB
-aT
-aT
-iB
-iB
-aT
-aT
-aV
-aV
-aW
-aT
-cr
-Rw
-vq
-bv
-rl
-ba
-ln
-pn
-CI
-aU
-ab
-"}
-(171,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-am
-am
-am
-am
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ji
-iB
-iB
-iB
-iB
-bz
-bz
-iB
-iB
-iB
-iB
-aT
-aT
-aT
-iB
-aT
-aT
-aV
-aV
-aW
-aT
-ba
-yZ
-bv
-bv
-Bz
-ba
-Ix
-pn
-iV
-aU
-ab
-"}
-(172,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-vz
-iB
-iB
-iB
-iB
-bz
-bz
-iB
-iB
-iB
-iB
-iB
-iB
-jf
-iB
-iB
-iB
-aV
-aV
-aW
-aT
-ba
-xj
-rv
-bv
-KU
-ba
-XK
-pn
-uu
-aU
-ab
-"}
-(173,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-vz
-bz
-bz
-aT
-iB
-iB
-iB
-aT
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-iB
-aV
-aV
-aW
-bz
-ba
-sJ
-bv
-ca
-hf
-ba
-yb
-pn
-FY
-aU
-ab
-"}
-(174,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-vz
-bz
-bz
-bz
-iB
-iB
-iB
-aT
-aT
-iB
-aT
-iB
-iB
-aT
-iB
-iB
-iB
-aV
-aV
-aW
-aT
-cr
-EB
-Px
-dh
-dh
-ib
-zv
-lX
-tS
-aU
-ab
-"}
-(175,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-sR
-bz
-bz
-bz
-bz
-Xw
-bz
-bz
-bz
-iB
-nA
-iB
-iB
-iB
-aT
-iB
-yL
-aV
-aV
-aW
-aT
-ba
-ba
-ba
-ba
-ba
-ba
-aU
-BY
-aU
-aU
-ab
-"}
-(176,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aV
-aV
-ap
-aV
-aV
-aV
-aV
-ap
-aV
-aW
-aW
-aT
-bz
-Ge
-mP
-Pa
-jX
-Ge
-CJ
-nN
-xZ
-Ge
-ab
-"}
-(177,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-am
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-bz
-Ge
-Cb
-bG
-HZ
-oW
-ez
-nN
-qq
-Ge
-ab
-"}
-(178,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-Ge
-Ge
-Ge
-Ge
-Ge
-ez
-nN
-ez
-Ge
-ab
-"}
-(179,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-Yc
-vO
-pQ
-Ki
-cD
-mR
-nN
-Ml
-Ge
-ab
-"}
-(180,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-Yc
-ez
-ez
-Ki
-Zz
-mR
-nN
-Ba
-Ge
-ab
-"}
-(181,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-Ge
-Lx
-Lx
-ez
-bR
-ez
-nN
-qq
-Ge
-ab
-"}
-(182,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-Ge
-oU
-EF
-op
-AP
-Oy
-ID
-gi
-Ge
-ab
-"}
-(183,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-bz
-Ge
-Ge
-Ge
-Ge
-Ge
-Ge
-Ge
-Ge
-Ge
-ab
-"}
-(184,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aT
-bz
-bz
-bz
-bz
-bz
-bz
-ac
-ac
-ac
-ab
-"}
-(185,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-am
-an
-an
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-bz
-bz
-bz
-bz
-bz
-bz
-ac
-ac
-ac
-ab
-"}
-(186,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-am
-an
-an
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(187,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(188,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(189,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-an
-am
-am
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(190,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-am
-am
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(191,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ag
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-an
-an
-an
-am
-am
-am
-am
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(192,1,1) = {"
-ad
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aA
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aP
-ag
-ag
-ag
-ag
-aP
-aP
-ag
-ag
-ag
-aQ
-aP
-ag
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aR
-aR
-bb
-bb
-bb
-aR
-aR
-aR
-aR
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-qr
-aH
-aH
-aH
-aH
-aH
-ak
-ak
-ak
-ad
-"}
-(193,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(194,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(195,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ai
-aj
-aj
-ai
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-as
-au
-aE
-aE
-aE
-aE
-au
-au
-aC
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(196,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ao
-aj
-aj
-ao
-ao
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-ao
-xt
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(197,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ai
-ai
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ao
-aj
-aj
-ao
-ao
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-aS
-ao
-xt
-ao
-ao
-ao
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(198,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ai
-ai
-ai
-ae
-ae
-ai
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-as
-av
-av
-aF
-aF
-aF
-av
-av
-as
-aG
-aH
-ao
-ao
-ao
-aG
-aG
-aI
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(199,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-an
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aI
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-ZU
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(200,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-an
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(201,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aI
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(202,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(203,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(204,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(205,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-am
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(206,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(207,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(208,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(209,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(210,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-ae
-aj
-aj
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(211,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-ae
-ae
-ae
-aj
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aG
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(212,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(213,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-kU
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(214,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-St
-ap
-aV
-aV
-aV
-aV
-aV
-ap
-ap
-ap
-ap
-aV
-aV
-aV
-aV
-aV
-aV
-aV
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(215,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-St
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-aG
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(216,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-am
-aR
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-St
-ap
-aM
-aM
-aM
-ap
-ap
-ap
-aM
-aM
-ap
-ap
-ap
-ap
-ap
-ap
-aG
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ab
-"}
-(217,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-AB
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-ap
-ap
-ap
-aG
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(218,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-an
-aR
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-AB
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-ap
-ap
-ap
-aG
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(219,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-am
-an
-bb
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-AB
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-ap
-ap
-ap
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(220,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-bb
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-AB
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-ap
-ap
-aW
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ab
-"}
-(221,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-an
-bb
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-AB
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-ap
-aW
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(222,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-an
-bb
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aM
-aM
-aM
-aM
-aM
-ap
-ap
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(223,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-aj
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-an
-bb
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aM
-aM
-aM
-aM
-aM
-aM
-aW
-aG
-aG
-aG
-aG
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(224,1,1) = {"
-ad
-ak
-ak
-ak
-ak
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aO
-ag
-ag
-aP
-aP
-ag
-ag
-ag
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aQ
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aR
-aR
-Lv
-bb
-aR
-aR
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-kZ
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-St
-St
-St
-St
-St
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-AB
-uc
-uc
-uc
-uc
-uc
-uc
-cG
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-AB
-AB
-AB
-AB
-qr
-AB
-AB
-aH
-aH
-aH
-ak
-ak
-ak
-ak
-ak
-ad
-"}
-(225,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ag
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-bb
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aM
-aW
-aW
-aM
-aM
-aM
-aM
-aG
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(226,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ag
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-bb
-an
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aW
-aW
-aM
-aM
-aM
-aM
-aM
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(227,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ag
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-am
-aR
-an
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aS
-aS
-aK
-aM
-aM
-aM
-aM
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(228,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-aP
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-aR
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-aG
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aS
-aS
-aK
-aK
-aK
-aK
-aM
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(229,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-ag
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-am
-aR
-am
-an
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aS
-aS
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(230,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aR
-am
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(231,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-ae
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aR
-am
-an
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-St
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(232,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aR
-am
-an
-an
-an
-an
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-St
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(233,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-am
-am
-an
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-St
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(234,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-am
-am
-am
-an
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-AB
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(235,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-aP
-ae
-am
-am
-am
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-aM
-aM
-AB
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(236,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-ae
-am
-am
-am
-am
-an
-an
-am
-am
-am
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-AB
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(237,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ag
-ae
-ae
-am
-am
-am
-am
-an
-an
-am
-am
-am
-ap
-ap
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-AB
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(238,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-aj
-ae
-ag
-ae
-ae
-ae
-ae
-am
-am
-am
-an
-am
-am
-am
-ap
-ap
-ap
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-AB
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ac
-ab
-"}
-(239,1,1) = {"
-ab
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-aj
-ae
-ae
-ae
-ag
-aj
-ae
-ae
-ae
-aj
-am
-am
-am
-an
-am
-am
-am
-aM
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-ac
-ac
-ac
-ac
-ac
-ab
-"}
-(240,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-aj
-am
-am
-an
-an
-am
-am
-aM
-aM
-aM
-ap
-ap
-ap
-ap
-ap
-ap
-ap
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-ac
-ac
-ac
-ab
-ab
-ab
-"}
-(241,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-aj
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-am
-am
-an
-am
-am
-am
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-ac
-ac
-ac
-ab
-aY
-ab
-"}
-(242,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-aj
-aP
-ae
-ae
-aj
-aj
-ae
-ae
-ah
-ah
-am
-am
-am
-am
-am
-am
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-ac
-ac
-ab
-bX
-ab
-"}
-(243,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-aj
-ae
-ae
-ah
-aJ
-am
-am
-am
-an
-an
-am
-am
-aM
-aM
-aM
-aM
-aM
-aM
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-bq
-bq
-NL
-bq
-"}
-(244,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-aJ
-aJ
-am
-am
-am
-an
-an
-am
-am
-am
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-bu
-dO
-bu
-ld
-bu
-"}
-(245,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ah
-aJ
-aJ
-aJ
-am
-am
-an
-an
-an
-am
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-bu
-bu
-bu
-ld
-bu
-"}
-(246,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-aj
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ah
-ah
-ah
-aJ
-aJ
-aJ
-am
-am
-am
-an
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-uc
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-bu
-bu
-bu
-ld
-bu
-"}
-(247,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-aj
-ae
-ae
-aj
-ag
-ae
-ae
-aj
-aj
-ah
-ah
-ah
-ah
-ah
-aJ
-aJ
-aJ
-am
-am
-aK
-aK
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-YL
-aa
-bC
-aa
-"}
-(248,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ae
-ae
-ae
-ae
-ak
-ac
-ac
-ac
-ac
-ac
-ah
-ah
-ah
-ah
-ah
-aJ
-aJ
-am
-aK
-aK
-aK
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-ac
-ac
-ab
-bX
-ab
-"}
-(249,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ae
-ae
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-ac
-ac
-ab
-bX
-ab
-"}
-(250,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ab
-ab
-ab
-"}
-(251,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ag
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(252,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aP
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(253,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aP
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ac
-ab
-"}
-(254,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bF
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ab
-"}
-(255,1,1) = {"
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aK
-aK
-aK
-aK
-aK
-aK
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-No
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aN
-aK
-aK
-aK
-aK
-aK
-ac
-ac
-ab
-"}
-(256,1,1) = {"
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-Ga
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-Ga
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-qW
-ab
-ab
-"}
diff --git a/maps/southern_sun/southern_cross-casino.dmm b/maps/southern_sun/southern_cross-casino.dmm
deleted file mode 100644
index 27b220d6fe..0000000000
--- a/maps/southern_sun/southern_cross-casino.dmm
+++ /dev/null
@@ -1,46915 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/effect/zone_divider,
-/mob/living/simple_mob/animal/passive/penguin{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/ice,
-/area/surface/outside/plains/outpost)
-"ab" = (
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_left)
-"ac" = (
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship)
-"ad" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ae" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"af" = (
-/obj/structure/reagent_dispensers/watertank/high,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ag" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ah" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ai" = (
-/mob/living/simple_mob/animal/sif/glitterfly,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"aj" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ak" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"al" = (
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"am" = (
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"an" = (
-/mob/living/simple_mob/animal/passive/gaslamp/snow{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"ao" = (
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ap" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aq" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ar" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"as" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"at" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"au" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"av" = (
-/turf/unsimulated/wall,
-/area/surface/outside/plains/outpost)
-"aw" = (
-/turf/unsimulated/wall,
-/area/surface/outside/plains/mountains)
-"ax" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ay" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"az" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aA" = (
-/mob/living/simple_mob/animal/sif/diyaab{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"aB" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aC" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"aD" = (
-/obj/machinery/vending/snack,
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"aE" = (
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"aF" = (
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"aG" = (
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"aH" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"aI" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"aJ" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aK" = (
-/mob/living/simple_mob/animal/passive/mouse/white,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"aL" = (
-/obj/structure/bed/chair/sofa/right/yellow{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"aM" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aN" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aO" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aP" = (
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/dorms)
-"aQ" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/dicecup{
- pixel_x = -8
- },
-/obj/item/storage/dicecup,
-/obj/item/storage/dicecup{
- pixel_x = 8
- },
-/obj/item/storage/dicecup{
- pixel_x = -8;
- pixel_y = 8
- },
-/obj/item/storage/dicecup{
- pixel_y = 8
- },
-/obj/item/storage/dicecup{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"aR" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/pill_bottle/dice{
- pixel_x = -8;
- pixel_y = -8
- },
-/obj/item/storage/pill_bottle/dice,
-/obj/item/storage/pill_bottle/dice{
- pixel_x = 8;
- pixel_y = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"aS" = (
-/obj/effect/blocker,
-/turf/simulated/mineral/ignore_mapgen/cave,
-/area/surface/outside/plains/mountains)
-"aT" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"aU" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aV" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aW" = (
-/obj/structure/noticeboard{
- name = "Sentient prize board"
- },
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship)
-"aX" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"aY" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinoboth 1";
- name = "Casino Shutter";
- pixel_x = -5;
- pixel_y = 29;
- req_one_access = list(200)
- },
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "CasinoEmergency2";
- name = "Middle emergency shutters";
- pixel_x = 28;
- pixel_y = -3;
- req_access = list(160)
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"aZ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ba" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bb" = (
-/mob/living/simple_mob/animal/sif/glitterfly,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"bc" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bd" = (
-/mob/living/simple_mob/animal/sif/tymisian,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"be" = (
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bf" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bg" = (
-/obj/structure/flora/tree/winter1,
-/mob/living/simple_mob/animal/sif/glitterfly,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"bh" = (
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"bi" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"bj" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bk" = (
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bl" = (
-/obj/effect/blocker,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"bm" = (
-/obj/structure/closet/cabinet,
-/obj/item/storage/box/fluff/swimsuit,
-/obj/item/storage/box/fluff/swimsuit,
-/obj/item/storage/box/fluff/swimsuit,
-/obj/item/storage/box/fluff/swimsuit/earth,
-/obj/item/storage/box/fluff/swimsuit/earth,
-/obj/item/storage/box/fluff/swimsuit/purple,
-/obj/item/storage/box/fluff/swimsuit/red,
-/obj/item/storage/box/fluff/swimsuit/white,
-/obj/item/clothing/mask/snorkel,
-/obj/item/clothing/mask/snorkel,
-/obj/item/clothing/mask/snorkel,
-/obj/item/clothing/mask/snorkel,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"bn" = (
-/obj/machinery/door/airlock/security{
- name = "Cell 2";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"bo" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bp" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bq" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"br" = (
-/obj/effect/blocker,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"bs" = (
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"bt" = (
-/obj/machinery/door/airlock/silver{
- name = "General storage";
- req_access = list(160)
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"bu" = (
-/obj/effect/blocker,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"bv" = (
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"bw" = (
-/obj/effect/simple_portal/linked{
- portal_id = 7
- },
-/turf/simulated/floor/redgrid/animated,
-/area/casino/casino_ship)
-"bx" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"by" = (
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"bz" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/flora/tree/pine/xmas/presents,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"bA" = (
-/obj/machinery/door/airlock/security{
- name = "Cell 1";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"bB" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"bC" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm5";
- name = "Dorm room 5"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"bD" = (
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"bE" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -8
- },
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"bF" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/flora/lily2,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"bG" = (
-/obj/effect/zone_divider,
-/turf/unsimulated/wall,
-/area/surface/outside/plains/outpost)
-"bH" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bI" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/animal/sif/siffet,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"bJ" = (
-/obj/structure/flora/grass/both,
-/mob/living/simple_mob/animal/sif/diyaab{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"bK" = (
-/turf/simulated/floor/outdoors/ice,
-/area/surface/outside/plains/outpost)
-"bL" = (
-/obj/structure/flora/tree/pine{
- desc = "A wondrous decorated Christmas tree. It has presents!";
- icon_state = "pinepresents"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"bM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"bN" = (
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"bO" = (
-/obj/machinery/casino_chip_exchanger{
- pixel_x = -32
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"bP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"bQ" = (
-/obj/machinery/casino_chip_exchanger{
- pixel_x = -32
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"bR" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_y = 6
- },
-/obj/item/pen/blue,
-/obj/item/pen/blue{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/pen/blue{
- pixel_x = 8;
- pixel_y = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"bS" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"bT" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"bU" = (
-/obj/structure/flora/tree/pine,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bV" = (
-/obj/structure/table/rack/shelf,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/obj/item/reagent_containers/glass/bucket/wood{
- pixel_y = 6
- },
-/obj/item/reagent_containers/glass/bucket/wood,
-/obj/effect/mist,
-/turf/simulated/floor/tiled/techmaint,
-/area/casino/casino_ship)
-"bW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"bX" = (
-/obj/structure/sink{
- pixel_x = 16;
- pixel_y = 24
- },
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"bY" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"bZ" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/deluxe,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/item/lightreplacer,
-/obj/item/lightreplacer,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"ca" = (
-/obj/effect/blocker,
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"cb" = (
-/mob/living/simple_mob/vore/horse/big,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"cc" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"cd" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ce" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"cf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/structure/sink/kitchen{
- pixel_y = 17
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"cg" = (
-/obj/structure/closet/crate/trashcart,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"ch" = (
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ci" = (
-/obj/structure/closet/athletic_mixed,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"cj" = (
-/mob/living/simple_mob/vore/rabbit/white,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"ck" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/unsimulated/mineral,
-/area/surface/outside/plains/mountains)
-"cl" = (
-/obj/structure/table/steel,
-/obj/item/reagent_containers/spray/chemsprayer,
-/obj/structure/reagent_dispensers/space_cleaner{
- pixel_y = 32
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"cm" = (
-/obj/machinery/atmospherics/unary/heater/sauna{
- dir = 4;
- icon_state = "heater_1";
- use_power = 1
- },
-/obj/effect/mist,
-/turf/simulated/floor/tiled/techmaint,
-/area/casino/casino_ship)
-"cn" = (
-/mob/living/simple_mob/vore/rabbit/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"co" = (
-/obj/structure/closet/secure_closet/security{
- req_access = list(201)
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"cp" = (
-/obj/machinery/atmospherics/unary/engine/biggest{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"cq" = (
-/obj/structure/shuttle/engine/heater{
- dir = 8
- },
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_left)
-"cr" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"cs" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ct" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"cu" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"cv" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"cw" = (
-/obj/structure/table/steel,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple/border{
- dir = 1
- },
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"cx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"cy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"cz" = (
-/obj/structure/flora/lily2,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"cA" = (
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"cB" = (
-/obj/structure/flora/grass/green,
-/mob/living/simple_mob/vore/rabbit/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"cC" = (
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"cD" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cE" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"cF" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cG" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cH" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"cI" = (
-/obj/structure/table/glass,
-/obj/item/toy/eight_ball,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"cJ" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cK" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"cL" = (
-/obj/structure/flora/lily1,
-/turf/simulated/floor/water/indoors,
-/area/casino/casino_ship)
-"cM" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"cN" = (
-/obj/structure/flora/tree/winter1,
-/obj/structure/flora/grass/brown,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"cO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/mineral/ignore_mapgen/cave,
-/area/surface/outside/plains/mountains)
-"cP" = (
-/obj/structure/closet{
- name = "Evidence Closet"
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"cQ" = (
-/obj/structure/flora/tree/pine{
- desc = "A wondrous decorated Christmas tree. It has presents!";
- icon_state = "pinepresents"
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cR" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cT" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cU" = (
-/obj/machinery/door/airlock/silver{
- name = "Sauna"
- },
-/obj/structure/fans/tiny,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"cV" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cW" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"cX" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"cY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"cZ" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"da" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"db" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/material/log/sif{
- amount = 25
- },
-/obj/item/stack/material/log/sif{
- amount = 25
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"dc" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"de" = (
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"df" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"dg" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/fancyblack,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"dh" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"di" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"dj" = (
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"dk" = (
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"dl" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"dm" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dn" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"do" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dp" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"dq" = (
-/obj/structure/flora/tree/winter,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"dr" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/casino/casino_ship/wing_left)
-"ds" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 5
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dt" = (
-/obj/structure/ledge/ledge_stairs{
- pixel_y = -3
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"du" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"dv" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"dw" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dx" = (
-/obj/structure/table/sifwoodentable,
-/obj/item/flame/candle/candelabra/everburn,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"dy" = (
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"dz" = (
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"dA" = (
-/obj/structure/janitorialcart,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"dB" = (
-/obj/structure/table/bench/sifwooden,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- external_pressure_bound_default = 0;
- icon_state = "map_vent_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- internal_pressure_bound_default = 4000;
- pressure_checks = 2;
- pressure_checks_default = 2;
- pump_direction = 0;
- use_power = 1
- },
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"dC" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/tamales,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dD" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"dE" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dF" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dG" = (
-/obj/structure/closet/gmcloset,
-/obj/item/glass_jar,
-/obj/item/retail_scanner/civilian,
-/obj/item/retail_scanner/civilian,
-/obj/item/clothing/head/that{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/item/flame/lighter/random,
-/obj/item/flame/lighter/random,
-/obj/item/flame/lighter/random,
-/obj/item/flame/lighter/random,
-/obj/item/flame/lighter/random,
-/obj/item/storage/fancy/blackcandle_box,
-/obj/item/storage/fancy/blackcandle_box,
-/obj/item/storage/fancy/blackcandle_box,
-/obj/item/storage/fancy/blackcandle_box,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"dH" = (
-/obj/structure/flora/grass/brown,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"dI" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dJ" = (
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"dK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "CasinoEmergency2";
- layer = 3.5;
- name = "Casino emergency shutter"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"dL" = (
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"dM" = (
-/obj/structure/table/glass,
-/obj/item/communicator,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dN" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dO" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dP" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"dR" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"dS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"dT" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"dU" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"dV" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dW" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_cee"
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"dX" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"dY" = (
-/obj/structure/flora/ausbushes/genericbush,
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"dZ" = (
-/obj/structure/curtain/open/bed,
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"ea" = (
-/obj/machinery/slot_machine,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"eb" = (
-/obj/machinery/slot_machine,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"ec" = (
-/obj/machinery/atm{
- pixel_x = -32
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ed" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ee" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ef" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"eg" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/flora/lily3,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"eh" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ei" = (
-/obj/structure/table/steel,
-/obj/item/flame/candle/everburn,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/submap/lonehome)
-"ej" = (
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower/engineering,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"ek" = (
-/obj/structure/bed/chair/oldsofa,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"el" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"em" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"en" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eo" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ep" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/casino/casino_ship/wing_right)
-"eq" = (
-/obj/machinery/slot_machine,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"er" = (
-/obj/structure/flora/lily2,
-/turf/simulated/floor/water/indoors,
-/area/casino/casino_ship)
-"es" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/cedouble,
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"et" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"eu" = (
-/obj/structure/table/glass,
-/obj/item/book/codex/casino,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ev" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ew" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ex" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ey" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = 32
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ez" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"eA" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"eB" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eD" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"eE" = (
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"eF" = (
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eG" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"eH" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"eI" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eJ" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/starcaster_news,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eK" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = 32
- },
-/obj/item/communicator,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"eL" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"eM" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"eN" = (
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"eO" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"eP" = (
-/obj/structure/flora/lily1,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"eQ" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"eR" = (
-/obj/machinery/door/airlock/security{
- name = "Holding cells";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"eS" = (
-/obj/structure/shuttle/engine/heater{
- dir = 8
- },
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_right)
-"eT" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/laundry_basket,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"eU" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 9
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"eV" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"eW" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 10
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"eX" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/event/present,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"eY" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"eZ" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"fa" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"fb" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"fc" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fd" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fe" = (
-/obj/structure/table/marble,
-/obj/item/paper_bin{
- pixel_y = 6
- },
-/obj/item/pen/blue,
-/obj/item/folder/red,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casino Front Desk";
- layer = 3.2;
- name = "Front Desk Shutters"
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ff" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 5
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fg" = (
-/obj/item/telecube/mated,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"fh" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fi" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"fj" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fk" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/starcaster_news,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fl" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"fm" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/item/book/codex/casino,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fn" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fo" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin,
-/obj/item/tape,
-/obj/item/pen,
-/obj/item/pen{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"fp" = (
-/obj/structure/table/fancyblack,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"fq" = (
-/obj/machinery/door/window/westright{
- dir = 1;
- layer = 3.1;
- name = "Both access";
- req_access = list(200)
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinoboth 1";
- layer = 3.2;
- name = "Exchange booth shutters 1"
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"fr" = (
-/obj/machinery/light,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fs" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ft" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"fu" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 4
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fv" = (
-/obj/structure/table/glass,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fw" = (
-/obj/structure/table/wooden_reinforced,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fx" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"fy" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/sizegun,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"fz" = (
-/mob/living/simple_mob/animal/giant_spider/carrier,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"fA" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/random/plushie,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fB" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"fC" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_corner"
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fD" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"fE" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"fF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"fG" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/condiment/small/packet/coffee,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 6;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/obj/item/reagent_containers/food/drinks/bottle/cream{
- pixel_x = -5;
- pixel_y = 17
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"fH" = (
-/obj/machinery/vending/coffee,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fI" = (
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"fJ" = (
-/obj/item/book/codex/casino,
-/obj/structure/table/marble,
-/obj/machinery/button/remote/airlock{
- id = "managerdoor";
- pixel_x = 8;
- pixel_y = -2
- },
-/obj/item/card/id/casino/manager,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"fK" = (
-/obj/structure/flora/lily1,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"fL" = (
-/obj/structure/flora/lily2,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"fM" = (
-/obj/machinery/vending/snack,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fN" = (
-/obj/machinery/power/smes/buildable/hybrid,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"fO" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/grenade/spawnergrenade/casino/tindalos,
-/obj/item/grenade/spawnergrenade/casino/redpanda{
- pixel_x = 7;
- pixel_y = 4
- },
-/obj/item/grenade/spawnergrenade/casino/otie/chubby{
- pixel_x = -4;
- pixel_y = 5
- },
-/obj/item/grenade/spawnergrenade/casino/horse{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/item/grenade/spawnergrenade/casino/fennec{
- pixel_x = -8;
- pixel_y = -1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"fP" = (
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"fQ" = (
-/obj/machinery/washing_machine,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"fR" = (
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"fS" = (
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"fT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"fU" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"fV" = (
-/obj/structure/table/glass,
-/obj/item/starcaster_news,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fW" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"fX" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"fY" = (
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"fZ" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ga" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/ice,
-/area/surface/outside/plains/outpost)
-"gb" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/purple/border,
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"gc" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/purple/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"gd" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_cee"
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ge" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- icon_state = "spline_fancy_cee"
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gf" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"gg" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/purpledouble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"gh" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gi" = (
-/obj/structure/flora/lily1,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"gj" = (
-/obj/machinery/vending/cola,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gk" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gl" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gm" = (
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_access = list(160)
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"gn" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"go" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/rack,
-/obj/item/storage/briefcase/inflatable,
-/obj/item/storage/briefcase/inflatable,
-/obj/item/storage/toolbox/emergency,
-/obj/item/storage/toolbox/emergency,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"gp" = (
-/obj/structure/table/rack,
-/obj/item/suit_cooling_unit,
-/obj/item/suit_cooling_unit,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"gq" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_x = -32
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gr" = (
-/obj/effect/zone_divider,
-/turf/simulated/mineral/ignore_mapgen/cave,
-/area/surface/outside/plains/mountains)
-"gs" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/wing_right)
-"gt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"gu" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_cee"
- },
-/obj/machinery/recharge_station,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"gv" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"gw" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"gx" = (
-/obj/structure/casino_table/blackjack_m{
- dir = 1
- },
-/obj/item/deck/cards/casino,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"gy" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 9
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gz" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/heavy{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"gA" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"gB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters4";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"gC" = (
-/obj/structure/flora/lily2,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"gD" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_North_Exterior";
- locked = 1;
- name = "Landing North External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "Casino_North";
- name = "External Access Button";
- pixel_x = -24
- },
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"gE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters4";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"gF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters4";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"gG" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_North_Exterior";
- locked = 1;
- name = "Landing North External"
- },
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"gH" = (
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"gI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters6";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"gJ" = (
-/obj/structure/table/marble,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/item/clothing/head/crown/goose_king/christmas,
-/obj/item/clothing/head/crown/goose_queen/christmas,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gK" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_x = -32
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gL" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_cee"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gM" = (
-/obj/structure/flora/tree/pine,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"gN" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"gO" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/pointybush,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"gP" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"gQ" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gR" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gS" = (
-/obj/structure/flora/tree/winter,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"gT" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"gU" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"gV" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"gW" = (
-/obj/structure/flora/grass/both,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"gX" = (
-/obj/structure/flora/bboulder2,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"gY" = (
-/obj/structure/table/gamblingtable,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"gZ" = (
-/obj/item/stool/padded,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ha" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hb" = (
-/obj/structure/table/gamblingtable,
-/obj/item/toy/eight_ball/conch,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"hd" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"he" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hf" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hg" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/mud/sif/planetuse{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"hh" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/freezer,
-/area/submap/lonehome)
-"hi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"hj" = (
-/obj/item/stool/padded,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hk" = (
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_right)
-"hl" = (
-/obj/structure/table/gamblingtable,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hm" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hn" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ho" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hp" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"hq" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hr" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/holosign/exit,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"hs" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ht" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"hu" = (
-/obj/structure/table/fancyblack,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"hv" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hw" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hx" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hy" = (
-/obj/structure/bed/chair/oldsofa,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hz" = (
-/obj/structure/bed/chair/oldsofa/corner,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hA" = (
-/obj/machinery/slot_machine,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"hB" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"hC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"hD" = (
-/obj/structure/table/gamblingtable,
-/obj/item/storage/dicecup,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hE" = (
-/obj/machinery/slot_machine,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hF" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"hG" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 9
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hH" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"hI" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"hJ" = (
-/obj/item/stool,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"hK" = (
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"hL" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_cee"
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hM" = (
-/obj/structure/bed/chair/bar_stool,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hN" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"hO" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hP" = (
-/turf/unsimulated/mineral,
-/area/surface/outside/plains/mountains)
-"hQ" = (
-/obj/structure/window/reinforced,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"hR" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hS" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"hT" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"hU" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"hV" = (
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"hW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1380;
- id_tag = "casino2_pump"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"hX" = (
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"hY" = (
-/obj/structure/flora/tree/winter1,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"hZ" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ia" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ib" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ic" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northright{
- req_access = list(201)
- },
-/obj/item/gun/energy/laser,
-/obj/item/gun/energy/laser,
-/obj/item/gun/energy/laser,
-/obj/item/gun/energy/laser,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"id" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/northleft{
- req_access = list(201)
- },
-/obj/item/gun/energy/ionrifle,
-/obj/item/gun/energy/ionrifle,
-/obj/item/gun/energy/plasmastun,
-/obj/item/gun/energy/plasmastun,
-/obj/item/gun/energy/gun/burst,
-/obj/item/gun/energy/gun/burst,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"ie" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"if" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northright{
- req_access = list(201)
- },
-/obj/item/gun/projectile/shotgun/pump/combat,
-/obj/item/gun/projectile/shotgun/pump/combat,
-/obj/item/gun/projectile/garand,
-/obj/item/gun/projectile/garand,
-/obj/item/gun/projectile/automatic/p90,
-/obj/item/gun/projectile/automatic/p90,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"ig" = (
-/obj/structure/bed/chair/sofa/corner/yellow,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ih" = (
-/turf/simulated/floor/water/pool,
-/area/casino/casino_ship)
-"ii" = (
-/obj/structure/table/glass,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ij" = (
-/obj/structure/table/gamblingtable,
-/obj/item/toy/eight_ball,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ik" = (
-/obj/structure/flora/ausbushes/pointybush,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"il" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"im" = (
-/obj/item/storage/belt/holding,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"in" = (
-/obj/structure/bed/chair/sofa/yellow{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"io" = (
-/obj/structure/table/glass,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ip" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"iq" = (
-/obj/structure/flora/tree/sif,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"ir" = (
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"is" = (
-/obj/structure/bed/chair/sofa/left/yellow{
- dir = 8
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"it" = (
-/obj/structure/table/glass,
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iu" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/book/codex/casino,
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"iv" = (
-/obj/structure/closet/crate/bin,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iw" = (
-/obj/structure/bed/chair/sofa/right/yellow{
- dir = 8
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ix" = (
-/obj/structure/bed/chair/sofa/corner/yellow{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"iy" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iz" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iA" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/condiment/small/packet/coffee,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 6;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/obj/item/reagent_containers/food/drinks/bottle/cream{
- pixel_x = -5;
- pixel_y = 17
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"iB" = (
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iC" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iD" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iE" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/flora/ausbushes/pointybush,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iF" = (
-/obj/machinery/recharge_station,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"iG" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 5
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iH" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"iI" = (
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iJ" = (
-/obj/machinery/casino_prize_dispenser{
- category_clothing = 2;
- category_drinks = 2;
- category_event = 2;
- category_gear = 2;
- category_misc = 2;
- category_pets = 2
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iK" = (
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"iL" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iM" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"iN" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iO" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"iP" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iQ" = (
-/obj/machinery/casino_prize_dispenser{
- category_clothing = 2;
- category_drinks = 2;
- category_event = 2;
- category_gear = 2;
- category_misc = 2;
- category_pets = 2
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iR" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iS" = (
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"iT" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"iU" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"iV" = (
-/obj/structure/window/reinforced,
-/obj/structure/flora/lily3,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"iW" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"iX" = (
-/obj/structure/window/reinforced,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"iY" = (
-/obj/item/ammo_magazine/ammo_box/b12g/beanbag,
-/obj/item/gun/projectile/shotgun/doublebarrel,
-/obj/item/tool/screwdriver,
-/obj/structure/table/sifwoodentable,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"iZ" = (
-/obj/structure/window/reinforced,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ja" = (
-/obj/structure/window/reinforced,
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"jb" = (
-/obj/machinery/power/apc/alarms_hidden{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"jc" = (
-/obj/machinery/recharge_station,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"jd" = (
-/obj/structure/flora/ausbushes/pointybush,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"je" = (
-/obj/machinery/light,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"jf" = (
-/mob/living/simple_mob/animal/giant_spider/webslinger,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"jg" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"jh" = (
-/obj/structure/table/sifwoodentable,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ji" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"jj" = (
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"jk" = (
-/obj/structure/window/reinforced,
-/obj/structure/flora/lily3,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"jl" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"jm" = (
-/obj/structure/window/reinforced,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"jn" = (
-/mob/living/simple_mob/animal/sif/sakimm{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"jo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters1";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters1";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jq" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"jr" = (
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"js" = (
-/obj/item/storage/secure/safe{
- pixel_x = 35
- },
-/obj/machinery/button/remote/blast_door{
- id = "Casino Front Desk";
- name = "Casino Shutter";
- pixel_y = 28;
- req_one_access = list(200)
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"jt" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"ju" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"jv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters1";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters2";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jx" = (
-/obj/effect/decal/cleanable/ash,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"jy" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"jz" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/obj/machinery/light,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"jA" = (
-/obj/structure/table/marble,
-/obj/item/paper_bin{
- pixel_y = 6
- },
-/obj/item/pen/blue,
-/obj/item/folder/red,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/item/spacecasinocash/c1000,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casino Front Desk";
- layer = 3.2;
- name = "Front Desk Shutters"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jB" = (
-/obj/item/storage/secure/safe{
- pixel_x = 35
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"jC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jD" = (
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jE" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jF" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jG" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters2";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters2";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters3";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jK" = (
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"jL" = (
-/obj/machinery/light,
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jM" = (
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"jO" = (
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/casino/casino_ship)
-"jP" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jQ" = (
-/obj/structure/table/gamblingtable,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"jR" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"jS" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jT" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jU" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jV" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 4;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters3";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"jX" = (
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"jY" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"jZ" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 4;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ka" = (
-/obj/structure/bed/chair/oldsofa/corner,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kb" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kc" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kd" = (
-/obj/structure/closet/secure_closet/security{
- req_access = list(201)
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ke" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/deliveryChute,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"kf" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/sign/christmas/wreath,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinodormshutters3";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"kh" = (
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"ki" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/outpost)
-"kj" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/item/a_gift,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"kk" = (
-/obj/structure/table/wooden_reinforced,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kl" = (
-/obj/machinery/vending/cola,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"km" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"kn" = (
-/obj/structure/closet/crate/bin,
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ko" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kp" = (
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kq" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"kr" = (
-/obj/machinery/light,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ks" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kt" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"ku" = (
-/obj/structure/flora/grass/green,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"kv" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kw" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kx" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/sign/christmas/lights{
- dir = 4
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ky" = (
-/obj/machinery/atm{
- pixel_x = -32
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"kz" = (
-/obj/machinery/vending/coffee,
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kA" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kB" = (
-/obj/machinery/light,
-/obj/structure/flora/pottedplant/xmas{
- anchored = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kC" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"kD" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"kE" = (
-/obj/structure/curtain/open/bed{
- name = "casino curtain"
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"kF" = (
-/obj/structure/casino_table/blackjack_l{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"kG" = (
-/obj/structure/casino_table/blackjack_m{
- dir = 1
- },
-/obj/item/deck/cards/casino,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"kH" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kI" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"kJ" = (
-/obj/structure/table/wooden_reinforced,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kK" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kL" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"kM" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/tamales,
-/obj/structure/sign/christmas/lights,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kN" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"kO" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/flora/ausbushes/genericbush,
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"kP" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"kQ" = (
-/obj/structure/event/santa_sack,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"kR" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"kS" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"kT" = (
-/obj/structure/table/glass,
-/obj/item/paper/card/heart,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"kU" = (
-/obj/item/pickaxe/drill,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"kV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters5";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"kW" = (
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kX" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"kY" = (
-/obj/machinery/computer/card{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"kZ" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/sign/christmas/lights,
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"la" = (
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lb" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/event/present,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ld" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"le" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lf" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"lg" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lh" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"li" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lj" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lk" = (
-/obj/random/junk,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ll" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/sign/christmas/wreath{
- dir = 8
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lm" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/structure/sign/christmas/wreath{
- dir = 4
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ln" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lo" = (
-/obj/machinery/light,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/sign/christmas/lights,
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lp" = (
-/obj/structure/table/glass,
-/obj/structure/sign/christmas/lights{
- dir = 8
- },
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lq" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/sign/christmas/lights{
- dir = 1
- },
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lr" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/event/present,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"ls" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/event/present,
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lt" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/structure/event/present,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lu" = (
-/obj/structure/sign/christmas/wreath{
- dir = 1
- },
-/obj/item/a_gift,
-/turf/simulated/floor/snow/snow2,
-/area/casino/casino_ship)
-"lv" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/obj/structure/sign/christmas/wreath,
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lw" = (
-/obj/structure/table/gamblingtable,
-/obj/item/dice,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"lx" = (
-/obj/structure/flora/tree/winter1,
-/obj/structure/flora/grass/green,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"ly" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lz" = (
-/obj/structure/event/present,
-/obj/item/a_gift,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"lA" = (
-/obj/structure/table/standard,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/obj/item/storage/wallet/casino,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"lB" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/tamales,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lF" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"lK" = (
-/obj/structure/casino_table/blackjack_r{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"lM" = (
-/obj/machinery/door/airlock/silver{
- name = "Bathroom"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"lN" = (
-/obj/structure/closet,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"lO" = (
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"lP" = (
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship/dorms)
-"lR" = (
-/obj/machinery/door/window/westleft{
- req_access = list(160)
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"lS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"lT" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"lU" = (
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"lW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1380;
- id_tag = "casino1_pump"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"lX" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"mc" = (
-/turf/simulated/mineral/ignore_mapgen/cave,
-/area/surface/outside/plains/mountains)
-"me" = (
-/obj/machinery/door/airlock/security{
- name = "Equipment Storage";
- req_access = list(201,160);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"mh" = (
-/obj/effect/spider/stickyweb,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"mo" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"mp" = (
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"ms" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/toy/eight_ball,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"mv" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/codex/casino,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"mw" = (
-/obj/structure/table/gamblingtable,
-/obj/item/gun/launcher/confetti_cannon,
-/obj/item/grenade/confetti/party_ball,
-/obj/item/grenade/confetti/party_ball,
-/obj/item/grenade/confetti/party_ball,
-/obj/item/grenade/confetti/party_ball,
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"my" = (
-/obj/structure/table/gamblingtable,
-/obj/item/communicator,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"mB" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"mC" = (
-/turf/simulated/floor/water/deep/pool,
-/area/casino/casino_ship)
-"mF" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_cee"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"mG" = (
-/obj/random/trash,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"mI" = (
-/obj/structure/table/marble,
-/obj/machinery/cash_register/civilian{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"mJ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"mL" = (
-/obj/random/material/precious,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"mN" = (
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"mO" = (
-/obj/structure/table/glass,
-/obj/machinery/microwave/advanced{
- pixel_x = -3;
- pixel_y = 7
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"mP" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 1
- },
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"mQ" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/communicator,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"mR" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_cee"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"mU" = (
-/obj/structure/table/glass,
-/obj/item/soap,
-/obj/item/soap,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"mW" = (
-/obj/structure/flora/ausbushes/pointybush,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"na" = (
-/obj/structure/ledge/ledge_stairs{
- dir = 1;
- pixel_y = 3
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"ne" = (
-/obj/structure/showcase/sign{
- name = "WARNING: CAVED IN MINES"
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"nf" = (
-/obj/structure/flora/grass/both,
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"ng" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/southright{
- layer = 2.9;
- req_access = list(201)
- },
-/obj/item/clothing/gloves/arm_guard/combat,
-/obj/item/clothing/gloves/arm_guard/combat,
-/obj/item/clothing/head/helmet/combat,
-/obj/item/clothing/head/helmet/combat,
-/obj/item/clothing/shoes/leg_guard/combat,
-/obj/item/clothing/shoes/leg_guard/combat,
-/obj/item/clothing/suit/armor/combat,
-/obj/item/clothing/suit/armor/combat,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"nj" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/shaker{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/beaker/noreact{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/rag,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"nn" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"np" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"nr" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"nz" = (
-/obj/machinery/reagentgrinder,
-/obj/item/reagent_containers/food/drinks/shaker,
-/obj/item/packageWrap,
-/obj/structure/table/sifwoodentable,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"nA" = (
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/structure/stripper_pole,
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"nB" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino crew bathrooms";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"nC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"nJ" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_South_Exterior";
- locked = 1;
- name = "Landing South External"
- },
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"nM" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/crystal/ice,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"nR" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"nV" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"nW" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"nX" = (
-/obj/structure/closet,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/head/rabbitears,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/dress,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/item/clothing/shoes/heels,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"nZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"ob" = (
-/obj/machinery/media/jukebox/casinojukebox,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"od" = (
-/turf/simulated/floor/water,
-/area/surface/outside/plains/mountains)
-"of" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"og" = (
-/obj/structure/table/glass,
-/obj/machinery/recharger,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"oh" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"oi" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship/dorms)
-"ol" = (
-/obj/structure/closet/grave/dirthole{
- opened = 0
- },
-/obj/item/spacecasinocash/c500,
-/obj/item/spacecasinocash/c100,
-/obj/item/spacecasinocash/c100,
-/obj/item/casino_platinum_chip,
-/obj/item/storage/wallet/casino,
-/obj/item/spellbook/oneuse/forcewall,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"on" = (
-/obj/structure/bed/chair/comfy/purp{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"op" = (
-/obj/structure/grille/rustic,
-/obj/structure/window/phoronreinforced/full,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"os" = (
-/obj/structure/bed/chair/sofa/yellow,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ot" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ou" = (
-/obj/machinery/door/airlock/silver{
- name = "Lap dance room 1-2"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"oB" = (
-/obj/structure/table/glass,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"oC" = (
-/obj/structure/casino_table/roulette_table,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"oD" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"oG" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/material/precious,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"oJ" = (
-/obj/machinery/door/window/southright,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"oK" = (
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"oL" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"oQ" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/item/casino_platinum_chip,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casino Front Desk";
- layer = 3.2;
- name = "Front Desk Shutters"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"oY" = (
-/obj/structure/table/marble,
-/obj/item/flame/candle/candelabra/everburn,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"oZ" = (
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"pc" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/material/knife/machete/hatchet{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/pickaxe/silver{
- pixel_x = -1;
- pixel_y = 9
- },
-/obj/item/pickaxe/silver,
-/obj/item/material/twohanded/fireaxe,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"pd" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"pe" = (
-/obj/machinery/door/window/southright{
- dir = 4;
- name = "Bar";
- req_access = list(160)
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ph" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_South_Interior";
- locked = 1;
- name = "Landing South Internal"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "Casino_South";
- name = "Internal Access Button";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"pk" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/deluxe/full,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"pm" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/southright{
- layer = 2.9;
- req_access = list(201)
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/security,
-/obj/item/clothing/suit/space/void/security,
-/obj/item/clothing/head/helmet/space/void/security,
-/obj/item/clothing/head/helmet/space/void/security,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"pp" = (
-/obj/machinery/door/airlock/security{
- name = "Interrogation room";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"ps" = (
-/obj/structure/boulder,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"pt" = (
-/obj/machinery/slot_machine,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"pu" = (
-/obj/structure/table/sifwoodentable,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"pv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/casino/casino_ship/wing_right)
-"px" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters5";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"py" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/red/bordercorner,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"pz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinoprizes";
- layer = 3.3;
- name = "Prize shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"pB" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/mixer/cereal,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"pC" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"pD" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"pH" = (
-/obj/structure/table/bench/marble,
-/turf/simulated/floor/grass2,
-/area/casino/casino_ship)
-"pJ" = (
-/obj/structure/closet/secure_closet/engineering_welding{
- req_access = list(203)
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"pM" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"pO" = (
-/obj/structure/flora/tree/dead,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"pP" = (
-/obj/machinery/portable_atmospherics/powered/scrubber,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"pT" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/item/melee/chainofcommand,
-/obj/item/scepter,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"pW" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"pX" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm2";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"qc" = (
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/mountains)
-"qe" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/southleft{
- layer = 2.9;
- req_access = list(201)
- },
-/obj/item/clothing/gloves/arm_guard/combat,
-/obj/item/clothing/gloves/arm_guard/combat,
-/obj/item/clothing/head/helmet/combat,
-/obj/item/clothing/head/helmet/combat,
-/obj/item/clothing/shoes/leg_guard/combat,
-/obj/item/clothing/shoes/leg_guard/combat,
-/obj/item/clothing/suit/armor/combat,
-/obj/item/clothing/suit/armor/combat,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"qf" = (
-/obj/machinery/suit_cycler/security{
- req_access = list(201)
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"qh" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_North_Interior";
- locked = 1;
- name = "Landing North Internal"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"qi" = (
-/obj/structure/bed/chair/comfy/purp{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"qj" = (
-/obj/random/maintenance/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"qk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"qm" = (
-/obj/structure/flora/grass/brown,
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"qp" = (
-/obj/structure/table/gamblingtable,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"qq" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = -27;
- pixel_y = -4
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"qr" = (
-/obj/structure/bed/chair/sofa/corner/yellow{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"qs" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/brown/bordercorner,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"qv" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"qw" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/storage/fancy/cigar/havana,
-/obj/item/reagent_containers/food/drinks/bottle/snaps,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey,
-/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing,
-/obj/item/reagent_containers/food/drinks/bottle/champagne,
-/obj/item/reagent_containers/food/drinks/bottle/goldschlager,
-/obj/item/reagent_containers/food/drinks/bottle/holywater,
-/obj/item/reagent_containers/food/drinks/bottle/patron,
-/obj/item/reagent_containers/food/drinks/bottle/pwine,
-/obj/item/reagent_containers/food/drinks/bottle/redeemersbrew,
-/obj/item/reagent_containers/food/drinks/golden_cup,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"qB" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"qC" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"qE" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"qF" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/dice,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"qH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_North_Interior";
- locked = 1;
- name = "Landing North Internal"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "Casino_North";
- name = "Internal Access Button";
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"qK" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino manager sleeping quarters";
- req_one_access = list(300)
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"qM" = (
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/mountains)
-"qO" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"qS" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"qV" = (
-/obj/structure/flora/tree/winter1,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"qW" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"qX" = (
-/obj/structure/table/bench/sifwooden,
-/obj/effect/mist,
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"qY" = (
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"rc" = (
-/obj/effect/blocker,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"rd" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"re" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/machinery/holosign/exit,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"rg" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"ri" = (
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/curtain/open/shower/engineering,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"rj" = (
-/obj/structure/toilet,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"rk" = (
-/turf/simulated/floor/plating,
-/area/surface/outside/plains/outpost)
-"ry" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"rG" = (
-/obj/structure/table/marble,
-/obj/item/universal_translator,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"rH" = (
-/turf/simulated/floor/carpet/turcarpet,
-/area/submap/lonehome)
-"rK" = (
-/obj/structure/table/gamblingtable,
-/obj/item/deck/cah,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"rL" = (
-/obj/structure/flora/ausbushes/pointybush,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"rM" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"rN" = (
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"rQ" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"rU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"rV" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/rddouble,
-/obj/random/junk,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"rW" = (
-/obj/structure/prop/machine/gravygen,
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"sc" = (
-/mob/living/simple_mob/animal/passive/penguin/tux{
- hovering = 1
- },
-/turf/simulated/floor/wood/sif/broken,
-/area/surface/outside/plains/outpost)
-"sj" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"sl" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sm" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled/freezer,
-/area/submap/lonehome)
-"st" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/auto_cloner,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"su" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/item/storage/box/donut{
- pixel_y = 11
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"sw" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sy" = (
-/obj/structure/girder/displaced,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"sA" = (
-/obj/structure/table/bench/sifwooden,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sI" = (
-/obj/machinery/clonepod/transhuman/full,
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"sJ" = (
-/obj/structure/table/glass,
-/obj/item/clothing/accessory/holster/armpit,
-/obj/item/gun/energy/gun/fluff/dominator{
- emagged = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"sK" = (
-/obj/structure/flora/bboulder1,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sV" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/northleft{
- req_access = list(201)
- },
-/obj/item/storage/box/empshells,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g,
-/obj/item/ammo_magazine/ammo_box/b12g,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m762garand,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/item/ammo_magazine/m9mmt,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"sX" = (
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"sZ" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"tb" = (
-/turf/simulated/wall/log_sif,
-/area/surface/outside/plains/outpost)
-"tc" = (
-/mob/living/simple_mob/animal/giant_spider/nurse,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"tg" = (
-/obj/structure/grille/rustic,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"th" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/vending/dinnerware{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"tm" = (
-/obj/structure/cult/pylon/swarm/defender,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"tn" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"to" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/structure/mirror{
- dir = 8;
- pixel_x = 28;
- pixel_y = 9
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"ts" = (
-/obj/effect/blocker,
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"tv" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"ty" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"tB" = (
-/obj/structure/window/phoronreinforced,
-/obj/structure/table/bench/wooden,
-/obj/structure/flora/pottedplant/dead{
- pixel_y = 10
- },
-/obj/structure/curtain/bed{
- name = "curtain"
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"tC" = (
-/obj/structure/prop/statue/lion{
- desc = "Tread South and along the mountains ridge, an angel awaits to guide you on.";
- name = "Ancient lion statue"
- },
-/turf/simulated/floor/plating,
-/area/surface/outside/plains/outpost)
-"tF" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"tH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/submap/lonehome)
-"tM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"tN" = (
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"tO" = (
-/obj/structure/table/glass,
-/obj/machinery/cell_charger,
-/obj/item/defib_kit,
-/obj/item/tank/oxygen,
-/obj/item/rig/medical/equipped{
- req_access = list(202)
- },
-/obj/item/suit_cooling_unit,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"tR" = (
-/obj/machinery/door/airlock/silver{
- name = "Lap dance room 3-4"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"tU" = (
-/obj/machinery/door/airlock/silver{
- name = "Garden"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"tZ" = (
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"uc" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/red/bordercorner,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"uf" = (
-/mob/living/simple_mob/animal/wolf/direwolf,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"ui" = (
-/obj/machinery/vending/coffee,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"uj" = (
-/obj/machinery/vending/engivend{
- req_access = list(203);
- req_log_access = 203
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"ul" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = 12
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"un" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"uo" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/item/toy/bosunwhistle,
-/obj/item/toy/crossbow,
-/obj/item/toy/cultsword,
-/obj/item/toy/eight_ball,
-/obj/item/toy/eight_ball/conch,
-/obj/item/toy/katana,
-/obj/item/toy/stickhorse,
-/obj/item/reagent_containers/spray/waterflower,
-/obj/item/toy/sword,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"ur" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"uy" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"uB" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"uC" = (
-/obj/structure/simple_door/iron,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"uN" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"uO" = (
-/obj/structure/table/bench/marble,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"uQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"uU" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"uX" = (
-/obj/item/clothing/under/gentlesuit,
-/obj/item/clothing/under/gentlesuit,
-/obj/item/clothing/under/gentlesuit,
-/obj/item/clothing/under/gentlesuit,
-/obj/item/clothing/under/gentlesuit/skirt,
-/obj/item/clothing/under/gentlesuit/skirt,
-/obj/item/clothing/under/gentlesuit/skirt,
-/obj/item/clothing/under/gentlesuit/skirt,
-/obj/item/clothing/under/suit_jacket,
-/obj/item/clothing/under/suit_jacket,
-/obj/item/clothing/under/suit_jacket,
-/obj/item/clothing/under/suit_jacket,
-/obj/item/clothing/under/sundress,
-/obj/item/clothing/under/sundress,
-/obj/item/clothing/under/sundress,
-/obj/item/clothing/under/sundress,
-/obj/item/clothing/under/waiter,
-/obj/item/clothing/under/waiter,
-/obj/item/clothing/under/waiter,
-/obj/item/clothing/under/waiter,
-/obj/structure/closet,
-/obj/item/clothing/glasses/sunglasses/aviator,
-/obj/item/clothing/glasses/sunglasses/aviator,
-/obj/item/clothing/glasses/sunglasses/aviator,
-/obj/item/clothing/glasses/sunglasses/aviator,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/sunglasses,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"vb" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"vh" = (
-/obj/effect/blocker,
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"vj" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"vk" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"vp" = (
-/obj/structure/showcase/sign,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"vq" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"vr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"vv" = (
-/obj/structure/sink{
- pixel_x = -16;
- pixel_y = 24
- },
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"vw" = (
-/obj/item/bone/skull{
- anchored = 1;
- color = "black";
- desc = "There seems to be a skull like hole on the ground... Seems like you can fit one in, but were is it?";
- name = "Skull carving"
- },
-/obj/effect/step_trigger/message{
- message = "If you have brought the right key for this puzzle, drop the key here and AHELP to have this door open before you";
- once = 0
- },
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"vx" = (
-/obj/effect/mist,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/black,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"vA" = (
-/obj/effect/decal/remains/deer,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"vB" = (
-/obj/structure/gravemarker{
- desc = "Head North-East where the river runs and go to where it flees from, a lion guards the secret within it's final resting place.";
- dir = 1;
- name = "Stink Mcgee's RIP"
- },
-/obj/structure/closet/grave/dirthole{
- opened = 0
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"vE" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"vH" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 10;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"vK" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 9
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"vL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters5";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"vQ" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/effect/landmark/costume/cutewitch,
-/obj/effect/landmark/costume/imperium_monk,
-/obj/effect/landmark/costume/plaguedoctor,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"vS" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"vT" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"vW" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"vX" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/chainsaw,
-/obj/item/shovel{
- pixel_y = 6
- },
-/obj/item/shovel,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"vY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/material/refined,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"wa" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino crew showers"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"wf" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin,
-/obj/item/tape,
-/obj/item/pen,
-/obj/item/pen{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"wh" = (
-/mob/living/simple_mob/animal/passive/fish/koi,
-/turf/simulated/floor/water/indoors,
-/area/casino/casino_ship)
-"wi" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"wk" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters1";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"wo" = (
-/obj/effect/map_helper/no_tele,
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"wp" = (
-/obj/item/stool,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"wq" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"wr" = (
-/obj/structure/flora/grass/green,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"wt" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"wv" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino crew breakroom";
- req_one_access = null
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"wy" = (
-/obj/structure/table/glass,
-/obj/machinery/recharger,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"wB" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"wD" = (
-/obj/structure/table/marble,
-/obj/item/card/id/casino,
-/obj/item/card/id/casino,
-/obj/item/card/id/casino,
-/obj/item/card/id/casino,
-/obj/item/card/id/casino/both,
-/obj/item/card/id/casino/both,
-/obj/item/card/id/casino/engineering,
-/obj/item/card/id/casino/medical,
-/obj/item/card/id/casino/security,
-/obj/item/card/id/casino/security,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"wH" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"wI" = (
-/obj/random/outcrop,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"xb" = (
-/obj/machinery/vending/cigarette,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"xe" = (
-/obj/structure/table/bench/marble,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"xf" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"xh" = (
-/obj/structure/table/bench/sifwooden,
-/obj/effect/mist,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"xi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/random/material/refined,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"xk" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/spider/stickyweb,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"xo" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm1";
- name = "Dorm room 1"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"xp" = (
-/obj/structure/flora/tree/winter1,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"xr" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"xz" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"xH" = (
-/obj/structure/table/wooden_reinforced,
-/obj/random/plushie,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"xI" = (
-/obj/machinery/vending/boozeomat,
-/turf/simulated/wall/log_sif,
-/area/submap/lonehome)
-"xJ" = (
-/obj/structure/cult/pylon/swarm/zp_well,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"xK" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters6";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"xL" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"xQ" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/toy/ammo/crossbow,
-/obj/item/toy/ammo/crossbow,
-/obj/item/toy/ammo/crossbow,
-/obj/item/toy/ammo/crossbow,
-/obj/item/toy/ammo/crossbow,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white,
-/obj/item/clothing/head/collectable/rabbitears,
-/obj/item/clothing/head/collectable/rabbitears,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"xR" = (
-/obj/structure/table/glass,
-/obj/item/storage/firstaid/o2{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/storage/firstaid/toxin{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/firstaid/fire,
-/obj/item/storage/firstaid/adv{
- pixel_x = -4;
- pixel_y = -4
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"xV" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"xX" = (
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"ya" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"yb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/wing_right)
-"yc" = (
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/outpost)
-"yd" = (
-/obj/structure/table/reinforced,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/deck/cah,
-/obj/item/deck/cah,
-/obj/item/deck/cah,
-/obj/item/deck/cah,
-/obj/item/deck/cah,
-/obj/item/deck/cah/black,
-/obj/item/deck/cah/black,
-/obj/item/deck/cah/black,
-/obj/item/deck/cah/black,
-/obj/item/deck/cah/black,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"ye" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"yf" = (
-/obj/structure/flora/grass/both,
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"yg" = (
-/obj/effect/spresent,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"yj" = (
-/obj/structure/table/reinforced,
-/obj/item/deck/cards/casino,
-/obj/item/deck/cards/casino,
-/obj/item/deck/cards/casino,
-/obj/item/deck/cards/casino,
-/obj/item/deck/cards/casino,
-/obj/item/deck/cards/casino,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"yn" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/submap/lonehome)
-"yo" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/item/storage/box/donut{
- pixel_y = 11
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"yp" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"yt" = (
-/obj/machinery/sleeper{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"yu" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"yx" = (
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"yA" = (
-/obj/structure/flora/rocks1,
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/outpost)
-"yC" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"yD" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm4";
- name = "Dorm room 4"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"yF" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"yG" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"yL" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"yO" = (
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/obj/structure/table/bench/wooden,
-/obj/structure/flora/pottedplant/dead{
- pixel_y = 10
- },
-/obj/structure/curtain/bed{
- name = "curtain"
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"yP" = (
-/obj/structure/flora/grass/brown,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"yR" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"yS" = (
-/obj/machinery/door/airlock/silver{
- name = "Pool and Sauna"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"yZ" = (
-/obj/machinery/slot_machine,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"za" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"zd" = (
-/obj/machinery/button/remote/blast_door{
- id = "CasinoEmergency2";
- name = "Middle emergency shutters";
- pixel_x = -8;
- pixel_y = 8;
- req_access = list(160)
- },
-/obj/machinery/button/remote/blast_door{
- id = "Casinobar";
- name = "Bar Shutters";
- pixel_x = -8;
- pixel_y = -6;
- req_access = list(160)
- },
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship)
-"zg" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/flame/candle/everburn,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"zo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"zp" = (
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"zq" = (
-/turf/simulated/shuttle/wall/flock,
-/area/surface/outside/plains/mountains)
-"zr" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/clothing/head/santa/green,
-/obj/item/clothing/head/santa/green,
-/obj/item/clothing/head/santa/green,
-/obj/item/clothing/head/santa/green,
-/obj/item/clothing/head/santa/green,
-/obj/item/clothing/head/santa/green,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"zu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"zv" = (
-/obj/structure/flora/ausbushes/palebush,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"zx" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"zy" = (
-/obj/structure/barricade,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"zA" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"zC" = (
-/obj/effect/floor_decal/techfloor/orange,
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"zE" = (
-/obj/structure/grille/broken/rustic,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"zG" = (
-/obj/machinery/media/jukebox/casinojukebox{
- pixel_y = -1
- },
-/turf/simulated/wall/log_sif,
-/area/submap/lonehome)
-"zK" = (
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/obj/structure/prop/machine/gravygen,
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"zN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinoprizes";
- layer = 3.3;
- name = "Prize shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"zP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"zQ" = (
-/obj/structure/casino_table/blackjack_r{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"zR" = (
-/obj/structure/flora/grass/green,
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"zS" = (
-/obj/structure/bed/chair/sofa/corner/yellow{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"zW" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/item/clothing/mask/chameleon,
-/obj/item/clothing/mask/demon,
-/obj/item/clothing/mask/dolphin,
-/obj/item/clothing/mask/fakemoustache,
-/obj/item/clothing/mask/goblin,
-/obj/item/clothing/mask/horsehead,
-/obj/item/clothing/mask/luchador,
-/obj/item/clothing/mask/pig,
-/obj/item/clothing/mask/shark,
-/obj/item/clothing/head/soft/purple/wah,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"zY" = (
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"zZ" = (
-/obj/structure/closet/secure_closet/medical3{
- req_access = list(202)
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"Ad" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Af" = (
-/turf/simulated/floor/grass2,
-/area/casino/casino_ship)
-"AA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"AH" = (
-/obj/effect/floor_decal/spline/fancy{
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"AL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"AN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"AO" = (
-/obj/machinery/atmospherics/unary/engine/bigger{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"AS" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/southleft{
- layer = 2.9;
- req_access = list(201)
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/security,
-/obj/item/clothing/suit/space/void/security,
-/obj/item/clothing/head/helmet/space/void/security,
-/obj/item/clothing/head/helmet/space/void/security,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"AU" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"AW" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"AY" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"AZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Bb" = (
-/obj/machinery/shower{
- pixel_y = 8
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"Bg" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Bh" = (
-/obj/structure/flora/grass/green,
-/mob/living/simple_mob/vore/rabbit/white,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Bk" = (
-/obj/machinery/door/airlock/security{
- name = "Combat Equipment Storage";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"Bl" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Bm" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Bq" = (
-/obj/structure/table/reinforced,
-/obj/item/packageWrap{
- pixel_x = 4;
- pixel_y = -4
- },
-/obj/item/packageWrap{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/packageWrap,
-/obj/machinery/light,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Bt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"Bu" = (
-/obj/random/material/refined,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Bv" = (
-/obj/machinery/transhuman/resleever,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"Bx" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/water/deep/pool,
-/area/casino/casino_ship)
-"BB" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = -28
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"BD" = (
-/obj/machinery/button/remote/blast_door{
- id = "CasinoEmergency1";
- name = "Rear emergency shutters";
- pixel_x = -26;
- pixel_y = -4;
- req_access = list(160)
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"BF" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"BG" = (
-/obj/effect/floor_decal/spline/fancy/wood/three_quarters,
-/obj/structure/stripper_pole,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"BH" = (
-/obj/machinery/space_heater,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"BP" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/mob/living/simple_mob/animal/sif/glitterfly,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"BQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/obj/machinery/door/window/westleft{
- dir = 2;
- req_access = list(203)
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/casino/casino_ship/wing_left)
-"BS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"BT" = (
-/obj/structure/table/glass,
-/obj/item/beach_ball,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"BV" = (
-/mob/living/simple_mob/animal/space/goose/domesticated/casino,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"BW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"BX" = (
-/obj/structure/table/reinforced,
-/obj/item/taperecorder,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"BZ" = (
-/obj/structure/flora/grass/brown,
-/mob/living/simple_mob/vore/rabbit/white,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Cb" = (
-/obj/structure/table/glass,
-/obj/item/book/codex/casino,
-/turf/simulated/floor/grass2,
-/area/casino/casino_ship)
-"Cg" = (
-/obj/structure/flora/grass/green,
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Ck" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Cl" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Cm" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Cn" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Ct" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Cv" = (
-/obj/structure/flora/ausbushes/palebush,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"Cz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"CC" = (
-/obj/machinery/telecomms/relay/preset/casino,
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship/wing_left)
-"CD" = (
-/obj/structure/window/reinforced,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"CM" = (
-/mob/living/simple_mob/vore/rabbit/black,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"CN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"CS" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/book/codex/casino,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"CT" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"CX" = (
-/obj/structure/bed/chair/sofa/left/yellow{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"CY" = (
-/obj/structure/flora/rocks2,
-/mob/living/simple_mob/animal/sif/diyaab{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Da" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- id = "Casinoprizes";
- layer = 3.3;
- name = "Prize shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship)
-"Db" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"Dd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"Df" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/fireplace{
- dir = 8;
- pixel_x = -24
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Dh" = (
-/obj/effect/step_trigger/message{
- message = "Congratulations on discovering Mariamosa's secret stash, Ahelp if you want to keep your permanent prize~";
- once = 0
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Dk" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/piratedouble,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Dl" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino manager bathroom";
- req_one_access = newlist(/obj/machinery/power/debug_items/infinite_cable_powersink)
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship)
-"Do" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Dt" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/glass_jar/fish/plastic,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"Du" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/casino/casino_ship/wing_left)
-"Dw" = (
-/obj/effect/blocker,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Dx" = (
-/obj/structure/showcase/sign{
- name = "WARNING: CAVED IN MINES"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Dy" = (
-/obj/structure/closet,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"DB" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"DC" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"DE" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"DF" = (
-/obj/structure/table/glass,
-/obj/item/starcaster_news,
-/turf/simulated/floor/grass2,
-/area/casino/casino_ship)
-"DH" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"DL" = (
-/turf/simulated/floor/bronze,
-/area/surface/outside/plains/outpost)
-"DM" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"DN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/unsimulated/mineral,
-/area/surface/outside/plains/mountains)
-"DP" = (
-/obj/item/spacecasinocash/c500,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"DR" = (
-/obj/item/glass_jar/fish,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"DS" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"DT" = (
-/obj/item/miscdisc,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"DU" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/book/manual/chef_recipes,
-/obj/item/reagent_containers/food/drinks/jar,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"DW" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"Eb" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Ec" = (
-/obj/machinery/slot_machine,
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Ed" = (
-/obj/machinery/vending/tool{
- req_log_access = 203
- },
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Eg" = (
-/obj/structure/simple_door/flock,
-/obj/structure/cult/pylon/swarm/defender,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Eh" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Ei" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 32
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"En" = (
-/obj/structure/window/phoronreinforced,
-/obj/structure/table/bench/marble,
-/obj/structure/curtain/bed{
- name = "curtain"
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Eo" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Er" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen";
- pixel_x = -32
- },
-/obj/structure/bed/chair/comfy/purp{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Es" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Eu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Ew" = (
-/obj/structure/closet/secure_closet/engineering_electrical{
- req_access = list(203)
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Ey" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"EF" = (
-/obj/structure/window/reinforced,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/obj/item/clothing/head/helmet/space/emergency,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"EJ" = (
-/obj/structure/table/bench/marble,
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"EK" = (
-/obj/item/aliencoin/phoron,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"EO" = (
-/mob/living/simple_mob/vore/oregrub,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"ER" = (
-/obj/item/storage/wallet/casino,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"EV" = (
-/obj/machinery/vending/deluxe_dinner{
- req_access = list(160);
- req_log_access = 160
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"EW" = (
-/obj/structure/simple_door/sifwood,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Fa" = (
-/obj/structure/table/gamblingtable,
-/obj/item/dice,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Fe" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Fk" = (
-/obj/structure/bed/chair/comfy/purp,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Fm" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/obj/item/clothing/head/santa,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Fo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Fq" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Fr" = (
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/surface/outside/plains/outpost)
-"Fu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/shuttle/wall/flock,
-/area/surface/outside/plains/mountains)
-"Fw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/carpet,
-/area/submap/lonehome)
-"FA" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "CasinoEmergency1";
- name = "Rear emergency shutters";
- pixel_x = -26;
- pixel_y = -4;
- req_access = list(160)
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"FC" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/rddouble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"FD" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 9
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"FF" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"FH" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"FJ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/casino/casino_ship/wing_right)
-"FL" = (
-/obj/item/reagent_containers/food/snacks/snackplanet/phoron{
- name = "Stabalized Phoron Singularity"
- },
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"FT" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 5
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"FZ" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Ga" = (
-/obj/fiftyspawner/diamond,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Gb" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Gc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/wing_right)
-"Gh" = (
-/obj/structure/table/marble,
-/obj/item/glass_jar,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Gm" = (
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"Gn" = (
-/obj/structure/boulder,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Gp" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Gq" = (
-/obj/structure/disposalpipe/segment,
-/mob/living/simple_mob/animal/giant_spider/hunter,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Gu" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 4;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Gv" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/mountains)
-"GD" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy{
- dir = 10
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"GF" = (
-/obj/structure/simple_door/flock{
- dir = 4
- },
-/obj/structure/cult/pylon/swarm/defender,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"GJ" = (
-/obj/structure/prop/statue/pillar,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"GP" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/animal/sif/glitterfly/rare{
- canmove = 0;
- glow_intensity = 0.5;
- glow_range = 7.5;
- glow_toggle = 1;
- move_speed = 10000;
- movement_cooldown = -10000
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"GS" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"GU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"GX" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"GY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Hd" = (
-/obj/machinery/appliance/cooker/fryer,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"Hi" = (
-/obj/structure/table/bench/marble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Ho" = (
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/obj/structure/table/bench/marble,
-/obj/structure/curtain/bed{
- name = "curtain"
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Hp" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/machinery/vending/security{
- dir = 4;
- pixel_x = 5;
- req_access = list(201)
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Hq" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Hr" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Hs" = (
-/obj/structure/bed/chair/comfy/purp{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Hw" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Hy" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"HA" = (
-/obj/structure/window/reinforced,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/obj/item/clothing/suit/space/emergency,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"HQ" = (
-/obj/machinery/door/airlock/silver{
- name = "Prize storage";
- req_one_access = list(200)
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"HS" = (
-/obj/machinery/door/airlock/multi_tile/metal{
- name = "Medical, Engineering, Janitor and EVA";
- req_one_access = list(160)
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"HW" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"HX" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Ia" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_South_Exterior";
- locked = 1;
- name = "Landing South External"
- },
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "Casino_South";
- name = "External Access Button";
- pixel_x = -24
- },
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"Ib" = (
-/obj/machinery/slot_machine,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Ic" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Ie" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_cee"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Il" = (
-/obj/structure/flora/rocks1,
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Im" = (
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = -13
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Iq" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"It" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "managerdoor";
- name = "Casino manager office";
- req_one_access = list(300)
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Iz" = (
-/obj/structure/closet/secure_closet{
- req_one_access = list(300)
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"ID" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"IH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/plating,
-/area/casino/casino_ship/wing_right)
-"IJ" = (
-/obj/machinery/door/airlock/security{
- name = "Evidence room";
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"IK" = (
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"IL" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"IN" = (
-/obj/structure/table/reinforced,
-/obj/item/wrapping_paper{
- pixel_x = 4;
- pixel_y = -4
- },
-/obj/item/wrapping_paper,
-/obj/item/wrapping_paper{
- pixel_x = -4;
- pixel_y = 4
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"IT" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"IU" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"IY" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Ja" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/material/precious,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Jb" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Jf" = (
-/obj/machinery/casinoslave_handler,
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship)
-"Ji" = (
-/obj/structure/bonfire/permanent/sifwood,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Ju" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Jx" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Jy" = (
-/obj/structure/flora/rocks2,
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/outpost)
-"JC" = (
-/obj/structure/table/glass,
-/obj/machinery/recharger,
-/obj/item/backup_implanter,
-/obj/item/backup_implanter,
-/obj/item/backup_implanter,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"JD" = (
-/obj/machinery/light,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"JF" = (
-/obj/structure/table/standard,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/obj/item/book/codex/casino,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"JG" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/material/refined,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"JH" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"JI" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"JO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"JW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/maintenance/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Kb" = (
-/obj/structure/closet/secure_closet/engineering_personal{
- req_access = list(203)
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Kc" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Kd" = (
-/obj/structure/table/bench/sifwooden,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy/wood/corner,
-/obj/effect/floor_decal/spline/plain{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/black{
- dir = 1
- },
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Kf" = (
-/obj/structure/disposalpipe/segment,
-/turf/unsimulated/mineral,
-/area/surface/outside/plains/mountains)
-"Kh" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/effect/landmark/costume/chicken,
-/obj/effect/landmark/costume/fakewizard,
-/obj/effect/landmark/costume/nyangirl,
-/obj/effect/landmark/costume/sexyclown,
-/obj/item/clothing/head/hood/ian_hood,
-/obj/item/clothing/suit/storage/hooded/costume/ian,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Ki" = (
-/obj/machinery/vending/deluxe_boozeomat{
- req_access = list(160);
- req_log_access = 160
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Kl" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Kr" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/book/codex/casino,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Kt" = (
-/obj/structure/kitchenspike,
-/turf/simulated/floor/tiled/freezer,
-/area/submap/lonehome)
-"Ku" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/condiment/small/packet/coffee,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 6;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/cream{
- pixel_x = -5;
- pixel_y = 17
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/obj/item/reagent_containers/food/condiment/small/sugar{
- pixel_x = -6;
- pixel_y = -1
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Kz" = (
-/obj/structure/bed/chair/sofa/left/yellow,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"KG" = (
-/mob/living/simple_mob/animal/sif/glitterfly/rare{
- canmove = 0;
- glow_intensity = 0.5;
- glow_range = 7.5;
- glow_toggle = 1;
- move_speed = 10000;
- movement_cooldown = -10000
- },
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"KK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters6";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"KN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"KP" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"KS" = (
-/obj/structure/table/fancyblack,
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"KU" = (
-/obj/structure/prop/dominator/orange,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"KV" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm4";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"KW" = (
-/turf/simulated/floor/water/indoors,
-/area/casino/casino_ship)
-"Lc" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Lf" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Lg" = (
-/obj/structure/flora/log2,
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"Lh" = (
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"Li" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"Ll" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/material/plasteel{
- amount = 50
- },
-/obj/item/stack/material/steel{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/stack/material/steel{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/cell_charger,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/steel,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Lm" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Lp" = (
-/obj/structure/window/reinforced,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/obj/item/clothing/mask/breath/emergency,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"Lw" = (
-/obj/item/storage/backpack/holding/duffle,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Lx" = (
-/obj/structure/flora/grass/green,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"LE" = (
-/obj/item/pickaxe/jackhammer,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"LI" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"LM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"LQ" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino crew toilet";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"LS" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/toy/eight_ball/conch,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"LX" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Mb" = (
-/mob/living/simple_mob/animal/sif/kururak/hibernate,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Mc" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters3";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Me" = (
-/obj/machinery/vending/fishing,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"Mf" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Mi" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"Mj" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/piratedouble,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Mm" = (
-/obj/machinery/gibber,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"Mn" = (
-/obj/structure/safe{
- req_one_access = list(300)
- },
-/obj/fiftyspawner/diamond,
-/obj/fiftyspawner/gold,
-/obj/fiftyspawner/gold,
-/obj/fiftyspawner/silver,
-/obj/fiftyspawner/silver,
-/obj/item/moneybag/vault,
-/obj/item/moneybag/vault,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Mp" = (
-/obj/item/pickaxe/gold,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Mq" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Mu" = (
-/obj/machinery/sleep_console{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"Mv" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"My" = (
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"MC" = (
-/obj/structure/table/marble,
-/obj/machinery/door/window/westright{
- layer = 3.1;
- name = "Both access";
- req_access = list(200)
- },
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casino Front Desk";
- layer = 3.2;
- name = "Front Desk Shutters"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ME" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"MF" = (
-/obj/structure/table/bench/sifwooden,
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"MG" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/table/rack/shelf,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/obj/item/tank/oxygen,
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"MI" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"MJ" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm3";
- name = "Dorm room 3"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"MK" = (
-/obj/structure/table/sifwoodentable,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"MP" = (
-/turf/simulated/mineral/crystal_shiny,
-/area/surface/outside/plains/mountains)
-"MQ" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"MS" = (
-/obj/structure/table/bench/marble,
-/obj/item/flame/candle/candelabra/everburn{
- pixel_y = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"MV" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"MW" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"MX" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"MY" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"Nb" = (
-/obj/effect/decal/remains/human,
-/obj/item/clothing/under/yw/victsuit/victdress,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Nf" = (
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"Ng" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Nk" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Nn" = (
-/obj/structure/janitorialcart,
-/obj/structure/mopbucket,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/obj/structure/closet/jcloset,
-/obj/item/soap/nanotrasen,
-/obj/item/soap/nanotrasen,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Ns" = (
-/obj/structure/shuttle/engine/router,
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_left)
-"Nt" = (
-/obj/structure/flora/rocks1,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Nu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Nv" = (
-/obj/structure/flora/grass/both,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Nw" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Nx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Ny" = (
-/obj/machinery/vending/medical{
- req_access = list(202);
- req_log_access = 202
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"NA" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 5
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"NC" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 8
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"NG" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/outdoors/grass/heavy{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"NM" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm1";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"NO" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/toy/eight_ball,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"NS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"NW" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"NX" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"NY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Oa" = (
-/obj/machinery/door/airlock/glass_external{
- autoclose = 0;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "Casino_South_Interior";
- locked = 1;
- name = "Landing South Internal"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship)
-"Od" = (
-/turf/simulated/wall/log_sif,
-/area/submap/lonehome)
-"Oe" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Oj" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm3";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Ok" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wood/sif/broken,
-/area/submap/lonehome)
-"Om" = (
-/obj/structure/table/standard,
-/obj/item/material/ashtray,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"On" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Op" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm6";
- name = "Dorm room 6"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Ou" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/outdoors/dirt,
-/area/casino/casino_ship/wing_left)
-"Ov" = (
-/obj/structure/flora/grass/brown,
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"OB" = (
-/obj/effect/floor_decal/arrows{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"OC" = (
-/obj/structure/table/bench/marble,
-/obj/item/flame/candle/candelabra/everburn{
- pixel_y = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"OD" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"OH" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"OM" = (
-/obj/structure/prop/machine/conduit/starts_on,
-/turf/simulated/floor/redgrid/animated,
-/area/casino/casino_ship)
-"ON" = (
-/obj/structure/flora/tree/winter1,
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"OQ" = (
-/obj/structure/bed/chair/sofa/yellow{
- dir = 1
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"OS" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"OU" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"OV" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/mountains)
-"Pb" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Pc" = (
-/obj/structure/flora/grass/brown,
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Pd" = (
-/turf/simulated/floor/tiled/freezer,
-/area/submap/lonehome)
-"Pf" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Ph" = (
-/obj/structure/casino_table/blackjack_l{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Pj" = (
-/obj/structure/closet/grave/dirthole{
- opened = 0
- },
-/obj/item/spacecasinocash/c500,
-/obj/item/spacecasinocash/c100,
-/obj/item/spacecasinocash/c100,
-/obj/item/casino_platinum_chip,
-/obj/item/storage/wallet/casino,
-/obj/item/clothing/head/crown,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Pp" = (
-/obj/structure/table/fancyblack,
-/obj/machinery/wheel_of_fortune,
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"Pq" = (
-/obj/structure/closet/cabinet,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Ps" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Pt" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"Pu" = (
-/obj/structure/table/sifwoodentable,
-/obj/item/storage/fancy/blackcandle_box,
-/obj/item/flame/lighter/random,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Pw" = (
-/obj/machinery/door/window/northleft,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Pz" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/sink/kitchen{
- pixel_y = 17
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"PB" = (
-/obj/structure/flora/grass/both,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"PE" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/clothing/suit/armor/alien,
-/obj/item/storage/belt/utility/alien,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"PH" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/pill_bottle/dice_nerd{
- pixel_x = -8;
- pixel_y = -8
- },
-/obj/item/storage/pill_bottle/dice_nerd,
-/obj/item/storage/pill_bottle/dice_nerd{
- pixel_x = 8;
- pixel_y = 8
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"PK" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "Casino_North";
- pixel_x = -32;
- tag_exterior_door = "Casino_North_Exterior";
- tag_interior_door = "Casino_North_Interior"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"PL" = (
-/obj/structure/closet/secure_closet/paramedic{
- req_access = list(202)
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"PM" = (
-/obj/machinery/door/airlock/silver{
- name = "Casino cockpit";
- req_one_access = list(300)
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"PN" = (
-/obj/structure/bed,
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_right)
-"PP" = (
-/turf/simulated/floor/outdoors/mud/sif/planetuse{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"PS" = (
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"PU" = (
-/obj/structure/table/glass,
-/obj/item/camera,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/casino/casino_ship)
-"PW" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"PY" = (
-/obj/structure/table/gamblingtable,
-/obj/structure/stripper_pole{
- anchored = 1
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/casino/casino_ship)
-"Qe" = (
-/obj/structure/bed/chair/bar_stool,
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Qg" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Qj" = (
-/obj/structure/bed/chair/sofa/left/yellow{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Qo" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Qp" = (
-/obj/item/spacecasinocash/c200,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Qq" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Qr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Qu" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"Qy" = (
-/obj/structure/table/marble,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"QB" = (
-/obj/machinery/door/airlock/silver{
- id_tag = "casinodorm2";
- name = "Dorm room 2"
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"QD" = (
-/obj/structure/prop/statue/angel{
- desc = "Further South, below once roaring thrusters, the treasure lays beyond an unsteady gaze, in front of a place of fire.";
- name = "Flowered angel statue"
- },
-/turf/simulated/floor/outdoors/grass/sif/planetuse,
-/area/surface/outside/plains/mountains)
-"QE" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters4";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6;
- req_access = null
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"QH" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"QO" = (
-/obj/machinery/autolathe,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"QP" = (
-/obj/effect/floor_decal/techfloor/orange{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"QS" = (
-/turf/simulated/floor/tiled/dark,
-/area/casino/casino_ship/wing_left)
-"Ra" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock{
- block_tele = 1
- },
-/area/surface/outside/plains/mountains)
-"Re" = (
-/obj/structure/table/sifwoodentable,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/toy/plushie/deer,
-/obj/item/flame/candle/candelabra/everburn{
- pixel_y = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Ri" = (
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Rk" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Rn" = (
-/obj/structure/table/standard,
-/obj/item/material/ashtray,
-/obj/machinery/recharger,
-/obj/effect/floor_decal/borderfloor{
- dir = 6
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Rp" = (
-/turf/simulated/floor/water/deep{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"Ru" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"RB" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"RC" = (
-/obj/structure/flora/rocks2,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"RD" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/clothing/accessory/chameleon,
-/obj/item/clothing/glasses/monocoole,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"RG" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering center";
- req_access = list(203);
- req_one_access = null
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"RH" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"RI" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"RL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters6";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"RQ" = (
-/obj/structure/boulder,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"RR" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"RS" = (
-/obj/fiftyspawner/gold,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"RX" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"RY" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"Sb" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm5";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Se" = (
-/obj/item/clothing/ears/earring/dangle/diamond,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Sf" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/water/deep/pool,
-/area/casino/casino_ship)
-"Sg" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Sp" = (
-/obj/machinery/button/remote/blast_door{
- dir = 1;
- id = "Casinoboth 2";
- name = "Casino Shutter";
- pixel_x = -4;
- pixel_y = -29;
- req_one_access = list(200)
- },
-/obj/machinery/button/remote/blast_door{
- dir = 8;
- id = "Casinoprizes";
- name = "Prize Shutters";
- pixel_x = 28;
- pixel_y = 4;
- req_one_access = list(200)
- },
-/obj/structure/table/marble,
-/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Sq" = (
-/obj/machinery/button/remote/blast_door{
- id = "Casinodormshutters2";
- name = "Casino Dorm Shutters";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"Sr" = (
-/obj/item/spacecasinocash/c100,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"St" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Sx" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/toolbox/electrical{
- pixel_y = 7
- },
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/plating,
-/area/submap/lonehome)
-"Sy" = (
-/turf/simulated/floor/wood/sif,
-/area/surface/outside/plains/outpost)
-"SB" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/water/deep/pool,
-/area/casino/casino_ship)
-"SC" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"SD" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"SF" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1380;
- id_tag = "casino1_pump"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"SL" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/light,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"SO" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"SQ" = (
-/obj/effect/map_effect/perma_light/gateway,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"SX" = (
-/obj/effect/floor_decal/borderfloor/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"SZ" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/submap/lonehome)
-"Tf" = (
-/obj/structure/table/gamblingtable,
-/obj/item/deck/cah/black,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Tg" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Tm" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Tp" = (
-/obj/structure/girder/displaced,
-/turf/simulated/floor/plating,
-/area/surface/outside/plains/outpost)
-"Tr" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 8;
- frequency = 1380;
- id_tag = "casino2_pump"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"Tt" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/grass/green,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Tv" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/mixer/candy,
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"Tw" = (
-/obj/structure/shuttle/engine/router,
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship/wing_right)
-"Tx" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"TG" = (
-/obj/structure/flora/tree/sif,
-/turf/simulated/floor/outdoors/mud/sif/planetuse{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"TJ" = (
-/obj/structure/flora/log1,
-/turf/simulated/floor/water/deep,
-/area/surface/outside/plains/outpost)
-"TK" = (
-/obj/structure/table/glass,
-/obj/machinery/button/remote/airlock{
- id = "casinodorm6";
- name = "door lock";
- pixel_x = 24;
- specialfunctions = 4
- },
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"TM" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 2;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"TP" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"TV" = (
-/obj/machinery/recharge_station,
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_cee"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship)
-"TW" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"TX" = (
-/obj/machinery/computer/transhuman/resleeving{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"TY" = (
-/obj/structure/bed/chair/comfy/purp,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"TZ" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/item/gun/energy/locked/frontier,
-/obj/item/gun/energy/floragun,
-/obj/item/gun/energy/alien,
-/obj/item/gun/energy/temperature,
-/obj/item/gun/energy/particle/cannon,
-/obj/item/gun/energy/particle/advanced,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Ub" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"Uc" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Ud" = (
-/mob/living/simple_mob/animal/passive/penguin{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/ice,
-/area/surface/outside/plains/outpost)
-"Ue" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Ug" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/surface/outside/plains/outpost)
-"Uj" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Uk" = (
-/obj/structure/flora/tree/jungle,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"Ul" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife/butch,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/submap/lonehome)
-"Um" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Un" = (
-/obj/structure/fireplace{
- desc = "An old abandoned fireplace. With a pair of googly eyes glued on it?. . ."
- },
-/obj/item/pickaxe/silver,
-/turf/simulated/floor/wood/sif,
-/area/surface/outside/plains/outpost)
-"Uo" = (
-/obj/item/clothing/head/fancy_crown,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Uv" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 6
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Uw" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = list(202);
- req_one_access = null
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_left)
-"Ux" = (
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- outdoors = 0
- },
-/area/surface/outside/plains/mountains)
-"Uz" = (
-/obj/structure/disposalpipe/segment,
-/mob/living/simple_mob/animal/giant_spider/nurse,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"UF" = (
-/obj/structure/closet,
-/obj/item/clothing/under/rank/bartender,
-/obj/item/clothing/under/rank/bartender,
-/obj/item/clothing/under/rank/bartender,
-/obj/item/clothing/under/rank/bartender,
-/obj/item/clothing/under/rank/bartender,
-/obj/item/clothing/under/rank/bartender/skirt,
-/obj/item/clothing/under/rank/bartender/skirt,
-/obj/item/clothing/under/rank/bartender/skirt,
-/obj/item/clothing/under/rank/bartender/skirt,
-/obj/item/clothing/under/rank/bartender/skirt,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white/sexybunny_black,
-/obj/item/clothing/under/sexybunny_white,
-/obj/item/clothing/under/sexybunny_white,
-/obj/item/clothing/under/sexybunny_white,
-/obj/item/clothing/under/sexybunny_white,
-/obj/item/clothing/under/sexybunny_white,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"UH" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donut,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"UK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"UN" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_2"
- },
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"UT" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- icon_state = "screen"
- },
-/turf/simulated/wall/golddiamond,
-/area/casino/casino_ship)
-"UU" = (
-/turf/simulated/floor/wood/sif/broken{
- outdoors = 1
- },
-/area/surface/outside/plains/outpost)
-"UV" = (
-/mob/living/simple_mob/animal/space/goose/domesticated{
- hovering = 1
- },
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"UW" = (
-/obj/structure/bed/chair/office/light{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/red/bordercorner,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"UX" = (
-/obj/structure/table/standard,
-/obj/item/material/ashtray,
-/obj/item/material/ashtray,
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"Vd" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/grass/heavy{
- outdoors = 0
- },
-/area/casino/casino_ship)
-"Vg" = (
-/obj/structure/closet/secure_closet/bar{
- locked = 0
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Vj" = (
-/obj/effect/mist,
-/turf/simulated/floor/water/pool,
-/area/casino/casino_ship)
-"Vm" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/reagent_containers/glass/beaker/bluespace,
-/obj/item/reagent_containers/glass/beaker/noreact,
-/obj/item/surgical/scalpel/manager,
-/obj/item/weldingtool/experimental,
-/obj/item/reagent_containers/spray/chemsprayer,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Vo" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Vv" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_y = 10
- },
-/obj/item/pen,
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"VF" = (
-/obj/machinery/door/airlock/security{
- req_access = list(201);
- req_one_access = list()
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"VG" = (
-/obj/structure/bed/chair/office/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"VI" = (
-/obj/structure/flora/grass/brown,
-/obj/structure/flora/grass/green,
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"VK" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"VL" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 8;
- icon_state = "spline_fancy_corner"
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4;
- icon_state = "spline_fancy_corner"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"VN" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Security wing"
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/casino/casino_ship/wing_right)
-"VR" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/casino/casino_ship/wing_left)
-"VT" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"VV" = (
-/obj/machinery/shower{
- dir = 8
- },
-/obj/machinery/door/window/westleft{
- name = "shower door"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"VX" = (
-/obj/structure/bed/chair/comfy/purp,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"VY" = (
-/obj/item/clothing/shoes/dress,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"Wd" = (
-/obj/effect/map_effect/interval/effect_emitter/steam,
-/turf/simulated/floor/water/hotspring{
- can_atmos_pass = 0;
- color = "cyan";
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"We" = (
-/obj/item/shovel/wood,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Wj" = (
-/obj/structure/table/sifwoodentable,
-/obj/item/flame/candle/candelabra/everburn{
- pixel_y = 8
- },
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Wm" = (
-/obj/structure/table/marble,
-/obj/item/universal_translator,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Wn" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = -28
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Wo" = (
-/obj/structure/bed/chair/sofa/yellow{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Ws" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"Wt" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship)
-"Wu" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Ww" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"WJ" = (
-/obj/structure/bed/chair/comfy/purp{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"WL" = (
-/turf/simulated/floor/wood/sif/broken,
-/area/surface/outside/plains/outpost)
-"WO" = (
-/obj/structure/bed/chair/bar_stool,
-/obj/effect/floor_decal/spline/fancy{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"WQ" = (
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/submap/lonehome)
-"WS" = (
-/obj/machinery/door/airlock/silver{
- name = "Lounge";
- req_one_access = list(300)
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"WT" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_alc/full,
-/turf/simulated/floor/wood/sif,
-/area/submap/lonehome)
-"WW" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"WX" = (
-/obj/structure/boulder,
-/obj/structure/barricade,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Xf" = (
-/obj/structure/flora/tree/winter,
-/obj/effect/zone_divider,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Xi" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/dice,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Xv" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Xx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"XB" = (
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"XD" = (
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"XE" = (
-/obj/item/clothing/ears/earring/stud/diamond,
-/turf/simulated/floor/flock,
-/area/surface/outside/plains/mountains)
-"XF" = (
-/obj/structure/bed/chair/comfy/purp{
- dir = 8
- },
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship/dorms)
-"XG" = (
-/obj/structure/flora/log2,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/mountains)
-"XH" = (
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/brown/border,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"XO" = (
-/obj/effect/zone_divider,
-/turf/simulated/floor/water,
-/area/surface/outside/plains/outpost)
-"XP" = (
-/obj/structure/flora/tree/pine{
- icon_state = "pine_3"
- },
-/obj/structure/flora/grass/brown,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"XQ" = (
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/outpost)
-"XS" = (
-/obj/effect/blocker,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"XW" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"XX" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = -32;
- req_access = list(202)
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"XY" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"XZ" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/material/glass{
- amount = 50;
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/stack/material/glass/reinforced{
- amount = 50
- },
-/obj/item/stack/material/plastic{
- amount = 50
- },
-/obj/item/stack/material/wood{
- amount = 50
- },
-/obj/effect/floor_decal/borderfloor,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/glass,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Ya" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 8
- },
-/obj/machinery/meter,
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "Casino_South";
- pixel_x = -32;
- tag_exterior_door = "Casino_South_Exterior";
- tag_interior_door = "Casino_South_Interior"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/casino/casino_ship)
-"Yf" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 1
- },
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Yg" = (
-/obj/effect/floor_decal/spline/fancy,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"Yh" = (
-/obj/structure/flora/tree/winter1,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/snow/sif/planetuse{
- temperature = 293.15
- },
-/area/surface/outside/plains/outpost)
-"Yj" = (
-/obj/machinery/slot_machine,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Yk" = (
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"Ym" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Yn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/casino/casino_ship)
-"Yq" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/salvageable/console_os{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"Ys" = (
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Yz" = (
-/obj/structure/prop/statue/stump_plaque,
-/obj/item/bone/skull{
- color = "white";
- desc = "A skull. Judging by the shape and size, you'd guess that it might be human, it seems to be made of diamond. You have a feeling that this may be a key";
- name = "Diamond encrusted skull";
- pixel_x = -1;
- pixel_y = 8
- },
-/turf/simulated/floor/redgrid/animated,
-/area/surface/outside/plains/mountains)
-"YE" = (
-/obj/structure/table/reinforced,
-/obj/item/material/ashtray/bronze,
-/obj/item/material/ashtray/bronze,
-/obj/item/material/ashtray/bronze,
-/obj/item/material/ashtray/bronze,
-/obj/item/material/ashtray/bronze,
-/obj/item/material/ashtray/bronze,
-/obj/machinery/recharger,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"YF" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/communicator,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"YI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"YL" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"YM" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/effect/landmark/costume/commie,
-/obj/effect/landmark/costume/gladiator,
-/obj/effect/landmark/costume/pirate,
-/obj/effect/landmark/costume/sexymime,
-/obj/item/clothing/suit/storage/hooded/costume/ian,
-/obj/item/clothing/head/hood/carp_hood,
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"YN" = (
-/obj/structure/table/bench/sifwooden,
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 140;
- external_pressure_bound_default = 140;
- icon_state = "map_vent_out";
- pressure_checks = 0;
- pressure_checks_default = 0;
- use_power = 1
- },
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"YR" = (
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"YV" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"YW" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"YX" = (
-/obj/structure/bed/chair/sofa/right/yellow,
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Za" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Zc" = (
-/obj/structure/casino_table/roulette_chart,
-/obj/machinery/light/floortube/flicker{
- pixel_y = 5
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Zd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Zj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinodormshutters5";
- layer = 3.5;
- name = "Casino Privacy shutters"
- },
-/turf/simulated/floor,
-/area/casino/casino_ship/dorms)
-"Zl" = (
-/obj/structure/bed/chair/comfy/red{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Zn" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_left)
-"Zq" = (
-/obj/machinery/door/window/westright{
- dir = 2;
- layer = 3.1;
- name = "Both access";
- req_access = list(200)
- },
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "Casinoboth 2";
- layer = 3.2;
- name = "Exchange booth shutters 2"
- },
-/turf/simulated/floor/carpet/blucarpet,
-/area/casino/casino_ship)
-"Zs" = (
-/obj/structure/table/marble,
-/obj/machinery/door/blast/shutters{
- dir = 8;
- id = "Casinobar";
- layer = 3.1;
- name = "Casino bar shutter"
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"Zt" = (
-/obj/machinery/iv_drip,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/tiled/white,
-/area/casino/casino_ship/wing_left)
-"Zu" = (
-/obj/random/medical,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Zv" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/outdoors/dirt{
- can_atmos_pass = 0;
- icon_state = "ice_dark";
- outdoors = 0;
- temperature = 300
- },
-/area/surface/outside/plains/mountains)
-"Zw" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/casino/casino_ship/dorms)
-"Zx" = (
-/obj/machinery/light{
- dir = 4;
- layer = 3
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/casino/casino_ship)
-"Zz" = (
-/obj/machinery/light/flamp,
-/turf/simulated/floor/grass,
-/area/casino/casino_ship)
-"ZB" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"ZF" = (
-/obj/structure/bed/chair/sofa/right/yellow{
- dir = 4
- },
-/turf/simulated/floor/carpet/oracarpet,
-/area/casino/casino_ship)
-"ZG" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ZL" = (
-/obj/effect/zone_divider,
-/turf/unsimulated/mineral,
-/area/surface/outside/plains/mountains)
-"ZM" = (
-/obj/structure/table/sifwoodentable,
-/obj/item/bikehorn/rubberducky,
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-"ZP" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/effect/floor_decal/borderfloor{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ZR" = (
-/obj/effect/floor_decal/borderfloor/corner,
-/obj/effect/floor_decal/corner/red/bordercorner,
-/turf/simulated/floor/tiled,
-/area/casino/casino_ship/wing_right)
-"ZW" = (
-/obj/structure/table/glass,
-/obj/item/toy/eight_ball/conch,
-/obj/effect/floor_decal/spline/fancy{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/casino/casino_ship)
-"ZZ" = (
-/obj/structure/table/bench/sifwooden,
-/obj/machinery/light,
-/obj/effect/floor_decal/spline/fancy/wood/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/black{
- dir = 5
- },
-/obj/effect/mist,
-/turf/simulated/floor/wood,
-/area/casino/casino_ship)
-
-(1,1,1) = {"
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-"}
-(2,1,1) = {"
-aw
-wo
-My
-My
-My
-My
-My
-My
-ts
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-JI
-Ra
-Ra
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Kf
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-OU
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(3,1,1) = {"
-aw
-mc
-mc
-mc
-My
-My
-My
-My
-aS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-My
-XB
-My
-XB
-XB
-mh
-XB
-XB
-My
-XB
-XB
-XB
-kt
-qE
-Kf
-of
-XB
-tc
-kt
-qE
-Kf
-qE
-vW
-qE
-yG
-qE
-Ra
-qE
-Fq
-qE
-qE
-qE
-Ra
-of
-XB
-XB
-XB
-XB
-JI
-qE
-qE
-qE
-qE
-qE
-Ra
-qE
-Fq
-qE
-qE
-qE
-Ra
-qE
-qE
-qE
-qE
-qE
-Ra
-qE
-qE
-yG
-qE
-qE
-qE
-OU
-XB
-nR
-XB
-XB
-My
-XB
-XB
-XB
-JI
-qE
-Ra
-qE
-qE
-Es
-qE
-qE
-Ra
-qE
-qE
-OU
-XB
-jf
-My
-My
-My
-My
-My
-My
-My
-zq
-zq
-zq
-zq
-My
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(4,1,1) = {"
-av
-mN
-mN
-mc
-mc
-mc
-mc
-My
-ts
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-My
-ps
-XB
-My
-XB
-XB
-XB
-mh
-XB
-My
-Zv
-qE
-qE
-qE
-qE
-Kf
-qE
-qE
-qE
-qE
-qE
-Kf
-nr
-XB
-XB
-KN
-XB
-My
-XB
-KN
-XB
-XB
-OD
-My
-XB
-XB
-XB
-mL
-XB
-mp
-XB
-XB
-tc
-XB
-XB
-My
-XB
-KN
-mp
-XB
-XB
-My
-XB
-XB
-XB
-XB
-MQ
-Ra
-qE
-qE
-AA
-qE
-qE
-qE
-qE
-qE
-AA
-qE
-qE
-Ra
-qE
-qE
-qE
-qE
-qE
-Ra
-of
-XB
-KN
-XB
-XB
-My
-XB
-XB
-XB
-XB
-XB
-My
-My
-My
-My
-My
-My
-My
-zq
-Lh
-rW
-zq
-My
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(5,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-aS
-My
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mh
-ps
-mh
-ps
-XB
-kq
-XB
-MQ
-Ra
-qE
-qE
-TW
-qE
-NY
-Kf
-ke
-XB
-kq
-XB
-mp
-hP
-XB
-Zu
-kq
-KN
-oL
-Ra
-NW
-KN
-kq
-XB
-KN
-My
-XB
-XB
-kq
-XB
-XB
-XB
-XB
-XB
-kq
-XB
-XB
-My
-XB
-KN
-kq
-XB
-XY
-Ra
-qE
-IT
-TW
-qE
-IT
-Ra
-qE
-qE
-AN
-qE
-qE
-TP
-qE
-qE
-DM
-qE
-qE
-Ra
-nr
-XB
-kq
-XB
-XB
-My
-XB
-XB
-sO
-XB
-XB
-My
-XB
-XB
-kq
-XB
-XB
-My
-My
-My
-My
-zq
-zq
-zq
-zq
-PS
-PS
-zq
-My
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(6,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aS
-My
-mc
-mc
-mc
-My
-yp
-qE
-qE
-xk
-qE
-Ra
-Gn
-Ju
-Ra
-qE
-qE
-qE
-qE
-qE
-Ra
-qE
-qE
-qE
-qE
-Qg
-Kf
-qE
-JG
-qE
-qE
-qE
-Kf
-qE
-qE
-qE
-Qg
-qE
-Ra
-qE
-Qg
-qE
-qE
-Qg
-Ra
-of
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-My
-sl
-Qg
-IT
-qE
-qE
-Ra
-of
-XB
-XB
-XB
-XB
-My
-XB
-XB
-KN
-XB
-XB
-XB
-XB
-XB
-KN
-XB
-XB
-My
-XB
-XB
-Bu
-XB
-oL
-Ra
-qE
-vW
-Qg
-qE
-Ng
-My
-XB
-XB
-XB
-XB
-XB
-My
-My
-My
-My
-zq
-RS
-DP
-Qp
-XE
-RS
-zq
-zq
-zq
-zq
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Un
-rk
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Dh
-ol
-hP
-"}
-(7,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aS
-My
-My
-mc
-mc
-My
-XB
-mh
-XB
-XB
-XB
-My
-Ck
-Ck
-My
-XB
-XB
-Tm
-qE
-qE
-Ra
-qE
-Do
-qE
-qE
-Qg
-Kf
-qE
-qE
-qE
-Cz
-qE
-Kf
-qE
-qE
-fi
-KN
-XB
-hP
-XB
-KN
-XB
-Um
-KN
-My
-XB
-XB
-XB
-Zu
-XB
-XB
-XB
-Zu
-XB
-XB
-MQ
-Ra
-qE
-AA
-qE
-On
-qE
-Ra
-qE
-qE
-eD
-qE
-qE
-Ra
-qE
-qE
-AA
-IT
-qE
-qE
-qE
-qE
-Qg
-qE
-qE
-Ra
-qE
-qE
-qE
-QH
-qE
-Ra
-qE
-xV
-KN
-XB
-XB
-My
-XB
-XB
-XB
-XB
-XB
-XD
-XD
-XD
-My
-zq
-fg
-jx
-Lw
-Nb
-VY
-EK
-XD
-zq
-zq
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Sy
-WL
-rk
-sy
-mN
-mN
-wt
-mN
-cC
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Dh
-Pj
-hP
-"}
-(8,1,1) = {"
-av
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-aS
-mc
-My
-My
-mc
-My
-Zv
-qE
-TW
-Gn
-qE
-xk
-Gn
-Gn
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Kf
-ck
-Kf
-Kf
-ck
-Kf
-Kf
-Kf
-Kf
-ck
-Kf
-Kf
-Kf
-Kf
-Kf
-ck
-Kf
-Kf
-Kf
-ck
-Ra
-vk
-vk
-Ra
-nr
-XB
-Bu
-XB
-XB
-kq
-XB
-XB
-XB
-XB
-XB
-My
-My
-nC
-My
-nC
-My
-My
-My
-My
-nC
-My
-My
-My
-OS
-XB
-KN
-XB
-XB
-kq
-XB
-XB
-KN
-XB
-XB
-My
-My
-My
-My
-nC
-My
-My
-My
-My
-nC
-My
-My
-My
-XB
-XB
-kq
-XB
-XB
-XD
-XD
-vw
-My
-Eg
-tm
-XD
-zq
-Uo
-EK
-FL
-EK
-hr
-zq
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-WL
-rk
-mN
-tb
-cC
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(9,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mc
-mc
-My
-My
-My
-XB
-XB
-mh
-XB
-ps
-My
-Ck
-Ck
-My
-XB
-XB
-JI
-qE
-qE
-Ra
-qE
-hU
-qE
-qE
-Qg
-Kf
-qE
-qE
-qE
-kI
-qE
-qE
-qE
-qE
-qE
-Qg
-qE
-Kf
-qE
-Qg
-kR
-Qg
-Qg
-Ra
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-Ra
-Sg
-Qg
-OU
-KN
-XB
-My
-XB
-XB
-qk
-XB
-oL
-Ra
-Qg
-qE
-Qg
-qE
-oG
-st
-qE
-qE
-Qg
-qE
-qE
-Ra
-qE
-aC
-qE
-AA
-qE
-Ra
-qE
-qE
-Bg
-qE
-qE
-Ra
-nr
-XB
-XB
-XB
-XB
-XD
-XD
-XD
-My
-zq
-jx
-im
-Se
-jx
-Ga
-EK
-XD
-Fu
-zq
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-We
-mN
-rk
-mN
-cC
-wt
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(10,1,1) = {"
-av
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-bl
-mN
-mc
-mc
-My
-My
-yp
-qE
-qE
-qE
-qE
-Ra
-Gn
-zy
-Ra
-qE
-xk
-qE
-qE
-qE
-Ra
-qE
-qE
-JG
-qE
-Qg
-Kf
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-Qg
-qE
-Kf
-qE
-Qg
-Qg
-Qg
-Qg
-Ra
-qE
-qE
-qE
-qE
-Gq
-qE
-qE
-qE
-qE
-qE
-qE
-Ra
-AA
-Qg
-qE
-Qg
-qE
-Ra
-nr
-XB
-KN
-XB
-XB
-My
-KN
-XB
-KN
-XB
-mp
-XB
-Zu
-XB
-KN
-XB
-oL
-Ra
-qE
-AA
-qE
-AA
-qE
-Ra
-NW
-Bu
-XB
-XB
-XB
-My
-XB
-XB
-XB
-XB
-XB
-My
-My
-My
-My
-zq
-ER
-Sr
-RS
-DP
-XD
-zq
-zq
-Fu
-zq
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(11,1,1) = {"
-av
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-RQ
-ps
-mh
-ps
-XB
-kq
-XB
-MQ
-Ra
-qE
-qE
-TW
-qE
-ip
-Kf
-qE
-qE
-TW
-qE
-qE
-qE
-qE
-qE
-TW
-Qg
-qE
-Kf
-qE
-Qg
-DM
-Qg
-Qg
-Ra
-qE
-qE
-TW
-qE
-qE
-qE
-qE
-qE
-TW
-qE
-qE
-Ra
-AA
-Qg
-TW
-Qg
-qE
-Ra
-qE
-IT
-DM
-qE
-qE
-Ra
-as
-XB
-sO
-XB
-XB
-XB
-XB
-XB
-sO
-XB
-XB
-My
-Zv
-AA
-TW
-AA
-qE
-Ra
-qE
-qE
-TW
-qE
-Ng
-My
-XB
-XB
-kq
-XB
-XB
-My
-My
-My
-My
-zq
-zq
-zq
-zq
-Yk
-zK
-zq
-My
-nC
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-cC
-tb
-sy
-hX
-tb
-sy
-mN
-mN
-wt
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(12,1,1) = {"
-av
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-bl
-mN
-mN
-mc
-mc
-mc
-My
-My
-mc
-mc
-mc
-mc
-yx
-WX
-My
-XB
-mh
-mh
-XB
-XB
-My
-yp
-qE
-qE
-qE
-qE
-Kf
-of
-XB
-Bu
-XB
-mp
-XB
-XB
-XB
-XB
-KN
-XB
-hP
-OS
-KN
-KN
-KN
-MV
-My
-XB
-XB
-XB
-XB
-XB
-mp
-XB
-XB
-XB
-XB
-oL
-Ra
-AA
-AA
-qE
-AA
-Ng
-My
-XB
-XB
-KN
-mp
-XB
-My
-KN
-XB
-KN
-XB
-XB
-XB
-XB
-XB
-KN
-XB
-XB
-My
-XB
-KN
-XB
-KN
-Hr
-My
-XB
-XB
-XB
-XB
-XB
-My
-tc
-XB
-XB
-XB
-XB
-My
-My
-My
-My
-My
-My
-My
-zq
-Lh
-Lh
-zq
-My
-nC
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-aF
-aF
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-cC
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(13,1,1) = {"
-av
-mN
-mN
-mN
-cC
-cC
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-Il
-RQ
-My
-XB
-XB
-Tm
-qE
-qE
-Ra
-qE
-qE
-Cz
-qE
-qE
-Kf
-NW
-XB
-XB
-XB
-XB
-XB
-XB
-Zu
-XB
-KN
-oL
-Kf
-AA
-AA
-Mv
-KN
-XB
-My
-XB
-eM
-XB
-mp
-XB
-Um
-XB
-XB
-XB
-XB
-MQ
-Ra
-AA
-Qg
-Cz
-Qg
-qE
-Ra
-of
-XB
-KN
-eM
-XB
-My
-KN
-XB
-KN
-Um
-XB
-XB
-eM
-XB
-KN
-XB
-MQ
-Ra
-VT
-AA
-qE
-AA
-AA
-Ra
-vW
-qE
-xV
-XB
-XB
-My
-XB
-eM
-XB
-re
-XB
-My
-My
-My
-My
-My
-My
-My
-zq
-zq
-zq
-zq
-My
-nC
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-aF
-qm
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(14,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-My
-RQ
-Jy
-My
-My
-My
-My
-My
-hP
-hP
-hP
-hP
-DN
-hP
-hP
-hP
-XB
-XB
-XB
-XB
-XB
-kq
-XB
-XB
-XB
-KN
-oL
-Kf
-ck
-ck
-vk
-vk
-Ra
-Ra
-Ra
-vk
-Ra
-Ra
-Ra
-dQ
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-dQ
-vk
-vk
-vk
-Ra
-Ra
-Ra
-Ra
-vk
-dQ
-Ra
-Ra
-vk
-Ra
-vk
-vk
-Ra
-Ra
-vk
-Ra
-vk
-Ra
-Ra
-Ra
-np
-nC
-My
-nC
-nC
-My
-My
-My
-My
-My
-My
-My
-My
-nC
-My
-nC
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-nC
-mc
-mc
-mc
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-hY
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(15,1,1) = {"
-av
-mN
-mN
-mN
-hX
-hX
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-yc
-yA
-My
-mc
-mc
-mc
-My
-My
-mc
-mc
-mc
-cO
-mc
-mc
-hP
-XB
-XB
-mp
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-XB
-hP
-KN
-KN
-YW
-AA
-qE
-Ra
-qE
-AA
-Mq
-XB
-XB
-nC
-XB
-JI
-qE
-qE
-qE
-Ra
-AA
-Bg
-Qg
-Nu
-qE
-Ra
-qE
-aC
-Qg
-Qg
-qE
-Ra
-Qg
-Es
-Qg
-Qg
-qE
-Ra
-Qg
-qE
-Za
-XB
-XB
-My
-XB
-sw
-XB
-KN
-GU
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-Ra
-np
-My
-nC
-mc
-mc
-mc
-gr
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-cO
-mc
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-Bh
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(16,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-Dx
-tN
-tN
-Dx
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-nC
-mc
-mc
-hP
-yp
-qE
-qE
-qE
-qE
-qE
-qE
-IT
-qE
-AA
-qE
-Kf
-AA
-AA
-Qg
-AA
-Rk
-My
-XB
-KN
-XB
-XB
-XB
-nC
-XB
-mL
-XB
-mp
-XB
-My
-KN
-XB
-KN
-KN
-mp
-My
-XB
-KN
-KN
-KN
-mp
-My
-KN
-KN
-KN
-KN
-oL
-Ra
-AA
-qE
-AA
-IT
-qE
-Ra
-nr
-XB
-XB
-KN
-KN
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-cO
-mc
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hc
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-gN
-gN
-mN
-mN
-gN
-gN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-XP
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(17,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-rc
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-cE
-Ra
-Ra
-Kf
-qE
-qE
-TW
-qE
-qE
-qE
-qE
-TP
-TW
-AA
-qE
-Kf
-Lm
-AA
-AN
-AA
-qE
-Ra
-qE
-AA
-TW
-qE
-qE
-dQ
-qE
-qE
-TW
-qE
-qE
-Ra
-Xx
-XB
-sO
-KN
-OD
-My
-Zv
-Qg
-AN
-AA
-qE
-Ra
-Qg
-Qg
-DM
-Qg
-qE
-Ra
-as
-XB
-sO
-XB
-OD
-My
-XB
-Bu
-kq
-KN
-JW
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mN
-hc
-mN
-dq
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-mN
-gN
-gN
-mN
-gN
-gN
-mN
-mN
-gN
-gN
-mN
-mN
-mN
-mN
-gN
-mN
-gN
-gN
-gN
-mN
-gN
-gN
-mN
-mN
-gN
-gN
-mN
-mN
-mN
-mN
-cC
-mN
-hX
-mN
-mN
-aF
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(18,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-rc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-My
-My
-XB
-XB
-XB
-XB
-XB
-Bu
-XB
-XB
-XB
-KN
-oL
-Kf
-qE
-Qg
-Qg
-Qg
-qE
-Ra
-NW
-KN
-XB
-Zu
-yp
-dQ
-qE
-vW
-qE
-qE
-qE
-Ra
-AA
-qE
-Qg
-AA
-Qg
-Ra
-qE
-Uj
-AA
-AA
-qE
-Ra
-Bm
-KN
-KN
-KN
-XB
-My
-KN
-Bu
-KN
-XB
-KN
-My
-XB
-XB
-XB
-KN
-KN
-My
-My
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-gN
-gN
-mN
-mN
-gN
-gN
-mN
-gN
-gN
-mN
-gN
-gN
-gN
-mN
-mN
-gN
-mN
-gN
-gN
-mN
-gN
-gN
-mN
-gN
-mN
-mN
-gN
-gN
-gN
-mN
-mN
-cC
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(19,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-XB
-XB
-XB
-tc
-XB
-XB
-XB
-XB
-XB
-Lc
-XB
-hP
-XB
-ME
-KN
-KN
-XB
-My
-XB
-KN
-XB
-Um
-XB
-nC
-XB
-XB
-XB
-eM
-XB
-My
-KN
-XB
-Lc
-KN
-KN
-My
-vE
-KN
-KN
-KN
-oL
-Ra
-Qg
-AA
-AA
-xi
-eD
-Ra
-AA
-qE
-AA
-On
-AA
-Ra
-qE
-qE
-qE
-AA
-hi
-My
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-lF
-mN
-fB
-mN
-mN
-mN
-wt
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(20,1,1) = {"
-av
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-dq
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-hP
-My
-nC
-nC
-My
-My
-My
-nC
-My
-nC
-My
-nC
-My
-My
-My
-nC
-My
-My
-nC
-My
-My
-nC
-nC
-My
-nC
-nC
-nC
-nC
-My
-My
-nC
-nC
-nC
-nC
-nC
-My
-nC
-My
-nC
-nC
-nC
-My
-My
-My
-My
-nC
-nC
-My
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-lF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-gN
-gN
-gN
-cp
-gN
-AO
-gN
-gN
-cp
-gN
-AO
-gN
-gN
-gN
-cp
-gN
-gN
-cp
-gN
-gN
-cp
-gN
-gN
-AO
-gN
-gN
-cp
-gN
-AO
-gN
-gN
-cp
-gN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(21,1,1) = {"
-av
-mN
-mN
-mN
-hX
-hX
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-hP
-XB
-XB
-oh
-Nk
-XB
-My
-XB
-KN
-XB
-KN
-XB
-nC
-XB
-XB
-kt
-AA
-qE
-Ra
-AA
-qE
-qE
-AA
-Hw
-XB
-KN
-sw
-KN
-KN
-XB
-My
-KN
-sw
-KN
-KN
-KN
-My
-KN
-XB
-Nk
-KN
-KN
-My
-XB
-XB
-XB
-qS
-Nk
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-cC
-lF
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-wt
-mN
-cC
-mN
-mN
-mN
-mN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-mN
-mN
-mN
-fB
-eG
-mN
-mN
-mN
-mc
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(22,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-hP
-XB
-Zu
-XB
-XB
-oL
-Ra
-nr
-KN
-XB
-JW
-MQ
-dQ
-qE
-qE
-qE
-AA
-qE
-Ra
-Zd
-XB
-XB
-KN
-KN
-XB
-qk
-XB
-KN
-KN
-oL
-Ra
-Qg
-qE
-Qg
-Qg
-Qg
-Ra
-Qg
-IT
-qE
-YI
-Qg
-Ra
-nr
-XB
-XB
-XB
-XB
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-lF
-mN
-cC
-mN
-mN
-mN
-mN
-fB
-aA
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-ab
-dr
-dr
-dr
-cq
-cq
-dr
-dr
-dr
-cq
-cq
-ab
-dr
-dr
-dr
-dr
-dr
-dr
-dr
-dr
-dr
-hk
-eS
-eS
-ep
-ep
-ep
-eS
-eS
-ep
-ep
-ep
-hk
-hk
-gN
-mN
-fB
-mN
-mN
-mN
-aF
-mN
-mc
-mN
-mN
-mN
-mN
-hX
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(23,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-sy
-Tp
-sy
-tb
-tb
-tb
-tb
-tb
-zE
-tb
-tb
-mN
-mN
-mN
-cC
-mN
-mN
-hX
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-hP
-XB
-XB
-kq
-XB
-XB
-My
-Zv
-AA
-TW
-AA
-qE
-dQ
-nr
-XB
-kq
-KN
-XB
-My
-KN
-XB
-kq
-KN
-KN
-XB
-KN
-mp
-sO
-KN
-XB
-My
-Ym
-Uz
-AN
-Qg
-YI
-Ra
-Zd
-XB
-kq
-KN
-KN
-My
-XB
-Zu
-kq
-XB
-XB
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-XP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-ab
-ab
-cq
-cq
-cq
-Ns
-Ns
-cq
-cq
-cq
-Ns
-Ns
-Ns
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-Tw
-Tw
-Tw
-eS
-eS
-eS
-Tw
-Tw
-eS
-eS
-eS
-hk
-hk
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(24,1,1) = {"
-av
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-zE
-rk
-DL
-rk
-mN
-Sy
-Sy
-Sy
-mN
-mN
-zE
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-My
-My
-My
-hP
-Zv
-qE
-qE
-qE
-qE
-Ra
-qE
-AA
-qE
-AA
-qE
-dQ
-qE
-qE
-qE
-AA
-qE
-Ra
-vr
-XB
-XB
-KN
-KN
-mp
-KN
-XB
-KN
-Eu
-XB
-My
-KN
-XB
-Eu
-KN
-GU
-Ra
-AA
-qE
-qE
-AA
-hi
-My
-XB
-XB
-XB
-Bu
-XB
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-fB
-mN
-mN
-eG
-fB
-mN
-cC
-mN
-mN
-wt
-mN
-mN
-gN
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ac
-ac
-ac
-OM
-ac
-OM
-ac
-ac
-ac
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-gN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(25,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-tb
-DL
-tC
-mN
-WL
-WL
-Sy
-WL
-WL
-WL
-tg
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mc
-gr
-My
-My
-hP
-XB
-XB
-XB
-Kc
-qE
-Ra
-On
-AA
-qE
-AA
-eD
-dQ
-qE
-qE
-On
-AA
-Rk
-My
-KN
-XB
-XB
-KN
-Ja
-XB
-KN
-mp
-KN
-KN
-XB
-My
-KN
-mp
-KN
-Lc
-KN
-My
-KN
-Tm
-qE
-AA
-AA
-Ra
-qE
-qE
-di
-XB
-XB
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-gN
-ab
-bZ
-dA
-fQ
-ab
-VR
-VR
-CC
-ab
-PL
-YL
-Ub
-ab
-jj
-eN
-lc
-eU
-eV
-eW
-li
-eN
-lm
-hk
-bX
-PN
-hk
-eH
-eH
-cP
-cP
-hk
-pm
-lU
-ic
-hk
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(26,1,1) = {"
-av
-aF
-fB
-fB
-fB
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-tb
-DL
-rk
-DL
-WL
-WL
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gr
-mc
-My
-My
-hP
-hP
-My
-My
-My
-My
-nC
-nC
-My
-nC
-nC
-nC
-My
-My
-nC
-nC
-My
-My
-KN
-XB
-mp
-KN
-KN
-kq
-KN
-XB
-qk
-KN
-XB
-My
-nC
-My
-nC
-My
-nC
-My
-nC
-My
-My
-nC
-nC
-My
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-fB
-dq
-mN
-mN
-wt
-mN
-cj
-mN
-lF
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-wt
-mN
-mN
-mN
-gN
-ab
-cf
-dJ
-fY
-ab
-ab
-ab
-ab
-ab
-zZ
-xX
-Mu
-ab
-be
-cQ
-ld
-aT
-bw
-zC
-aX
-cQ
-lu
-hk
-de
-jy
-hk
-eT
-lU
-il
-lU
-hk
-AS
-lU
-id
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(27,1,1) = {"
-av
-aF
-gW
-cC
-mN
-mN
-mN
-mN
-bl
-mN
-fB
-cC
-mN
-mN
-mN
-eG
-mN
-tb
-WL
-mN
-WL
-WL
-sc
-Sy
-rk
-rk
-Sy
-rk
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-KN
-KN
-nR
-KN
-tM
-dQ
-qE
-qE
-Lm
-AA
-qE
-Ra
-Zd
-XB
-XB
-KN
-KN
-XB
-KN
-DT
-KN
-KN
-MQ
-Ra
-Qg
-qE
-SC
-qE
-AA
-Ra
-AA
-qE
-Mq
-KN
-KN
-My
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-gW
-mN
-cC
-mN
-mN
-gN
-ab
-cg
-dJ
-gb
-ab
-Ny
-XX
-YL
-xX
-xX
-xX
-yt
-ab
-kS
-ak
-ar
-QP
-bx
-NX
-bf
-lj
-lo
-hk
-bA
-yb
-hk
-hk
-IJ
-hk
-hk
-hk
-qf
-lU
-mJ
-hk
-gN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-cC
-mN
-hX
-mN
-mN
-cC
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(28,1,1) = {"
-av
-cC
-mN
-mN
-cC
-mN
-fB
-mN
-bl
-mN
-fB
-mN
-mN
-aF
-mN
-mN
-mN
-tb
-WL
-mN
-sy
-mN
-rk
-WL
-WL
-mN
-Sy
-Sy
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-KN
-KN
-KN
-KN
-KN
-nC
-XB
-XB
-XB
-KN
-oL
-Ra
-AA
-qE
-qE
-AA
-AA
-qE
-AA
-qE
-AA
-AA
-qE
-Ra
-Qg
-qE
-qE
-qE
-hi
-My
-KN
-mp
-XB
-KN
-MV
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-cl
-dJ
-gc
-ab
-JC
-xX
-xX
-xX
-xX
-xX
-Ub
-ab
-cu
-eF
-dc
-bN
-bN
-bN
-cv
-eF
-fd
-hk
-aq
-lU
-eR
-lU
-lU
-ur
-FZ
-hk
-ng
-lU
-if
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(29,1,1) = {"
-av
-mN
-mN
-mN
-aF
-cC
-fB
-fB
-bl
-fB
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-tb
-mN
-mN
-mN
-mN
-rk
-mN
-mN
-mN
-mN
-tb
-tb
-tb
-tb
-tb
-tb
-tb
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-Qr
-AA
-AN
-AA
-AA
-dQ
-qE
-qE
-TW
-AA
-qE
-Ra
-AA
-qE
-TW
-AA
-AA
-qE
-AA
-qE
-AN
-AA
-Ng
-My
-KN
-XB
-kq
-XB
-KN
-My
-Vo
-XB
-kq
-KN
-XB
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ab
-cw
-dR
-dJ
-ab
-tO
-xR
-xX
-sI
-Bv
-TX
-Zt
-ab
-eh
-eF
-jX
-bN
-bN
-bN
-CT
-eF
-fh
-hk
-bn
-yb
-hk
-SX
-lU
-BX
-ee
-hk
-qe
-lU
-sV
-hk
-gN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(30,1,1) = {"
-av
-mN
-fB
-fB
-mN
-mN
-mN
-aF
-rc
-fB
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-zE
-mN
-mN
-mN
-mN
-rk
-tb
-mN
-rk
-rk
-tb
-Sy
-rk
-Sy
-rk
-mN
-sy
-tg
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-KN
-KN
-KN
-KN
-cE
-NW
-XB
-XB
-KN
-XB
-My
-uQ
-qE
-qE
-Qg
-Qg
-qE
-Qg
-qE
-Qg
-Qg
-qE
-Ra
-Qg
-IT
-qE
-qE
-Qg
-Ra
-qE
-qE
-qE
-HX
-mp
-My
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-eG
-mN
-mN
-cC
-lF
-mN
-mN
-mN
-mN
-fB
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ab
-ab
-ab
-gm
-ab
-ab
-ab
-Uw
-ab
-ab
-ab
-ab
-ab
-em
-rd
-jX
-bN
-bN
-bN
-CT
-rd
-fj
-hk
-de
-jy
-hk
-Vv
-lU
-UW
-ew
-hk
-yR
-lU
-Gb
-hk
-gN
-mN
-mN
-fB
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(31,1,1) = {"
-av
-aG
-aG
-aG
-mN
-mN
-fB
-mN
-bl
-aF
-Lx
-fB
-mN
-mN
-mN
-aF
-mN
-tb
-mN
-WL
-mN
-mN
-mN
-tb
-Sy
-Sy
-WL
-mN
-WL
-WL
-Sy
-Sy
-rk
-Sy
-tb
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-lF
-hX
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-KN
-Nx
-AA
-AA
-Ra
-qE
-qE
-qE
-AA
-On
-Ra
-AA
-Do
-Cz
-AA
-WW
-qE
-AA
-On
-AA
-AA
-qE
-Ra
-Bm
-XB
-Tm
-qE
-AA
-Ra
-qE
-qE
-NW
-XB
-XB
-My
-mc
-mc
-mc
-mc
-mc
-ki
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-gN
-ab
-ab
-dT
-dJ
-kD
-Zn
-BD
-dJ
-ab
-Ed
-uj
-Ll
-ab
-xH
-XW
-jX
-bN
-dl
-bN
-CT
-XW
-fk
-hk
-vv
-PN
-hk
-yb
-pp
-IH
-pv
-hk
-hk
-Bk
-hk
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-qO
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(32,1,1) = {"
-av
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-bl
-mN
-mN
-cC
-mN
-mN
-mN
-aF
-mN
-tb
-mN
-WL
-rk
-mN
-rk
-tb
-Sy
-WL
-rk
-mN
-WL
-WL
-rk
-mN
-WL
-WL
-tb
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-nC
-nC
-nC
-nC
-nC
-My
-My
-My
-My
-nC
-nC
-My
-nC
-nC
-nC
-nC
-My
-My
-nC
-nC
-nC
-nC
-My
-My
-nC
-My
-My
-My
-nC
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-RQ
-EO
-by
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-xr
-mN
-lF
-cC
-dq
-fB
-mN
-cC
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-dX
-dJ
-dJ
-dJ
-dJ
-dJ
-RG
-dJ
-dJ
-XZ
-ab
-ey
-Xi
-jX
-bN
-aJ
-bN
-CT
-mQ
-fm
-hk
-hk
-hk
-hk
-ui
-lU
-JH
-yC
-Hq
-vj
-ZR
-hk
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(33,1,1) = {"
-av
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-bl
-mN
-mN
-mN
-cC
-mN
-fB
-mN
-mN
-tb
-tb
-tb
-tb
-tb
-tb
-tb
-rk
-WL
-WL
-mN
-mN
-WL
-rk
-mN
-WL
-WL
-tb
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-sw
-KN
-Nk
-KN
-My
-XB
-XB
-JI
-AA
-AA
-Ra
-AA
-Bg
-AA
-AA
-qE
-Ra
-AA
-vr
-KN
-KN
-MQ
-Ra
-Qg
-qE
-qE
-Mq
-KN
-My
-My
-My
-mc
-mc
-Od
-Od
-Od
-Od
-Od
-Od
-XQ
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-fB
-mN
-cC
-mN
-mN
-mN
-lF
-aF
-mN
-mN
-mN
-wt
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-ab
-ab
-go
-lR
-MG
-dJ
-qs
-ab
-MW
-dJ
-QO
-ab
-eB
-Xv
-jX
-bN
-aM
-bN
-CT
-Xv
-fn
-hk
-AU
-IK
-hk
-xb
-lU
-Ri
-Ri
-lU
-py
-Hp
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(34,1,1) = {"
-av
-aH
-aG
-aH
-aH
-Li
-aG
-aG
-br
-aG
-aG
-aG
-mN
-mN
-Lx
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-sy
-rk
-mN
-sy
-tb
-mN
-rk
-Sy
-Sy
-Sy
-Sy
-tb
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-XB
-KN
-XB
-KN
-My
-XB
-mL
-mp
-KN
-KN
-My
-KN
-XB
-KN
-KN
-XB
-My
-KN
-KN
-KN
-KN
-XB
-My
-KN
-mp
-XB
-XB
-KN
-My
-My
-My
-mc
-mc
-Od
-Sx
-qq
-pc
-vX
-Od
-XQ
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ab
-ab
-gp
-dJ
-HA
-dJ
-XH
-ab
-Yf
-dJ
-oD
-ab
-eC
-eF
-jX
-bN
-do
-bN
-CT
-eF
-fr
-hk
-Eb
-lU
-me
-lU
-lU
-Om
-Om
-lU
-UX
-hk
-hk
-gN
-mN
-mN
-hX
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-hX
-mN
-fB
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(35,1,1) = {"
-av
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-br
-aG
-aG
-aG
-mN
-mN
-mN
-cC
-mN
-fB
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-tb
-mN
-Sy
-WL
-WL
-WL
-mN
-tb
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-XB
-sO
-XB
-KN
-My
-XB
-Zu
-kq
-KN
-KN
-My
-KN
-XB
-sO
-KN
-MQ
-Ra
-Zd
-KN
-sO
-Eu
-XB
-My
-KN
-XB
-kq
-mp
-vb
-My
-mc
-mc
-mc
-EO
-Od
-fN
-dv
-Nf
-BB
-Od
-WQ
-WQ
-WQ
-WQ
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-gv
-dJ
-Lp
-dJ
-kP
-ab
-uy
-dJ
-qY
-ab
-eI
-rd
-jX
-bN
-lg
-bN
-CT
-rd
-fu
-hk
-kd
-lU
-hk
-lU
-lU
-VG
-VG
-lU
-UH
-hk
-mN
-mN
-mN
-mN
-cC
-cC
-mN
-fB
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-cC
-mN
-eG
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(36,1,1) = {"
-av
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-bu
-aH
-aG
-aG
-aG
-aG
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-sy
-mN
-mN
-Sy
-Sy
-mN
-mN
-tb
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-XB
-KN
-XB
-tM
-Ra
-qE
-qE
-qE
-AA
-AA
-Ra
-Zd
-qj
-KN
-qk
-XB
-My
-KN
-JW
-KN
-qk
-XB
-My
-pW
-XB
-tc
-Zu
-XB
-My
-mc
-mc
-by
-by
-Od
-db
-jb
-Od
-uC
-Od
-op
-op
-op
-op
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-gN
-ab
-gA
-wH
-EF
-dJ
-XH
-ab
-uy
-dJ
-pP
-ab
-eJ
-XW
-jX
-bN
-aZ
-bN
-CT
-ms
-fw
-hk
-kd
-lU
-hk
-lU
-il
-lU
-uc
-Ei
-Rn
-hk
-gN
-mN
-mN
-hX
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(37,1,1) = {"
-av
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-bu
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-cC
-ku
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-tb
-tb
-tb
-tb
-zE
-tb
-tb
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-hX
-mN
-mc
-mc
-My
-My
-My
-My
-My
-KN
-XB
-KN
-YR
-AA
-Ra
-qE
-qE
-di
-KN
-KN
-My
-KN
-XB
-KN
-KN
-Ru
-My
-KN
-KN
-zo
-AA
-qE
-Ra
-qE
-qE
-di
-XB
-XB
-My
-mc
-Od
-Od
-Od
-Od
-Od
-Od
-xI
-jK
-Ok
-Wm
-wp
-jK
-rg
-Od
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-eG
-lF
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-ab
-ab
-ab
-dJ
-XH
-ab
-Ew
-pJ
-Kb
-ab
-eK
-Kr
-jX
-bN
-dp
-bN
-CT
-XW
-fA
-hk
-co
-lU
-hk
-VF
-hk
-VF
-hk
-hk
-hk
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-mN
-mN
-mN
-BZ
-mN
-mN
-mN
-eG
-mN
-cC
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(38,1,1) = {"
-av
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-br
-aG
-aH
-aH
-aH
-aG
-aG
-mN
-mN
-fB
-mN
-dH
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-nC
-My
-nC
-My
-nC
-My
-My
-My
-My
-nC
-nC
-My
-nC
-My
-nC
-nC
-nC
-My
-nC
-nC
-nC
-nC
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-Od
-xf
-gf
-Hd
-Tv
-pB
-WT
-mG
-jK
-Qy
-wp
-jK
-jh
-Eh
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ab
-ab
-QS
-dJ
-kD
-ab
-ab
-ab
-ab
-ab
-eB
-Xv
-jX
-bN
-bN
-bN
-CT
-Xv
-fn
-hk
-hk
-hk
-hk
-lU
-gs
-Ri
-FA
-hk
-hk
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-fB
-mN
-hX
-aA
-fB
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(39,1,1) = {"
-av
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-br
-aG
-aH
-TJ
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-fB
-cC
-mN
-mN
-yf
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-Gp
-XB
-KN
-XB
-sw
-XB
-XB
-XB
-XB
-KN
-KN
-My
-KN
-XB
-KN
-KN
-KN
-My
-KN
-Nk
-KN
-KN
-XB
-My
-My
-My
-My
-My
-My
-mc
-mc
-Od
-Pz
-cc
-DB
-FH
-GP
-jK
-AL
-JO
-oY
-wp
-lk
-dx
-RH
-Od
-gN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-lF
-mN
-mN
-aF
-mN
-ai
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-gN
-ab
-ab
-QS
-dJ
-dJ
-dJ
-ab
-hR
-hS
-fH
-wB
-wB
-dh
-bN
-bN
-bN
-ds
-wB
-wB
-fM
-gj
-gl
-hk
-lU
-Gc
-VK
-yb
-hk
-hk
-gN
-mN
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-hY
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-eG
-mN
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(40,1,1) = {"
-av
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-br
-aG
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-mN
-aF
-aF
-mN
-mN
-mN
-mN
-mN
-eG
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-eG
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-XB
-XB
-KN
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-KN
-My
-Gp
-mp
-KN
-KN
-KN
-My
-KN
-XB
-Eu
-KN
-OD
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-Od
-GX
-Db
-Ul
-MY
-DU
-Jx
-tZ
-jK
-nW
-wp
-jK
-jh
-vq
-Od
-Od
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-wr
-wt
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ab
-ab
-Du
-dJ
-dJ
-dJ
-HS
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-VN
-lU
-ZG
-lU
-lU
-hk
-hk
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(41,1,1) = {"
-av
-cC
-mN
-fB
-mN
-gW
-mN
-fB
-bl
-mN
-mN
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-mN
-mN
-mN
-cC
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-cC
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-yp
-qE
-nM
-qE
-qE
-qE
-qE
-IT
-TW
-AA
-AA
-Ra
-qE
-qE
-AN
-AA
-hC
-My
-KN
-XB
-sO
-KN
-KN
-My
-My
-My
-mc
-mc
-EO
-by
-RQ
-Od
-kN
-MY
-zg
-Dt
-th
-PW
-DR
-jK
-rG
-wp
-jK
-AL
-AL
-uC
-jK
-WL
-gN
-WL
-gN
-mN
-mN
-mN
-mN
-lF
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ab
-ab
-BQ
-ji
-LM
-Fo
-CN
-zP
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-gt
-AZ
-fR
-yF
-nV
-ZP
-ZP
-hk
-hk
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(42,1,1) = {"
-av
-cC
-aF
-mN
-aF
-mN
-mN
-fB
-bl
-Lx
-mN
-aG
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-aG
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-an
-lF
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-XB
-XB
-KN
-mp
-XB
-XB
-XB
-XB
-XB
-KN
-GU
-Ra
-NW
-XB
-KN
-KN
-KN
-My
-KN
-mL
-KN
-KN
-KN
-My
-My
-My
-mc
-mc
-Od
-Od
-Od
-Od
-Od
-EW
-Od
-Od
-Od
-Od
-Od
-mI
-Gh
-hJ
-jK
-zu
-AL
-uC
-tZ
-Sy
-WL
-gN
-mN
-gN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-Ou
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-fF
-bN
-aU
-bY
-bY
-at
-bN
-bN
-bN
-dw
-bY
-bY
-bH
-bN
-fT
-hk
-hk
-hk
-hk
-hk
-hk
-hk
-FJ
-gN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(43,1,1) = {"
-av
-mN
-mN
-fB
-mN
-fB
-mN
-Pc
-bl
-Lx
-aF
-mN
-aG
-aG
-Li
-aH
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-fB
-mN
-mN
-aF
-mN
-mN
-aF
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-XB
-XB
-vY
-XB
-XB
-Zu
-mp
-XB
-XB
-KN
-KN
-My
-XB
-XB
-KN
-KN
-yL
-Ra
-Ic
-XB
-ME
-KN
-KN
-My
-My
-My
-mc
-EO
-Od
-ei
-Kt
-Od
-Cm
-jK
-fx
-iY
-nz
-Wj
-Od
-AL
-AL
-JO
-jK
-jK
-jK
-Od
-Od
-mN
-mN
-fB
-cC
-mN
-mN
-aF
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-mN
-gN
-gN
-gN
-mN
-gN
-gN
-gN
-Ug
-gD
-lS
-PK
-qH
-Yn
-Yn
-fS
-Ey
-RI
-aV
-bk
-cT
-cV
-BF
-bN
-Qo
-aX
-bU
-bk
-cJ
-BF
-UK
-fS
-Yn
-Yn
-ph
-Ya
-rU
-Ia
-rM
-gN
-gN
-gN
-gN
-gN
-gN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(44,1,1) = {"
-av
-mN
-mN
-cC
-mN
-mN
-mN
-fB
-XS
-mN
-aF
-aF
-aG
-aG
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-aG
-mN
-mN
-cC
-cC
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-XB
-XB
-KN
-XB
-XB
-kq
-XB
-XB
-XB
-KN
-KN
-My
-My
-My
-nC
-nC
-nC
-My
-nC
-My
-My
-nC
-nC
-My
-My
-My
-mc
-RQ
-Od
-sm
-Pd
-EW
-AL
-iO
-AL
-AL
-AL
-AL
-EW
-AL
-cY
-AL
-jK
-dx
-jK
-Od
-gN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-gN
-gN
-mN
-gN
-gN
-gN
-gN
-gN
-Ug
-gG
-lW
-SF
-qh
-jO
-jO
-Gm
-cr
-kh
-aX
-bj
-la
-cV
-bN
-bN
-bN
-aX
-bk
-la
-cV
-kh
-cr
-Gm
-jO
-jO
-Oa
-hW
-Tr
-nJ
-rM
-gN
-gN
-gN
-gN
-gN
-mN
-gN
-gN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(45,1,1) = {"
-av
-mN
-mN
-cC
-hX
-mN
-mN
-mN
-XS
-fB
-mN
-mN
-Lx
-mN
-aG
-aG
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-cC
-hX
-lF
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-fz
-XB
-KN
-mp
-XB
-XB
-XB
-XB
-mp
-KN
-KN
-My
-XB
-XB
-Gp
-KN
-KN
-My
-KN
-XB
-XB
-sw
-KN
-My
-My
-My
-mc
-by
-Od
-Mm
-hh
-Od
-Vg
-yg
-dG
-dD
-Dk
-Pq
-zG
-JO
-AL
-Df
-ag
-ed
-DC
-Od
-mN
-bL
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-yP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-gN
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-fK
-bk
-bk
-cV
-bN
-bN
-bN
-aX
-bo
-ch
-fP
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-mN
-mN
-mN
-fB
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(46,1,1) = {"
-av
-mN
-aF
-mN
-aF
-mN
-mN
-mN
-bl
-mN
-fB
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-lF
-mN
-hX
-mN
-mc
-My
-My
-My
-My
-My
-XB
-XB
-KN
-XB
-XB
-qj
-XB
-Zu
-XB
-KN
-GU
-Ra
-qE
-qE
-qE
-Qg
-Qg
-Ra
-Ic
-Zu
-XB
-XB
-KN
-My
-My
-My
-mc
-by
-Od
-Od
-Od
-Od
-Od
-Od
-Od
-Od
-Od
-Od
-Od
-jN
-Od
-Od
-Od
-Od
-Od
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-lF
-eG
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-nA
-dy
-dZ
-lh
-dZ
-dy
-nA
-ac
-hV
-fE
-bk
-cR
-bN
-bN
-bN
-dE
-bk
-cz
-et
-ac
-nA
-dy
-dZ
-lh
-dZ
-dy
-nA
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-aF
-cC
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(47,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-vh
-mN
-yf
-mN
-fB
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-mN
-ku
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-sl
-qE
-nM
-qE
-qE
-qE
-qE
-qE
-TW
-AA
-AA
-Ra
-of
-XB
-kq
-KN
-KN
-My
-KN
-XB
-kq
-XB
-KN
-My
-My
-My
-mc
-by
-Mi
-by
-by
-Od
-Pq
-rg
-MK
-Pu
-Od
-Nn
-af
-AL
-yO
-lk
-dD
-MK
-Pu
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-lX
-PU
-ac
-dy
-ac
-PU
-lX
-ac
-hV
-eP
-ch
-cV
-bN
-bN
-bN
-aX
-bk
-fE
-gi
-ac
-lX
-PU
-ac
-dy
-ac
-PU
-lX
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-cC
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(48,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-ku
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-XB
-XB
-KN
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-KN
-My
-XB
-XB
-XB
-KN
-yL
-Ra
-AA
-qE
-qE
-qE
-hi
-My
-My
-My
-mc
-Hy
-QD
-mB
-by
-Ho
-jK
-hN
-yu
-AL
-EW
-jK
-jK
-Ws
-Od
-jK
-yn
-SZ
-jK
-En
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-hY
-mN
-lF
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-ac
-ac
-ac
-ac
-ou
-ac
-ac
-ac
-ac
-fL
-bk
-bk
-cV
-bN
-bN
-bN
-dF
-la
-bk
-fP
-ac
-ac
-ac
-ac
-tR
-ac
-ac
-ac
-ac
-mN
-mN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(49,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-cC
-mN
-aF
-eG
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-hX
-cC
-lF
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-My
-My
-XB
-XB
-St
-XB
-XB
-XB
-eM
-Um
-XB
-KN
-KN
-My
-XB
-Um
-XB
-KN
-KN
-My
-KN
-XB
-XB
-eM
-KN
-My
-My
-My
-mc
-by
-mB
-by
-by
-Od
-jK
-hN
-hN
-jK
-Od
-AL
-AL
-AL
-EW
-jK
-yn
-yn
-tZ
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-ac
-ac
-ac
-hL
-gK
-fC
-vT
-hO
-fD
-gq
-hT
-aX
-bk
-bU
-cV
-bN
-bN
-bN
-aX
-bk
-bk
-eo
-gk
-gq
-fU
-gy
-vT
-fW
-gK
-gL
-ac
-ac
-ac
-gN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(50,1,1) = {"
-av
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-cC
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-cC
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-nC
-nC
-My
-nC
-nC
-My
-My
-nC
-My
-nC
-nC
-My
-nC
-My
-My
-nC
-nC
-My
-My
-My
-mc
-by
-by
-by
-Gv
-Od
-rV
-jK
-dD
-tZ
-tB
-AL
-iO
-jK
-Od
-Pq
-rg
-jK
-Mj
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-pO
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-cx
-hx
-eO
-mo
-tn
-CT
-eF
-jX
-ij
-rK
-Ad
-aX
-bo
-bk
-ld
-BF
-bN
-Qo
-dF
-bk
-cT
-cV
-ek
-rK
-my
-CT
-eF
-jX
-Pf
-mo
-eO
-gQ
-cx
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(51,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-bl
-aF
-mN
-wt
-mN
-mN
-aF
-ku
-mN
-cC
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-fB
-aF
-mN
-mN
-ai
-mN
-mN
-mN
-aF
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-hX
-mN
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-KN
-KN
-JI
-AA
-AA
-Ra
-qE
-Qg
-qE
-ju
-Qg
-Ra
-Qg
-OU
-XB
-sw
-KN
-My
-My
-My
-mc
-by
-by
-by
-qM
-Od
-Od
-Od
-Od
-Od
-Od
-OC
-AL
-MS
-Od
-Od
-Od
-Od
-Od
-Od
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-gN
-cy
-hy
-qp
-mv
-rK
-CT
-eF
-jX
-lw
-Tf
-Ad
-kj
-ak
-ak
-cX
-bN
-bN
-bN
-ba
-ak
-ak
-lr
-ek
-Tf
-lw
-CT
-eF
-jX
-rK
-mv
-qp
-gR
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-cC
-mN
-mN
-eG
-cC
-mN
-mN
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(52,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-KN
-KN
-XB
-KN
-KN
-My
-XB
-KN
-XB
-XB
-KN
-My
-KN
-mp
-XB
-XB
-KN
-My
-My
-My
-mc
-by
-qM
-mN
-gN
-Od
-Pq
-rg
-MK
-Pu
-Od
-AL
-cY
-jK
-yO
-jK
-dD
-MK
-Pu
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-gN
-cy
-hy
-hb
-mw
-Tf
-CT
-eF
-jX
-Kl
-cM
-NC
-Ie
-ac
-ac
-TV
-bN
-bN
-bN
-TV
-ac
-ac
-Ie
-ka
-cM
-pD
-CT
-eF
-jX
-Tf
-mw
-qp
-gR
-cy
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(53,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-fB
-mN
-mN
-mN
-cC
-aG
-aG
-aG
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-cC
-fB
-aF
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-aF
-lF
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-uQ
-Qg
-TW
-AA
-AA
-Ra
-of
-KN
-kq
-XB
-KN
-My
-KN
-Zu
-kq
-XB
-KN
-My
-My
-My
-mc
-by
-qM
-hX
-gN
-Ho
-jK
-yn
-SZ
-AL
-EW
-AL
-AL
-jK
-Od
-lk
-hN
-bI
-jK
-En
-gN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-hX
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-cy
-hy
-hD
-my
-Fa
-CT
-eF
-wi
-hw
-hw
-vT
-zA
-bO
-ky
-mR
-bN
-bN
-bN
-mR
-ky
-bO
-ln
-vT
-ly
-hw
-Ps
-eF
-jX
-Fa
-ij
-hD
-gR
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(54,1,1) = {"
-av
-mN
-mN
-mN
-hX
-mN
-mN
-hX
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-KN
-XB
-KN
-tM
-Ra
-qE
-Qg
-qE
-qE
-aI
-My
-KN
-XB
-XB
-XB
-KN
-My
-My
-My
-mc
-mN
-mN
-mN
-gN
-Od
-jK
-rH
-rH
-lk
-Od
-AL
-Dd
-mG
-EW
-jK
-hN
-hN
-jK
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-lF
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dK
-hz
-cM
-cM
-pD
-CT
-eF
-eF
-eF
-eF
-eF
-jX
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-CT
-eF
-eF
-eF
-eF
-BG
-jX
-Kl
-cM
-cM
-gU
-dK
-gN
-mN
-eG
-mN
-mN
-mN
-qm
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(55,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-bl
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-aG
-aG
-aG
-aG
-aH
-aH
-Li
-aG
-aG
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-aF
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-KN
-KN
-Um
-KN
-KN
-My
-XB
-Lc
-XB
-XB
-KN
-My
-ME
-XB
-Um
-XB
-KN
-My
-My
-My
-mc
-mN
-mN
-mN
-gN
-Od
-gg
-jK
-dD
-jK
-tB
-AL
-JO
-jK
-Od
-Pq
-BS
-AL
-IL
-Od
-gN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-dW
-gT
-gT
-gT
-ot
-Cn
-zx
-wB
-wB
-wB
-Pb
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-Cl
-wB
-wB
-wB
-Cn
-eF
-AH
-gT
-gT
-gT
-gd
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(56,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-nC
-nC
-nC
-nC
-nC
-My
-My
-My
-My
-My
-nC
-My
-My
-My
-nC
-My
-nC
-My
-My
-My
-mc
-mN
-eG
-mN
-mN
-Od
-Od
-Od
-Od
-Od
-Od
-OC
-GY
-MS
-Od
-Od
-Od
-Od
-Od
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-cx
-hA
-eZ
-bN
-yZ
-eZ
-CT
-jX
-dz
-dz
-dz
-Uc
-vT
-vT
-nn
-bN
-bN
-bN
-vK
-vT
-vT
-zA
-dz
-dz
-dz
-CT
-eF
-jX
-kE
-kE
-kE
-gV
-cx
-gN
-mN
-mN
-eG
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(57,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-aF
-mN
-mN
-aF
-mN
-cC
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-aF
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mc
-My
-My
-My
-My
-My
-KN
-KN
-KN
-KN
-KN
-My
-XB
-XB
-XB
-mp
-sw
-XB
-XB
-XB
-Nk
-XB
-KN
-My
-My
-mc
-mc
-mN
-mN
-mN
-gN
-Od
-Pq
-jK
-BH
-NS
-tB
-AL
-AL
-jK
-Od
-Pq
-rg
-MK
-Pu
-Od
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-cy
-hA
-eZ
-bN
-yZ
-eZ
-CT
-jX
-dz
-Zc
-dz
-CT
-eF
-eF
-jX
-bN
-bN
-bN
-CT
-eF
-eF
-jX
-dz
-Zc
-dz
-CT
-eF
-jX
-kE
-eZ
-kF
-gY
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(58,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-aF
-cC
-fB
-mN
-mN
-mN
-mN
-mN
-lF
-cC
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-KN
-KN
-KN
-KN
-KN
-My
-mp
-XB
-XB
-mp
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-My
-My
-mc
-mN
-mN
-mN
-mN
-gN
-Ho
-tZ
-bv
-Fw
-AL
-Od
-AL
-AL
-jK
-EW
-jK
-rH
-SZ
-jK
-En
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-cy
-hB
-bN
-bN
-bN
-bN
-CT
-jX
-dz
-oC
-AY
-CT
-eF
-eF
-jX
-bN
-bN
-bN
-CT
-eF
-eF
-jX
-AY
-oC
-dz
-CT
-eF
-jX
-kE
-eZ
-kG
-gZ
-cy
-gN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(59,1,1) = {"
-av
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-aF
-cC
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aG
-aH
-aG
-aG
-mN
-mN
-mN
-fB
-hX
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-Qr
-Qg
-AN
-AA
-AA
-Ra
-nr
-XB
-kq
-XB
-Zu
-XB
-XB
-mp
-kq
-XB
-KN
-My
-My
-mc
-mN
-mN
-mN
-mN
-gN
-Od
-lk
-bv
-lf
-AL
-EW
-iO
-JO
-jK
-Od
-AL
-yn
-rH
-jK
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-an
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-eG
-mN
-mN
-mN
-mN
-gN
-cy
-hA
-eZ
-bN
-yZ
-eZ
-CT
-jX
-dz
-ce
-dz
-CT
-kW
-lb
-dc
-bN
-bN
-bN
-cv
-ie
-kW
-ls
-dz
-ce
-dz
-CT
-eF
-jX
-kE
-eZ
-lK
-hd
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(60,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aH
-aH
-aG
-aG
-fB
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-wr
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-KN
-KN
-KN
-KN
-GU
-Ra
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-qE
-hi
-My
-My
-mc
-mN
-mN
-mN
-mN
-gN
-Od
-IL
-jK
-MK
-Pu
-Od
-AL
-JO
-jK
-yO
-AL
-BH
-jK
-FC
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-PB
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-dK
-hA
-eZ
-bN
-yZ
-eZ
-CT
-jX
-ad
-ev
-aN
-bc
-ev
-ev
-at
-bN
-bN
-bN
-ad
-aN
-ev
-ev
-ev
-ev
-at
-lT
-eF
-jX
-kE
-kE
-kE
-gV
-dK
-mN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-aF
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(61,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-aF
-mN
-uN
-mN
-fB
-fB
-cC
-mN
-mN
-mN
-mN
-aG
-aG
-aH
-aH
-aG
-aG
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-lF
-aF
-aF
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-KN
-KN
-Lc
-KN
-KN
-My
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-My
-My
-mc
-mN
-mN
-mN
-hX
-mN
-Od
-Od
-Od
-Od
-Od
-Od
-MS
-AL
-MS
-Od
-Od
-Od
-Od
-Od
-Od
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-UN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-ea
-eZ
-bN
-yZ
-eZ
-CT
-AW
-ap
-qr
-Wo
-ZF
-qF
-SO
-le
-bN
-bN
-bN
-dI
-SO
-CS
-Qj
-Wo
-zS
-ap
-Ib
-eF
-wi
-ha
-gT
-gT
-gd
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-eG
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(62,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-cC
-mN
-mN
-UV
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-aG
-aH
-aH
-aG
-aG
-mN
-mN
-fB
-mN
-dH
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-hX
-mN
-mc
-mc
-My
-My
-My
-nC
-nC
-My
-nC
-nC
-My
-XB
-XB
-Zu
-XB
-XB
-kq
-XB
-XB
-Bu
-Zu
-KN
-My
-My
-mc
-mN
-Tt
-mN
-mN
-mN
-Od
-Pq
-rg
-MK
-Pu
-Od
-jK
-cb
-AL
-yO
-jK
-dD
-MK
-Pu
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bM
-al
-dz
-dz
-vK
-vT
-vT
-Ps
-jX
-ap
-os
-bN
-bN
-bN
-bN
-RB
-bN
-bN
-bN
-RB
-bN
-bN
-bN
-bN
-OQ
-ap
-eq
-eF
-eF
-jX
-kC
-kC
-kC
-ho
-cx
-gN
-mN
-hY
-mN
-mN
-mN
-fB
-cC
-mN
-cC
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(63,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-UV
-mN
-mN
-mN
-aF
-mN
-fB
-mN
-cC
-mN
-aG
-aG
-aH
-aG
-aG
-mN
-aF
-mN
-fB
-mN
-mN
-mN
-mN
-lF
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-sw
-KN
-XB
-KN
-Nk
-My
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-Ho
-tZ
-tH
-SZ
-GY
-EW
-jK
-iO
-AL
-Od
-lk
-Fw
-jl
-AL
-En
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-eG
-mN
-mN
-mN
-bP
-ay
-eQ
-dz
-CT
-BG
-eF
-eF
-hv
-ap
-Kz
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-bN
-CX
-hH
-ZW
-eF
-eF
-jX
-kC
-Iq
-Ph
-hl
-cy
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-eG
-mN
-cC
-mN
-aF
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(64,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-aG
-aH
-aH
-ya
-aG
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-fX
-mN
-mN
-aF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-XB
-KN
-XB
-KN
-XB
-My
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-My
-mc
-mN
-mN
-aF
-mN
-mN
-gN
-Od
-jK
-rH
-rH
-AL
-Od
-jK
-AL
-AL
-EW
-jK
-hN
-hN
-JO
-Od
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bP
-fI
-bz
-dz
-NA
-vH
-wB
-wB
-FF
-au
-YF
-bN
-bN
-vK
-jR
-WO
-WO
-WO
-WO
-WO
-jR
-nn
-bN
-bN
-uB
-ap
-dM
-wB
-lt
-Pb
-kC
-Iq
-gx
-hj
-cy
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(65,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-fB
-cC
-mN
-aG
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-Zv
-Qg
-TW
-AA
-qE
-Ra
-NW
-XB
-kq
-XB
-XB
-Bu
-qj
-XB
-kq
-XB
-KN
-My
-by
-mN
-hX
-mN
-mN
-mN
-gN
-Od
-wq
-jK
-dD
-tZ
-tB
-jK
-AL
-tZ
-Od
-Pq
-rg
-jK
-gg
-Od
-gN
-mN
-mN
-eG
-mN
-mN
-mN
-gS
-mN
-lF
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-aE
-eX
-dz
-dz
-Yg
-dz
-dz
-SD
-ap
-cH
-bN
-bN
-en
-ac
-jU
-Zs
-Zs
-Zs
-jY
-ac
-kf
-bN
-bN
-cH
-ap
-Ec
-dz
-lz
-Yg
-kC
-Iq
-zQ
-hf
-cy
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(66,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-aG
-aG
-aH
-aG
-mN
-mN
-mN
-mN
-fB
-Nv
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mc
-mc
-My
-My
-XB
-KN
-XB
-KN
-XB
-My
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-KN
-My
-by
-mN
-mN
-aF
-eG
-mN
-mN
-Od
-Od
-Od
-Od
-Od
-Od
-Fe
-Re
-Lf
-Od
-Od
-Od
-Od
-Od
-Od
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-cC
-mN
-mN
-eG
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-gN
-bW
-hu
-fl
-GD
-dz
-Yg
-dz
-dz
-sZ
-ap
-iS
-bN
-bN
-hM
-jS
-dz
-dz
-dz
-dz
-dz
-kb
-Qe
-bN
-bN
-iS
-ap
-pt
-dz
-dz
-Yg
-kC
-kC
-kC
-he
-dK
-gN
-mN
-mN
-mN
-mN
-mN
-nf
-aF
-hX
-mN
-mN
-eG
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(67,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-aG
-aH
-aH
-aG
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-hX
-lF
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-XB
-Lc
-XB
-Oe
-qE
-Ra
-of
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-XB
-jf
-MV
-My
-by
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-Od
-Od
-op
-op
-op
-Od
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-dg
-fp
-du
-dz
-Yg
-dz
-dz
-SD
-ae
-iS
-bN
-bN
-hM
-jG
-dz
-ul
-Zx
-Ki
-dz
-kv
-Qe
-bN
-bN
-iS
-ez
-Yg
-dz
-dz
-ln
-vT
-vT
-vT
-hq
-ac
-gN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-BP
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(68,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-aG
-aH
-aH
-aG
-mN
-mN
-Lx
-fB
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-by
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-Od
-WQ
-WQ
-WQ
-Od
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-Pp
-fp
-du
-dz
-Yg
-dz
-dz
-SD
-dz
-dz
-bN
-bN
-hM
-jG
-dz
-pk
-zd
-ob
-dz
-kv
-Qe
-bN
-bN
-dz
-dz
-Yg
-dz
-dz
-CT
-eF
-eF
-eF
-gh
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(69,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-UV
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-tb
-xL
-aG
-qB
-aG
-tb
-cC
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-KP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-ac
-dg
-fp
-du
-dz
-Yg
-dz
-dz
-SD
-az
-dz
-bN
-bN
-hM
-jG
-dz
-nj
-Im
-EV
-dz
-kv
-Qe
-bN
-bN
-dz
-az
-Yg
-dz
-dz
-TM
-wB
-wB
-wB
-hs
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(70,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-aF
-hX
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-gN
-aF
-dt
-UU
-UU
-UU
-Fr
-aG
-Fr
-na
-ku
-gN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-hX
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-RQ
-by
-mN
-mN
-aF
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-hX
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bM
-hu
-KS
-ye
-dz
-Yg
-dz
-dz
-sZ
-ap
-LS
-bN
-bN
-hM
-jT
-dz
-dz
-dz
-dz
-dz
-kc
-Qe
-bN
-bN
-qF
-ap
-pt
-dz
-dz
-Yg
-kE
-kE
-kE
-gV
-cx
-gN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-hX
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(71,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-mN
-gN
-gN
-dt
-Fr
-aG
-Fr
-UU
-Fr
-UU
-na
-gN
-mN
-gN
-mN
-mN
-mN
-fB
-lF
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-hX
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-wt
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-aE
-fa
-dz
-dz
-Yg
-dz
-dz
-SD
-ap
-YX
-bN
-bN
-en
-ac
-jV
-Gu
-pe
-Gu
-jZ
-ac
-kf
-bN
-bN
-aL
-ap
-Ec
-dz
-iS
-Yg
-kE
-eZ
-kF
-hd
-cy
-gN
-mN
-mN
-mN
-mN
-aF
-mN
-hX
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(72,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-fB
-mN
-tb
-aG
-ID
-ID
-hp
-tb
-dH
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-XP
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-eG
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-lF
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-gN
-bP
-fI
-bz
-dz
-vK
-VL
-vT
-vT
-ax
-au
-os
-bN
-bN
-CT
-iI
-eF
-eF
-eF
-eF
-eF
-iI
-jX
-bN
-bN
-OQ
-au
-eq
-vT
-hw
-zA
-kE
-eZ
-kG
-gZ
-cy
-gN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(73,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-fB
-aF
-mN
-mN
-aG
-aH
-aH
-aG
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-eG
-mN
-lF
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-hX
-cC
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-bB
-fb
-dz
-CT
-BG
-eF
-eF
-hv
-ap
-Kz
-bN
-bN
-CT
-jQ
-jQ
-jQ
-eF
-jQ
-jQ
-jQ
-jX
-bN
-bN
-CX
-ap
-cI
-eF
-eF
-jX
-kE
-eZ
-lK
-gY
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(74,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-bl
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-UV
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dH
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aG
-mN
-aF
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-eG
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-mN
-aF
-cC
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-gN
-bW
-dL
-dz
-dz
-NA
-wB
-wB
-Cn
-fc
-ap
-NO
-bN
-bN
-CT
-jQ
-PY
-jQ
-eF
-jQ
-PY
-jQ
-jX
-bN
-bN
-CS
-hH
-eu
-eF
-eF
-jX
-kE
-kE
-kE
-ht
-dK
-gN
-mN
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(75,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-fB
-mN
-mN
-mN
-aG
-aG
-aH
-aH
-aG
-mN
-mN
-dH
-aF
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-by
-RQ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-eb
-Iq
-bD
-Yj
-Iq
-CT
-hv
-ap
-cH
-bN
-bN
-CT
-jQ
-jQ
-jQ
-eF
-jQ
-jQ
-jQ
-jX
-bN
-bN
-cH
-ap
-eq
-eF
-zx
-Mf
-gT
-gT
-ge
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(76,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-aF
-mN
-mN
-aG
-aG
-aH
-aH
-aG
-mN
-mN
-mN
-cC
-aF
-aF
-mN
-mN
-mN
-lF
-wt
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-an
-mN
-mN
-mN
-mN
-mN
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-fB
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-yP
-mN
-eG
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-bM
-hE
-Iq
-bD
-Yj
-Iq
-CT
-jX
-hH
-iS
-bN
-bN
-iG
-wB
-wB
-wB
-wB
-wB
-wB
-wB
-da
-bN
-bN
-lz
-ap
-eq
-eF
-jX
-kC
-kC
-kC
-he
-cx
-gN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(77,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aH
-aG
-aG
-mN
-mN
-mN
-Lx
-fB
-aF
-mN
-aF
-wt
-wr
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-hE
-Iq
-bD
-Yj
-Iq
-CT
-AW
-ap
-SO
-bN
-bN
-cs
-YX
-dz
-dz
-dz
-dz
-dz
-aL
-az
-bN
-bN
-SO
-ap
-Ib
-eF
-jX
-kC
-Iq
-Ph
-hf
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(78,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-fB
-mN
-aG
-aG
-aH
-aH
-aG
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-PB
-aF
-aF
-fB
-mN
-ku
-mN
-fB
-mN
-cC
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-mN
-hX
-mN
-Pc
-mN
-mN
-mN
-mN
-mN
-cC
-eG
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-wt
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-lF
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-hF
-bD
-bD
-bD
-bD
-CT
-jX
-aB
-cZ
-bN
-Qo
-ia
-ig
-in
-is
-iu
-iw
-in
-ix
-iy
-BF
-bN
-iB
-iC
-lT
-eF
-jX
-kC
-Iq
-gx
-hj
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(79,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mc
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-fB
-aF
-mN
-wr
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-by
-by
-RQ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-fB
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-cn
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-hE
-Iq
-bD
-Yj
-Iq
-CT
-aj
-ac
-ac
-ex
-hZ
-ac
-UT
-ac
-aW
-UT
-aW
-ac
-UT
-ac
-ex
-hZ
-ac
-ac
-iD
-eF
-jX
-kC
-Iq
-zQ
-hl
-cy
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-hX
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(80,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-aF
-mN
-fB
-aG
-aG
-aG
-aH
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-fB
-Lx
-cC
-mN
-hY
-mN
-mN
-fB
-mN
-mN
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-fB
-KP
-mN
-lF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-hE
-Iq
-bD
-Yj
-Iq
-CT
-jX
-bQ
-ec
-bN
-bN
-ib
-ii
-io
-it
-iv
-lp
-io
-ii
-iz
-bN
-bN
-ec
-bQ
-CT
-eF
-jX
-kC
-kC
-kC
-he
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(81,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-aF
-mN
-mN
-mN
-mN
-fB
-mN
-aG
-aG
-aH
-aH
-aH
-aG
-ya
-aG
-aG
-aG
-aG
-aG
-aG
-XO
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-cC
-aF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-RQ
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-gN
-bP
-hG
-vT
-vT
-vT
-vT
-Ps
-wi
-vT
-nn
-bN
-bN
-CT
-eF
-eF
-eF
-eF
-eF
-eF
-eF
-jX
-bN
-bN
-vK
-vT
-Ps
-BG
-wi
-vT
-vT
-vT
-hm
-cy
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(82,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-fB
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-XO
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-mN
-mN
-mN
-ku
-mN
-cC
-mN
-eG
-fB
-mN
-by
-by
-mc
-mc
-mc
-mc
-mc
-RQ
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-mN
-mN
-mN
-lF
-fB
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bW
-ff
-Cn
-eF
-eF
-eF
-eF
-eF
-eF
-jX
-bN
-bN
-CT
-eF
-eF
-eF
-eF
-eF
-eF
-eF
-jX
-bN
-bN
-CT
-eF
-eF
-eF
-eF
-eF
-eF
-zx
-hn
-dK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-wt
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(83,1,1) = {"
-av
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-pC
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-mN
-mN
-fB
-fB
-cC
-cC
-fB
-mN
-by
-by
-by
-mc
-mc
-mc
-mc
-by
-by
-by
-by
-by
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-mN
-fB
-cC
-fB
-mN
-mN
-cC
-cC
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-bT
-fv
-fV
-wy
-wf
-fv
-cd
-jX
-bN
-bN
-TM
-wB
-wB
-wB
-wB
-wB
-wB
-wB
-Pb
-bN
-bN
-CT
-cd
-fv
-wf
-wy
-fV
-fv
-fZ
-ac
-ac
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(84,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aG
-aH
-aH
-aH
-pC
-aH
-aH
-aG
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-aG
-aG
-mN
-fB
-cC
-mN
-vp
-by
-by
-by
-by
-mc
-mc
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-fB
-Cg
-mN
-mN
-mN
-mN
-mN
-hX
-cC
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-fB
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bM
-hI
-ah
-aO
-aO
-aO
-aO
-ef
-mF
-bN
-bN
-SD
-iH
-dz
-dz
-dz
-dz
-dz
-iH
-Yg
-bN
-bN
-mF
-cF
-aO
-aO
-ah
-aO
-aO
-gO
-cx
-gN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-an
-mN
-wt
-mN
-mN
-fB
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(85,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-aF
-hX
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-XO
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-aG
-aG
-mN
-fB
-mN
-mN
-mN
-by
-by
-by
-by
-RQ
-mc
-by
-by
-by
-by
-by
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-bJ
-mN
-cC
-fB
-hX
-mN
-mN
-mN
-mN
-PB
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-bW
-hK
-gM
-am
-gC
-gH
-dY
-hQ
-gu
-bN
-bN
-dm
-ac
-fe
-MC
-oQ
-MC
-jA
-ac
-iR
-bN
-bN
-gu
-gw
-dY
-gC
-gH
-am
-gM
-gP
-dK
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(86,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-cC
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-Lg
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-aG
-mN
-mN
-mN
-mN
-by
-by
-by
-by
-by
-RQ
-by
-by
-by
-by
-by
-mN
-mN
-mN
-hX
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-bg
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-fB
-mN
-mN
-mN
-cC
-fB
-mN
-mN
-lF
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-gN
-ac
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-ao
-bN
-kX
-ac
-js
-qv
-bD
-qv
-jB
-Jf
-lv
-bN
-hd
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-ac
-gN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-eG
-fB
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(87,1,1) = {"
-av
-mN
-mN
-qm
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bb
-aG
-aG
-aG
-aH
-aH
-TJ
-aH
-aH
-aG
-aG
-aG
-aG
-mN
-by
-by
-by
-by
-by
-RQ
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-cC
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-jo
-mO
-bh
-Er
-aP
-Zw
-ri
-aP
-bi
-bN
-kZ
-ac
-ac
-jt
-kC
-jz
-ac
-ac
-lq
-bN
-je
-aP
-ej
-Zw
-aP
-mO
-bh
-Er
-gB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(88,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-aH
-aG
-aG
-od
-PP
-by
-by
-by
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-cC
-mN
-fB
-mN
-mN
-Nv
-cC
-mN
-mN
-aF
-lF
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-jp
-Ku
-lP
-oB
-aP
-eY
-bq
-aP
-ao
-bN
-CT
-iI
-fq
-bD
-bD
-bD
-Zq
-iI
-jX
-bN
-jr
-aP
-cK
-eY
-aP
-iA
-lP
-gn
-gE
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(89,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-lF
-mN
-mN
-mN
-mN
-fB
-lx
-mN
-aF
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-aH
-aH
-aH
-aH
-od
-od
-by
-by
-by
-by
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-fB
-mN
-fB
-ai
-mN
-lF
-cC
-cC
-mN
-mN
-yf
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-jp
-su
-lP
-on
-aP
-aP
-lM
-aP
-cA
-bN
-CT
-iJ
-ac
-aY
-bD
-Sp
-ac
-iQ
-jX
-bN
-hd
-aP
-lM
-aP
-aP
-yo
-lP
-XF
-gE
-gN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(90,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-fB
-fB
-mN
-PB
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-aH
-od
-XG
-od
-iq
-by
-by
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-jp
-MI
-lP
-lP
-oi
-lP
-bh
-xo
-bN
-bN
-dN
-ac
-ac
-ac
-HQ
-ac
-ac
-ac
-iT
-bN
-bN
-yD
-bh
-lP
-oi
-lP
-lP
-MI
-gE
-gN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(91,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-fB
-fB
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aH
-aH
-qc
-qc
-od
-PP
-by
-by
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-eG
-mN
-fB
-mN
-mN
-mN
-mN
-wt
-mN
-nf
-mN
-fB
-mN
-mN
-cC
-mN
-fB
-cC
-mN
-cC
-mN
-mN
-PB
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-jv
-kT
-wk
-bh
-fo
-NM
-lN
-aP
-cA
-bN
-dP
-zN
-qw
-pT
-bD
-RD
-zW
-zN
-iU
-bN
-hd
-aP
-lN
-KV
-fo
-bh
-QE
-kT
-gF
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(92,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-aF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-aG
-aG
-aG
-aG
-qc
-qc
-od
-od
-od
-PP
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-hX
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-lF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-ao
-bN
-dS
-pz
-fy
-CD
-bD
-Ww
-Kh
-pz
-iV
-bN
-jr
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-gN
-mN
-mN
-dq
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(93,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-zR
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-cC
-mN
-cN
-mN
-cC
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-aF
-mN
-mN
-mN
-mN
-aG
-aG
-od
-od
-qc
-qc
-qc
-od
-od
-by
-by
-by
-by
-by
-by
-by
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-fB
-mN
-fB
-mN
-fB
-fB
-yP
-cC
-fB
-fB
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-jw
-mO
-bh
-Er
-aP
-Zw
-ri
-aP
-bi
-bN
-bF
-pz
-fO
-oJ
-bD
-Pw
-YM
-pz
-jk
-bN
-je
-aP
-ej
-Zw
-aP
-mO
-bh
-Er
-vL
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(94,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-bl
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-wI
-by
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-PP
-od
-od
-od
-qc
-qc
-qc
-od
-od
-PP
-by
-by
-by
-by
-by
-by
-mN
-hY
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-lF
-fB
-fB
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-jH
-fG
-lP
-oB
-aP
-eY
-bq
-aP
-ao
-bN
-eg
-pz
-PE
-CD
-bD
-Ww
-vQ
-pz
-iX
-bN
-jr
-aP
-cK
-eY
-aP
-iA
-lP
-gn
-kV
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(95,1,1) = {"
-av
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-Mb
-by
-CY
-by
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-Yh
-mN
-aF
-mN
-mN
-vp
-by
-PP
-od
-od
-qc
-qc
-qc
-qc
-od
-od
-iq
-by
-Nt
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-cC
-fB
-fB
-cC
-lF
-mN
-Ov
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-jH
-su
-lP
-on
-aP
-aP
-lM
-aP
-cA
-bN
-ft
-Da
-Vm
-TZ
-bD
-xQ
-uo
-Da
-iZ
-bN
-hd
-aP
-lM
-aP
-aP
-yo
-lP
-XF
-kV
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(96,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-by
-Nt
-by
-by
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dH
-mN
-cC
-mN
-mN
-mN
-by
-by
-iq
-od
-od
-qc
-OV
-qc
-od
-od
-od
-by
-by
-by
-by
-by
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-fB
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-aF
-mN
-cC
-mN
-wt
-mN
-mN
-gN
-jH
-MI
-lP
-lP
-oi
-lP
-bh
-QB
-bN
-Qo
-cS
-ac
-ac
-ac
-HQ
-ac
-ac
-ac
-jm
-BF
-bN
-bC
-bh
-lP
-oi
-lP
-lP
-MI
-kV
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-VI
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(97,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-gX
-by
-by
-Nt
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-by
-by
-by
-by
-od
-od
-od
-qc
-qc
-qc
-od
-od
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-cC
-mN
-fB
-lF
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-gN
-jI
-kT
-Sq
-bh
-fo
-pX
-lN
-aP
-cA
-bN
-iE
-ac
-yj
-yd
-bD
-YE
-IN
-ac
-iZ
-bN
-hd
-aP
-lN
-Sb
-fo
-bh
-px
-kT
-Zj
-mN
-mN
-mN
-mN
-aF
-aF
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(98,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-RQ
-by
-by
-by
-PP
-od
-od
-od
-qc
-qc
-od
-od
-PP
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-hX
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-hX
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-fB
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-ao
-bN
-ft
-ac
-aQ
-bD
-bD
-bD
-Bq
-ac
-ja
-bN
-jr
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-aF
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(99,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-Mb
-by
-CY
-by
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-My
-mc
-mc
-mc
-Nt
-by
-by
-od
-od
-od
-qc
-qc
-qc
-od
-od
-by
-by
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-wt
-eG
-mN
-mN
-mN
-mN
-mN
-cC
-cC
-lF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-gN
-jJ
-mO
-bh
-Er
-aP
-Zw
-ri
-aP
-bi
-bN
-el
-ac
-aR
-PH
-bD
-bE
-bR
-ac
-jq
-bN
-je
-aP
-ej
-Zw
-aP
-mO
-bh
-Er
-KK
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(100,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-wI
-by
-by
-by
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-Lx
-mN
-mN
-mN
-mN
-mN
-fX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-My
-My
-mc
-by
-by
-RC
-od
-od
-od
-od
-qc
-qc
-od
-od
-iq
-by
-Nt
-by
-by
-by
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-qO
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gW
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-yP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-jW
-fG
-lP
-oB
-aP
-eY
-bq
-aP
-ao
-bN
-iF
-ac
-ac
-ac
-bt
-ac
-ac
-ac
-jc
-bN
-jr
-aP
-cK
-eY
-aP
-iA
-lP
-gn
-gI
-gN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(101,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-by
-Nt
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-lF
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-by
-by
-by
-od
-od
-od
-qc
-qc
-od
-od
-PP
-by
-RQ
-by
-by
-by
-by
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-mN
-lF
-mN
-mN
-fB
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-jW
-su
-lP
-on
-aP
-aP
-lM
-aP
-cA
-bN
-bN
-iK
-iM
-bN
-bN
-bN
-iM
-iK
-bN
-bN
-hd
-aP
-lM
-aP
-aP
-yo
-lP
-XF
-gI
-gN
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(102,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-aF
-mN
-mN
-aF
-aF
-mN
-mN
-mc
-My
-MP
-MP
-MP
-MP
-MP
-MP
-My
-My
-My
-by
-by
-od
-od
-od
-qc
-qc
-qc
-od
-oK
-by
-by
-mc
-mc
-mc
-RQ
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-gN
-jW
-MI
-lP
-lP
-oi
-lP
-bh
-MJ
-bN
-bN
-bN
-bN
-IY
-Wu
-Wu
-Wu
-Bl
-bN
-bN
-bN
-bN
-Op
-bh
-lP
-oi
-lP
-lP
-MI
-gI
-gN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(103,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-cC
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mc
-My
-MP
-GJ
-xJ
-XD
-GJ
-MP
-DW
-Ux
-My
-RQ
-by
-PP
-oK
-oK
-od
-qc
-qc
-od
-oK
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-hX
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-fB
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-kg
-kT
-Mc
-bh
-fo
-Oj
-lN
-aP
-cD
-cG
-fs
-iL
-iN
-dz
-dz
-dz
-iP
-ll
-fs
-jd
-jg
-aP
-lN
-TK
-fo
-bh
-xK
-kT
-RL
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(104,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mc
-mc
-My
-MP
-Yz
-XD
-XD
-tm
-GF
-Ux
-Ux
-My
-mc
-by
-by
-by
-oK
-oK
-qc
-Rp
-Qu
-oK
-PP
-RC
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-ac
-ac
-ac
-ac
-ac
-dk
-dz
-jF
-ac
-ac
-ac
-ac
-ac
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-aP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(105,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-My
-My
-MP
-GJ
-xJ
-XD
-GJ
-MP
-Ux
-Ux
-My
-mc
-by
-by
-PP
-oK
-oK
-zp
-Rp
-oK
-oK
-PP
-by
-by
-zY
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-rQ
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-Yh
-fB
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-aF
-cC
-mN
-mN
-mN
-bM
-oZ
-oZ
-Uk
-Tx
-rL
-qW
-Tx
-qW
-Pt
-xz
-rL
-ac
-jC
-dz
-jL
-ac
-ci
-Ue
-DE
-Ue
-BT
-ir
-eE
-ih
-Bx
-mC
-mC
-cx
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(106,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-wt
-mc
-mc
-mc
-My
-My
-My
-My
-My
-MP
-MP
-MP
-MP
-MP
-MP
-Ux
-Ux
-My
-mc
-by
-by
-iq
-oK
-oK
-zp
-Rp
-oK
-oK
-by
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-lF
-mN
-aF
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-gN
-bP
-oZ
-oZ
-Cv
-DF
-pH
-pH
-pH
-Cb
-tF
-oZ
-qW
-ac
-dk
-dz
-jF
-ac
-lO
-lO
-lO
-lO
-lO
-ir
-eE
-ih
-mC
-mC
-mC
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-fB
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(107,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-Ux
-Ux
-My
-My
-My
-My
-My
-My
-My
-My
-Ux
-Ux
-My
-mc
-by
-RC
-by
-Qu
-oK
-zp
-zp
-oK
-oK
-PP
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-fB
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-lF
-mN
-mN
-aF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-oZ
-DH
-oZ
-Af
-Af
-Af
-Af
-Af
-Af
-Af
-Af
-tU
-dz
-dz
-dz
-yS
-lO
-lO
-lO
-lO
-lO
-ir
-eE
-ih
-mC
-mC
-mC
-cy
-gN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(108,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-xp
-mN
-mN
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-My
-mc
-by
-by
-PP
-oK
-oK
-zp
-zp
-zp
-oK
-by
-by
-Nt
-by
-mc
-mc
-mc
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-aF
-mN
-gN
-bP
-ik
-oZ
-oZ
-Af
-Af
-Af
-Af
-Af
-oZ
-oZ
-SL
-ac
-dk
-dz
-jF
-ac
-lO
-lO
-lO
-lO
-lO
-ir
-eE
-ih
-mC
-mC
-mC
-cy
-gN
-mN
-mN
-eG
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-aF
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(109,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-gr
-sK
-za
-hg
-vS
-eA
-eA
-eA
-eA
-vS
-za
-za
-za
-gr
-gr
-gr
-gr
-My
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-lF
-mN
-wt
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-oZ
-oZ
-uU
-Af
-Af
-Af
-Af
-Af
-oZ
-DH
-oZ
-ac
-jD
-dz
-jM
-ac
-Dy
-Eo
-lO
-lO
-qC
-sj
-eE
-ih
-mC
-mC
-mC
-cy
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-hX
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(110,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-rc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-lF
-mN
-mN
-hX
-mc
-My
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-by
-by
-zp
-zp
-zp
-RR
-zp
-zp
-PP
-by
-by
-by
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-wt
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-gN
-bP
-qW
-oZ
-Zz
-pd
-pd
-pd
-pd
-pd
-Zz
-oZ
-xz
-ac
-dk
-dz
-jF
-ac
-ac
-ac
-cU
-ac
-ac
-MX
-eE
-ih
-mC
-mC
-Sf
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(111,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-aF
-mN
-aA
-mN
-mN
-mN
-mN
-mN
-lF
-aF
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-by
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-iq
-RC
-by
-RQ
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-an
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-hX
-hX
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-xz
-uU
-oZ
-pd
-wh
-er
-KW
-Vd
-oZ
-oZ
-Tx
-ac
-dk
-dz
-jF
-ac
-cm
-mP
-dj
-ZM
-ac
-ih
-ih
-ih
-mC
-mC
-mC
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(112,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wr
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-by
-by
-zp
-zp
-Wd
-zp
-zp
-zp
-PP
-by
-by
-Ji
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-cC
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-nf
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-aF
-mN
-bP
-Me
-oZ
-oZ
-NG
-cL
-KW
-wh
-pd
-oZ
-Cv
-JD
-ac
-jC
-dz
-jL
-ac
-bV
-mP
-dj
-MF
-ac
-mC
-mC
-mC
-mC
-mC
-mC
-cy
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-aF
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(113,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-My
-mc
-Ji
-by
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-fB
-mN
-mN
-lF
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-gN
-bP
-xe
-oZ
-DH
-pd
-wh
-KW
-cL
-pd
-DH
-oZ
-tF
-ac
-dk
-dz
-jF
-ac
-Kd
-vx
-vx
-ZZ
-ac
-mC
-mC
-mC
-mC
-mC
-mC
-cy
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(114,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-by
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-bP
-xe
-oZ
-oZ
-pd
-gz
-pd
-NG
-pd
-oZ
-oZ
-RY
-ac
-jD
-dz
-jM
-ac
-qX
-Vj
-Vj
-xh
-ac
-mC
-SB
-mC
-mC
-SB
-mC
-cy
-gN
-mN
-aF
-mN
-fB
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(115,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-lF
-mN
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-by
-RC
-by
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-eG
-mN
-cC
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-gN
-bW
-Tx
-oZ
-zv
-oZ
-xz
-Tx
-oZ
-oZ
-mW
-oZ
-Cv
-ac
-jE
-dz
-jP
-ac
-YN
-Vj
-Vj
-dB
-ac
-aO
-aO
-aO
-aO
-aO
-aO
-dK
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(116,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-gX
-by
-by
-zp
-zp
-zp
-zp
-Wd
-zp
-zp
-zp
-by
-by
-by
-RC
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-eG
-lF
-mN
-mN
-mN
-mN
-mN
-cC
-qV
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-WS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-hY
-mN
-mN
-cC
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-hP
-"}
-(117,1,1) = {"
-av
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-pO
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-My
-My
-My
-mc
-Nt
-by
-by
-PP
-zp
-Wd
-zp
-zp
-KG
-zp
-zp
-zp
-PP
-by
-by
-by
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-ac
-uX
-bD
-TY
-zr
-Nw
-qi
-bD
-ac
-aD
-kl
-kn
-eF
-kp
-kw
-kz
-ac
-dU
-lO
-tv
-lO
-lO
-lO
-lO
-BV
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-hP
-"}
-(118,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mc
-by
-by
-RC
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-RQ
-Nt
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-UF
-bD
-Fk
-Fm
-Nw
-qi
-bD
-ac
-bs
-eF
-eF
-eF
-eF
-eF
-kA
-ac
-lO
-FD
-ks
-ks
-gJ
-kY
-lO
-Mn
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-hP
-"}
-(119,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-by
-by
-RC
-by
-iq
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-by
-by
-RC
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-mc
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-nX
-bD
-bD
-bD
-bD
-bD
-bD
-wv
-eF
-eF
-eF
-eF
-eF
-eF
-eF
-It
-lO
-ty
-dz
-dz
-wD
-HW
-Wn
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-hP
-"}
-(120,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-My
-mc
-mc
-by
-by
-by
-by
-PP
-Wd
-zp
-zp
-Wd
-zp
-zp
-zp
-zp
-Wd
-zp
-KG
-zp
-PP
-by
-by
-by
-mc
-mc
-My
-My
-My
-My
-My
-My
-mc
-mN
-hX
-mN
-mN
-hX
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-yP
-mN
-mN
-mN
-cC
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-ac
-JF
-bD
-bD
-bD
-bD
-bD
-bD
-ac
-ct
-eF
-eF
-eF
-eF
-eF
-kB
-ac
-lO
-FT
-Ys
-Ys
-fJ
-Uv
-lO
-ac
-gN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-hP
-"}
-(121,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-My
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-RQ
-by
-by
-by
-by
-zp
-zp
-zp
-zp
-zp
-RR
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-iq
-by
-by
-gX
-mc
-mc
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-cC
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-ac
-lA
-bD
-VX
-Nw
-qi
-bD
-bD
-ac
-cW
-Tg
-eF
-eF
-eF
-LX
-kH
-ac
-dU
-lO
-Jb
-lO
-lO
-lO
-kQ
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-hP
-"}
-(122,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-pO
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-by
-by
-iq
-zp
-zp
-KG
-Ct
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-Ct
-zp
-Wd
-zp
-PP
-by
-by
-by
-RC
-mc
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-cC
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-XP
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-gN
-ac
-ac
-ac
-ac
-ac
-ac
-nB
-ac
-ac
-dC
-XW
-eF
-eF
-eF
-lB
-kJ
-ac
-ac
-qK
-ac
-ac
-ac
-ac
-ac
-ac
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(123,1,1) = {"
-av
-mN
-mN
-mN
-mN
-hX
-mN
-cC
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-ai
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-RC
-by
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-Wd
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-sA
-by
-by
-by
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-hY
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-hX
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-rj
-LQ
-eE
-eE
-LI
-ac
-dO
-YV
-eF
-eF
-eF
-RX
-kK
-ac
-og
-lO
-lO
-dy
-dy
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(124,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-wt
-mN
-mN
-hX
-mN
-mN
-gr
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-sA
-by
-zp
-zp
-zp
-zp
-Wd
-zp
-PP
-by
-RR
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-by
-sA
-by
-by
-RQ
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-ac
-ac
-un
-eE
-pM
-ac
-dV
-dn
-Qq
-eF
-GS
-bp
-kL
-ac
-sJ
-lO
-lO
-dy
-es
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mc
-mc
-hP
-"}
-(125,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gr
-My
-My
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-sA
-by
-zp
-zp
-RR
-zp
-zp
-zp
-TG
-by
-by
-PP
-zp
-zp
-zp
-zp
-Wd
-zp
-zp
-by
-sA
-by
-Nt
-by
-mc
-mc
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-eG
-mN
-hX
-mN
-mN
-mN
-gN
-ac
-dd
-LQ
-eE
-eE
-to
-ac
-cW
-Tg
-eF
-eF
-eF
-LX
-kH
-ac
-Iz
-lO
-lO
-dy
-eL
-ac
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-ry
-mN
-mN
-mN
-mN
-eG
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(126,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-gr
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-sA
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-by
-SQ
-by
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-by
-by
-pu
-mc
-My
-My
-My
-mc
-mc
-mN
-mN
-cC
-hX
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-ac
-ac
-wa
-ac
-ac
-kk
-lB
-eF
-eF
-eF
-XW
-kM
-ac
-KU
-lO
-ZB
-Hs
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(127,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-vh
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-by
-iq
-zp
-Wd
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-sA
-by
-by
-by
-pu
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-wt
-mN
-mN
-mN
-mN
-mN
-lF
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-Bb
-eE
-OH
-ac
-dO
-YV
-eF
-eF
-eF
-RX
-kK
-ac
-df
-lO
-WJ
-lO
-ac
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(128,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-sA
-by
-zp
-zp
-zp
-zp
-zp
-zp
-Wd
-zp
-KG
-by
-TG
-zp
-Wd
-zp
-zp
-zp
-zp
-iq
-sA
-by
-bd
-by
-pu
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-ac
-ac
-MX
-eE
-pM
-ac
-cD
-km
-ko
-eF
-kr
-kx
-kO
-ac
-lO
-Dy
-ac
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(129,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-hY
-lF
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-RQ
-sA
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-by
-sA
-by
-by
-by
-bm
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-Pc
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-Bb
-eE
-OH
-ac
-ac
-ac
-ac
-PM
-ac
-ac
-ac
-ac
-Dl
-ac
-ac
-ac
-mN
-mN
-mN
-mN
-mN
-mN
-bS
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(130,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-vh
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-sA
-by
-zp
-zp
-zp
-Wd
-RR
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-Nt
-by
-pu
-mc
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-dq
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-fB
-hX
-mN
-fB
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-mU
-ac
-ac
-lO
-lO
-lO
-lO
-lO
-lO
-lO
-ac
-eE
-Wt
-ac
-ac
-mN
-mN
-wt
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(131,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-cC
-mN
-eG
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-by
-by
-by
-PP
-zp
-zp
-KG
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-Wd
-zp
-zp
-PP
-sA
-by
-by
-by
-pu
-mc
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ac
-ac
-ac
-ac
-lO
-FD
-ks
-ks
-ks
-iW
-lO
-ac
-un
-rN
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(132,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-lF
-hX
-mN
-mc
-My
-My
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-Ji
-by
-by
-RC
-zp
-zp
-zp
-zp
-zp
-Ct
-zp
-zp
-Wd
-zp
-zp
-RR
-zp
-KG
-zp
-Wd
-by
-sA
-by
-by
-by
-pu
-mc
-My
-My
-My
-My
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-ac
-ac
-uO
-FT
-Ys
-Zl
-Ys
-Uv
-EJ
-ac
-VV
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mc
-mc
-hP
-"}
-(133,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-KP
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-Nt
-aK
-RC
-iq
-PP
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-by
-by
-sA
-by
-Nt
-by
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-ac
-Hi
-Hi
-Hi
-Yq
-Hi
-Hi
-Hi
-ac
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(134,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-wt
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mc
-by
-by
-by
-by
-PP
-zp
-zp
-Wd
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-by
-by
-by
-by
-by
-by
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-gN
-ac
-ac
-BW
-Bt
-Bt
-Bt
-nZ
-ac
-ac
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-dq
-mN
-aF
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(135,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-aF
-mN
-mN
-lF
-mN
-mN
-mN
-mc
-My
-My
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-mc
-mc
-Nt
-by
-by
-by
-by
-zp
-zp
-zp
-zp
-zp
-zp
-zp
-PP
-RC
-by
-by
-by
-by
-Nt
-by
-by
-Ji
-mc
-My
-Ux
-DW
-Ux
-Ux
-Ux
-My
-My
-mc
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-eG
-mN
-cC
-hX
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-gN
-mN
-gN
-gN
-gN
-gN
-mN
-mN
-gN
-gN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-cC
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(136,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-lF
-mN
-mN
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-by
-by
-by
-by
-by
-iq
-PP
-zp
-zp
-PP
-iq
-by
-by
-by
-by
-by
-by
-by
-mc
-mc
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-bK
-bK
-bK
-bK
-ga
-Ud
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-Pc
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(137,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-mN
-cC
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-RQ
-by
-Nt
-RC
-by
-by
-by
-PP
-by
-by
-by
-by
-by
-by
-by
-RQ
-mc
-mc
-My
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-hP
-"}
-(138,1,1) = {"
-bG
-lF
-lF
-lF
-lF
-lF
-lF
-yP
-Dw
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-fX
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-gr
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-mc
-Ji
-by
-by
-by
-ne
-by
-ne
-by
-by
-by
-Ji
-mc
-mc
-mc
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-gr
-lF
-lF
-xp
-lF
-lF
-lF
-lF
-lF
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-ga
-lF
-lF
-lF
-lF
-fX
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-UN
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-fX
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-xp
-lF
-lF
-lF
-pO
-lF
-lF
-lF
-lF
-lF
-lF
-yP
-lF
-lF
-lF
-lF
-fX
-lF
-lF
-lF
-lF
-Xf
-lF
-wr
-lF
-lF
-lF
-lF
-lF
-gr
-ZL
-"}
-(139,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-cC
-mN
-mN
-mN
-mN
-aF
-lF
-mN
-mN
-hY
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-mc
-mc
-mc
-mc
-mc
-My
-sX
-My
-mc
-mc
-mc
-mc
-mc
-My
-My
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(140,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-My
-My
-My
-My
-sX
-My
-My
-My
-My
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(141,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-RQ
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-My
-My
-mc
-mN
-mN
-mN
-mN
-fB
-mN
-hX
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-hX
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-ai
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(142,1,1) = {"
-av
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-OB
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-hX
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-cC
-mN
-wt
-mN
-cC
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mc
-hP
-"}
-(143,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-lF
-mN
-mN
-hX
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(144,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-eG
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-XP
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-aF
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(145,1,1) = {"
-av
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-bl
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(146,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-cC
-lF
-mN
-mN
-mN
-mN
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mN
-mN
-mN
-fB
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cB
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-hX
-mN
-fB
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(147,1,1) = {"
-av
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-hY
-mN
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-aa
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-hX
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-yf
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-hX
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mc
-hP
-"}
-(148,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(149,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-wI
-Nt
-by
-gX
-wI
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wr
-mN
-mN
-mN
-mN
-mc
-My
-My
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-hX
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(150,1,1) = {"
-av
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-bl
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-kU
-uf
-by
-by
-by
-by
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-hX
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-aF
-cC
-mN
-aF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-zR
-hX
-mN
-mN
-mc
-hP
-"}
-(151,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-by
-vA
-by
-by
-by
-by
-by
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-fB
-mN
-mN
-fB
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(152,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-zY
-by
-by
-by
-by
-RC
-vA
-by
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-aF
-mN
-lF
-mN
-mN
-eG
-mN
-mN
-mc
-mc
-mc
-My
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mc
-hP
-"}
-(153,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-Mp
-by
-RC
-Nt
-by
-uf
-by
-by
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-fB
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-qm
-mN
-mN
-mN
-mN
-DS
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(154,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-by
-by
-uf
-by
-by
-by
-by
-wI
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-mc
-mN
-mN
-mN
-mN
-dq
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-Ov
-mN
-mN
-cC
-mN
-aF
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(155,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-wI
-by
-vA
-by
-vA
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-My
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-My
-mc
-mN
-fB
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-fB
-eG
-mN
-mN
-mN
-mN
-mN
-eG
-fB
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mc
-hP
-"}
-(156,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-zY
-by
-RC
-by
-by
-RC
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mc
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-mc
-mc
-mc
-mc
-mN
-fB
-mN
-mN
-mN
-mN
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-bK
-bK
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-ai
-cC
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-fB
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mc
-hP
-"}
-(157,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-by
-uf
-by
-Nt
-RC
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-My
-My
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-vB
-mN
-mN
-mN
-ga
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-bK
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-aA
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(158,1,1) = {"
-av
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-LE
-by
-by
-by
-by
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-lF
-hY
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-DW
-Ux
-My
-My
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-bK
-bK
-bK
-bK
-bK
-bK
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-cC
-aF
-mN
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(159,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-wI
-by
-by
-by
-by
-Nt
-Nt
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-cC
-aF
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-Ux
-Ux
-Ux
-DW
-Ux
-Ux
-DW
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-aF
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mc
-hP
-"}
-(160,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-by
-by
-by
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-My
-My
-My
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-My
-My
-My
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-hX
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-aF
-mN
-fB
-fB
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(161,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-by
-by
-by
-by
-by
-sX
-by
-mc
-mc
-mc
-mc
-Dx
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mc
-mc
-mc
-My
-My
-My
-My
-My
-My
-My
-My
-My
-My
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-aF
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mc
-hP
-"}
-(162,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-by
-by
-RC
-by
-sX
-sX
-by
-by
-mN
-mN
-mN
-lF
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-cC
-eG
-mN
-mN
-fB
-nf
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(163,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-sX
-by
-RC
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-cC
-mN
-ON
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-lF
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-aF
-mN
-mN
-cC
-aF
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(164,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Dx
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-qO
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-aA
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-cC
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-hY
-mc
-hP
-"}
-(165,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(166,1,1) = {"
-av
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-vp
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-ai
-hX
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-fB
-mN
-mN
-fB
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-aF
-mN
-hX
-mN
-mN
-mN
-mc
-hP
-"}
-(167,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-cC
-cC
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-aF
-mN
-aF
-mN
-mN
-IU
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-eG
-mN
-fB
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-nf
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mc
-hP
-"}
-(168,1,1) = {"
-av
-mN
-mN
-mN
-mN
-aF
-cC
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-wt
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-jn
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-fB
-mN
-mN
-mN
-Cg
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-lF
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-hX
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mc
-hP
-"}
-(169,1,1) = {"
-av
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-cC
-eG
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-yf
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-hP
-"}
-(170,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-eG
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-dq
-mN
-aF
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(171,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-fB
-Cg
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-hX
-fB
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-an
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(172,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-eG
-mN
-jn
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-ry
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-CM
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(173,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-aF
-mN
-mN
-mN
-hX
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-lF
-mN
-mN
-mN
-fB
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-hP
-"}
-(174,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-vp
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-fB
-mN
-mN
-mN
-aF
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-hX
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-mN
-mN
-mN
-mN
-mN
-fB
-mN
-dq
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(175,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(176,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-qm
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-hP
-"}
-(177,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-bl
-rc
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-ca
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-vh
-bl
-bl
-bl
-bl
-bl
-bl
-Dw
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-Dw
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-hP
-"}
-(178,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-aF
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-Xf
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-hX
-mN
-mN
-hP
-"}
-(179,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-wt
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-aF
-mN
-cC
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-hY
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hP
-"}
-(180,1,1) = {"
-av
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-cC
-mN
-cC
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-wt
-mN
-aF
-mN
-mN
-aF
-aF
-mN
-eG
-mN
-"}
-(181,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-aF
-mN
-mN
-mN
-wt
-mN
-mN
-aF
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-"}
-(182,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-"}
-(183,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-wt
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-lF
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-dq
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-eG
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-hY
-mN
-mN
-mN
-hX
-mN
-mN
-mN
-hX
-mN
-mN
-hY
-mN
-mN
-hX
-"}
-(184,1,1) = {"
-av
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-aF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-lF
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-mN
-"}
-(185,1,1) = {"
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-bG
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-bG
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-"}
diff --git a/maps/southern_sun/southern_cross_areas.dm b/maps/southern_sun/southern_cross_areas.dm
deleted file mode 100644
index 7feb5ad6fe..0000000000
--- a/maps/southern_sun/southern_cross_areas.dm
+++ /dev/null
@@ -1,5247 +0,0 @@
-
-/*
-/datum/map/southern_cross
-
- post_round_safe_areas = list (
- /area/centcom,
- /area/shuttle/escape/centcom,
- /area/shuttle/escape_pod1/centcom,
- /area/shuttle/escape_pod2/centcom,
- /area/shuttle/escape_pod3/centcom,
- /area/shuttle/escape_pod5/centcom,
- /area/shuttle/transport1/centcom,
- /area/shuttle/administration/centcom,
- /area/shuttle/response_ship,
- )
-*/
-
-//Planetside
-
-/area/surface
- name = "The Surface (Don't Use)"
- flags = RAD_SHIELDED
-
-/area/surface/center
- name = "Center"
- icon_state = "center"
-
-/area/surface/north
- name = "Outpost"
- icon_state = "north"
-
-/area/surface/south
- name = "Lake"
- icon_state = "south"
-
-/area/surface/east
- name = "Shoreline"
- icon_state = "east"
-
-/area/surface/west
- name = "Snowfields"
- icon_state = "west"
-
-/area/surface/northeast
- name = "Depths"
- icon_state = "northeast"
-
-/area/surface/northwest
- name = "Mountains"
- icon_state = "northwest"
-
-/area/surface/southwest
- name = "Glowing Forest"
- icon_state = "southwest"
-
-/area/surface/southeast
- name = "Southern Shoreline"
- icon_state = "southeast"
-
-/area/surface/outside
- ambience = AMBIENCE_SIF
- always_unpowered = TRUE
- flags = AREA_FLAG_IS_NOT_PERSISTENT
- outdoors = OUTDOORS_YES
-
-// The area near the outpost, so POIs don't show up right next to the outpost.
-/area/surface/outside/plains/outpost
- name = "Outpost Perimeter"
- icon_state = "green"
-
-// Rest of the 'plains' Z-level, for POIs.
-/area/surface/outside/plains/normal
- name = "Plains"
- icon_state = "yellow"
-
-// So POIs don't get embedded in rock.
-/area/surface/outside/plains/mountains
- name = "Mountains"
- icon_state = "darkred"
-
-// Paths get their own area so POIs don't overwrite pathways.
-/area/surface/outside/path
- name = "Pathway"
- icon_state = "purple"
-
-/area/surface/outside/path/plains
-
-/area/surface/outside/wilderness/normal
- name = "Wilderness"
- icon_state = "yellow"
-
-/area/surface/outside/wilderness/deep
- name = "Deep Wilderness"
- icon_state = "red"
-
-// So POIs don't get embedded in rock.
-/area/surface/outside/wilderness/mountains
- name = "Mountains"
- icon_state = "darkred"
-
-/* //Sky islands removal, lack of use
-/area/surface/outside/wilderness/skylands
- name = "Floating Islands"
- icon_state = "blue"
-
-/area/surface/outside/wilderness/skylands/empty
- name = "Sky"
- icon_state = "red"
- luminosity = 1
-*/
-
-
-/area/surface/outside/path/wilderness
-
-// Water
-/area/surface/outside/ocean
- name = "Sea"
- icon_state = "bluenew"
-
-/area/surface/outside/river
- name = "River"
- icon_state = "bluenew"
-
-/area/surface/outside/river/faxalven
- name = "Faxälven River"
-
-/area/surface/outside/river/indalsalven
- name = "Indalsälven River"
-
-/area/surface/outside/river/svartan
- name = "Svartån River"
-
-/area/surface/outside/lake/romsele
- name = "Romsele Lake"
- icon_state = "blue2"
-
-
-
-/area/surface/cave
- flags = RAD_SHIELDED
- always_unpowered = TRUE
-
-/area/surface/cave
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/music/LRRMenu.ogg', 'sound/music/LRRTrack3.ogg', 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', 'sound/ambience/cave/AmbCaveDebriD.ogg')
-
-// The bottom half that connects to the outpost and is safer.
-/area/surface/cave/explored/normal
- name = "Tunnels"
- icon_state = "explored"
-
-/area/surface/cave/explored/trader
- name = "Trader Hideout"
- icon_state = "hideaway"
-
-/area/surface/cave/unexplored/normal
- name = "Tunnels"
- icon_state = "unexplored"
-
-// The top half of the map that is more dangerous.
-/area/surface/cave/explored/deep
- name = "Depths"
- icon_state = "explored_deep"
-
-/area/surface/cave/unexplored/deep
- name = "Depths"
- icon_state = "unexplored_deep"
-
-
-
-//Surface Outposts
-
-/area/surface/outpost
- ambience = AMBIENCE_GENERIC
-
-//Wilderness Shuttle Shelter
-
-/area/surface/outpost/shelter
- name = "Wilderness Shelter"
-
-/area/surface/outpost/shelter/dorms
- name = "Wilderness Shelter Dorms"
- icon_state = "Sleep"
- soundproofed = TRUE
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- flags = RAD_SHIELDED
- block_tracking = TRUE
-
-/area/surface/outpost/shelter/exterior
- name = "Wilderness Shelter Exterior"
- icon_state = "exit"
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/music/LRRMenu.ogg', 'sound/music/LRRTrack3.ogg', 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', 'sound/ambience/cave/AmbCaveDebriD.ogg')
- outdoors = OUTDOORS_YES
-
-/area/surface/outpost/shelter/utilityroom
- name = "Wilderness Shelter Utility Room"
- icon_state = "substation"
-
-//Valley stuffs, chomps Edit by Jasper, for wilds but stranger.
-/area/surface/outpost/unfinished
- name = "Unfinished"
- icon_state = "red"
-
-/area/surface/outside/valley/inner
- name = "Valley Inner"
- icon_state = "yellow"
-
-/area/surface/outside/valley/walls
- name = "Valley Walls"
- icon_state = "yellow"
- outdoors = OUTDOORS_NO
-
-/area/surface/outside/valley/edge
- name = "Valley Edge"
- icon_state = "yellow"
-
-/area/surface/outside/valley/river
- name = "Valley River"
- icon_state = "yellow"
-
-/area/surface/outside/valley/end
- name = "Valley's End"
- icon_state = "red"
-
-// Main mining outpost
-/area/surface/outpost/mining_main
- name = "North Mining Outpost"
- icon_state = "outpost_mine_main"
- outdoors = OUTDOORS_NO
-
-/area/surface/outpost/mining_main/exterior
- name = "North Mining Outpost Exterior"
- icon_state = "outpost_mine_main"
- outdoors = OUTDOORS_YES
-
-/area/surface/outpost/mining_main/crew_area
- name = "North Mining Crew Area"
-
-/area/surface/outpost/mining_main/firstaid
- name = "North Mining First-Aid Station"
-
-/area/surface/outpost/mining_main/storage
- name = "North Mining Gear Storage"
-
-/area/surface/outpost/mining_main/uxstorage
- name = "North Mining Gear Secondary Storage"
-
-/area/surface/outpost/mining_main/mech_bay
- name = "North Mining Mech Bay"
-
-/area/surface/outpost/mining_main/emergencystorage
- name = "\improper North Mining Emergency Storage"
- flags = RAD_SHIELDED
- icon_state = "emergencystorage"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/mining_main/refinery
- name = "North Mining Refinery"
-
-/area/surface/outpost/mining_main/restroom
- name = "North Mining Restroom"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/mining_main/tools
- name = "North Mining Tool Storage"
-
-/area/surface/outpost/mining_main/cave
- name = "North Mining Outpost Cave"
- icon_state = "outpost_mine_main"
-
-//Rust-Engine Outpost CHOMPedit - ksc
-
-/area/surface/outpost/engineering/atmos_room
- name = "North Atmos Room"
- icon_state = "atmos"
-
-/area/surface/outpost/engineering/smes
- name = "North Engineering SMES"
- icon_state = "substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-/area/surface/outpost/engineering/reactor_smes
- name = "North Engineering Reactor SMES"
- icon_state = "engine_smes"
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-/area/surface/outpost/engineering/storage
- name = "North Engineering Storage"
- icon_state = "storage"
-
-/area/surface/outpost/engineering/monitoring
- name = "North Engineering Monitoring"
- icon_state = "engine_monitoring"
-
-/area/surface/outpost/engineering/auxiliary_storage
- name = "North Engineering Auxiliary Storage"
- icon_state = "emergencystorage"
-
-//Research Surface Outpost
-
-/area/surface/outpost/research
- icon_state = "outpost_research"
- outdoors = OUTDOORS_NO
-
-/area/surface/outpost/research/xenoresearch
- name = "\improper Xenoresearch"
-
-/area/surface/outpost/research/xenoresearch/smes
- name = "\improper Xenoresearch SMES Maintenance"
- icon_state = "substation"
- sound_env = SMALL_ENCLOSED
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-/area/surface/outpost/research/xenoresearch/emergencystorage
- name = "\improper Xenoresearch Emergency Storage"
- icon_state = "emergencystorage"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/research/xenoresearch/first_aid //CHOMPstation edit
- name = "\improper Xenoresearch First-Aid Station"
- icon_state = "medbay2"
-
-/area/surface/outpost/research/xenoresearch/restroom
- name = "\improper Xenoresearch Restroom"
- icon_state = "research_restroom"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/research/xenoresearch/xenobiology
- name = "\improper Xenobiology Lab"
- icon_state = "xeno_lab"
-
-/area/surface/outpost/research/xenoresearch/xenoflora
- name = "\improper Xenoflora Lab"
- icon_state = "xeno_f_lab"
-
-/area/surface/outpost/research/xenoresearch/xenoflora_storage
- name = "\improper Xenoflora Storage"
- icon_state = "xeno_f_store"
-
-/area/surface/outpost/research/xenoresearch/medical
- name = "Xenoresearch First-Aid Station"
-
-/area/surface/outpost/research/xenoarcheology
- name = "\improper Xenoarcheology"
-
-/area/surface/outpost/research/xenoarcheology/exterior
- name = "\improper xenoarcheology Exterior"
- icon_state = "exit"
-
-/area/surface/outpost/research/xenoarcheology/medical
- name = "Xenoarcheology First-Aid Station"
-
-/area/surface/outpost/research/xenoarcheology/smes
- name = "\improper Xenoarcheology SMES Maintenance"
- icon_state = "substation"
- sound_env = SMALL_ENCLOSED
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-/area/surface/outpost/research/xenoarcheology/emergencystorage
- name = "\improper Xenoarcheology Emergency Storage"
- icon_state = "emergencystorage"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/research/xenoarcheology/restroom
- name = "\improper Xenoarcheology Restroom"
- icon_state = "research_restroom"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/research/xenoarcheology/analysis
- name = "Xenoarcheology Sample Analysis"
-
-/area/surface/outpost/research/xenoarcheology/anomaly
- name = "Xenoarcheology Anomalous Materials Lab"
-
-/area/surface/outpost/research/xenoarcheology/isolation_a
- name = "Xenoarcheology Isolation A"
-
-/area/surface/outpost/research/xenoarcheology/isolation_b
- name = "Xenoarcheology Isolation B"
-
-/area/surface/outpost/research/xenoarcheology/isolation_c
- name = "Xenoarcheology Isolation C"
-
-/area/surface/outpost/research/xenoarcheology/lounge
- name = "Xenoarcheology Research Lounge"
-
-/area/surface/outpost/research/xenoarcheology/longtermstorage
- name = "Xenoarcheology Long-Term Anomalous Storage"
-
-/area/surface/outpost/research/xenoarcheology/exp_prep
- name = "Xenoarcheology Expedition Preperation"
-
-//Main Outpost
-
-/area/surface/outpost/main
- name = "\improper Main Outpost"
- icon_state = "Sleep"
- outdoors = OUTDOORS_NO
-
-/area/surface/outpost/main/laundry
- name = "\improper Main Outpost Laundry Room"
-
-/area/surface/outpost/main/landing
- name = "\improper Main Outpost Shuttle Landing"
- icon_state = "hangar"
-
-/area/surface/outpost/main/gen_room
- name = "\improper Main Outpost SMES"
- icon_state = "substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Edit
-
-/area/surface/outpost/main/gen_room/smes_left
- name = "\improper Main Outpost Left Wing SMES"
-
-/area/surface/outpost/main/gen_room/smes_right
- name = "\improper Main Outpost Right Wing SMES"
-
-/area/surface/outpost/main/gen_room/smes
- name = "\improper Main Outpost Dorm SMES"
- icon_state = "substation"
-
-/area/surface/outpost/main/pool
- name = "\improper Main Outpost Pool"
- icon_state = "pool"
-
-/area/surface/outpost/main/restroom
- name = "\improper Main Outpost Restroom"
- icon_state = "toilet"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/main/showers
- name = "\improper Main Outpost Showers"
- icon_state = "toilet"
- sound_env = SMALL_ENCLOSED
-
-/area/surface/outpost/main/gym
- name = "\improper Main Outpost Gym"
- icon_state = "fitness"
-
-/area/surface/outpost/main/garage
- name = "\improper Main Outpost Garage"
- icon_state = "storage"
-
-/area/surface/outpost/main/crew_quarters
- name = "\improper Main Outpost Crew Quarters"
- sound_env = MEDIUM_SOFTFLOOR
-
-/area/surface/outpost/main/tcomm
- name = "\improper Main Outpost Telecommunications"
- icon_state = "tcomsatcham"
- music = "signal"
-
-/area/surface/outpost/main/teleporter
- name = "\improper Main Outpost Teleporter"
- icon_state = "teleporter"
-
-/area/surface/outpost/main/first_aid
- name = "\improper Main Outpost First-Aid Station"
- icon_state = "medbay2"
-
-/area/surface/outpost/main/search_and_rescue
- name = "\improper Main Outpost Search and Rescue"
- icon_state = "medbay2"
-
-/area/surface/outpost/main/exploration
- name = "\improper Main Outpost Exploration Prep Room"
- icon_state = "outpost_research"
-
-/area/surface/outpost/main/exploration/containment
- name = "\improper Main Outpost Fauna Containment"
-
-/area/surface/outpost/main/security
- name = "\improper Main Outpost Security Station"
- icon_state = "checkpoint1"
-
-/area/surface/outpost/main/gateway
- name = "\improper Main Outpost Gateway"
- icon_state = "teleporter"
- music = "signal"
-
-/area/surface/outpost/main/gateway
- name = "\improper Main Outpost Gateway"
- icon_state = "teleporter"
-
-/area/surface/outpost/main/corridor
- name = "\improper Main Outpost Corridor"
- icon_state = "dk_yellow"
-
-/area/surface/outpost/main/corridor/dorms
- name = "\improper Main Outpost Dorm Corridor"
-
-/area/surface/outpost/main/corridor/right_lower
- name = "\improper Main Outpost Right Wing Lower Corridor"
-
-/area/surface/outpost/main/corridor/right_upper
- name = "\improper Main Outpost Right Wing Upper Corridor"
-
-/area/surface/outpost/main/corridor/left_lower
- name = "\improper Main Outpost Left Wing Lower Corridor"
-
-/area/surface/outpost/main/corridor/left_upper
- name = "\improper Main Outpost Left Wing Upper Corridor"
-
-/area/surface/outpost/main/bar
- name = "\improper Main Outpost Bar"
- icon_state = "bar"
-/*
-/area/surface/outpost/main/dorms
- name = "\improper Main Outpost Dorms"
-
-/area/surface/outpost/main/dorms/dorm_1
- name = "\improper Main Outpost Dorm One"
-
-/area/surface/outpost/main/dorms/dorm_2
- name = "\improper Main Outpost Dorm Two"
-
-/area/surface/outpost/main/dorms/dorm_3
- name = "\improper Main Outpost Dorm Three"
-
-/area/surface/outpost/main/dorms/dorm_4
- name = "\improper Main Outpost Dorm Four"
-
-/area/surface/outpost/main/dorms/dorm_5
- name = "\improper Main Outpost Dorm Five"
-
-/area/surface/outpost/main/dorms/dorm_6
- name = "\improper Main Outpost Dorm Six"
-*/
-/area/surface/outpost/main/airlock
- name = "\improper Main Outpost Airlock"
- icon_state = "red"
- ambience = AMBIENCE_SIF
-
-/area/surface/outpost/main/airlock/left_one
- name = "\improper Outpost Left Wing Airlock One"
-
-/area/surface/outpost/main/airlock/left_two
- name = "\improper Outpost Left Wing Airlock Two"
-
-/area/surface/outpost/main/airlock/left_three
- name = "\improper Outpost Left Wing Airlock Three"
-
-/area/surface/outpost/main/airlock/right_one
- name = "\improper Outpost Right Wing Airlock One"
-
-/area/surface/outpost/main/airlock/right_two
- name = "\improper Outpost Right Wing Airlock Two"
-
-/area/surface/outpost/main/airlock/right_three
- name = "\improper Outpost Right Wing Airlock Three"
-
-/area/surface/outpost/main/airlock/landing_north
- name = "\improper Main Outpost North Airlock"
-
-/area/surface/outpost/main/airlock/landing_south
- name = "\improper Main Outpost South Airlock"
-
-/area/surface/outpost/main/construction_area
- name = "\improper Main Outpost Construction Area"
- icon_state = "construction"
-
-/area/surface/outpost/main/janitor
- name = "\improper Main Outpost Custodial Closet"
- icon_state = "janitor"
-
-/area/surface/outpost/main/emergency_storage
- flags = RAD_SHIELDED
- name = "Emergency Storage"
- icon_state = "emergencystorage"
-
-/area/surface/outpost/main/emergency_storage/one
- name = "\improper Main Outpost Emergency Storage One"
-
-/area/surface/outpost/main/emergency_storage/two
- name = "\improper Main Outpost Emergency Storage Two"
-
-/area/surface/outpost/wall
- name = "The Wall"
- icon_state = "red"
- requires_power = FALSE
- ambience = AMBIENCE_HIGHSEC
-
-/area/surface/outpost/wall/checkpoint
- name = "Checkpoint"
- ambience = AMBIENCE_HIGHSEC
-
-//Civilian Outpost
-
-/area/surface/outpost/civilian
- name = "\improper Civilian Outpost"
- icon_state = "recreation_area"
-
-/area/surface/outpost/civilian/smes
- name = "\improper Civilian Outpost SMES"
- icon_state = "substation"
- ambience = AMBIENCE_ENGINEERING
-
-/area/surface/outpost/civilian/fishing
- name = "\improper Civilian Outpost Fishing Supplies"
- icon_state = "storage"
-
-/area/surface/outpost/civilian/pool
- name = "\improper Civilian Outpost Pool"
- icon_state = "pool"
-
-/area/surface/outpost/civilian/sauna
- name = "\improper Civilian Outpost Sauna"
-
-/area/surface/outpost/civilian/emergency_storage
- flags = RAD_SHIELDED
- name = "\improper Civilian Outpost Emergency Storage"
- icon_state = "emergencystorage"
-
-//Security Outpost
-
-/area/surface/outpost/security
- name = "\improper Security Outpost"
- icon_state = "checkpoint1"
-
-/area/surface/outpost/security/maa
- name = "\improper Security Outpost Gear Storage"
- icon_state = "security"
-
-/area/surface/outpost/security/smes
- name = "\improper Security Outpost SMES"
- icon_state = "substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Edit
-
-//Mining Station
-
-/area/outpost/mining_station
- icon_state = "outpost_mine_main"
- name = "Mining Station"
- outdoors = OUTDOORS_NO
-
-/area/outpost/mining_station/dorms
- name = "Mining Station Dormitory"
-
-/area/outpost/mining_station/storage
- name = "Mining Station Gear Storage"
-
-/area/outpost/mining_station/gen_station
- name = "Mining Station Generator Room"
- icon_state = "substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Edit
-
-/area/outpost/mining_station/crew_area
- name = "Mining Station Crew Area"
-
-/area/outpost/mining_station/refinery
- name = "Mining Station Refinery"
-
-/area/outpost/mining_station/telecomms
- name = "Main Station Telecommunications"
- sound_env = SMALL_ENCLOSED
-
-/area/outpost/mining_station/dock
- name = "Mining Station Dock"
-z
-//Turbolift
-
-/area/turbolift
- name = "\improper Turbolift"
- icon_state = "shuttle"
- requires_power = 0
- dynamic_lighting = 1
- flags = RAD_SHIELDED
-
-/area/turbolift/start
- name = "\improper Turbolift Start"
-
-/area/turbolift/firstdeck
- name = "\improper first deck"
- base_turf = /turf/simulated/floor/plating
-
-/area/turbolift/seconddeck
- name = "\improper second deck"
- base_turf = /turf/simulated/open
-
-/area/turbolift/thirddeck
- name = "\improper third deck"
- base_turf = /turf/simulated/open
-
-// Elevator areas.
-// CHOMPEdit - Maintenance Deck
-/*
-/area/turbolift/port_deck_maints
- name = "lift (maints deck)"
- lift_floor_label = "Deck 0"
- lift_floor_name = "Maintenance Deck"
- lift_announce_str = "Arriving at Maintenance Deck: Engineering. Power Back Up. Gravity Generator."
- base_turf = /turf/simulated/floor
-*/
-/area/turbolift/port_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Hangar Deck: Main Hangars.Cargo Delivery. Telecommunications. Auxiliary Shuttle Docks. Escape Pods."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/port_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Operations Deck: Engineering. Cargo. Medbay. Research. Security. Crew Facilities Shuttle Docks. Cryogenic Storage."
-
-/area/turbolift/port_deck_three
- name = "lift (third deck)"
- lift_floor_label = "Deck 3"
- lift_floor_name = "Command Deck"
- lift_announce_str = "Arriving at Command Deck: Bridge. Meeting Room. Command Quarters. AI Core. Solars."
-
-/area/turbolift/starboard_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Hangar Deck: Main Hangars.Cargo Delivery. Telecommunications. Auxiliary Shuttle Docks. Escape Pods."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/starboard_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Operations Deck: Engineering. Cargo. Medbay. Research. Security. Crew Facilities, Shuttle Docks. Cryogenic Storage."
-
-/area/turbolift/starboard_deck_three
- name = "lift (third deck)"
- lift_floor_label = "Deck 3"
- lift_floor_name = "Command Deck"
- lift_announce_str = "Arriving at Command Deck: Bridge. Meeting Room. Command Quarters. AI Core. Solars."
-
-/area/turbolift/center_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Hangar Deck: Main Hangars. Cargo Delivery. Telecommunications. Auxiliary Shuttle Docks. Escape Pods."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/center_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Operations Deck: Engineering. Cargo. Medbay. Research. Security. Crew Facilities Shuttle Docks. Cryogenic Storage."
-
-/area/turbolift/center_deck_three
- name = "lift (third deck)"
- lift_floor_label = "Deck 3"
- lift_floor_name = "Command Deck"
- lift_announce_str = "Arriving at Command Deck: Bridge. Meeting Room. Command Quarters. AI Core. Solars."
-
-/area/turbolift/cargo_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Cargo Delivery."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/cargo_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Cargo."
-
-/area/turbolift/aft_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Hangar Deck: Main Hangars. Cargo Delivery. Telecommunications. Auxiliary Shuttle Docks. Escape Pods."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/aft_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Operations Deck: Engineering. Cargo. Medbay. Research. Security. Crew Facilities Shuttle Docks. Cryogenic Storage."
-
-/area/turbolift/aft_deck_three
- name = "lift (third deck)"
- lift_floor_label = "Deck 3"
- lift_floor_name = "Command Deck"
- lift_announce_str = "Arriving at Command Deck: Bridge. Meeting Room. Command Quarters. AI Core. Solars."
-
-/area/turbolift/forward_deck_one
- name = "lift (first deck)"
- lift_floor_label = "Deck 1"
- lift_floor_name = "Hangar Deck"
- lift_announce_str = "Arriving at Hangar Deck: Main Hangars. Cargo Delivery. Telecommunications. Auxiliary Shuttle Docks. Escape Pods."
- base_turf = /turf/simulated/floor
-
-/area/turbolift/forward_deck_two
- name = "lift (second deck)"
- lift_floor_label = "Deck 2"
- lift_floor_name = "Operations Deck"
- lift_announce_str = "Arriving at Operations Deck: Engineering. Cargo. Medbay. Research. Security. Crew Facilities Shuttle Docks. Cryogenic Storage."
-
-/area/turbolift/forward_deck_three
- name = "lift (third deck)"
- lift_floor_label = "Deck 3"
- lift_floor_name = "Command Deck"
- lift_announce_str = "Arriving at Command Deck: Bridge. Meeting Room. Command Quarters. AI Core. Solars."
-
-
-//Deck One (Z-1)
-
-/area/engineering/auxiliary_engineering
- name = "\improper Auxiliary Engineering Station"
- sound_env = SMALL_ENCLOSED
-/*
-//KSC - CHOMPStation Edit 1/19/21 - Moving this to the second-deck
-/area/crew_quarters/firstdeck/gym
- name = "\improper Station Gym"
- icon_state = "fitness"
-*/
-
-/area/construction/firstdeck/
- name = "\improper Engineering Construction Area"
- icon_state = "construction"
-
-/area/construction/firstdeck/construction1
- name = "\improper First Deck Engineering Construction Area 1"
-
-/area/construction/firstdeck/construction2
- name = "\improper First Deck Engineering Construction Area 2"
-
-/area/construction/firstdeck/construction3
- name = "\improper First Deck Engineering Construction Area 3"
-
-/area/construction/firstdeck/construction4
- name = "\improper First Deck Engineering Construction Area 4"
-
-/area/construction/firstdeck/construction5
- name = "\improper First Deck Engineering Construction Area 5"
-
-/area/crew_quarters/toilet/firstdeck
- name = "\improper First Deck Restroom"
-
-/area/maintenance/firstdeck
- name = "First Deck Maintenance"
- icon_state = "maintcentral"
-
-/area/maintenance/firstdeck/aftstarboard
- name = "First Deck Aft Starboard Maintenance"
- icon_state = "asmaint"
-
-/area/maintenance/firstdeck/aftport
- name = "First Deck Aft Port Maintenance"
- icon_state = "apmaint"
-
-/area/maintenance/firstdeck/forestarboard
- name = "First Deck Fore Starboard Maintenance"
- icon_state = "fsmaint"
-
-/area/maintenance/firstdeck/foreport
- name = "First Deck Fore Port Maintenance"
- icon_state = "fpmaint"
-
-/area/maintenance/firstdeck/centralstarboard
- name = "First Deck Starboard Maintenance"
- icon_state = "smaint"
-
-/area/maintenance/firstdeck/centralport
- name = "First Deck Port Maintenance"
- icon_state = "pmaint"
-
-/area/maintenance/substation/firstdeck
- name = "First Deck Utility Access"
-
-/area/maintenance/substation/firstdeck/cargo
- name = "First Deck Cargo Substation"
-
-/area/hallway/primary/firstdeck/elevator
- name = "\improper First Deck Central Elevator Access"
- icon_state = "hallC"
-
-/area/hallway/primary/firstdeck/fore
- name = "\improper First Deck Fore Hallway"
- icon_state = "hallF"
-
-/area/hallway/primary/firstdeck/fpcenter
- name = "\improper First Deck Fore Port Central Hallway"
- icon_state = "hallC1"
-
-/area/hallway/primary/firstdeck/fscenter
- name = "\improper First Deck Fore Starboard Central Hallway"
- icon_state = "hallC2"
-
-/area/hallway/primary/firstdeck/apcenter
- name = "\improper First Deck Aft Port Central Hallway"
- icon_state = "hallC3"
-
-/area/hallway/primary/firstdeck/ascenter
- name = "\improper First Deck Aft Starboard Central Hallway"
- icon_state = "hallC4"
-
-/area/hallway/primary/firstdeck/aft
- name = "\improper First Deck Aft Hallway"
- icon_state = "hallA"
-
-/area/hallway/primary/firstdeck/port
- name = "\improper First Deck Port Hallway"
- icon_state = "hallP"
-
-/area/hallway/primary/firstdeck/starboard
- name = "\improper First Deck Starboard Hallway"
- icon_state = "hallS"
-
-/area/hallway/primary/firstdeck/auxdockaft
- name = "\improper First Deck Aft Auxiliary Dock"
- icon_state = "docking_hallway"
- forbid_events = TRUE
-
-/area/hallway/primary/firstdeck/auxdockfore
- name = "\improper First Deck Fore Auxiliary Dock"
- icon_state = "docking_hallway"
-
-//CHOMPStation Edit. Two new areas for the vault.
-/area/hallway/primary/firstdeck/vaultcheckpoint
- name = "\improper Vault Checkpoint"
- icon_state = "nuke_storage"
-
-/area/hallway/primary/firstdeck/vaultlobby
- name = "\improper Vault Lobby"
- icon_state = "nuke_storage"
-
-//CHOMPStation Edit Start TFF 4/5/20 - One of these ain't the same thing, bruh. Escape Pod 1, Escape Pod 2, Research Access Hallway.
-/area/hallway/secondary/escape/firstdeck/ep_port
- name = "\improper Large Escape Pod 2 Port"
- icon_state = "escape_pod"
-
-/area/hallway/secondary/escape/firstdeck/ep_starboard
- name = "\improper Large Escape Pod 2 Starboard"
- icon_state = "escape_pod"
-
-/area/hallway/secondary/escape/firstdeck/ep_aftport
- name = "\improper Escape Pods Aft Port"
- icon_state = "escape_pod"
-
-/area/hallway/secondary/escape/firstdeck/ep_aftstarboard
- name = "\improper Escape Pods Aft Starboard"
- icon_state = "escape_pod"
-
-/area/hallway/secondary/firstdeck/research_access
- name = "\improper First Deck Research Access Hallway"
- icon_state = "hallS"
-//CHOMPStation Edit End
-/* Moving hangars to Space Station 13 areas.dm
-/area/hangar
- name = "\improper First Deck Hangar"
- icon_state = "hangar"
- sound_env = LARGE_ENCLOSED
-
-/area/hangar/one
- name = "\improper Hangar One"
-
-/area/hangar/lockerroomone
- name = "\improper Exploration Locker Room One"
- icon_state = "hangarcontrol"
-
-/area/hangar/two
- name = "\improper Hangar Two"
-
-/area/hangar/lockerroomtwo
- name = "\improper Exploration Locker Room Two"
- icon_state = "hangarcontrol"
-
-/area/hangar/three
- name = "\improper Hangar Three"
-
-/area/hangar/lockerroomthree
- name = "\improper Exploration Locker Room Three"
- icon_state = "hangarcontrol"
-*/
-/area/security/checkpoint3
- name = "\improper Security - Auxiliary Checkpoint"
- icon_state = "security"
-
-/area/medical/first_aid_station
- name = "\improper First-Aid Station"
- icon_state = "medbay2"
-
-//CHOMPedit begin 7/9/23, adds chem distillery
-/area/medical/distillery
- name ="\improper Chemistry Distillery"
- icon_state = "chem"
-//CHOMPedit end
-/area/medical/first_aid_station/firstdeck/
- name = "\improper First Deck First-Aid Station"
-
-/area/storage/emergency_storage/
- flags = RAD_SHIELDED
- name = "Emergency Storage"
- icon_state = "emergencystorage"
-
-/area/storage/emergency_storage/firstdeck/aft_emergency
- name = "First Deck Aft Emergency Storage"
-
-/area/storage/emergency_storage/firstdeck/ap_emergency
- name = "First Deck Aft Port Emergency Storage"
-
-/area/storage/emergency_storage/firstdeck/as_emergency
- name = "First Deck Aft Starboard Emergency Storage"
-
-/area/storage/emergency_storage/firstdeck/fore_emergency
- name = "First Deck Fore Emergency Storage"
-
-/area/storage/emergency_storage/firstdeck/fp_emergency
- name = "First Deck Fore Port Emergency Storage"
-
-/area/storage/emergency_storage/firstdeck/fs_emergency
- name = "First Deck Fore Starboard Emergency Storage"
-
-//CHOMPStation Edit Start 10/5/20 TFF - Change Pilot EVA to Auxillary EVA
-/area/ai_monitored/storage/eva/aux
- name = "Auxiliary EVA Storage"
- icon_state = "eva"
-//Chompstation Edit End
-
-/area/tcomm/
- icon_state = "tcomsatcham"
- holomap_color = HOLOMAP_AREACOLOR_COMMAND
-
-/area/tcomm/entrance
- name = "\improper Telecomms Teleporter"
- icon_state = "tcomsatentrance"
-
-/area/tcomm/tcomfoyer
- name = "\improper Telecomms Foyer"
- icon_state = "tcomsatfoyer"
-
-/area/tcomm/chamber
- name = "\improper Telecomms Central Compartment"
- icon_state = "tcomsatcham"
-
-/area/tcomm/tcomstorage
- name = "\improper Telecomms Storage"
- icon_state = "tcomsatstore"
-
-/area/tcomm/computer
- name = "\improper Telecomms Control Room"
- icon_state = "tcomsatcomp"
-
-/area/quartermaster/hallway
- name = "\improper Cargo Bay Hallway"
- icon_state = "quart"
-
-/area/quartermaster/mininglockerroom
- name = "\improper Mining Locker Room"
- icon_state = "mining"
-
-//ChompStation Edit Start - New Teleporter Bay for station to SIF travel
-
-/area/teleporter/firstdeck
- icon_state = "red"
- name = "Teleporter Bay Core"
-
-/area/teleporter/firstdeck/prep
- name = "Teleporter Bay Prep"
-
-
-//Deck Two (Z-2)
-
-/area/maintenance/substation/atmospherics
- name = "Atmospherics Substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-/area/maintenance/emergencyeva
- name = "\improper Emergency EVA Maintenance"
- icon_state = "maint_eva"
-
-/area/maintenance/substation/central // n/a
- name = "Central Substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-//CHOMPStation Edit Start TFF 6/2/20 - Added substation
-
-/area/maintenance/substation/dorms
- name = "Substation"
- icon_state = "substation"
- sound_env = SMALL_ENCLOSED
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-//CHOMPStation Edit End
-
-/area/maintenance/robotics
- name = "Robotics Maintenance"
- icon_state = "maint_research"
-
-/area/maintenance/research_medical
- name = "Research Medical Maintenance"
- icon_state = "maint_research"
-
-/area/construction/seconddeck/
- name = "\improper Second Deck Engineering Construction Area"
- icon_state = "construction"
-
-/area/construction/seconddeck/construction1
- name = "\improper Second Deck Engineering Construction Area 1"
-
-/area/crew_quarters/seconddeck/locker
- name = "\improper Locker Room"
- icon_state = "locker"
-
-//CHOMPStation Edit Start KSC 1/19/21 - Added area for new GYM
-
-/area/crew_quarters/seconddeck/gym
- name = "\improper Station Gym"
- icon_state = "fitness"
-
-//CHOMPstation Edit 8/8/22 - Added a Art Gallery and some missing areas Kassc wanted me to add
-/area/crew_quarters/seconddeck/artgallery
- name = "\improper Art Gallery"
- icon_state = "art"
-
-/area/crew_quarters/seconddeck/artsupplies
- name = "\improper Art Supplies"
- icon_state = "artsupply"
-
-/area/crew_quarters/seconddeck/gameroom
- name = "\improper Game Room"
- icon_state = "gaming"
-
-//CHOMPstation Edit 8/27/22 - VR Room for station baby~
-/area/crew_quarters/thirddeck/vrroom
- name = "\improper Virtual Reality Room"
- icon_state = "gaming"
- flags = RAD_SHIELDED //Depending on the video game, you might still get figuative cancer
-
-//CHOMPStation Edit End
-
-/area/crew_quarters/seconddeck/locker/locker_toilet
- name = "\improper Locker Toilets"
- icon_state = "toilet"
- sound_env = SMALL_ENCLOSED
-
-/area/crew_quarters/seconddeck/barrestroom
- name = "\improper Bar Restroom"
- icon_state = "bar"
-
-/area/crew_quarters/heads/sc/
- name = "\improper Command - Head Office"
- icon_state = "head_quarters"
- flags = RAD_SHIELDED
- sound_env = MEDIUM_SOFTFLOOR
-
-/area/crew_quarters/heads/sc/hop
- name = "\improper Command - HoP's Office"
- icon_state = "head_quarters"
- holomap_color = HOLOMAP_AREACOLOR_COMMAND
-
-/area/crew_quarters/heads/sc/hor
- name = "\improper Research - RD's Office"
- icon_state = "head_quarters"
- holomap_color = HOLOMAP_AREACOLOR_SCIENCE
-
-/area/crew_quarters/heads/sc/chief
- name = "\improper Engineering - CE's Office"
- icon_state = "head_quarters"
- holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
-
-/area/crew_quarters/heads/sc/hos
- name = "\improper Security - HoS' Office"
- icon_state = "head_quarters"
- holomap_color = HOLOMAP_AREACOLOR_SECURITY
-
-/area/crew_quarters/heads/sc/cmo
- name = "\improper Medbay - CMO's Office"
- icon_state = "head_quarters"
- holomap_color = HOLOMAP_AREACOLOR_MEDICAL
-
-/area/engineering/engineer_eva
- name = "\improper Engineering EVA"
- icon_state = "engine_eva"
-
-/area/engineering/engi_restroom
- name = "\improper Engineering Restroom"
- icon_state = "toilet"
- flags = RAD_SHIELDED
- sound_env = SMALL_ENCLOSED
-
-/area/engineering/hallway/atmos_hallway
- name = "\improper Atmospherics Hallway"
-
-/area/engineering/hallway/engineer_hallway
- name = "\improper Engineering Hallway"
- icon_state = "engineering_aft_hallway"
-
-/area/hallway/primary/seconddeck/stairwell
- name = "\improper Second Deck Central Stairwell Access"
- icon_state = "hallC"
-
-/area/hallway/primary/seconddeck/fore
- name = "\improper Second Deck Fore Hallway"
- icon_state = "hallF"
-
-/area/hallway/primary/seconddeck/fpcenter
- name = "\improper Second Deck Fore Port Central Hallway"
- icon_state = "hallC1"
-
-/area/hallway/primary/seconddeck/fscenter
- name = "\improper Second Deck Fore Starboard Central Hallway"
- icon_state = "hallC2"
-
-/area/hallway/primary/seconddeck/apcenter
- name = "\improper Second Deck Aft Port Central Hallway"
- icon_state = "hallC3"
-
-/area/hallway/primary/seconddeck/ascenter
- name = "\improper Second Deck Aft Starboard Central Hallway"
- icon_state = "hallC4"
-
-/area/hallway/primary/seconddeck/aft
- name = "\improper Second Deck Aft Hallway"
- icon_state = "hallA"
-
-/area/hallway/primary/seconddeck/port
- name = "\improper Second Deck Port Hallway"
- icon_state = "hallP"
-
-/area/hallway/primary/seconddeck/starboard
- name = "\improper Second Deck Starboard Hallway"
- icon_state = "hallS"
-
-/area/hallway/primary/seconddeck/dockhallway
- name = "\improper Shuttle Dock Hallway"
- icon_state = "docking_hallway"
-
-/area/hallway/secondary/seconddeck/research_medical
- name = "Research Medical Hallway"
- icon_state = "hallS"
-
-/area/medical/foyer
- name = "\improper Medbay Foyer"
- icon_state = "medbay2"
- music = 'sound/ambience/signal.ogg'
-
-/area/medical/first_aid_station/seconddeck/
- name = "\improper First-Aid Station"
-
-/area/medical/first_aid_station/seconddeck/port
- name = "\improper Port First-Aid Station"
-
-/area/medical/first_aid_station/seconddeck/fore
- name = "\improper Fore First-Aid Station"
-
-/area/medical/first_aid_station/seconddeck/aft
- name = "\improper Aft First-Aid Station"
-
-/area/medical/medical_lockerroom
- name = "\improper Medbay Locker Room"
- icon_state = "locker"
-
-/area/medical/medical_restroom
- name = "\improper Medbay Restroom"
- icon_state = "medbay_restroom"
- flags = RAD_SHIELDED
- sound_env = SMALL_ENCLOSED
-
-/area/security/aid_station
- name = "\improper Security - Aid Station"
- icon_state = "security_aid_station"
-
-/area/security/security_ses
- name = "\improper Security - Secondary Equipment Storage"
- icon_state = "security_equip_storage"
-
-/area/security/security_restroom
- name = "\improper Security - Restroom"
- icon_state = "security_bathroom"
- flags = RAD_SHIELDED
- sound_env = SMALL_ENCLOSED
-
-/area/storage/emergency_storage/seconddeck/ap_emergency
- name = "Second Deck Aft Port Emergency Storage"
-
-/area/storage/emergency_storage/seconddeck/as_emergency
- name = "Second Deck Aft Starboard Emergency Storage"
-
-/area/storage/emergency_storage/seconddeck/central_emergency
- name = "Second Deck Central Emergency Storage"
-
-/area/storage/emergency_storage/seconddeck/fp_emergency
- name = "Second Deck Fore Port Emergency Storage"
-
-/area/storage/emergency_storage/seconddeck/fs_emergency
- name = "Second Deck Fore Starboard Emergency Storage"
-
-/area/storage/emergency_storage/seconddeck/port_emergency
- name = "Second Deck Port Emergency Storage"
-
-/area/rnd/research_restroom_sc
- name = "\improper Research Restroom"
- icon_state = "research_restroom"
- flags = RAD_SHIELDED
- sound_env = SMALL_ENCLOSED
-
-/area/rnd/research_lockerroom
- name = "\improper Research - Locker Room"
- icon_state = "toxlab"
-
-/area/rnd/toxins_launch
- name = "\improper Research - Toxins Launch Room"
- icon_state = "toxtest"
-
-/area/rnd/research/firstdeck/hallway
- name = "\improper Research - First Deck Hallway"
- icon_state = "research"
-
-/area/rnd/xenobiology/xenoflora_isolation
- name = "\improper Xenoflora Isolation"
- icon_state = "xeno_f_store"
-
-/area/quartermaster/lockerroom
- name = "\improper Cargo Locker Room"
- icon_state = "quart"
-
-/area/security/security_hallway
- name = "\improper Security Hallway"
- icon_state = "security"
-
-//Deck Three (Z-3)
-
-/area/ai
- holomap_color = HOLOMAP_AREACOLOR_COMMAND
- ambience = AMBIENCE_AI
-
-/area/ai/ai_cyborg_station
- name = "\improper Cyborg Station"
- icon_state = "ai_cyborg"
- sound_env = SMALL_ENCLOSED
-
-/area/ai/ai_upload
- name = "\improper AI Upload Chamber"
- icon_state = "ai_upload"
-
-/area/ai/ai_upload_foyer
- name = "AI Upload Access"
- icon_state = "ai_foyer"
- sound_env = SMALL_ENCLOSED
-
-/area/ai/ai_server_room
- name = "Messaging Server Room"
- icon_state = "ai_server"
- sound_env = SMALL_ENCLOSED
-
-/area/crew_quarters/heads/sc/sd
- name = "\improper Command - Station Director's Office"
- icon_state = "captain"
- sound_env = MEDIUM_SOFTFLOOR
- holomap_color = HOLOMAP_AREACOLOR_COMMAND
-
-/area/crew_quarters/heads/sc/hop/quarters
- name = "\improper Command - HoP's Quarters"
- icon_state = "head_quarters"
-
-/area/crew_quarters/heads/sc/hor/quarters
- name = "\improper Research - RD's Quarters"
- icon_state = "research"
-
-/area/crew_quarters/heads/sc/chief/quarters
- name = "\improper Engineering - CE's Quarters"
- icon_state = "engine"
-
-/area/crew_quarters/heads/sc/hos/quarters
- name = "\improper Security - HoS' Quarters"
- icon_state = "security"
-
-/area/crew_quarters/heads/sc/cmo/quarters
- name = "\improper Medbay - CMO's Quarters"
- icon_state = "medbay"
-
-/area/crew_quarters/heads/sc/restroom
- name = "\improper Command - Restroom"
- icon_state = "toilet"
-
-/area/crew_quarters/heads/sc/bs
- name = "\improper Command - Secretary Quarters"
-
-/area/hallway/primary/thirddeck/central
- name = "\improper Third Deck Port Hallway"
- icon_state = "hallC"
-
-/area/hallway/primary/thirddeck/port
- name = "\improper Third Deck Port Hallway"
- icon_state = "hallP"
-
-/area/hallway/primary/thirddeck/starboard
- name = "\improper Third Deck Starboard Hallway"
- icon_state = "hallS"
-
-//CHOMPStation Edit Start TFF 6/2/20 KC - Added new hallway for dorms. 11/20/20 KC - Added more areas for gateway and halls.
-
-/area/hallway/primary/thirddeck/aftportcentral
- name = "\improper Third Deck Central Aft Port Hallway"
- icon_state = "hallC"
-
-/area/hallway/primary/thirddeck/aftstarboardcentral
- name = "\improper Third Deck Central Aft Starboard Hallway"
- icon_state = "hallC"
-
-/area/hallway/primary/thirddeck/stationgateway
- name = "\improper Third Deck Central Gateway"
- icon_state = "teleporter"
-
-/area/hallway/primary/thirddeck/aft
- name = "\improper Third Deck Aft Hallway"
- icon_state = "hallA"
-
-/area/hallway/primary/thirddeck/aftdoorm
- name = "\improper Third Deck Aft Doorm Hallway"
- icon_state = "docking_hallway"
-
-/area/maintenance/thirddeck/dormsport
- name = "Third Deck Aft Starboard Maintenance"
- icon_state = "asmaint"
-
-/area/maintenance/thirddeck/dormsstarboard
- name = "Third Deck Aft Starboard Maintenance"
- icon_state = "asmaint"
-
-//CHOMPedit Giving a maint bar its own APC
-/area/maintenance/thirddeck/dormsstarboard/maintbar
- name = "Third Deck Aft Starboard Speakeasy"
- icon_state = "asmaint"
-//CHOMPedit end
-/area/maintenance/thirddeck/dormsaft
- name = "Third Deck Aft Starboard Maintenance"
- icon_state = "asmaint"
-
-/area/maintenance/thirddeck/hiddenkitchen
- name = "Third Deck Hidden Kitchen"
- icon_state = "asmaint"
-
-/area/maintenance/thirddeck/dormsatmos
- name = "Third Deck Dorm's Atmospherics"
- icon_state = "asmaint"
-
-//CHOMPStation Edit Start TFF 6/2/20 KC - Added new First Aid station.
-
-/area/medical/first_aid_station/thirddeck
- name = "\improper Center Thirddeck First-Aid Station"
- icon_state = "medbay2"
-
-//CHOMPStation Edit End
-
-/area/maintenance/thirddeck/aftstarboard
- name = "Third Deck Aft Starboard Maintenance"
- icon_state = "asmaint"
-
-/area/maintenance/thirddeck/aftport
- name = "Third Deck Aft Port Maintenance"
- icon_state = "apmaint"
-
-/area/maintenance/thirddeck/forestarboard
- name = "Third Deck Fore Starboard Maintenance"
- icon_state = "fsmaint"
-
-/area/maintenance/thirddeck/foreport
- name = "Third Deck Fore Port Maintenance"
- icon_state = "fpmaint"
-
-/area/maintenance/solars
- icon_state = "SolarcontrolA"
- sound_env = SMALL_ENCLOSED
- holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
-
-/area/maintenance/solars/aftportsolar
- name = "Solar Maintenance - Aft Port"
- icon_state = "SolarcontrolP"
-
-/area/maintenance/solars/aftstarboardsolar
- name = "Solar Maintenance - Aft Starboard"
- icon_state = "SolarcontrolS"
-
-/area/maintenance/solars/foreportsolar
- name = "Solar Maintenance - Fore Port"
- icon_state = "SolarcontrolP"
-
-/area/maintenance/solars/forestarboardsolar
- name = "Solar Maintenance - Fore Starboard"
- icon_state = "SolarcontrolS"
-
-/area/solar
- requires_power = 1
- always_unpowered = 1
- ambience = AMBIENCE_SPACE
-
-/area/solar/aftportsolar
- name = "\improper Aft Port Solar Array"
- icon_state = "panelsP"
-
-/area/solar/foreportsolar
- name = "\improper Fore Port Solar Array"
- icon_state = "panelsP"
-
-/area/solar/aftstarboardsolar
- name = "\improper Aft Starboard Solar Array"
- icon_state = "panelsS"
-
-/area/solar/forestarboardsolar
- name = "\improper Fore Starboard Solar Array"
- icon_state = "panelsS"
-
-/area/thirddeck/roof
- name = "\improper Third Deck Plating"
- dynamic_lighting = 0
- ambience = AMBIENCE_SPACE
-
-// Shuttles
-
-//NT response shuttle
-
-/area/shuttle/response_ship
- name = "\improper Response Team Ship"
- icon_state = "shuttlered"
- requires_power = 0
- flags = RAD_SHIELDED
- ambience = AMBIENCE_HIGHSEC
-
-/* Chompstation Edit - Removing Shuttle 1 & 2
-//Shuttle One
-
-/area/shuttle/shuttle1
- name = "\improper Hangar Deck"
- icon_state = "yellow"
- requires_power = 0
- dynamic_lighting = 1
- flags = RAD_SHIELDED
-
-/area/shuttle/shuttle1/start
- name = "\improper Hangar One"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/reinforced
-
-/area/shuttle/shuttle1/arrivals_dock
- name = "\improper docked with Southern Cross"
- icon_state = "shuttle"
-
-/area/shuttle/shuttle1/seconddeck
- name = "south of second deck"
- icon_state = "south"
-
-/area/shuttle/shuttle1/mining
- name = "wilderness site"
- icon_state = "shuttlered"
-
-/area/shuttle/shuttle1/planet
- name = "planetside outpost"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/plating/sif/planetuse
-
-/area/shuttle/shuttle1/transit
- name = "transit"
- icon_state = "shuttlered"
- base_turf = /turf/space/transit/north
-
-/area/shuttle/shuttle1/orbit
- name = "in orbit of Sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/space
-
-/area/shuttle/shuttle1/sky
- name = "hovering over skies of sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/simulated/sky
-
-/area/shuttle/shuttle1/sky_transit
- name = "in flight over sif"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/sky/moving
-
-//Shuttle Two
-
-/area/shuttle/shuttle2
- name = "\improper Hangar Deck"
- icon_state = "yellow"
- requires_power = 0
- dynamic_lighting = 1
- flags = RAD_SHIELDED
-
-/area/shuttle/shuttle2/start
- name = "\improper Hangar Two"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/reinforced
-
-/area/shuttle/shuttle2/arrivals_dock
- name = "\improper docked with Southern Cross"
- icon_state = "shuttle"
-
-/area/shuttle/shuttle2/seconddeck
- name = "south of second deck"
- icon_state = "south"
-
-/area/shuttle/shuttle2/mining
- name = "wilderness site"
- icon_state = "shuttlered"
-
-/area/shuttle/shuttle2/planet
- name = "planetside outpost"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/plating/sif/planetuse
-
-/area/shuttle/shuttle2/transit
- name = "transit"
- icon_state = "shuttlered"
- base_turf = /turf/space/transit/north
-
-/area/shuttle/shuttle2/orbit
- name = "in orbit of Sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/space
-
-/area/shuttle/shuttle2/sky
- name = "hovering over skies of sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/simulated/sky
-
-/area/shuttle/shuttle2/sky_transit
- name = "in flight over sif"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/sky/moving
-
-End Chompstation Edit*/
-
-// Centcom Transport Shuttle
-/area/shuttle/transport1
- icon_state = "shuttle"
- name = "\improper Transport Shuttle"
-
-// Centcom Admin Shuttle
-
-/area/shuttle/administration
- name = "\improper Administration Shuttle"
- icon_state = "shuttlered"
-
-//Merc
-
-/area/syndicate_mothership
- name = "\improper Mercenary Base"
- icon_state = "syndie-ship"
- requires_power = 0
- dynamic_lighting = 0
- flags = RAD_SHIELDED
- ambience = AMBIENCE_HIGHSEC
-
-/area/syndicate_station
- name = "\improper Mercenary Base"
- icon_state = "syndie-ship"
- requires_power = 0
- dynamic_lighting = 0
- flags = RAD_SHIELDED
- ambience = AMBIENCE_HIGHSEC
-
-/area/syndicate_station/start
- name = "\improper Mercenary Ship"
- icon_state = "shuttlered"
-
-/area/syndicate_station/firstdeck
- name = "north-west of first deck"
- icon_state = "northwest"
-
-/area/syndicate_station/seconddeck
- name = "north-east of second deck"
- icon_state = "northeast"
-
-/area/syndicate_station/thirddeck
- name = "south-east of third deck"
- icon_state = "southeast"
-
-/area/syndicate_station/mining
- name = "mining site"
- icon_state = "shuttlered"
-
-/area/syndicate_station/planet
- name = "planetside"
- dynamic_lighting = 1
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
-
-/area/syndicate_station/transit
- name = " transit"
- icon_state = "shuttlered"
- base_turf = /turf/space/transit/east
-
-/area/syndicate_station/orbit
- name = "in orbit of Sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/space
-
-/area/syndicate_station/sky
- name = "hovering over skies of sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/simulated/sky/west
-
-/area/syndicate_station/sky_transit
- name = "in flight over sif"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/sky/moving/west
-
-/area/syndicate_station/arrivals_dock
- name = "\improper docked with Southern Cross"
- dynamic_lighting = 0
- icon_state = "shuttle"
-
-//Skipjack
-
-/area/skipjack_station
- name = "Raider Outpost"
- icon_state = "yellow"
- requires_power = 0
- dynamic_lighting = 0
- flags = RAD_SHIELDED
- ambience = AMBIENCE_HIGHSEC
-
-/area/skipjack_station/transit
- name = "transit"
- icon_state = "shuttlered"
- base_turf = /turf/space/transit/north
-
-/area/skipjack_station/firstdeck
- name = "north of first deck"
- icon_state = "northwest"
-
-/area/skipjack_station/seconddeck
- name = "west of second deck"
- icon_state = "west"
-
-/area/skipjack_station/thirddeck
- name = "east of third deck"
- icon_state = "east"
-
-/area/skipjack_station/mining
- name = "mining site"
- icon_state = "shuttlered"
-
-/area/skipjack_station/planet
- name = "planet"
- icon_state = "shuttlered"
- dynamic_lighting = 1
- base_turf = /turf/simulated/floor/outdoors/grass/sif/planetuse
-
-/area/skipjack_station/orbit
- name = "in orbit of Sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/space
-
-/area/skipjack_station/sky
- name = "hovering over skies of sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/simulated/sky/north
-
-/area/skipjack_station/sky_transit
- name = "in flight over sif"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/sky/moving/north
-
-/area/skipjack_station/arrivals_dock
- name = "\improper docked with Southern Cross"
- icon_state = "shuttle"
-
-// Ninja areas
-/area/ninja_dojo
- name = "\improper Ninja Base"
- icon_state = "green"
- requires_power = 0
- flags = RAD_SHIELDED
- ambience = AMBIENCE_HIGHSEC
-
-/area/ninja_dojo/dojo
- name = "\improper Clan Dojo"
- dynamic_lighting = 0
-
-/area/shuttle/ninja
- name = "\improper Ninja Shuttle"
- icon_state = "shuttlered"
-
-//Trade Ship
-
-/area/shuttle/merchant
- icon_state = "shuttle"
-
-/area/shuttle/merchant/home
- name = "\improper Merchant Vessel - Home"
-
-/area/shuttle/merchant/away
- name = "\improper Merchant Vessel - Away"
-
-//Small Escape Pods
-
-/area/shuttle/escape_pod1
- name = "\improper Escape Pod One"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod1/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod1/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod1/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod2
- name = "\improper Escape Pod Two"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod2/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod2/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod2/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod3
- name = "\improper Escape Pod Three"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod3/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod3/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod3/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod4
- name = "\improper Escape Pod Four"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod4/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod4/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod4/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod5
- name = "\improper Escape Pod Five"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod5/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod5/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod5/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod6
- name = "\improper Escape Pod Six"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod6/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/escape_pod6/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod6/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod7
- name = "\improper Escape Pod Seven"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod7/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod7/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod7/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod8
- name = "\improper Escape Pod Eight"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod8/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod8/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod8/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod9
- name = "\improper Escape Pod Nine"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod9/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod9/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod9/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod10
- name = "\improper Escape Pod Ten"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod10/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod10/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod10/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod11
- name = "\improper Escape Pod Eleven"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod11/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod11/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod11/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod12
- name = "\improper Escape Pod Twelve"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod12/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod12/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod12/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod13
- name = "\improper Escape Pod Thirteen"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod13/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod13/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod13/transit
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod14
- name = "\improper Escape Pod Fourteen"
- music = "music/escape.ogg"
-
-/area/shuttle/escape_pod14/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/area/shuttle/escape_pod14/centcom
- icon_state = "shuttle"
-
-/area/shuttle/escape_pod14/transit
- icon_state = "shuttle"
-
-//Large Escape Pods
-
-/area/shuttle/large_escape_pod1
- name = "\improper Large Escape Pod One"
- music = "music/escape.ogg"
-
-/area/shuttle/large_escape_pod1/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/large_escape_pod1/centcom
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod1/transit
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod2
- name = "\improper Large Escape Pod Two"
- music = "music/escape.ogg"
-
-/area/shuttle/large_escape_pod2/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/large_escape_pod2/centcom
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod2/transit
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod3
- name = "\improper Large Escape Pod Three"
- music = "music/escape.ogg"
-
-/area/shuttle/large_escape_pod3/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/large_escape_pod3/centcom
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod3/transit
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod4
- name = "\improper Large Escape Pod Four"
- music = "music/escape.ogg"
-
-/area/shuttle/large_escape_pod4/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/large_escape_pod4/centcom
- icon_state = "shuttle"
-
-/area/shuttle/large_escape_pod4/transit
- icon_state = "shuttle"
-/area/shuttle/cryo
- name = "\improper Cryogenic Storage"
-
-/area/shuttle/cryo/station
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/airless
-
-/area/shuttle/cryo/centcom
- icon_state = "shuttle"
-
-/area/shuttle/cryo/transit
- icon_state = "shuttle"
-
-// Fishing CHOMPstation edit
-
-/area/surface/outpost/fishing
- name = "\improper Fishing Outpost"
- icon_state = "recreation_area"
-
-/area/surface/outpost/fishing/smes
- name = "\improper Fishing SMES Maintenance"
- icon_state = "substation"
- ambience = AMBIENCE_SUBSTATION //CHOMP Addition
-
-//Shuttle 3 CHOMPedit
-
-/area/shuttle/shuttle3
- name = "\improper Hangar Deck"
- icon_state = "yellow"
- requires_power = 0
- dynamic_lighting = 1
- flags = RAD_SHIELDED
-
-/area/shuttle/shuttle3/start
- name = "\improper Expedition Hangar One"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/reinforced
-
-/area/shuttle/shuttle3/seconddeck
- name = "south of second deck"
- icon_state = "south"
-
-/area/shuttle/shuttle3/stationhangar3
- name = "\improper Hangar Three"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/floor/reinforced
-
-/area/shuttle/shuttle3/mining
- name = "wilderness site"
- icon_state = "shuttlered"
-
-/area/shuttle/shuttle3/transit
- name = "transit"
- icon_state = "shuttlered"
- base_turf = /turf/space/transit/north
-
-/area/shuttle/shuttle3/orbit
- name = "in orbit of Sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/space
-
-/area/shuttle/shuttle3/sky
- name = "hovering over skies of sif"
- icon_state = "shuttlegrn"
- base_turf = /turf/simulated/sky
-
-/area/shuttle/shuttle3/sky_transit
- name = "in flight over sif"
- icon_state = "shuttlered"
- base_turf = /turf/simulated/sky/moving
-
-//CHOMPedit: Exploration outpost ferry shuttle
-
-/area/shuttle/expoutpost/site
- name = "\improper Exploration Sling"
- icon_state = "shuttle2"
-
-/area/shuttle/expoutpost/station
- name = "\improper Exploration Sling"
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced/airless
-
-//CHOMPedit: New Explo Carrier Areas.
-
-/area/expoutpost/stationshuttle
- name = "\improper Station Shuttle to Exploration Carrier"
-
-// Bow
-
-/area/expoutpost/portbowairlock
- name = "\improper Port Bow Airlock"
-
-/area/expoutpost/starboardbowairlock
- name = "\improper Starboard Bow Airlock"
-
-/area/expoutpost/eva
- name = "\improper EVA"
-
-/area/expoutpost/botany
- name = "\improper Botany Lab"
-
-/area/expoutpost/washroom
- name = "\improper Washroom"
-
-/area/expoutpost/civaccesshallway
- name = "\improper Civilian Access Hallway"
-
-/area/expoutpost/janitorial
- name = "\improper Janitorial Closet"
-
-/area/expoutpost/kitchen
- name = "\improper Kitchen"
-
-/area/expoutpost/restrooms
- name = "\improper Restrooms"
-
-/area/expoutpost/portbowhallway
- name = "\improper Port Bow Hallway"
-
-/area/expoutpost/bar
- name = "\improper Bar"
- flags = RAD_SHIELDED
-
-/area/expoutpost/starbowhallway
- name = "\improper Starboard Bow Hallway"
-
-/area/expoutpost/suite1
- name = "\improper Suite One"
- flags = RAD_SHIELDED
-
-/area/expoutpost/suite2
- name = "\improper Suite Two"
- flags = RAD_SHIELDED
-
-/area/expoutpost/pathfinderroom
- name = "\improper Pathfinder's Ready-Room"
- flags = RAD_SHIELDED
-
-/area/expoutpost/commanderroom
- name = "\improper Security Commander's Ready-Room"
- flags = RAD_SHIELDED
-
-/area/expoutpost/portqpadjunction
- name = "\improper Port Q-Pad Junction"
-
-/area/expoutpost/starqpadjunction
- name = "\improper Starboard Q-Pad Junction"
-
-/area/expoutpost/slingcarrierdock
- name = "\improper Sling Carrier Dock"
-
-/area/expoutpost/stationqpad
- name ="\improper Station Q-Pad Junction"
-
-/area/expoutpost/secbowcheckpoint
- name = "\improper Security Bow Checkpoint"
-
-// Midship
-
-/area/expoutpost/staginghangar
- name = "\improper Staging Hangar"
-
-// Stern
-
-/area/expoutpost/uppersternhallway
- name = "\improper Upper Stern Hallway"
-
-/area/expoutpost/medbaylobby
- name = "\improper Medbay Lobby"
-
-/area/expoutpost/medicalbay
- name = "\improper Medical Bay"
-
-/area/expoutpost/surgical1
- name = "\improper Surgical Theatre One"
-
-/area/expoutpost/midsternhallway
- name = "\improper Middle Stern Hallway"
-
-/area/expoutpost/exploarmory
- name = "\improper Exploration Armory"
-
-/area/expoutpost/explobriefroom
- name = "\improper Exploration Briefing Room"
-
-/area/expoutpost/explodorm1
- name = "\improper Exploration Dorm One"
- flags = RAD_SHIELDED
-
-/area/expoutpost/explodorm2
- name = "\improper Exploration Dorm Two"
- flags = RAD_SHIELDED
-
-/area/expoutpost/breakroom
- name = "\improper Public Breakroom"
-
-/area/expoutpost/cic
- name = "\improper Combat Information Center"
-
-/area/expoutpost/secoffice
- name = "\improper Security Office"
-
-/area/expoutpost/gatewayeva
- name = "\improper Gateway EVA"
-
-/area/expoutpost/gateway
- name = "\improper Gateway"
-
-/area/expoutpost/secarmory
- name = "\improper Security Armory"
-
-/area/expoutpost/miningfoyer
- name = "\improper Mining Foyer"
-
-/area/expoutpost/reactoraccess
- name = "\improper Reactor Access"
-
-/area/expoutpost/reactorcr
- name = "\improper Reactor Control Room"
-
-/area/expoutpost/reactorroom
- name = "\improper Fusion Reactor"
-
-/area/expoutpost/rndlobby
- name = "\improper R&D Lobby"
-
-/area/expoutpost/rnd
- name = "\improper Research and Development"
-
-/area/expoutpost/engoffice
- name = "\improper Engineering Office"
-
-/area/expoutpost/engstorage
- name = "\improper Engineering Equipment Room"
-
-/area/expoutpost/atmospherics
- name = "\improper Atmospherics"
-
-/area/expoutpost/secureaccess
- name = "\improper Secure Access Corridor"
-
-/area/expoutpost/techstorage
- name = "\improper Technical Storage"
-
-/area/expoutpost/aicore
- name = "\improper Auxiliary AI Core"
-
-/area/expoutpost/telecomms
- name = "\improper Ship Telecomms"
-
-/area/expoutpost/disposals
- name = "\improper Disposals Sorting"
-
-/area/expoutpost/lowersternhallway
- name = "\improper Lower Stern Hallway"
-
-/area/expoutpost/portfuelstorage
- name = "\improper Port Fuel Storage"
-
-/area/expoutpost/starfuelstorage
- name = "\improper Starboard Fuel Storage"
-
-// Maints
-
-/area/expoutpost/portuppermaint
- name = "\improper Port Upper Maintenance"
-
-/area/expoutpost/staruppermaint
- name = "\improper Starboard Upper Maintenance"
-
-/area/expoutpost/portexplomaint
- name = "\improper Port Exploration Maintenance"
-
-/area/expoutpost/starsciencemaint
- name = "\improper Starboard Science Maintenance"
-
-/area/expoutpost/portlowermaint
- name = "\improper Port Lower Maintenance"
-
-/area/expoutpost/starlowermaint
- name = "\improper Starboard Lower Maintenance"
-
-/area/expoutpost/portsternairlock
- name = "\improper Port Stern Airlock"
-
-/area/expoutpost/starsternairlock
- name = "\improper Starboard Stern Airlock"
-
-// Hangars
-
-/area/expoutpost/hangarone
- name = "\improper Exploration Carrier Hangar One"
- icon_state = "hangar"
-
-/area/expoutpost/hangartwo
- name = "\improper Exploration Carrier Hangar Two"
- icon_state = "hangar"
-
-/area/expoutpost/hangarthree
- name = "\improper Exploration Carrier Hangar Three"
- icon_state = "hangar"
-
-/area/expoutpost/hangarfour
- name = "\improper Exploration Carrier Hangar Four"
- icon_state = "hangar"
-
-/area/expoutpost/hangarfive
- name = "\improper Exploration Carrier Hangar Five"
- icon_state = "hangar"
-
-/area/expoutpost/hangarsix
- name = "\improper Exploration Carrier Hangar Six"
- icon_state = "hangar"
-
-//CHOMPedit: Exploration backup shuttle. For now this is a placeholder for future expedition content.
-
-/area/shuttle/shuttlebackup
- name = "\improper Hangar Deck"
- icon_state = "yellow"
- requires_power = 0
- dynamic_lighting = 1
- flags = RAD_SHIELDED
-
-/area/shuttle/shuttlebackup/start
- name = "\improper Expedition Backup Shuttle Docks"
- icon_state = "shuttlered"
-
-// Misc
-
-/area/wreck/ufoship
- name = "\improper Wreck"
- icon_state = "storage"
- ambience = AMBIENCE_OTHERWORLDLY
-
-/area/wreck/supplyshuttle
- name = "\improper Wreck"
- icon_state = "storage"
- ambience = AMBIENCE_RUINS
-
-/area/shuttle/overmap/sif
- name = "wilderness site"
- icon_state = "shuttlered"
-
-//Temp Removal TFF 15/2/20
-/*
-// CHOMP-Edit: This is the Belt Mining addition
-// Belt Mining Areas
-/area/mine/unexplored/belt_miner
- name = "\improper Belt Mining"
- base_turf = /turf/space
-/area/mine/explored/belt_miner
- name = "\improper Belt Mining"
- base_turf = /turf/space
-
-// Belt Mining outpost areas
-/area/outpost/mining_main/passage
- name = "\improper Mining Outpost Passage"
-/area/outpost/mining_main/hangar
- name = "\improper Mining Outpost Belt Miner Hangar"
-/area/outpost/mining_main/belt_outpost // Master area for "Belt Outpost", all sub-areas follow this one's preset
- name = "\improper Belt Mining Outpost"
- sound_env = ASTEROID
- forced_ambience = list('sound/ambience/ruins/ruins1.ogg')
- lightswitch = 0
-/area/outpost/mining_main/belt_outpost/airlock
- name = "\improper Belt Mining Airlock"
-/area/outpost/mining_main/belt_outpost/dorms
- name = "\improper Belt Mining Dorms"
- forced_ambience = list('sound/ambience/generic/generic1.ogg')
-/area/outpost/mining_main/belt_outpost/substation
- name = "\improper Belt Mining Substation"
- ambience = list('sound/ambience/engineering/engineering1.ogg')
-/area/outpost/mining_main/belt_outpost/atmos
- name = "\improper Belt Mining Atmos"
- ambience = list('sound/ambience/ambiatm1.ogg')
-/area/outpost/mining_main/belt_outpost/solars
- name = "\improper Belt Mining Solars"
-/area/outpost/mining_main/belt_outpost/tank_storage
- name = "\improper Belt Mining Tank Holding and Console Access"
-
-// Belter 2.0 Areas!
-/area/shuttle/beltferry/station
- name = "Belter M2.0 Landed"
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced
-
-/area/shuttle/beltferry/belt // This is our "dock" area for the Belter M2.0
- name = "Belter M2.0 Holding Position"
- icon_state = "shuttle2"
- base_turf = /turf/space
-
-/area/shuttle/beltferry/transit // Transit Area - the in-between.
- name = "Belter M2.0 Transit"
- icon_state = "shuttle2"
-*/
-// CHOMPAdd Start - Maintenance Deck Areas
-/area/maintenance/abcargo
- name = "Abandoned Cargo"
- icon_state = "maint_cargo"
-
-/area/maintenance/abmedical
- name = "Abandoned Medical"
- icon_state = "maint_medbay"
-
-/area/maintenance/abfirstaid
- name = "Abandoned First Aid Station"
- icon_state = "maint_medbay"
-
-/area/maintenance/abchemistry
- name = "Abandoned Chemistry"
- icon_state = "maint_medbay"
-
-/area/maintenance/abscience
- name = "Abandoned Science"
- icon_state = "asmaint"
-
-/area/maintenance/absgenetics
- name = "Abandoned Genetics"
- icon_state = "asmaint"
-
-/area/maintenance/thrift
- name = "Abandoned Thrift Store"
- icon_state = "mid_civilian_hallway"
-
-/area/maintenance/abtheatre
- name = "Abandoned Theatre"
- icon_state = "Theatre"
- sound_env = LARGE_SOFTFLOOR
-
-/area/maintenance/ragecage
- name = "Rage Cage"
- icon_state = "nuke_storage"
-
-/area/engineering/lowlobby
- name = "Engineering Deck 0 Lobby"
- icon_state = "maint_pumpstation"
-
-/area/engineering/backuppowerlobby
- name = "Engineering Backup Power Lobby"
- icon_state = "engineering"
-
-/area/engineering/backuppower
- name = "Engineering Backup Power"
- icon_state = "engineering"
-
-/area/maintenance/substation/gravgen
- name = "Gravity Generator Substation"
- icon_state = "engineering"
-
-/area/engineering/gravgen
- name = "Gravity Generator"
- icon_state = "engineering"
-
-/area/maintenance/engineering/gravgen
- name = "Gravity Generator Maintenance"
-
-/area/maintenance/maintdeck/field
- name = "Maintenance Deck Field"
-
-/area/maintenance/maintdeck/fieldhallway
- name = "Maintenance Deck Field Hallway"
-/area/maintenance/maintdeck/fieldthrift
- name = "Maintenance Deck Thrift Store Hallway"
-
-/area/maintenance/abhydroponicssupp
- name = "Abandoned Botany Supplies"
-
-/area/maintenance/abhydroponics
- name = "Abandoned Botany"
-
-/area/maintenance/smoleroom
- name = "Smole Room"
-
-/area/maintenance/janitoral
- name = "Maintenance Deck Janitoral"
-
-/area/maintenance/lookout
- name = "Maintenance Deck Lookout"
-
-/area/maintenance/bar/dorm_1
- name = "Maintenance Deck Bar Dorms 1"
-
-/area/maintenance/bar/dorm_2
- name = "Maintenance Deck Bar Dorms 2"
-
-//ALL THE NEW AREAS FOR NEW STATION! KAS
-
-/area/SouthernCrossV2 // Parent for var inheritence
- name = "\improper SouthernCross Areas"
- icon_state = "yellow"
-// requires_power = FALSE
-
-//BRIDGE AREAS
-
-/area/SouthernCrossV2/Bridge/
- icon_state = "bridge"
- holomap_color = HOLOMAP_AREACOLOR_COMMAND
- ambience = AMBIENCE_ARRIVALS
- sound_env = LARGE_ENCLOSED
- lightswitch = 0
-
-/area/SouthernCrossV2/Bridge/HoP_Office
- name = "\improper HoP Office"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/AI_Core_Chamber
- name = "\improper AI Core Chamber"
- icon_state = "bridge"
- sound_env = AMBIENCE_AI
-
-/area/SouthernCrossV2/Bridge/AI_Upload_Hall
- name = "\improper AI Upload Hall"
- icon_state = "bridge"
- sound_env = AMBIENCE_AI
-
-/area/SouthernCrossV2/Bridge/Cyborg_Station
- name = "\improper Cyborg Station"
- icon_state = "bridge"
- sound_env = AMBIENCE_AI
-
-/area/SouthernCrossV2/Bridge/Server_Room
- name = "\improper Server Room"
- icon_state = "bridge"
- sound_env = AMBIENCE_AI
-
-/area/SouthernCrossV2/Bridge/Deck3_Corridor
- name = "\improper 3 Deck Corridor"
- icon_state = "bridge"
- lightswitch = 1
-
-/area/SouthernCrossV2/Bridge/HoP_Quarters
- name = "\improper HoP Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/CE_Quarters
- name = "\improper CE Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/CMO_Quarters
- name = "\improper CMO Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/RD_Quarters
- name = "\improper RD Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/HoS_Quarters
- name = "\improper HoS Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/Secretary_Quarters
- name = "\improper Secretary Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/Leisure_Room
- name = "\improper Leisure Room"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Breakroom
- name = "\improper Breakroom"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Control_Atrium
- name = "\improper Control Atrium"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Captain_Office
- name = "\improper Captain Office"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Captain_Quarters
- name = "\improper Captain Quarters"
- icon_state = "bridge"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Bridge/Conference_Room
- name = "\improper Conference Room"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Embassy
- name = "\improper Embassy"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Firstaid_Post
- name = "\improper FirstAid Post"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Vault_Reception
- name = "\improper Vault Reception"
- icon_state = "bridge"
-
-/area/SouthernCrossV2/Bridge/Vault
- name = "\improper Vault"
- icon_state = "bridge"
-
-//SECURITY AREAS
-
-/area/SouthernCrossV2/Security
- icon_state = "security"
- holomap_color = HOLOMAP_AREACOLOR_SECURITY
- ambience = AMBIENCE_HIGHSEC
- sound_env = STANDARD_STATION
- lightswitch = 0
-
-/area/SouthernCrossV2/Security/Aft_Security_Post
- name = "\improper Aft Security Post"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Reception
- name = "\improper Reception"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Deck2_1_Corridor
- name = "\improper 2 Deck 1 Corridor"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Deck2_2_Corridor
- name = "\improper 2 Deck 2 Corridor"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Forensics_Office
- name = "\improper Forensics Office"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Internal_Affairs_Office
- name = "\improper Internal Affairs Office"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/HoS_Office
- name = "\improper HoS Office"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Wardens_Office
- name = "\improper Wardens Office"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Equipment_Storage
- name = "\improper Equipment Storage"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Restroom
- name = "\improper Restroom"
- icon_state = "security"
- lightswitch = 1
-
-/area/SouthernCrossV2/Security/Lobby
- name = "\improper Lobby"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Boardroom
- name = "\improper Boardroom"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Locker_Room
- name = "\improper Locker Room"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Firing_Range
- name = "\improper Firing Range"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Storage_Room
- name = "\improper Storage Room"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Shuttlebay_Storage
- name = "\improper Shuttlebay Storage"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Processing_Room
- name = "\improper Processing Room"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Evidence_Storage
- name = "\improper Evidence Storage"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Armory
- name = "\improper Armory"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Brig
- name = "\improper Brig"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Prison_Wing
- name = "\improper Prison Wing"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Visitation_Room
- name = "\improper Visitation Room"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Quantum_Pad_Checkpoint
- name = "\improper Quantum Pad Checkpoint"
- icon_state = "security"
- lightswitch = 1
-
-/area/SouthernCrossV2/Security/Quantum_Pad_Storage
- name = "\improper Quantum Pad Storage"
- icon_state = "security"
-
-/area/SouthernCrossV2/Security/Exploration_Ship_Bay
- name = "\improper Exploration Ship Bay"
- icon_state = "security"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Security/Exploration_Sling_Shuttle
- name = "\improper Station Shuttle to Exploration Carrier"
- icon_state = "security"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Security/Transit_Turrets
- name = "\improper Transit Turrets"
- icon_state = "security"
-
-//MEDICAL AREAS
-
-/area/SouthernCrossV2/Medical
- icon_state = "medbay"
- holomap_color = HOLOMAP_AREACOLOR_MEDICAL
- ambience = AMBIENCE_GENERIC
- sound_env = STANDARD_STATION
- lightswitch = 0
-
-/area/SouthernCrossV2/Medical/For_Medical_Post
- name = "\improper For Medical Post"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Aft_Medical_Post
- name = "\improper Aft Medical Post"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Port_Medical_Post
- name = "\improper Port Medical Post"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/EMT_Bay
- name = "\improper EMT Bay"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Reception
- name = "\improper Reception"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/FirstAid_Storage
- name = "\improper FirstAid Storage"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Chemistry
- name = "\improper Chemistry"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Distillery
- name = "\improper Distillery"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Treatment_Hall
- name = "\improper Treatment Hall"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Surgery_Viewing
- name = "\improper Surgery Viewing"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Surgery_Room_1
- name = "\improper Surgery Room 1"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Surgery_Room_2
- name = "\improper Surgery Room 2"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Deck2_Evac_Corridor
- name = "\improper 2 Deck Evac Corridor"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Deck2_Corridor
- name = "\improper 2 Deck Corridor"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Patient_Ward
- name = "\improper Patient Ward"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Dressing_Room
- name = "\improper Dressing Room"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Locker_Room
- name = "\improper Locker Room"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/CMO_Office
- name = "\improper CMO Office"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Stairwell
- name = "\improper Stairwell"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Morgue
- name = "\improper Morgue"
- icon_state = "medbay"
- ambience = AMBIENCE_GHOSTLY
-
-/area/SouthernCrossV2/Medical/Resleeving
- name = "\improper Resleeving"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Lounge
- name = "\improper Lounge"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Patient_1
- name = "\improper Patient 1"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Patient_2
- name = "\improper Patient 2"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Patient_3
- name = "\improper Patient 3"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Patient_4
- name = "\improper Patient 4"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Psych_Room_1
- name = "\improper Psych Room 1"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Psych_Room_2
- name = "\improper Psych Room 2"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Virology
- name = "\improper Virology"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Genetics_Lab
- name = "\improper Genetics Lab"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Surgery_Storage
- name = "\improper Surgery Storage"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Deck3_Corridor
- name = "\improper 3 Deck Corridor"
- icon_state = "medbay"
-
-/area/SouthernCrossV2/Medical/Autoresleeving
- name = "\improper Autoresleeving"
- icon_state = "medbay"
- ambience = AMBIENCE_GHOSTLY
-
-/area/SouthernCrossV2/Medical/Restrooms
- name = "\improper Restrooms"
- icon_state = "medbay"
- lightswitch = 1
-
-//SCIENCE AREAS
-
-/area/SouthernCrossV2/Science
- icon_state = "research"
- holomap_color = HOLOMAP_AREACOLOR_SCIENCE
- ambience = AMBIENCE_ENGINEERING
- sound_env = LARGE_SOFTFLOOR
- lightswitch = 0
-
-/area/SouthernCrossV2/Science/Research_Lab
- name = "\improper Research Lab"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Robotics_Lab
- name = "\improper Robotics Lab"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Mech_Bay
- name = "\improper Mech Bay"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Locker_Room
- name = "\improper Locker Room"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Server_Room
- name = "\improper Server Room"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Circuitry_Den
- name = "\improper Circuitry Den"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Testing_Lab
- name = "\improper Testing Lab"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Toxins_Storage
- name = "\improper Toxins Storage"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Toxins_Mixing_Room
- name = "\improper Toxins Mixing Room"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Toxins_Viewing_Port
- name = "\improper Toxins Viewing Port"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/RD_Office
- name = "\improper RD Office"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Observation_Hall
- name = "\improper Observation Hall"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/PA_Chamber
- name = "\improper PA Chamber"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Research_Ship_Bay
- name = "\improper Research Ship Bay"
- icon_state = "research"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Science/Xenobiology_Lab
- name = "\improper Xenobiology Lab"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Xenobotany_Lab
- name = "\improper Xenobotany Lab"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Xenobotany_Isolation_Chamber
- name = "\improper Xenobotany Isolation Chamber"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Testing_Chamber
- name = "\improper Testing Chamber"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/PA_Access
- name = "\improper Testing PA Access"
- icon_state = "research"
-
-/area/SouthernCrossV2/Science/Deck2_Corridor
- name = "\improper 2 Deck Corridor"
- icon_state = "research"
-
-
-//ENGINEERING AREAS
-
-/area/SouthernCrossV2/Engineering
- icon_state = "engineering"
- holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
- ambience = AMBIENCE_ENGINEERING
- sound_env = LARGE_ENCLOSED
- lightswitch = 0
-
-/area/SouthernCrossV2/Engineering/Central_Engineering_Post
- name = "\improper Central Engineering Post"
- icon_state = "engineering"
- lightswitch = 1
-
-/area/SouthernCrossV2/Engineering/GravGen_Room
- name = "\improper GravGen Room"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Telecomms_Foyer
- name = "\improper Telecomms Foyer"
- icon_state = "engineering"
- ambience = AMBIENCE_AI
-
-/area/SouthernCrossV2/Engineering/Telecomms_Control_Room
- name = "\improper Telecomms Control Room"
- icon_state = "engineering"
- ambience = AMBIENCE_AI
-
-/area/SouthernCrossV2/Engineering/Telecomms_Network
- name = "\improper Telecomms Network"
- icon_state = "engineering"
- ambience = AMBIENCE_AI
- lightswitch = 1
-
-/area/SouthernCrossV2/Engineering/Reception
- name = "\improper Reception"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engineering_EVA
- name = "\improper Engineering EVA"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Locker_Room
- name = "\improper Locker Room"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engineering_Workshop
- name = "\improper Engineering Workshop"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Deck2_1_Corridor
- name = "\improper 2 Deck 1 Corridor"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Deck2_2_Corridor
- name = "\improper 2 Deck 2 Corridor"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Deck2_Evac_Corridor
- name = "\improper 2 Deck Evac Corridor"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Storage
- name = "\improper Storage"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Drone_Fab
- name = "\improper Drone Fab"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Canister_Storage
- name = "\improper Canister Storage"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Mech_Bay
- name = "\improper Mech Bay"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Technical_Storage
- name = "\improper Technical Storage"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/CE_Office
- name = "\improper CE Office"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Deck3_1_Corridor
- name = "\improper 3 Deck 1 Corridor"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Deck3_2_Corridor
- name = "\improper 3 Deck 2 Corridor"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Atmospherics_Chamber
- name = "\improper Atmospherics Chamber"
- icon_state = "engineering"
- ambience = AMBIENCE_ATMOS
-
-/area/SouthernCrossV2/Engineering/Atmospherics_Control_Room
- name = "\improper Atmospherics Control Room"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Atmospherics_Substation
- name = "\improper Atmospherics Substation"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine1_Chamber
- name = "\improper 1 Engine Chamber"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine1_Control_Room
- name = "\improper 1 Engine Control Room"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine1_Access_Hall
- name = "\improper 1 Engine Access Hall"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine1_Substation
- name = "\improper 1 Engine Substation"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine2_Chamber
- name = "\improper 2 Engine Chamber"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine3_Control_Room
- name = "\improper 2 Engine Control Room"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine2_Access_Hall
- name = "\improper 2 Engine Access Hall"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine2_Substation
- name = "\improper 2 Engine Substation"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine2_Canister_Storage
- name = "\improper 2 Engine Canister Storage"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine2_Waste_Handling
- name = "\improper 2 Engine Waste Handling"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Construction_Area
- name = "\improper Construction Area"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Airlock_Access
- name = "\improper Airlock Access"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Engine_Tech_Storage
- name = "\improper Engine Tech Storage"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Breakroom
- name = "\improper Engineering Breakroom"
- icon_state = "engineering"
-
-/area/SouthernCrossV2/Engineering/Solar_Control_ForPort
- name = "\improper Solar Control ForPort"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Engineering/Solar_Control_ForStar
- name = "\improper Solar Control ForStar"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Engineering/Solar_Control_AftPort
- name = "\improper Solar Control AftPort"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Engineering/Solar_Control_AftStar
- name = "\improper Solar Control AftStar"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Engineering/Solar_Array_ForPort
- name = "\improper Solar Array ForPort"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
- dynamic_lighting = 0
-
-/area/SouthernCrossV2/Engineering/Solar_Array_ForStar
- name = "\improper Solar Array ForStar"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
- dynamic_lighting = 0
-
-/area/SouthernCrossV2/Engineering/Solar_Array_AftPort
- name = "\improper Solar Array AftPort"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
- dynamic_lighting = 0
-
-/area/SouthernCrossV2/Engineering/Solar_Array_AftStar
- name = "\improper Solar Array AftStar"
- icon_state = "engineering"
- ambience = AMBIENCE_SPACE
- dynamic_lighting = 0
-
-//CARGO AREAS
-
-/area/SouthernCrossV2/Cargo
- icon_state = "quart"
- holomap_color = HOLOMAP_AREACOLOR_CARGO
- ambience = AMBIENCE_HANGAR
- sound_env = SOUND_ENVIRONMENT_HANGAR
- lightswitch = 0
-
-/area/SouthernCrossV2/Cargo/For_Tool_Storage
- name = "\improper For Tool Storage"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Star_Tool_Storage
- name = "\improper Star Tool Storage"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Aft_Tool_Storage
- name = "\improper Aft Tool Storage"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Reception
- name = "\improper Reception"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Packaging_Room
- name = "\improper Packaging Room"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Recycling
- name = "\improper Recycling"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Warehouse
- name = "\improper Warehouse"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Deck2_Stairwell
- name = "\improper 2 Deck Stairwell"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Deck1_Stairwell
- name = "\improper 1 Deck Stairwell"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Supply_Ship_Bay
- name = "\improper Supply Ship Bay"
- icon_state = "quart"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Cargo/Depot1
- name = "\improper 1 Depot"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Depot2
- name = "\improper 2 Depot"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Mining_Ship_Bay
- name = "\improper Mining Ship Bay"
- icon_state = "quart"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Cargo/Mining_EVA
- name = "\improper Mail Room"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Waste_Disposals
- name = "\improper Waste Disposals"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/QM_Office
- name = "\improper QM Office"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Mail_Room
- name = "\improper Mail Room"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Deck1_Corridor
- name = "\improper Mail Room"
- icon_state = "quart"
-
-/area/SouthernCrossV2/Cargo/Breakroom
- name = "\improper Cargo Breakroom"
- icon_state = "quart"
-
-//DOMICILE AREAS
-
-/area/SouthernCrossV2/Domicile
- icon_state = "gaming"
- ambience = AMBIENCE_GENERIC
- sound_env = SOUND_ENVIRONMENT_HALLWAY
- lightswitch = 0
-
-/area/SouthernCrossV2/Domicile/Holodeck
- name = "\improper Holodeck"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Midnight_Bar
- name = "\improper Midnight Bar"
- icon_state = "gaming"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Domicile/Midnight_Kitchen
- name = "\improper Midnight Kitchen"
- icon_state = "gaming"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Domicile/Gallery
- name = "\improper Gallery"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/VR
- name = "\improper VR"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Gym
- name = "\improper Gym"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Gym_Sauna
- name = "\improper Gym Sauna"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Chapel_Lobby
- name = "\improper Chapel Lobby"
- icon_state = "gaming"
- ambience = AMBIENCE_CHAPEL
-
-/area/SouthernCrossV2/Domicile/Chapel_Morgue
- name = "\improper Chapel Morgue"
- icon_state = "gaming"
- ambience = AMBIENCE_CHAPEL
-
-/area/SouthernCrossV2/Domicile/Chapel_Office
- name = "\improper Chapel Office"
- icon_state = "gaming"
- ambience = AMBIENCE_CHAPEL
-
-/area/SouthernCrossV2/Domicile/Central_Restroom
- name = "\improper Central Restroom"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/For_Restroom
- name = "\improper For Restroom"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Star_Restroom
- name = "\improper Star Restroom"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Aft_Restroom
- name = "\improper Aft Restroom"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Port_Restroom
- name = "\improper Port Restroom"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Library
- name = "\improper Library"
- icon_state = "gaming"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Domicile/Library_Cafe
- name = "\improper Library Cafe"
- icon_state = "gaming"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Domicile/Library_Office
- name = "\improper Library Office"
- icon_state = "gaming"
- ambience = AMBIENCE_SPACE
-
-/area/SouthernCrossV2/Domicile/Rec_Lounge
- name = "\improper Rec Lounge"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Office_Lounge
- name = "\improper Office Lounge"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Chomp_Hydroponics
- name = "\improper Chomp Hydroponics"
- icon_state = "gaming"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Domicile/Chomp_Kitchen
- name = "\improper Chomp Kitchen"
- icon_state = "gaming"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Domicile/Chomp_Dinner_1
- name = "\improper Chomp Dinner 1"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Chomp_Dinner_2
- name = "\improper Chomp Dinner 2"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Chomp_Lounge
- name = "\improper Chomp Lounge"
- icon_state = "gaming"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Domicile/Public_Hydroponics
- name = "\improper Public Hydroponics"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Botanical_Shop
- name = "\improper Botanical Shop"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Observation_Atrium
- name = "\improper Observation Atrium"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Observation_Lounge
- name = "\improper Observation Lounge"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Public_Garden
- name = "\improper Public Garden"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Dormitory_01
- name = "\improper Dormitory 01"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 0
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_02
- name = "\improper Dormitory 02"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 0
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_03
- name = "\improper Dormitory 03"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- lightswitch = 0
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_04
- name = "\improper Dormitory 04"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_05
- name = "\improper Dormitory 05"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_06
- name = "\improper Dormitory 06"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_07
- name = "\improper Dormitory 07"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_08
- name = "\improper Dormitory 08"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_09
- name = "\improper Dormitory 09"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_10
- name = "\improper Dormitory 10"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_11
- name = "\improper Dormitory 11"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dormitory_12
- name = "\improper Dormitory 12"
- icon_state = "gaming"
- flags = RAD_SHIELDED
- limit_mob_size = FALSE
- block_suit_sensors = TRUE
- block_tracking = TRUE
- soundproofed = TRUE
- forbid_events = TRUE
-
-/area/SouthernCrossV2/Domicile/Dorm_Corridor_1
- name = "\improper Dorm Corridor 1"
- icon_state = "gaming"
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Dorm_Corridor_2
- name = "\improper Dorm Corridor 2"
- icon_state = "gaming"
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Dorm_Corridor_3
- name = "\improper Dorm Corridor 3"
- icon_state = "gaming"
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Dorm_Corridor_4
- name = "\improper Dorm Corridor 4"
- icon_state = "gaming"
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Dorm_Foyer
- name = "\improper Dorm Foyer"
- icon_state = "gaming"
- lightswitch = 1
-
-/area/SouthernCrossV2/Domicile/Public_Gateway
- name = "\improper Public Gateway"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Emergency_EVA
- name = "\improper Emergency EVA"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Public_EVA
- name = "\improper Public EVA"
- icon_state = "gaming"
-
-/area/SouthernCrossV2/Domicile/Custodial_Office
- name = "\improper Custodial Office"
- icon_state = "gaming"
-
-//COMMONS AREAS
-/area/SouthernCrossV2/Commons
- icon_state = "hallA"
- ambience = AMBIENCE_GENERIC
- sound_env = MEDIUM_SOFTFLOOR
-
-/area/SouthernCrossV2/Commons/ForPort_1_Deck_Observatory
- name = "\improper ForPort 1 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/ForStar_1_Deck_Observatory
- name = "\improper ForStar 1 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/AftPort_1_Deck_Observatory
- name = "\improper AftPort 1 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/AftStar_1_Deck_Observatory
- name = "\improper AftStar 1 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/ForPort_2_Deck_Observatory
- name = "\improper ForPort 2 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/ForStar_2_Deck_Observatory
- name = "\improper ForStar 2 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/AftPort_2_Deck_Observatory
- name = "\improper AftPort 2 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/AftStar_2_Deck_Observatory
- name = "\improper AftStar 2 Deck Observatory"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_Transit_Foyer
- name = "\improper For Transit Foyer"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_Transit_Foyer
- name = "\improper Star Transit Foyer"
- icon_state = "hallA"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Commons/Aft_Transit_Lobby
- name = "\improper Aft Transit Lobby"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_Transit_Foyer
- name = "\improper Port Transit Foyer"
- icon_state = "hallA"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Commons/For_1_Deck_Stairwell
- name = "\improper For 1 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_2_Deck_Stairwell
- name = "\improper For 2 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_3_Deck_Stairwell
- name = "\improper For 3 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_1_Deck_Stairwell
- name = "\improper Star 1 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_2_Deck_Stairwell
- name = "\improper Star 2 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_3_Deck_Stairwell
- name = "\improper Star 3 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_1_Deck_Stairwell
- name = "\improper Aft 1 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Stairwell
- name = "\improper Aft 2 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_3_Deck_Stairwell
- name = "\improper Aft 3 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_1_Deck_Stairwell
- name = "\improper Port 1 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_2_Deck_Stairwell
- name = "\improper Port 2 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_3_Deck_Stairwell
- name = "\improper Port 3 Deck Stairwell"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_2_Deck_Central_Corridor_1
- name = "\improper For 2 Deck Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_2_Deck_Central_Corridor_2
- name = "\improper For 2 Deck Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_2_Deck_Central_Corridor_1
- name = "\improper Star 2 Deck Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_2_Deck_Central_Corridor_2
- name = "\improper Star 2 Deck Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Central_Corridor_1
- name = "\improper Aft 2 Deck Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Central_Corridor_2
- name = "\improper Aft 2 Deck Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_2_Deck_Central_Corridor_1
- name = "\improper Port 2 Deck Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_2_Deck_Central_Corridor_2
- name = "\improper Port 2 Deck Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_3_Deck_Central_Corridor_1
- name = "\improper Aft 3 Deck Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_3_Deck_Central_Corridor_2
- name = "\improper Aft 3 Deck Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_2_Deck_Corridor_1
- name = "\improper For 2 Deck Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_2_Deck_Corridor_2
- name = "\improper For 2 Deck Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_2_Deck_Corridor_1
- name = "\improper Star 2 Deck Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_2_Deck_Corridor_2
- name = "\improper Star 2 Deck Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Corridor_1
- name = "\improper Aft 2 Deck Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Corridor_2
- name = "\improper Aft 2 Deck Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_2_Deck_Corridor_1
- name = "\improper Port 2 Deck Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_2_Deck_Corridor_2
- name = "\improper Port 2 Deck Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Lobby
- name = "\improper Aft 2 Deck Lobby"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Aft_2_Deck_Shuttlebay_Corridor
- name = "\improper Aft 2 Deck Shuttlebay Corridor"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Central_1_Deck_Hall
- name = "\improper Central 1 Deck Hall"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Central_2_Deck_Hall
- name = "\improper Central 2 Deck Hall"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Central_3_Deck_Hall
- name = "\improper Central 3 Deck Hall"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Cryostorage_Lounge
- name = "\improper Cryostorage Lounge"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Deck1_Transit_Hall
- name = "\improper 1 Deck Transit Hall"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Deck1_Corridor
- name = "\improper 1 Deck Corridor"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/For_Locker_Room
- name = "\improper For Locker Room"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Planetside_Equipment
- name = "\improper Planetside Equipment"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_Breakroom
- name = "\improper Star Breakroom"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_Breakroom
- name = "\improper Port Breakroom"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_1Deck_Central_Corridor_1
- name = "\improper Port Deck1 Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_1Deck_Central_Corridor_2
- name = "\improper Port Deck1 Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_1Deck_Central_Corridor_1
- name = "\improper Star Deck1 Central Corridor 1"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_1Deck_Central_Corridor_2
- name = "\improper Star Deck1 Central Corridor 2"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Port_1Deck_Atrium
- name = "\improper Port Deck1 Atrium"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Star_1Deck_Atrium
- name = "\improper Star Deck1 Atrium"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Stairwell_For
- name = "\improper Stairwell Forward"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Stairwell_Star
- name = "\improper Stairwell Starboard"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Stairwell_Aft
- name = "\improper Stairwell Aft"
- icon_state = "hallA"
-
-/area/SouthernCrossV2/Commons/Stairwell_Port
- name = "\improper Stairwell Port"
- icon_state = "hallA"
-
-
-//HARBOR AREAS
-
-/area/SouthernCrossV2/Harbor
- icon_state = "hangar"
- ambience = AMBIENCE_ARRIVALS
- sound_env = SOUND_ENVIRONMENT_HANGAR
-
-
-/area/SouthernCrossV2/Harbor/Dock1
- name = "\improper 1 Dock"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Dock2
- name = "\improper 2 Dock"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Dock3
- name = "\improper 3 Dock"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Dock4
- name = "\improper 4 Dock"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Dock5
- name = "\improper 5 Dock"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Ship_Bay1
- name = "\improper 1 Ship Bay"
- icon_state = "hangar"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Harbor/Ship_Bay2
- name = "\improper 2 Ship Bay"
- icon_state = "hangar"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Harbor/Ship_Bay3
- name = "\improper 3 Ship Bay"
- icon_state = "hangar"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Harbor/Ship_Bay4
- name = "\improper 4 Ship Bay"
- icon_state = "hangar"
- ambience = AMBIENCE_HANGAR
-
-/area/SouthernCrossV2/Harbor/Port_Docking_Foyer
- name = "\improper Port Docking Foyer"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Star_Docking_Foyer
- name = "\improper Star Docking Foyer"
- icon_state = "hangar"
- flags = RAD_SHIELDED
-
-/area/SouthernCrossV2/Harbor/Fueling_Post
- name = "\improper Fueling Post"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Fueling_Storage
- name = "\improper Fueling Storage"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/For_Shuttlebay
- name = "\improper For Shuttlebay"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Star_Shuttlebay
- name = "\improper Star Shuttlebay"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Aft_Shuttlebay
- name = "\improper Aft Shuttlebay"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Port_Shuttlebay
- name = "\improper Port Shuttlebay"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/For_3_Deck_Airlock_Access_1
- name = "\improper For 3 Deck Airlock Access 1"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/For_3_Deck_Airlock_Access_2
- name = "\improper For 3 Deck Airlock Access 2"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Star_2_Deck_Airlock_Access
- name = "\improper Star 2 Deck Airlock Access"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Star_3_Deck_Airlock_Access
- name = "\improper Star 3 Deck Airlock Access"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Aft_3_Deck_Airlock_Access
- name = "\improper Aft 3 Deck Airlock Access"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Aft_2_Deck_Airlock_Access
- name = "\improper Aft 2 Deck Airlock Access"
- icon_state = "hangar"
-
-/area/SouthernCrossV2/Harbor/Port_3_Deck_Airlock_Access
- name = "\improper Port 3 Deck Airlock Access"
- icon_state = "hangar"
-
-//EVACUATION AREAS
-
-/area/SouthernCrossV2/Evac
- icon_state = "shuttle2"
- requires_power = FALSE
- flags = RAD_SHIELDED
- ambience = AMBIENCE_SPACE
- sound_env = SMALL_SOFTFLOOR
- base_turf = /turf/simulated/floor/airless
-
-/area/SouthernCrossV2/Evac/Pod01
- name = "\improper 01 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod02
- name = "\improper 02 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod03
- name = "\improper 03 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod04
- name = "\improper 04 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod05
- name = "\improper 05 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod06
- name = "\improper 06 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod07
- name = "\improper 07 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod08
- name = "\improper 08 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod09
- name = "\improper 09 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod10
- name = "\improper 10 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod11
- name = "\improper 11 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod12
- name = "\improper 12 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod13
- name = "\improper 13 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Pod14
- name = "\improper 14 Pod"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Cryogenic_Shuttle
- name = "\improper Cryogenic Shuttle"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Star_Transport_Shuttle
- name = "\improper Star Transport Shuttle"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Port_Transport_Shuttle
- name = "\improper Port Transport Shuttle"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Medical_Shuttle
- name = "\improper Medical Shuttle"
- icon_state = "shuttle2"
-
-/area/SouthernCrossV2/Evac/Engineering_Shuttle
- name = "\improper Engineering Shuttle"
- icon_state = "shuttle2"
-
-//MAINTENANCE AREAS
-
-/area/SouthernCrossV2/Maints
- icon_state = "fsmaint"
- flags = RAD_SHIELDED
- ambience = AMBIENCE_MAINTENANCE
- sound_env = SOUND_ENVIRONMENT_SEWER_PIPE
-
-/area/SouthernCrossV2/Maints/ab_StripBar
- name = "\improper abandoned StripBar"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Medical
- name = "\improper abandoned Medical"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Surgery
- name = "\improper abandoned Surgery"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_GeneralStore
- name = "\improper abandoned GeneralStore"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Kitchen
- name = "\improper abandoned Kitchen"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Hydroponics
- name = "\improper abandoned Hydroponics"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_SportsField
- name = "\improper abandoned SportsField"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_CardTrading
- name = "\improper abandoned CardTrading"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_ChuteTrade
- name = "\improper abandoned ChuteTrade"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Theater
- name = "\improper abandoned Theater"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Pdance
- name = "\improper abandoned Pdance"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_Chapel
- name = "\improper abandoned Chapel"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/ab_TeshDen
- name = "\improper abandoned TeshDen"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_1
- name = "\improper Market Stall 1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_2
- name = "\improper Market Stall 2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_3
- name = "\improper Market Stall 3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_4
- name = "\improper Market Stall 4"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_5
- name = "\improper Market Stall 5"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Market_Stall_6
- name = "\improper Market Stall 6"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Port_Corridor
- name = "\improper Deck1 Port Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Star_Corridor
- name = "\improper Deck1 Star Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForPort_Corridor1
- name = "\improper Deck1 ForPort Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForPort_Corridor2
- name = "\improper Deck1 ForPort Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForPort_Corridor3
- name = "\improper Deck1 ForPort Corridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForPort_Chamber1
- name = "\improper Deck1 ForPort Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Corridor1
- name = "\improper Deck1 ForStar Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Corridor2
- name = "\improper Deck1 ForStar Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Corridor3
- name = "\improper Deck1 ForStar Corridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Chamber1
- name = "\improper Deck1 ForStar Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Chamber2
- name = "\improper Deck1 ForStar Chamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_ForStar_Chamber3
- name = "\improper Deck1 ForStar Chamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftStar1_Corridor1
- name = "\improper Deck1 AftStar1 Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftStar1_Corridor2
- name = "\improper Deck1 AftStar1 Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftStar1_Corridor3
- name = "\improper Deck1 AftStar1 Corridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Corridor1
- name = "\improper Deck1 AftPort Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Corridor2
- name = "\improper Deck1 AftPort Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Corridor3
- name = "\improper Deck1 AftPort Corridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Chamber1
- name = "\improper Deck1 AftPort Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Chamber2
- name = "\improper Deck1 AftPort Chamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_AftPort_Chamber3
- name = "\improper Deck1 AftPort Chamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Cargo_Corridor1
- name = "\improper Deck1 Cargo Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Cargo_Corridor2
- name = "\improper Deck1 Cargo Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Cargo_Corridor3
- name = "\improper Deck1 Cargo Corridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Cargo_Chamber1
- name = "\improper Deck1 Cargo Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_PortCorridor1
- name = "\improper Deck1 Security PortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_PortCorridor2
- name = "\improper Deck1 Security PortCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_PortChamber1
- name = "\improper Deck1 Security PortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_PortChamber2
- name = "\improper Deck1 Security PortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_PortChamber3
- name = "\improper Deck1 Security PortChamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_StarCorridor1
- name = "\improper Deck1 Security StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_StarCorridor2
- name = "\improper Deck1 Security StarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_StarCorridor3
- name = "\improper Deck1 Security StarCorridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_StarChamber1
- name = "\improper Deck1 Security StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Security_StarChamber2
- name = "\improper Deck1 Security StarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Science_ForCorridor1
- name = "\improper Deck1 Science ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck1_Science_AftCorridor1
- name = "\improper Deck1 Science AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_For_Corridor
- name = "\improper Deck2 For Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_ForStar_Corridor
- name = "\improper Deck2 ForStar Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Star_Corridor
- name = "\improper Deck2 Star Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_AftStar_Corridor
- name = "\improper Deck2 AftStar Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Aft_Corridor
- name = "\improper Deck2 Aft Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_AftPort_Corridor
- name = "\improper Deck2 AftPort Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Port_Corridor
- name = "\improper Deck2 Port Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_ForPort_Corridor
- name = "\improper Deck2 ForPort Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_StarCorridor1
- name = "\improper Deck2 Security StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_AftStarCorridor1
- name = "\improper Deck2 Security AftStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_AftStarCorridor2
- name = "\improper Deck2 Security AftStarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_AftPortCorridor1
- name = "\improper Deck2 Security AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_AftPortCorridor2
- name = "\improper Deck2 Security AftPortCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForPortCorridor1
- name = "\improper Deck2 Security ForPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForPortChamber1
- name = "\improper Deck2 Security ForPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForCorridor1
- name = "\improper Deck2 Security ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForCorridor2
- name = "\improper Deck2 Security ForCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForCorridor3
- name = "\improper Deck2 Security ForCorridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_PortCorridor1
- name = "\improper Deck2 Security PortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForCorridor1
- name = "\improper Deck2 Security ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Security_ForStar_Chamber
- name = "\improper Deck2 Security ForStar Chamber"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_ForCorridor1
- name = "\improper Deck2 Science ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_StarCorridor1
- name = "\improper Deck2 Science StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_StarCorridor2
- name = "\improper Deck2 Science StarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_StarChamber1
- name = "\improper Deck2 Science StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_ForPort_Corridor
- name = "\improper Deck2 Science ForPort Corridor"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Science_ForPort_Chamber
- name = "\improper Deck2 Science ForPort Chamber"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Medical_AftPortChamber1
- name = "\improper Deck2 Medical AftPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Medical_AftPortCorridor1
- name = "\improper Deck2 Medical AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Medical_AftCorridor1
- name = "\improper Deck2 Medical AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Medical_AftCorridor2
- name = "\improper Deck2 Medical AftCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Medical_AftStarChamber1
- name = "\improper Deck2 Medical AftStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_ForStarCorridor1
- name = "\improper Deck2 Civilian ForStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_ForStarCorridor2
- name = "\improper Deck2 Civilian ForStarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_StarCorridor1
- name = "\improper Deck2 Civilian StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_StarChamber1
- name = "\improper Deck2 Civilian StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_StarChamber2
- name = "\improper Deck2 Civilian StarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_AftCorridor1
- name = "\improper Deck2 Civilian AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_AftPortCorridor1
- name = "\improper Deck2 Civilian AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_PortChamber1
- name = "\improper Deck2 Civilian PortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_PortChamber2
- name = "\improper Deck2 Civilian PortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_ForPortCorridor1
- name = "\improper Deck2 Civilian ForPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_ForPortCorridor2
- name = "\improper Deck2 Civilian ForPortCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Civilian_ForPortChamber1
- name = "\improper Deck2 Civilian ForPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_StarChamber1
- name = "\improper Deck2 Cargo StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_AftStarChamber1
- name = "\improper Deck2 Cargo AftStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_AftStarCorridor1
- name = "\improper Deck2 Cargo AftStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_AftCorridor1
- name = "\improper Deck2 Cargo AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_AftCorridor2
- name = "\improper Deck2 Cargo AftCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Cargo_AftPortCorridor1
- name = "\improper Deck2 Cargo AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_PortCorridor1
- name = "\improper Deck2 Engineering PortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_PortCorridor2
- name = "\improper Deck2 Engineering PortCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_PortChamber1
- name = "\improper Deck2 Engineering PortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_PortChamber2
- name = "\improper Deck2 Engineering PortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_ForStarChamber1
- name = "\improper Deck2 Engineering ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_ForStarChamber2
- name = "\improper Deck2 Engineering ForStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck2_Engineering_ForStarCorridor1
- name = "\improper Deck2 Engineering ForStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForChamber1
- name = "\improper Deck3 Bridge ForChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor1
- name = "\improper Deck3 Bridge ForStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor2
- name = "\improper Deck3 Bridge ForStarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor3
- name = "\improper Deck3 Bridge ForStarCorridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarChamber1
- name = "\improper Deck3 Bridge ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_AftStarCorridor1
- name = "\improper Deck3 Bridge AftStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_AftPortCorridor1
- name = "\improper Deck3 Bridge AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor1
- name = "\improper Deck3 Bridge ForStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor2
- name = "\improper Deck3 Bridge ForStarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForStarCorridor3
- name = "\improper Deck3 Bridge ForStarCorridor3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForPort_Chamber1
- name = "\improper Deck3 Bridge ForPort Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForPort_Corridor1
- name = "\improper Deck3 Bridge ForPort Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Bridge_ForPort_Corridor2
- name = "\improper Deck3 Bridge ForPort Corridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForChamber1
- name = "\improper Deck3 Medical ForChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForChamber2
- name = "\improper Deck3 Medical ForChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForChamber3
- name = "\improper Deck3 Medical ForChamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForStarChamber1
- name = "\improper Deck3 Medical ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForStarChamber2
- name = "\improper Deck3 Medical ForStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForStarChamber3
- name = "\improper Deck3 Medical ForStarChamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_StarCorridor1
- name = "\improper Deck3 Medical StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftStarChamber1
- name = "\improper Deck3 Medical AftStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftCorridor1
- name = "\improper Deck3 Medical AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftCorridor2
- name = "\improper Deck3 Medical AftCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftPortCorridor1
- name = "\improper Deck3 Medical AftPortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftPortChamber1
- name = "\improper Deck3 Medical AftPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_AftPortChamber2
- name = "\improper Deck3 Medical AftPortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_PortChamber1
- name = "\improper Deck3 Medical PortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_PortChamber2
- name = "\improper Deck3 Medical PortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForPortChamber1
- name = "\improper Deck3 Medical ForPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Medical_ForPortChamber2
- name = "\improper Deck3 Medical ForPortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForCorridor1
- name = "\improper Deck3 Dorms ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForStarChamber1
- name = "\improper Deck3 Dorms ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForStarChamber2
- name = "\improper Deck3 Dorms ForStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_StarCorridor1
- name = "\improper Deck3 Dorms StarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_StarCorridor2
- name = "\improper Deck3 Dorms StarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_StarChamber1
- name = "\improper Deck3 Dorms StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_StarChamber2
- name = "\improper Deck3 Dorms StarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_AftCorridor1
- name = "\improper Deck3 Dorms AftCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_AftCorridor2
- name = "\improper Deck3 Dorms AftCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_AftPortChamber1
- name = "\improper Deck3 Dorms AftPortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_AftPortChamber2
- name = "\improper Deck3 Dorms AftPortChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_PortCorridor1
- name = "\improper Deck3 Dorms PortCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_PortChamber1
- name = "\improper Deck3 Dorms PortChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForStarChamber1
- name = "\improper Deck3 Dorms ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForStarChamber2
- name = "\improper Deck3 Dorms ForStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForPort_Corridor1
- name = "\improper Deck3 Dorms ForPort Corridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Dorms_ForPort_Chamber1
- name = "\improper Deck3 Dorms ForPort Chamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_ForCorridor1
- name = "\improper Deck3 Engineering ForCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_ForStarChamber1
- name = "\improper Deck3 Engineering ForStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_ForStarChamber2
- name = "\improper Deck3 Engineering ForStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_StarChamber1
- name = "\improper Deck3 Engineering StarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_AftStarCorridor1
- name = "\improper Deck3 Engineering AftStarCorridor1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_AftStarCorridor2
- name = "\improper Deck3 Engineering AftStarCorridor2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_AftStarChamber1
- name = "\improper Deck3 Engineering AftStarChamber1"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_AftStarChamber2
- name = "\improper Deck3 Engineering AftStarChamber2"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Engineering_AftStarChamber3
- name = "\improper Deck3 Engineering AftStarChamber3"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Center_Star
- name = "\improper Deck3 Center Star"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Deck3_Center_Port
- name = "\improper Deck3 Center Port"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Distro_Central
- name = "\improper Distro Central"
- icon_state = "engineering"
- ambience = AMBIENCE_ATMOS
-
-/area/SouthernCrossV2/Maints/Distro_Harbor
- name = "\improper Distro Harbor"
- icon_state = "engineering"
- ambience = AMBIENCE_ATMOS
-
-/area/SouthernCrossV2/Maints/Distro_Civilian
- name = "\improper Distro Civilian"
- icon_state = "engineering"
- ambience = AMBIENCE_ATMOS
-
-/area/SouthernCrossV2/Maints/Research_Substation
- name = "\improper Research Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Medical_Substation
- name = "\improper Medical Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Dorms_Substation
- name = "\improper Dorms Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Domicile_Substation
- name = "\improper Domicile Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Harbor_Substation
- name = "\improper Harbor Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Telecomms_Substation
- name = "\improper Telecomms Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Security_Substation
- name = "\improper Security Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Bridge_Substation
- name = "\improper Bridge Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/AI_Substation
- name = "\improper AI Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Cargo_Substation
- name = "\improper Cargo Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-/area/SouthernCrossV2/Maints/Engineering_Substation
- name = "\improper Engineering Substation"
- icon_state = "engineering"
- ambience = AMBIENCE_SUBSTATION
- lightswitch = 1
-
-//Temp Testing areas
-/area/SouthernCrossV2/Maints/Room_01
- name = "\improper Room 01"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_02
- name = "\improper Room 02"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_03
- name = "\improper Room 03"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_04
- name = "\improper Room 04"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_05
- name = "\improper Room 05"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_06
- name = "\improper Room 06"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_07
- name = "\improper Room 07"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_08
- name = "\improper Room 08"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_09
- name = "\improper Room 09"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_10
- name = "\improper Room 10"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_11
- name = "\improper Room 11"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_12
- name = "\improper Room 12"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_13
- name = "\improper Room 13"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_14
- name = "\improper Room 14"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_15
- name = "\improper Room 15"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_16
- name = "\improper Room 16"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_17
- name = "\improper Room 17"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_18
- name = "\improper Room 18"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_19
- name = "\improper Room 19"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_20
- name = "\improper Room 20"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_21
- name = "\improper Room 21"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_22
- name = "\improper Room 22"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_23
- name = "\improper Room 23"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_24
- name = "\improper Room 24"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_25
- name = "\improper Room 25"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_26
- name = "\improper Room 26"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_27
- name = "\improper Room 27"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_28
- name = "\improper Room 28"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_29
- name = "\improper Room 29"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_30
- name = "\improper Room 30"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_31
- name = "\improper Room 31"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_32
- name = "\improper Room 32"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_33
- name = "\improper Room 33"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_34
- name = "\improper Room 34"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_35
- name = "\improper Room 35"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_36
- name = "\improper Room 36"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_37
- name = "\improper Room 37"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_38
- name = "\improper Room 38"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_39
- name = "\improper Room 39"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_40
- name = "\improper Room 40"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_41
- name = "\improper Room 41"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_42
- name = "\improper Room 42"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_43
- name = "\improper Room 43"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_44
- name = "\improper Room 44"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_45
- name = "\improper Room 45"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_46
- name = "\improper Room 46"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_47
- name = "\improper Room 47"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_48
- name = "\improper Room 48"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_49
- name = "\improper Room 49"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_50
- name = "\improper Room 50"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_51
- name = "\improper Room 51"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_52
- name = "\improper Room 52"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_53
- name = "\improper Room 53"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_54
- name = "\improper Room 54"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_55
- name = "\improper Room 55"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_56
- name = "\improper Room 56"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_57
- name = "\improper Room 57"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_58
- name = "\improper Room 58"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_59
- name = "\improper Room 59"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_60
- name = "\improper Room 60"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_61
- name = "\improper Room 61"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_62
- name = "\improper Room 62"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_63
- name = "\improper Room 63"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_64
- name = "\improper Room 64"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_65
- name = "\improper Room 65"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_66
- name = "\improper Room 66"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_67
- name = "\improper Room 67"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_68
- name = "\improper Room 68"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_69
- name = "\improper Room 69"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_70
- name = "\improper Room 70"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_71
- name = "\improper Room 71"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_72
- name = "\improper Room 72"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_73
- name = "\improper Room 73"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_74
- name = "\improper Room 74"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_75
- name = "\improper Room 75"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_76
- name = "\improper Room 76"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_77
- name = "\improper Room 77"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_78
- name = "\improper Room 78"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_79
- name = "\improper Room 79"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_80
- name = "\improper Room 80"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_81
- name = "\improper Room 81"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_82
- name = "\improper Room 82"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_83
- name = "\improper Room 83"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_84
- name = "\improper Room 84"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_85
- name = "\improper Room 85"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_86
- name = "\improper Room 86"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_87
- name = "\improper Room 87"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_88
- name = "\improper Room 88"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_89
- name = "\improper Room 89"
- icon_state = "fsmaint"
-
-/area/SouthernCrossV2/Maints/Room_90
- name = "\improper Room 90"
- icon_state = "fsmaint"
diff --git a/maps/southern_sun/southern_cross_events.dm b/maps/southern_sun/southern_cross_events.dm
deleted file mode 100644
index 0fdce99136..0000000000
--- a/maps/southern_sun/southern_cross_events.dm
+++ /dev/null
@@ -1,23 +0,0 @@
-// The Station Director's office is specific to the Southern Cross, so this needs to go here.
-/datum/event2/event/prison_break/bridge
- area_types_to_break = list(
- /area/bridge,
- /area/bridge_hallway,
- /area/crew_quarters/heads/sc/sd
- )
-
-// So is xenoflora isolation it seems.
-/datum/event2/meta/prison_break/xenobio
- irrelevant_areas = list(
- /area/rnd/xenobiology/xenoflora,
- /area/rnd/xenobiology/xenoflora_storage,
- /area/rnd/xenobiology/xenoflora_isolation
- )
-
-/datum/event2/event/prison_break/xenobio
- area_types_to_ignore = list(
- /area/rnd/xenobiology/xenoflora,
- /area/rnd/xenobiology/xenoflora_storage,
- /area/rnd/xenobiology/xenoflora_isolation
- )
- ignore_blast_doors = TRUE // Needed to avoid a breach.
\ No newline at end of file
diff --git a/maps/southern_sun/southern_cross_jobs.dm b/maps/southern_sun/southern_cross_jobs.dm
deleted file mode 100644
index a1597d9ddb..0000000000
--- a/maps/southern_sun/southern_cross_jobs.dm
+++ /dev/null
@@ -1,106 +0,0 @@
-// Pilots
-
-var/const/SAR =(1<<11)
-var/const/PILOT =(1<<13)
-var/const/EXPLORER =(1<<14)
-
-var/const/access_pilot = 67
-var/const/access_explorer = 43
-
-/datum/access/pilot
- id = access_pilot
- desc = JOB_PILOT
- region = ACCESS_REGION_SUPPLY
-
-/datum/access/explorer
- id = access_explorer
- desc = JOB_EXPLORER
- region = ACCESS_REGION_GENERAL
-
-//SC Jobs
-
-/*
-
-//Will see about getting working later.
-
-/datum/job/captain
- title = "Station Director"
- flag = CAPTAIN
- department = "Command"
- head_position = 1
- department_flag = ENGSEC
- faction = "Station"
- total_positions = 1
- spawn_positions = 1
- supervisors = "company officials and Corporate Regulations"
- selection_color = "#1D1D4F"
- req_admin_notify = 1
- access = list() //See get_access()
- minimal_access = list() //See get_access()
- minimal_player_age = 14
- economic_modifier = 20
-
- minimum_character_age = 25
- ideal_character_age = 50 // Because 70 is a tad on the old side
-
- outfit_type = /decl/hierarchy/outfit/job/captain
- alt_titles = list("Site Manager", "Overseer")
-
-/datum/job/captain/get_access()
- return get_all_station_access()
-*/
-
-/datum/job/pilot
- title = JOB_PILOT
- flag = PILOT
- department = "Civilian"
- department_flag = CIVILIAN
- faction = FACTION_STATION
- total_positions = 2
- spawn_positions = 2
- supervisors = "the " + JOB_HEAD_OF_PERSONNEL
- selection_color = "#515151"
- economic_modifier = 4
- access = list(access_eva, access_maint_tunnels, access_external_airlocks, access_pilot, access_cargo, access_mining, access_mining_station)
- minimal_access = list(access_eva, access_maint_tunnels, access_external_airlocks, access_pilot, access_cargo, access_mining, access_mining_station)
- outfit_type = /decl/hierarchy/outfit/job/pilot
-
-/datum/job/explorer
- title = JOB_EXPLORER
- flag = EXPLORER
- department = "Civilian"
- department_flag = CIVILIAN
- faction = FACTION_STATION
- total_positions = 4
- spawn_positions = 4
- supervisors = "the " + JOB_PATHFINDER + " and the " + JOB_HEAD_OF_PERSONNEL
- selection_color = "#515151"
- economic_modifier = 4
- access = list(access_explorer, access_research)
- minimal_access = list(access_explorer, access_research)
- banned_job_species = list(SPECIES_ZADDAT)
-
- outfit_type = /decl/hierarchy/outfit/job/explorer2
-/*
- alt_titles = list(
- JOB_ALT_EXPLORERE_TECHNICIAN = /decl/hierarchy/outfit/job/explorer2/technician,
- JOB_ALT_EXPLORER_MEDIC = /decl/hierarchy/outfit/job/explorer2/medic)
-*/
-
-/datum/job/sar
- title = JOB_SEARCH_AND_RESCUE
- flag = SAR
- department = "Medical"
- department_flag = MEDSCI
- faction = FACTION_STATION
- total_positions = 2
- spawn_positions = 2
- supervisors = "the " * JOB_CHIEF_MEDICAL_OFFICER
- selection_color = "#515151"
- economic_modifier = 4
- access = list(access_medical, access_medical_equip, access_morgue, access_surgery, access_chemistry, access_virology, access_eva, access_maint_tunnels, access_external_airlocks, access_psychiatrist, access_explorer)
- minimal_access = list(access_medical, access_medical_equip, access_morgue, access_explorer)
- min_age_by_species = list(SPECIES_PROMETHEAN = 2)
-
- outfit_type = /decl/hierarchy/outfit/job/medical/sar
- job_description = "A " + JOB_SEARCH_AND_RESCUE + " operative recovers individuals who are injured or dead on the surface of Sif."
diff --git a/maps/southern_sun/southern_cross_overrides.dm b/maps/southern_sun/southern_cross_overrides.dm
deleted file mode 100644
index 24c83dd82b..0000000000
--- a/maps/southern_sun/southern_cross_overrides.dm
+++ /dev/null
@@ -1,31 +0,0 @@
-/mob/living/silicon/robot/platform/explorer
- req_access = list(access_explorer)
-
-/mob/living/silicon/robot/platform/cargo
- req_access = list(access_cargo_bot)
-
-/obj/item/card/id/platform/Initialize()
- . = ..()
- access |= access_explorer
- access |= access_pilot
-
-/obj/structure/dark_portal/hub
- destination_station_areas = list(/area/hallway/primary/firstdeck/elevator)
- destination_wilderness_areas = list(/area/surface/outside/path/plains)
-
-/datum/map_template/shelter/dark_portal/New()
- . = ..()
- blacklisted_areas = typecacheof(list(/area/centcom, /area/shadekin, /area/vr))
-
-/mob/living/carbon/human/shadekin_ability_check()
- . = ..()
- if(. && istype(get_area(src), /area/vr))
- to_chat(src, "The VR systems cannot comprehend this power! This is useless to you!")
- . = FALSE
-
-
-/obj/item/disposable_teleporter/attack_self(mob/user as mob)//Prevents people from using technomancer gear to escape to station from the VR pods.
- if(istype(get_area(user), /area/vr))
- to_chat(user, "\The [src] does not appear to work in VR! This is useless to you!")
- return
- . = ..()
diff --git a/maps/southern_sun/southern_cross_shuttles_ch.dm b/maps/southern_sun/southern_cross_shuttles_ch.dm
deleted file mode 100644
index 32e15be1df..0000000000
--- a/maps/southern_sun/southern_cross_shuttles_ch.dm
+++ /dev/null
@@ -1,26 +0,0 @@
-
-//Exploration carrier
-/obj/machinery/computer/shuttle_control/exploration
- name = "Exploration Sling Control Console"
- shuttle_tag = "Exploration"
-
-/datum/shuttle/autodock/ferry/exploration
- name = "Exploration"
- warmup_time = 10
- location = FERRY_LOCATION_STATION
- shuttle_area = /area/shuttle/expoutpost/station
- landmark_offsite = "sling_outpost"
- landmark_station = "sling_station"
- docking_controller_tag = "exp_sling"
-
-/obj/effect/shuttle_landmark/southern_cross/sling_station
- name = "Sling Station"
- landmark_tag = "sling_station"
- docking_controller = "exp_sling_station"
- base_area = /area/space
- base_turf = /turf/simulated/floor/reinforced/airless
-
-/obj/effect/shuttle_landmark/southern_cross/sling_outpost
- name = "Sling Carrier"
- landmark_tag = "sling_outpost"
- docking_controller = "exp_sling_outpost"
\ No newline at end of file
diff --git a/maps/southern_sun/structures/closets/engineering.dm b/maps/southern_sun/structures/closets/engineering.dm
deleted file mode 100644
index fdaffb3995..0000000000
--- a/maps/southern_sun/structures/closets/engineering.dm
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * SC Engineering
- */
-
-
-/obj/structure/closet/secure_closet/engineering_chief_wardrobe
- name = "chief engineer's wardrobe"
- req_access = list(access_ce)
- closet_appearance = /decl/closet_appearance/secure_closet/engineering/ce
-
- starts_with = list(
- /obj/item/clothing/under/rank/chief_engineer,
- /obj/item/clothing/under/rank/chief_engineer/skirt,
- /obj/item/clothing/head/hardhat/white,
- /obj/item/clothing/shoes/brown,
- /obj/item/cartridge/ce,
- /obj/item/radio/headset/heads/ce,
- /obj/item/radio/headset/heads/ce/alt,
- /obj/item/clothing/suit/storage/hazardvest,
- /obj/item/clothing/mask/gas,
- /obj/item/tank/emergency/oxygen/engi,
- /obj/item/taperoll/engineering,
- /obj/item/clothing/suit/storage/hooded/wintercoat/engineering)
-
-/obj/structure/closet/secure_closet/engineering_chief_wardrobe/Initialize()
- if(prob(50))
- starts_with += /obj/item/storage/backpack/industrial
- else
- starts_with += /obj/item/storage/backpack/satchel/eng
- if(prob(50))
- starts_with += /obj/item/storage/backpack/dufflebag/eng
- return ..()
diff --git a/maps/southern_sun/structures/closets/medical.dm b/maps/southern_sun/structures/closets/medical.dm
deleted file mode 100644
index 5af03b5151..0000000000
--- a/maps/southern_sun/structures/closets/medical.dm
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * SC Medical
- */
-
-
-/obj/structure/closet/secure_closet/CMO_wardrobe
- name = "chief medical officer's locker"
- req_access = list(access_cmo)
- closet_appearance = /decl/closet_appearance/secure_closet/cmo
-
- starts_with = list(
- /obj/item/clothing/under/rank/chief_medical_officer,
- /obj/item/clothing/under/rank/chief_medical_officer/skirt,
- /obj/item/clothing/suit/storage/toggle/labcoat/cmo,
- /obj/item/clothing/suit/storage/toggle/labcoat/cmoalt,
- /obj/item/clothing/suit/storage/toggle/labcoat/modern/cmo,
- /obj/item/cartridge/cmo,
- /obj/item/clothing/gloves/sterile/latex,
- /obj/item/clothing/shoes/brown,
- /obj/item/radio/headset/heads/cmo,
- /obj/item/clothing/suit/storage/hooded/wintercoat/medical,
- /obj/item/clothing/shoes/white)
-
-/obj/structure/closet/secure_closet/CMO_wardrobe/Initialize()
- if(prob(50))
- starts_with += /obj/item/storage/backpack/medic
- else
- starts_with += /obj/item/storage/backpack/satchel/med
- if(prob(50))
- starts_with += /obj/item/storage/backpack/dufflebag/med
- switch(pick("blue", "green", "purple", "black", "navyblue"))
- if ("blue")
- starts_with += /obj/item/clothing/under/rank/medical/scrubs
- starts_with += /obj/item/clothing/head/surgery/blue
- if ("green")
- starts_with += /obj/item/clothing/under/rank/medical/scrubs/green
- starts_with += /obj/item/clothing/head/surgery/green
- if ("purple")
- starts_with += /obj/item/clothing/under/rank/medical/scrubs/purple
- starts_with += /obj/item/clothing/head/surgery/purple
- if ("black")
- starts_with += /obj/item/clothing/under/rank/medical/scrubs/black
- starts_with += /obj/item/clothing/head/surgery/black
- if ("navyblue")
- starts_with += /obj/item/clothing/under/rank/medical/scrubs/navyblue
- starts_with += /obj/item/clothing/head/surgery/navyblue
- return ..()
diff --git a/maps/southern_sun/structures/closets/misc.dm b/maps/southern_sun/structures/closets/misc.dm
deleted file mode 100644
index c69a233141..0000000000
--- a/maps/southern_sun/structures/closets/misc.dm
+++ /dev/null
@@ -1,152 +0,0 @@
-//Gun Cabinets
-
-/obj/structure/closet/secure_closet/guncabinet/sidearm
- name = "emergency weapon cabinet"
- req_one_access = list(access_armory,access_captain)
-
- starts_with = list(
- /obj/item/gun/energy/gun = 4)
-
-
-/obj/structure/closet/secure_closet/guncabinet/rifle
- name = "rifle cabinet"
- req_one_access = list(access_explorer,access_brig)
-
- starts_with = list(
- /obj/item/ammo_magazine/clip/c762/hunter = 9,
- /obj/item/gun/projectile/shotgun/pump/rifle = 2)
-
-/obj/structure/closet/secure_closet/guncabinet/rifle/Initialize()
- if(prob(85))
- starts_with += /obj/item/gun/projectile/shotgun/pump/rifle
- else
- starts_with += /obj/item/gun/projectile/shotgun/pump/rifle/lever
- return ..()
-
-/obj/structure/closet/secure_closet/guncabinet/phase
- name = "explorer weapon cabinet"
- req_one_access = list(access_explorer,access_brig)
-
- starts_with = list(
- /obj/item/gun/energy/locked/phasegun = 2,
- /obj/item/gun/energy/locked/phasegun/pistol,
- /obj/item/cell/device/weapon = 2,
- /obj/item/clothing/accessory/permit/gun/planetside)
-
-//Explorer Lockers
-
-/obj/structure/closet/secure_closet/explorer
- name = "explorer locker"
- req_access = list(access_explorer)
-
- starts_with = list(
- /obj/item/clothing/under/explorer,
- /obj/item/clothing/suit/armor/pcarrier/explorer/light,
- /obj/item/clothing/head/helmet/explorer,
- /obj/item/clothing/suit/storage/hooded/explorer,
- /obj/item/clothing/mask/gas/explorer,
- /obj/item/storage/belt/explorer, //CHOMPADD
- /obj/item/clothing/shoes/boots/winter/explorer,
- /obj/item/clothing/gloves/black,
- /obj/item/radio/headset/explorer,
- /obj/item/radio/headset/explorer/alt, //CHOMPADD
- /obj/item/flashlight,
- /obj/item/gps/explorer,
- /obj/item/storage/box/flare,
- /obj/item/geiger,
- /obj/item/cell/device,
- /obj/item/stack/marker_beacon/thirty,
- /obj/item/reagent_containers/food/snacks/liquidfood, //CHOMPADD
- /obj/item/reagent_containers/food/snacks/liquidprotein, //CHOMPADD
- /obj/item/cataloguer
- )
-
-/obj/structure/closet/secure_closet/explorer/Initialize()
- if(prob(50))
- starts_with += /obj/item/storage/backpack
- else
- starts_with += /obj/item/storage/backpack/satchel/norm
- if(prob(75))
- starts_with += /obj/item/material/knife/tacknife/survival
- else
- starts_with += /obj/item/material/knife/machete
- return ..()
-
-//SAR Lockers
-
-/obj/structure/closet/secure_closet/sar
- name = "search and rescue locker"
- desc = "Supplies for a wilderness first responder."
- req_access = list(access_medical_equip)
- closet_appearance = /decl/closet_appearance/secure_closet/medical
-
- starts_with = list(
- /obj/item/storage/backpack/dufflebag/emt,
- /obj/item/storage/box/autoinjectors,
- /obj/item/storage/box/syringes,
- /obj/item/reagent_containers/glass/bottle/inaprovaline,
- /obj/item/reagent_containers/glass/bottle/antitoxin,
- /obj/item/storage/belt/medical/emt,
- /obj/item/clothing/mask/gas,
- /obj/item/clothing/suit/storage/hooded/wintercoat/medical/sar,
- /obj/item/clothing/shoes/boots/winter/explorer,
- /obj/item/radio/headset/sar,
- /obj/item/cartridge/medical,
- /obj/item/flashlight,
- /obj/item/tank/emergency/oxygen/engi,
- /obj/item/clothing/glasses/hud/health,
- /obj/item/healthanalyzer,
- /obj/item/radio/off,
- /obj/random/medical,
- /obj/item/tool/crowbar,
- /obj/item/extinguisher/mini,
- /obj/item/storage/box/freezer,
- /obj/item/clothing/accessory/storage/white_vest,
- /obj/item/taperoll/medical,
- /obj/item/gps,
- /obj/item/geiger,
- /obj/item/bodybag/cryobag)
-
-//Pilot Locker
-
-/obj/structure/closet/secure_closet/pilot
- name = "pilot locker"
- req_access = list(access_pilot)
-
- starts_with = list(
- /obj/item/storage/backpack/parachute,
- /obj/item/material/knife/tacknife/survival,
- /obj/item/clothing/head/pilot,
- /obj/item/clothing/under/rank/pilot1,
- /obj/item/clothing/suit/storage/toggle/bomber/pilot,
- /obj/item/clothing/mask/gas/half,
- /obj/item/clothing/shoes/black,
- /obj/item/clothing/gloves/fingerless,
- /obj/item/radio/headset/pilot/alt,
- /obj/item/flashlight,
- /obj/item/reagent_containers/food/snacks/liquidfood,
- /obj/item/reagent_containers/food/drinks/cans/waterbottle,
- /obj/item/storage/box/flare,
- /obj/item/cell/device,
- /obj/item/radio)
-
-/obj/structure/closet/secure_closet/pilot/Initialize()
- if(prob(50))
- starts_with += /obj/item/storage/backpack
- else
- starts_with += /obj/item/storage/backpack/satchel/norm
- return ..()
-
-//Exotic Seeds Crate
-
-/obj/structure/closet/crate/hydroponics/exotic
- name = "exotic seeds crate"
- desc = "All you need to destroy that pesky planet."
-
- starts_with = list(
- /obj/item/seeds/random = 6,
- /obj/item/seeds/replicapod = 2,
- /obj/item/seeds/ambrosiavulgarisseed = 2,
- /obj/item/seeds/kudzuseed,
- /obj/item/seeds/libertymycelium,
- /obj/item/seeds/reishimycelium)
diff --git a/maps/southern_sun/structures/closets/research.dm b/maps/southern_sun/structures/closets/research.dm
deleted file mode 100644
index a279eeef77..0000000000
--- a/maps/southern_sun/structures/closets/research.dm
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * SC Science
- */
-
-
-/obj/structure/closet/secure_closet/RD_wardrobe
- name = "research director's locker"
- req_access = list(access_rd)
- closet_appearance = /decl/closet_appearance/secure_closet/science/rd
-
- starts_with = list(
- /obj/item/clothing/under/rank/research_director,
- /obj/item/clothing/under/rank/research_director/rdalt,
- /obj/item/clothing/under/rank/research_director/dress_rd,
- /obj/item/clothing/suit/storage/toggle/labcoat,
- /obj/item/cartridge/rd,
- /obj/item/clothing/shoes/white,
- /obj/item/clothing/shoes/laceup/brown,
- /obj/item/clothing/gloves/sterile/latex,
- /obj/item/radio/headset/heads/rd)
diff --git a/maps/southern_sun/structures/closets/security.dm b/maps/southern_sun/structures/closets/security.dm
deleted file mode 100644
index e6036fdf88..0000000000
--- a/maps/southern_sun/structures/closets/security.dm
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * SC Security
- */
-
-
-/obj/structure/closet/secure_closet/hos_wardrobe
- name = "head of security's locker"
- req_access = list(access_hos)
- closet_appearance = /decl/closet_appearance/secure_closet/security/hos
-
- starts_with = list(
- /obj/item/clothing/head/helmet/HoS,
- /obj/item/clothing/head/helmet/HoS/hat,
- /obj/item/clothing/suit/storage/vest/hos,
- /obj/item/clothing/under/rank/head_of_security/jensen,
- /obj/item/clothing/under/rank/head_of_security/corp,
- /obj/item/clothing/suit/storage/vest/hoscoat/jensen/alt,
- /obj/item/clothing/suit/storage/vest/hoscoat/jensen,
- /obj/item/clothing/suit/storage/vest/hoscoat,
- /obj/item/cartridge/hos,
- /obj/item/clothing/head/helmet/dermal,
- /obj/item/radio/headset/heads/hos,
- /obj/item/radio/headset/heads/hos/alt,
- /obj/item/clothing/head/beret/sec/corporate/hos,
- /obj/item/clothing/suit/storage/hooded/wintercoat/security/hos,
- /obj/item/clothing/mask/gas/half)
-
-/obj/structure/closet/secure_closet/hos_wardrobe/Initialize()
- if(prob(50))
- starts_with += /obj/item/storage/backpack/security
- else
- starts_with += /obj/item/storage/backpack/satchel/sec
- if(prob(50))
- starts_with += /obj/item/storage/backpack/dufflebag/sec
- return ..()
diff --git a/maps/southern_sun/submaps/_southern_cross_submaps.dm b/maps/southern_sun/submaps/_southern_cross_submaps.dm
deleted file mode 100644
index 099bfea2d6..0000000000
--- a/maps/southern_sun/submaps/_southern_cross_submaps.dm
+++ /dev/null
@@ -1,287 +0,0 @@
-// This causes submap maps to get 'checked' and compiled, when undergoing a unit test.
-// This is so Travis can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors.
-
-///////////////////////////////////////////////////////////////////////////////
-// Primary Load - these are areas that will ALWAYS be in play.
-
-
-//////////////////////////////////////////////////////////////////////////////
-/// Away Missions
-/// If you're reading this and want to add a new away mission, reference /tether/submaps/_tether_submaps.dm or existing away missions for how to set it up.
-
-// This is for integration tests only.
-// Always add any new away missions/gateways/lateloaded maps that are not PoIs here.
-#if AWAY_MISSION_TEST
-//#include "../overmap/planets/kara/aerostat/aerostat.dmm" //Disabled due to low usage
-//#include "../overmap/planets/kara/northern_star/northern_star_mine.dmm" //Disabled due to low usage
-#include "../overmap/space/fueldepot.dmm"
-#include "../overmap/planets/thor/thor.dmm" //The datum is in southern_cross_defines.dm
-#include "../overmap/planets/tyr/tyr.dmm" //The datum is in southern_cross_defines.dm
-#include "gateway/BaseBlep.dmm"
-#include "gateway/maddnesslab.dmm"
-#include "gateway/snowfield.dmm"
-#include "gateway/hiddeneclipse.dmm"
-#include "modular_chomp/maps/virtual_reality/constructVR.dmm"
-#endif
-
-
-//////////////////////////////////////////////////////////////////////////////////////
-
-// Gateway submaps go here
-/datum/map_template/sc_lateload/gateway
- name = "Gateway Submap"
- desc = "Please do not use this."
- mappath = null
- associated_map_datum = null
-
-/datum/map_z_level/sc_lateload/gateway_destination
- name = "Gateway Destination"
- z = Z_LEVEL_GATEWAY
-
-#include "gateway/snowfield_ch.dm" //CHOMPEDIT - Use the good one instead
-/datum/map_template/sc_lateload/gateway/snowfield
- name = "Snow Field"
- desc = "An old base in middle of snowy wasteland"
- mappath = "maps/southern_sun/submaps/gateway/snowfield.dmm"
-
-#include "gateway/darkrps.dm"
-/datum/map_template/sc_lateload/gateway/darkrps
- name = "Abandoned City"
- desc = "An abandoned city overrun with piracy and mercernaries."
- mappath = "maps/southern_sun/submaps/gateway/darkrps.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-#include "gateway/diescraper.dm"
-/datum/map_template/sc_lateload/gateway/diescraper
- name = "Skyscraper"
- desc = "A skyscraper of various businesses, apartments, and recreations. Do not fall"
- mappath = "maps/southern_sun/submaps/gateway/diescraper.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-#include "gateway/BaseBlep.dm"
-/datum/map_template/sc_lateload/gateway/baseblep
- name = "Base Blep"
- desc = "A brand new but already lost base at the end of a squishy canyon"
-
- mappath = "maps/southern_sun/submaps/gateway/BaseBlep.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-#include "gateway/maddnesslab.dm"
-/datum/map_template/sc_lateload/gateway/maddnesslab
- name = "Maddness Lab"
- desc = "An ancient base brimming with creations of maddness"
- mappath = "maps/southern_sun/submaps/gateway/maddnesslab.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-#include "gateway/carpfarm.dm"
-/datum/map_template/sc_lateload/gateway/carpfarm
- name = "Carp Farm"
- desc = "Asteroid base surrounded by carp"
- mappath = "maps/southern_sun/submaps/gateway/carpfarm.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-#include "gateway/hiddeneclipse.dm"
-/datum/map_template/sc_lateload/gateway/hiddeneclipse
- name = "Distant Mining Facility"
- desc = "Asteroid mining facility, lost to unknown horrors"
- mappath = "maps/southern_sun/submaps/gateway/hiddeneclipse.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
-
-//VR maps go here, tell me if theres a better way to load this
-// #include "virtual_reality/constructVR.dm" Virtual Reality areas included by default.
-//#include "modular_chomp/maps/virtual_reality/constructVR.dm" Included in .dme
-/datum/map_template/sc_lateload/vr_world
- name = "VR World"
- desc = "A dynamic, virtual world."
- mappath = "modular_chomp/maps/virtual_reality/constructVR.dmm" //Use modular
- associated_map_datum = /datum/map_z_level/sc_lateload/vr_world
-
-/datum/map_z_level/sc_lateload/vr_world
- name = "VR World"
- z = Z_LEVEL_VR_REALM
-
-/datum/map_template/sc_lateload/thor
- name = "Thor Surface"
- desc = "The jungle like surface of Sif's moon"
- mappath = "maps/southern_cross/overmap/planets/thor/thor.dmm"
- associated_map_datum = /datum/planet/thor
-
-/datum/map_template/sc_lateload/tyr
- name = "Desert Valley"
- desc = "An anomalous valley within tyr"
- mappath = "maps/southern_sun/overmap/planets/tyr/tyr.dmm"
- associated_map_datum = /datum/planet/tyr
-
-//Space submaps/sectors/POIs/whatever you wanna freaking call it, go here.
-/* Pretty sure we don't use this.
-#include "../../expedition_vr/space/_fueldepot.dm"
-/datum/map_template/sc_lateload/away_fueldepot
- name = "Fuel Depot - Z1 Space"
- desc = "An unmanned fuel depot floating in space."
- mappath = "maps/expedition_vr/space/fueldepot.dmm"
- associated_map_datum = /datum/map_z_level/sc_lateload/away_fueldepot
-
-/datum/map_z_level/sc_lateload/away_fueldepot
- name = "Away Mission - Fuel Depot"
- z = Z_LEVEL_FUELDEPOT
-*/
-
-//////////////////////////////////////////////////////////////////////////////////////
-// Code Shenanigans for lateload maps
-
-/datum/map_template/sc_lateload
- allow_duplicates = FALSE
- var/associated_map_datum
-
-/datum/map_template/sc_lateload/on_map_loaded(z)
- if(!associated_map_datum || !ispath(associated_map_datum))
- log_game("Extra z-level [src] has no associated map datum")
- return
-
- new associated_map_datum(using_map, z)
-
-/datum/map_z_level/sc_lateload
- z = 0
- flags = MAP_LEVEL_SEALED
-
-/datum/map_z_level/sc_lateload/New(var/datum/map/map, mapZ)
- if(mapZ && !z)
- z = mapZ
- return ..(map)
-
-/turf/unsimulated/wall/seperator //to block vision between transit zones
- name = ""
- icon = 'icons/effects/effects.dmi'
- icon_state = "1"
-
-/obj/effect/step_trigger/zlevel_fall/beach
- var/static/target_z
-
-/obj/effect/step_trigger/zlevel_fall //Don't ever use this, only use subtypes.Define a new var/static/target_z on each
- affect_ghosts = 1
-
-/obj/effect/step_trigger/zlevel_fall/Initialize()
- . = ..()
-
- if(istype(get_turf(src), /turf/simulated/floor))
- src:target_z = z
- return INITIALIZE_HINT_QDEL
-
-/obj/effect/step_trigger/zlevel_fall/Trigger(var/atom/movable/A) //mostly from /obj/effect/step_trigger/teleporter/planetary_fall, step_triggers.dm L160
- if(!src:target_z)
- return
-
- var/attempts = 100
- var/turf/simulated/T
- while(attempts && !T)
- var/turf/simulated/candidate = locate(rand(5,world.maxx-5),rand(5,world.maxy-5),src:target_z)
- if(candidate.density)
- attempts--
- continue
-
- T = candidate
- break
-
- if(!T)
- return
-
- if(isobserver(A))
- A.forceMove(T) // Harmlessly move ghosts.
- return
-
- A.forceMove(T)
- if(isliving(A)) // Someday, implement parachutes. For now, just turbomurder whoever falls.
- message_admins("\The [A] fell out of the sky.")
- var/mob/living/L = A
- L.fall_impact(T, 42, 90, FALSE, TRUE) //You will not be defibbed from this.
-
-
-/////////////////////////////////////////////////////////////////////////////////////
-// Add objects that will be used in ALL away missions. Keep area specific stuff separate.
-
-/obj/structure/old_roboprinter
- name = "old drone fabricator"
- desc = "Built like a tank, still working after so many years."
- icon = 'icons/obj/machines/drone_fab.dmi'
- icon_state = "drone_fab_idle"
- anchored = TRUE
- density = TRUE
-
-/obj/sc_away_spawner
- name = "RENAME ME, JERK"
- desc = "Spawns the mobs!"
- icon = 'icons/mob/screen1.dmi'
- icon_state = "x"
- invisibility = 101
- mouse_opacity = 0
- density = 0
- anchored = 1
-
- //Weighted with values (not %chance, but relative weight)
- //Can be left value-less for all equally likely
- var/list/mobs_to_pick_from
-
- //When the below chance fails, the spawner is marked as depleted and stops spawning
- var/prob_spawn = 100 //Chance of spawning a mob whenever they don't have one
- var/prob_fall = 5 //Above decreases by this much each time one spawns
-
- //Settings to help mappers/coders have their mobs do what they want in this case
- var/faction //To prevent infighting if it spawns various mobs, set a faction
- var/atmos_comp //TRUE will set all their survivability to be within 20% of the current air
- //var/guard //# will set the mobs to remain nearby their spawn point within this dist
-
- //Internal use only
- var/mob/living/simple_mob/my_mob
- var/depleted = FALSE
-
-/obj/sc_away_spawner/Initialize()
- . = ..()
-
- if(!LAZYLEN(mobs_to_pick_from))
- error("Mob spawner at [x],[y],[z] ([get_area(src)]) had no mobs_to_pick_from set on it!")
- flags |= ATOM_INITIALIZED //CHOMPEdit
- return INITIALIZE_HINT_QDEL
- START_PROCESSING(SSobj, src)
-
-/obj/sc_away_spawner/process()
- if(my_mob && my_mob.stat != DEAD)
- return //No need
-
- if(LAZYLEN(loc.human_mobs(world.view)))
- return //I'll wait.
-
- if(prob(prob_spawn))
- prob_spawn -= prob_fall
- var/picked_type = pickweight(mobs_to_pick_from)
- my_mob = new picked_type(get_turf(src))
- my_mob.low_priority = TRUE
-
- if(faction)
- my_mob.faction = faction
-
- if(atmos_comp)
- var/turf/T = get_turf(src)
- var/datum/gas_mixture/env = T.return_air()
- if(env)
- my_mob.minbodytemp = env.temperature * 0.8
- my_mob.maxbodytemp = env.temperature * 1.2
-
- var/list/gaslist = env.gas
- my_mob.min_oxy = gaslist["oxygen"] * 0.8
- my_mob.min_tox = gaslist["phoron"] * 0.8
- my_mob.min_n2 = gaslist["nitrogen"] * 0.8
- my_mob.min_co2 = gaslist["carbon_dioxide"] * 0.8
- my_mob.max_oxy = gaslist["oxygen"] * 1.2
- my_mob.max_tox = gaslist["phoron"] * 1.2
- my_mob.max_n2 = gaslist["nitrogen"] * 1.2
- my_mob.max_co2 = gaslist["carbon_dioxide"] * 1.2
-/* //VORESTATION AI TEMPORARY REMOVAL
- if(guard)
- my_mob.returns_home = TRUE
- my_mob.wander_distance = guard
-*/
- return
- else
- STOP_PROCESSING(SSobj, src)
- depleted = TRUE
- return
diff --git a/maps/southern_sun/submaps/asteroid_belt/_templates.dm b/maps/southern_sun/submaps/asteroid_belt/_templates.dm
deleted file mode 100644
index a68f97765b..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/_templates.dm
+++ /dev/null
@@ -1,80 +0,0 @@
-/datum/map_template/asteroid_belt
- name = "Belt Miner Content"
- desc = "For seeding submaps in the Asteroid Belt"
- allow_duplicates = TRUE
-
-/datum/map_template/asteroid_belt/normal_cave
- name = "Belt Normal Mob Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/normal_cave.dmm"
- cost = 5
-
-/datum/map_template/asteroid_belt/broken_o2_gen
- name = "Belt Broken O2 generator"
- mappath = "maps/southern_sun/submaps/asteroid_belt/broken_o2_gen.dmm"
- cost = 15
-
-/datum/map_template/asteroid_belt/corrupt_hound_bay
- name = "Belt Corrupt Hound Bay"
- mappath = "maps/southern_sun/submaps/asteroid_belt/corrupt_hound_bay.dmm"
- cost = 25
- allow_duplicates = FALSE
-
-/datum/map_template/asteroid_belt/crashed_shuttle
- name = "Belt Crashed Belt Shuttle"
- mappath = "maps/southern_sun/submaps/asteroid_belt/crashed_shuttle.dmm"
- cost = 10
- allow_duplicates = FALSE
-
-/datum/map_template/asteroid_belt/frost_spider_nest
- name = "Belt Frost Spider Nest"
- mappath = "maps/southern_sun/submaps/asteroid_belt/frost_spider_nest.dmm"
- cost = 10
-
-/datum/map_template/asteroid_belt/hard_cave
- name = "Belt Hard Mob Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/hard_cave.dmm"
- cost = 10
-
-/datum/map_template/asteroid_belt/infection_pod
- name = "Belt Infection Pod"
- mappath = "maps/southern_sun/submaps/asteroid_belt/infection_pod.dmm"
- cost = 10
- allow_duplicates = FALSE
-
-/datum/map_template/asteroid_belt/inferno
- name = "Belt Thermal Spider Nest"
- mappath = "maps/southern_sun/submaps/asteroid_belt/inferno.dmm"
- cost = 5
-
-/datum/map_template/asteroid_belt/large_cave
- name = "Belt Large Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/large_cave.dmm"
- cost = 15
-
-/datum/map_template/asteroid_belt/mimicry
- name = "Belt Mimic Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/mimicry.dmm"
- cost = 5
-
-/datum/map_template/asteroid_belt/mysterious_cavern
- name = "Belt Mysterious Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/mysterious_cavern.dmm"
- cost = 25
- allow_duplicates = FALSE
-
-/datum/map_template/asteroid_belt/pressure_seal
- name = "Belt Pressurized Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/pressure_seal.dmm"
- cost = 5
-
-/datum/map_template/asteroid_belt/space_cave
- name = "Belt Space Cave"
- mappath = "maps/southern_sun/submaps/asteroid_belt/space_cave.dmm"
- cost = 5
-
-/*
-/datum/map_template/asteroid_belt/whatever_treasure
- name = "Some Kinda Treasure" //A name, only visible to admins
- mappath = "maps/southern_sun/submaps/asteroid_belt/hard_mob.dmm" //The .dmm file for this template (in this folder)
- cost = 10 //How 'valuable' this template is
-*/
diff --git a/maps/southern_sun/submaps/asteroid_belt/belt_miner_things.dm b/maps/southern_sun/submaps/asteroid_belt/belt_miner_things.dm
deleted file mode 100644
index 348e65d6d8..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/belt_miner_things.dm
+++ /dev/null
@@ -1,94 +0,0 @@
-/mob/living/simple_mob/animal/giant_spider/frost/space
- desc = "Icy and blue, it makes you shudder to look at it. This one has brilliant blue eyes, and looks adapted to space survival."
- catalogue_data = list(/datum/category_item/catalogue/fauna/giant_spider/frost_spider)
-
- icon_state = "frost"
- icon_living = "frost"
- icon_dead = "frost_dead"
-
- maxHealth = 225
- health = 225
-
- poison_per_bite = 10
- poison_type = "cryotoxin"
- heat_resist = -0.50
- cold_resist = 0.75
- min_oxy = 0
- max_oxy = 0
- min_tox = 0
- max_tox = 0
- min_co2 = 0
- max_co2 = 0
- min_n2 = 0
- max_n2 = 0
- minbodytemp = 0
-
-/mob/living/simple_mob/animal/giant_spider/frost/space/Process_Spacemove(var/check_drift = 0)
- return TRUE
-
-// Belt mob spawners
-/obj/sc_away_spawner/belt_normal
- name = "Belt Normal Spawner"
- faction = "belter"
- atmos_comp = TRUE
- prob_spawn = 100
- prob_fall = 30
- //guard = 20
- mobs_to_pick_from = list(
- /mob/living/simple_mob/animal/space/bats = 2,
- /mob/living/simple_mob/animal/space/bear = 1,
- /mob/living/simple_mob/animal/giant_spider/frost/space = 5,
- )
-
-/obj/sc_away_spawner/belt_hard
- name = "Belt Hard Spawner"
- faction = "belter"
- atmos_comp = TRUE
- prob_spawn = 100
- prob_fall = 50
- //guard = 20
- mobs_to_pick_from = list(
- /mob/living/simple_mob/vore/aggressive/corrupthound = 3,
- /mob/living/simple_mob/vore/aggressive/rat/phoron = 1
- )
-
-/obj/sc_away_spawner/asteroid_drone_swarm
- name = "Belt Drone Swarm Spawner"
- faction = "belter"
- atmos_comp = TRUE
- prob_spawn = 100
- prob_fall = 10
- //guard = 20
- mobs_to_pick_from = list(
- /mob/living/simple_mob/mechanical/corrupt_maint_drone = 3,
- )
-
-/obj/random/asteroid_belt
- name = "random asteroid belt loot"
- desc = "Random loot for Belt Miners."
- icon = 'icons/obj/items.dmi'
- icon_state = "spickaxe"
-
-/obj/effect/step_trigger/teleporter/debrisfield_loop/north/New()
- ..()
- teleport_x = x
- teleport_y = 2
- teleport_z = z
-
-/obj/effect/step_trigger/teleporter/debrisfield_loop/south/New()
- ..()
- teleport_x = x
- teleport_y = world.maxy - 1
- teleport_z = z
-
-/obj/effect/step_trigger/teleporter/debrisfield_loop/west/New()
- ..()
- teleport_x = world.maxx - 1
- teleport_y = y
- teleport_z = z
-
-/obj/effect/step_trigger/teleporter/debrisfield_loop/east/New()
- ..()
- teleport_x = 2
- teleport_y = y
- teleport_z = z
diff --git a/maps/southern_sun/submaps/asteroid_belt/broken_o2_gen.dmm b/maps/southern_sun/submaps/asteroid_belt/broken_o2_gen.dmm
deleted file mode 100644
index 3499f5f15b..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/broken_o2_gen.dmm
+++ /dev/null
@@ -1,291 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/wall,
-/area/mine/explored/belt_miner)
-"c" = (
-/obj/structure/door_assembly/door_assembly_eng,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/structure/ghost_pod/manual/lost_drone/dogborg,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/structure/old_roboprinter,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"f" = (
-/obj/machinery/door/airlock/glass_engineering,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"g" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/structure/barricade,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"i" = (
-/obj/machinery/atmospherics/pipe/tank/air{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"j" = (
-/obj/machinery/atmospherics/unary/heater,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"k" = (
-/obj/machinery/atmospherics/unary/freezer,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"l" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"m" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"n" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"o" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 9
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"p" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"q" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"s" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"t" = (
-/obj/machinery/gravity_generator,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"u" = (
-/obj/machinery/particle_smasher,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"v" = (
-/obj/sc_away_spawner/asteroid_drone_swarm,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-g
-g
-g
-g
-g
-"}
-(2,1,1) = {"
-b
-e
-e
-a
-a
-p
-i
-b
-g
-g
-s
-g
-g
-"}
-(3,1,1) = {"
-b
-a
-a
-a
-a
-q
-a
-b
-h
-g
-g
-g
-g
-"}
-(4,1,1) = {"
-b
-v
-v
-a
-a
-q
-v
-c
-h
-g
-g
-g
-g
-"}
-(5,1,1) = {"
-b
-a
-a
-a
-a
-a
-a
-b
-h
-g
-g
-g
-g
-"}
-(6,1,1) = {"
-b
-t
-a
-a
-a
-q
-a
-b
-g
-g
-g
-g
-s
-"}
-(7,1,1) = {"
-b
-a
-a
-d
-a
-q
-a
-f
-g
-g
-s
-g
-g
-"}
-(8,1,1) = {"
-b
-a
-a
-a
-a
-q
-a
-b
-g
-g
-g
-g
-g
-"}
-(9,1,1) = {"
-b
-a
-a
-a
-a
-q
-a
-b
-h
-g
-g
-g
-g
-"}
-(10,1,1) = {"
-b
-j
-l
-l
-m
-q
-v
-c
-h
-g
-s
-g
-g
-"}
-(11,1,1) = {"
-b
-a
-a
-a
-n
-o
-a
-b
-h
-g
-g
-g
-g
-"}
-(12,1,1) = {"
-b
-k
-l
-l
-o
-a
-u
-b
-g
-g
-g
-s
-g
-"}
-(13,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-g
-g
-g
-g
-g
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/corrupt_hound_bay.dmm b/maps/southern_sun/submaps/asteroid_belt/corrupt_hound_bay.dmm
deleted file mode 100644
index 0b5bd976b1..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/corrupt_hound_bay.dmm
+++ /dev/null
@@ -1,216 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/wall,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/structure/dogbed,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"f" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"g" = (
-/obj/machinery/light/flicker,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/machinery/implantchair,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"i" = (
-/obj/machinery/compressor,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"j" = (
-/obj/machinery/auto_cloner,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"k" = (
-/obj/structure/old_roboprinter,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"l" = (
-/obj/sc_away_spawner/belt_hard,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"m" = (
-/obj/sc_away_spawner/asteroid_drone_swarm,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-"n" = (
-/mob/living/simple_mob/vore/aggressive/corrupthound,
-/turf/simulated/floor/tiled/dark,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(2,1,1) = {"
-b
-c
-n
-i
-b
-k
-f
-b
-"}
-(3,1,1) = {"
-b
-c
-c
-c
-b
-c
-c
-b
-"}
-(4,1,1) = {"
-b
-e
-b
-b
-b
-m
-c
-b
-"}
-(5,1,1) = {"
-a
-c
-c
-c
-c
-c
-g
-b
-"}
-(6,1,1) = {"
-a
-c
-c
-c
-c
-c
-c
-b
-"}
-(7,1,1) = {"
-b
-b
-b
-c
-c
-b
-b
-b
-"}
-(8,1,1) = {"
-b
-n
-c
-c
-c
-l
-d
-b
-"}
-(9,1,1) = {"
-b
-c
-c
-c
-c
-c
-j
-b
-"}
-(10,1,1) = {"
-b
-b
-b
-c
-c
-b
-b
-b
-"}
-(11,1,1) = {"
-a
-c
-c
-c
-c
-c
-c
-b
-"}
-(12,1,1) = {"
-a
-c
-c
-c
-c
-c
-g
-b
-"}
-(13,1,1) = {"
-b
-b
-b
-e
-b
-c
-c
-b
-"}
-(14,1,1) = {"
-b
-c
-c
-c
-b
-c
-c
-b
-"}
-(15,1,1) = {"
-b
-h
-c
-c
-b
-c
-f
-b
-"}
-(16,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/crashed_shuttle.dmm b/maps/southern_sun/submaps/asteroid_belt/crashed_shuttle.dmm
deleted file mode 100644
index eaa593bf62..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/crashed_shuttle.dmm
+++ /dev/null
@@ -1,194 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/wall/rshull,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"f" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"g" = (
-/obj/structure/bed/chair/shuttle,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/item/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_y = 27
- },
-/obj/structure/bed/chair/shuttle,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"i" = (
-/obj/structure/bed/chair/shuttle,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"j" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"k" = (
-/obj/sc_away_spawner/belt_normal,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"l" = (
-/obj/machinery/computer/shuttle_control/beltferry{
- icon_state = "computer";
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"m" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"n" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"o" = (
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"p" = (
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"q" = (
-/obj/structure/window/reinforced/full,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-b
-a
-e
-e
-a
-e
-b
-"}
-(2,1,1) = {"
-a
-b
-a
-f
-f
-a
-f
-b
-"}
-(3,1,1) = {"
-a
-b
-a
-g
-c
-a
-o
-b
-"}
-(4,1,1) = {"
-a
-a
-c
-c
-k
-a
-a
-a
-"}
-(5,1,1) = {"
-a
-a
-b
-h
-c
-a
-c
-c
-"}
-(6,1,1) = {"
-a
-a
-a
-i
-c
-a
-p
-b
-"}
-(7,1,1) = {"
-a
-a
-d
-j
-l
-a
-p
-b
-"}
-(8,1,1) = {"
-a
-a
-a
-d
-m
-n
-j
-q
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/frost_spider_nest.dmm b/maps/southern_sun/submaps/asteroid_belt/frost_spider_nest.dmm
deleted file mode 100644
index 1c52b6fdd4..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/frost_spider_nest.dmm
+++ /dev/null
@@ -1,159 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/mob/living/simple_mob/animal/giant_spider/frost/space,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/template_noop,
-/area/mine/explored/belt_miner)
-"d" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/effect/spider/spiderling/frost,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"f" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"g" = (
-/obj/effect/spider/stickyweb,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/effect/decal/cleanable/spiderling_remains,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"i" = (
-/obj/effect/spider/eggcluster/small/frost,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"j" = (
-/obj/effect/spider/cocoon,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-"}
-(2,1,1) = {"
-b
-a
-d
-d
-g
-g
-i
-i
-d
-b
-"}
-(3,1,1) = {"
-b
-d
-d
-d
-d
-h
-d
-d
-a
-b
-"}
-(4,1,1) = {"
-b
-e
-d
-e
-d
-d
-d
-d
-d
-b
-"}
-(5,1,1) = {"
-b
-f
-d
-h
-d
-a
-d
-d
-d
-b
-"}
-(6,1,1) = {"
-c
-g
-e
-d
-d
-d
-d
-d
-g
-b
-"}
-(7,1,1) = {"
-c
-c
-f
-d
-d
-g
-d
-e
-d
-b
-"}
-(8,1,1) = {"
-c
-c
-c
-g
-e
-d
-d
-h
-d
-b
-"}
-(9,1,1) = {"
-c
-c
-c
-c
-g
-f
-d
-d
-j
-b
-"}
-(10,1,1) = {"
-c
-c
-c
-c
-c
-b
-b
-b
-b
-b
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/hard_cave.dmm b/maps/southern_sun/submaps/asteroid_belt/hard_cave.dmm
deleted file mode 100644
index 42e8120c61..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/hard_cave.dmm
+++ /dev/null
@@ -1,50 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/template_noop,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/sc_away_spawner/belt_hard,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-b
-a
-a
-"}
-(2,1,1) = {"
-a
-c
-c
-c
-a
-"}
-(3,1,1) = {"
-b
-c
-d
-c
-b
-"}
-(4,1,1) = {"
-a
-c
-c
-c
-a
-"}
-(5,1,1) = {"
-a
-a
-b
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/infection_pod.dmm b/maps/southern_sun/submaps/asteroid_belt/infection_pod.dmm
deleted file mode 100644
index 50d6f645b4..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/infection_pod.dmm
+++ /dev/null
@@ -1,73 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/wall,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/floor/plating,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/plating,
-/area/mine/explored/belt_miner)
-"e" = (
-/mob/living/simple_mob/mechanical/infectionbot,
-/turf/simulated/floor/plating,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-b
-b
-b
-b
-a
-"}
-(3,1,1) = {"
-a
-d
-c
-c
-e
-b
-a
-"}
-(4,1,1) = {"
-a
-d
-c
-c
-e
-b
-a
-"}
-(5,1,1) = {"
-a
-b
-b
-b
-b
-b
-a
-"}
-(6,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/inferno.dmm b/maps/southern_sun/submaps/asteroid_belt/inferno.dmm
deleted file mode 100644
index 9e4249685f..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/inferno.dmm
+++ /dev/null
@@ -1,80 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"b" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"c" = (
-/obj/effect/spider/stickyweb,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/effect/spider/spiderling,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"f" = (
-/mob/living/simple_mob/animal/giant_spider/thermic,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"g" = (
-/obj/effect/spider/eggcluster,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/effect/spider/cocoon,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-c
-d
-f
-e
-a
-"}
-(3,1,1) = {"
-b
-c
-e
-d
-h
-a
-"}
-(4,1,1) = {"
-b
-c
-d
-e
-g
-a
-"}
-(5,1,1) = {"
-a
-c
-f
-g
-g
-a
-"}
-(6,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/large_cave.dmm b/maps/southern_sun/submaps/asteroid_belt/large_cave.dmm
deleted file mode 100644
index 2f3ace4a02..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/large_cave.dmm
+++ /dev/null
@@ -1,690 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/template_noop,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/sc_away_spawner/belt_normal,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-a
-a
-a
-a
-c
-a
-c
-c
-a
-c
-c
-c
-a
-b
-b
-b
-"}
-(2,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-d
-c
-a
-a
-c
-a
-c
-c
-a
-c
-c
-c
-a
-b
-b
-b
-"}
-(3,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-c
-a
-c
-c
-a
-c
-c
-c
-a
-b
-b
-b
-"}
-(4,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-c
-a
-c
-c
-a
-c
-c
-c
-a
-a
-a
-a
-"}
-(5,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-c
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(6,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-c
-"}
-(7,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-c
-"}
-(8,1,1) = {"
-b
-b
-b
-b
-b
-a
-c
-c
-a
-c
-c
-a
-a
-a
-a
-a
-a
-c
-c
-c
-a
-c
-c
-a
-c
-"}
-(9,1,1) = {"
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-a
-c
-"}
-(10,1,1) = {"
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-a
-c
-"}
-(11,1,1) = {"
-c
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-c
-c
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-"}
-(12,1,1) = {"
-c
-a
-d
-c
-a
-c
-c
-c
-c
-c
-a
-a
-a
-a
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-"}
-(13,1,1) = {"
-a
-a
-c
-c
-a
-c
-c
-c
-c
-c
-a
-c
-c
-c
-a
-c
-c
-c
-c
-c
-c
-c
-a
-a
-a
-"}
-(14,1,1) = {"
-a
-c
-c
-a
-a
-c
-c
-a
-c
-c
-a
-c
-d
-c
-a
-a
-a
-a
-a
-c
-c
-c
-a
-c
-c
-"}
-(15,1,1) = {"
-a
-c
-c
-c
-c
-c
-c
-a
-c
-c
-a
-c
-d
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-"}
-(16,1,1) = {"
-a
-c
-c
-c
-a
-c
-c
-a
-c
-c
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-"}
-(17,1,1) = {"
-a
-c
-c
-c
-a
-c
-c
-a
-c
-c
-a
-a
-a
-a
-a
-c
-c
-c
-a
-a
-a
-a
-a
-c
-c
-"}
-(18,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-c
-c
-c
-"}
-(19,1,1) = {"
-c
-c
-c
-c
-c
-c
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-a
-c
-a
-c
-c
-c
-c
-c
-c
-"}
-(20,1,1) = {"
-c
-c
-c
-c
-c
-c
-c
-a
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-a
-c
-c
-c
-c
-c
-c
-"}
-(21,1,1) = {"
-c
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-a
-c
-c
-a
-a
-a
-a
-"}
-(22,1,1) = {"
-a
-a
-a
-a
-a
-c
-c
-a
-c
-c
-c
-c
-c
-c
-a
-c
-c
-c
-a
-c
-c
-a
-b
-b
-b
-"}
-(23,1,1) = {"
-b
-b
-b
-b
-a
-c
-c
-a
-a
-a
-a
-a
-c
-c
-a
-a
-a
-a
-a
-c
-c
-a
-b
-b
-b
-"}
-(24,1,1) = {"
-b
-b
-b
-b
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-b
-b
-b
-"}
-(25,1,1) = {"
-b
-b
-b
-b
-a
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-c
-a
-b
-b
-b
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/mimicry.dmm b/maps/southern_sun/submaps/asteroid_belt/mimicry.dmm
deleted file mode 100644
index 15c7a553fd..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/mimicry.dmm
+++ /dev/null
@@ -1,68 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"c" = (
-/obj/structure/closet/crate/mimic/guaranteed,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/structure/closet/crate/mimic/cointoss,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/structure/closet/crate/mimic/safe,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-c
-e
-d
-c
-a
-"}
-(3,1,1) = {"
-b
-b
-b
-b
-e
-a
-"}
-(4,1,1) = {"
-b
-b
-b
-b
-d
-a
-"}
-(5,1,1) = {"
-a
-d
-e
-e
-e
-a
-"}
-(6,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/mysterious_cavern.dmm b/maps/southern_sun/submaps/asteroid_belt/mysterious_cavern.dmm
deleted file mode 100644
index 36086a8734..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/mysterious_cavern.dmm
+++ /dev/null
@@ -1,478 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/wall,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/sc_away_spawner/belt_normal,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"e" = (
-/obj/structure/old_roboprinter,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"f" = (
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"g" = (
-/obj/random/unidentified_medicine/combat_medicine,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"h" = (
-/obj/sc_away_spawner/asteroid_drone_swarm,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-"i" = (
-/mob/living/simple_mob/animal/giant_spider/frost/space,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"j" = (
-/obj/structure/ghost_pod/manual/lost_drone/dogborg,
-/turf/simulated/floor/airless,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-b
-b
-b
-b
-b
-c
-c
-c
-b
-a
-a
-b
-b
-a
-a
-a
-a
-a
-"}
-(3,1,1) = {"
-a
-b
-b
-b
-b
-b
-b
-c
-f
-c
-b
-b
-b
-b
-b
-b
-b
-a
-a
-a
-"}
-(4,1,1) = {"
-a
-b
-b
-a
-a
-b
-b
-c
-f
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-"}
-(5,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-b
-b
-b
-a
-"}
-(6,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-b
-c
-f
-j
-c
-b
-b
-b
-a
-"}
-(7,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-b
-c
-f
-c
-c
-b
-b
-b
-a
-"}
-(8,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-"}
-(9,1,1) = {"
-b
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-"}
-(10,1,1) = {"
-a
-a
-a
-a
-b
-b
-c
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-a
-"}
-(11,1,1) = {"
-a
-b
-b
-b
-b
-d
-c
-d
-b
-b
-b
-b
-b
-b
-b
-c
-c
-c
-c
-a
-"}
-(12,1,1) = {"
-b
-b
-b
-b
-b
-c
-c
-c
-b
-b
-a
-a
-a
-b
-b
-c
-e
-e
-e
-a
-"}
-(13,1,1) = {"
-a
-a
-a
-a
-b
-b
-b
-b
-b
-b
-b
-b
-a
-b
-b
-c
-f
-f
-f
-a
-"}
-(14,1,1) = {"
-a
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-b
-c
-h
-h
-h
-a
-"}
-(15,1,1) = {"
-a
-b
-b
-a
-b
-b
-a
-a
-b
-b
-b
-b
-b
-b
-b
-c
-f
-f
-f
-a
-"}
-(16,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-a
-b
-b
-b
-b
-b
-b
-b
-f
-f
-f
-f
-a
-"}
-(17,1,1) = {"
-a
-b
-b
-a
-b
-b
-b
-a
-b
-b
-c
-c
-c
-b
-b
-c
-f
-f
-f
-a
-"}
-(18,1,1) = {"
-a
-b
-b
-a
-b
-b
-a
-a
-b
-b
-f
-f
-c
-b
-b
-c
-f
-f
-f
-a
-"}
-(19,1,1) = {"
-a
-b
-b
-a
-b
-b
-a
-i
-b
-b
-c
-c
-c
-b
-b
-c
-f
-f
-g
-a
-"}
-(20,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/normal_cave.dmm b/maps/southern_sun/submaps/asteroid_belt/normal_cave.dmm
deleted file mode 100644
index 80a77657a2..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/normal_cave.dmm
+++ /dev/null
@@ -1,135 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/template_noop,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"d" = (
-/obj/sc_away_spawner/belt_normal,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
-(3,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
-(4,1,1) = {"
-b
-b
-b
-b
-c
-c
-b
-b
-b
-b
-"}
-(5,1,1) = {"
-b
-c
-c
-c
-c
-d
-c
-c
-c
-c
-"}
-(6,1,1) = {"
-c
-c
-c
-b
-c
-c
-b
-c
-c
-c
-"}
-(7,1,1) = {"
-b
-b
-b
-b
-c
-c
-b
-b
-b
-b
-"}
-(8,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
-(9,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
-(10,1,1) = {"
-a
-a
-a
-b
-c
-c
-b
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/pressure_seal.dmm b/maps/southern_sun/submaps/asteroid_belt/pressure_seal.dmm
deleted file mode 100644
index 684f341ff7..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/pressure_seal.dmm
+++ /dev/null
@@ -1,60 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/simulated/mineral/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/floor/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"c" = (
-/obj/sc_away_spawner/asteroid_drone_swarm,
-/turf/simulated/mineral/floor/ignore_cavegen,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-b
-b
-b
-a
-"}
-(3,1,1) = {"
-a
-b
-b
-b
-b
-a
-"}
-(4,1,1) = {"
-a
-b
-c
-b
-b
-a
-"}
-(5,1,1) = {"
-a
-b
-b
-b
-b
-a
-"}
-(6,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/asteroid_belt/space_cave.dmm b/maps/southern_sun/submaps/asteroid_belt/space_cave.dmm
deleted file mode 100644
index 2341146222..0000000000
--- a/maps/southern_sun/submaps/asteroid_belt/space_cave.dmm
+++ /dev/null
@@ -1,115 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/space,
-/area/mine/explored/belt_miner)
-"b" = (
-/turf/simulated/mineral/ignore_cavegen,
-/area/mine/explored/belt_miner)
-"c" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/explored/belt_miner)
-
-(1,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(2,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(3,1,1) = {"
-a
-a
-c
-c
-c
-c
-"}
-(4,1,1) = {"
-a
-a
-c
-c
-c
-c
-"}
-(5,1,1) = {"
-a
-a
-c
-c
-c
-c
-"}
-(6,1,1) = {"
-a
-a
-c
-c
-c
-c
-"}
-(7,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(8,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(9,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(10,1,1) = {"
-a
-a
-b
-c
-c
-c
-"}
-(11,1,1) = {"
-a
-a
-b
-c
-b
-b
-"}
-(12,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
-(13,1,1) = {"
-a
-a
-a
-a
-a
-a
-"}
diff --git a/maps/southern_sun/submaps/gateway/BaseBlep.dm b/maps/southern_sun/submaps/gateway/BaseBlep.dm
deleted file mode 100644
index 7b84fb1cd4..0000000000
--- a/maps/southern_sun/submaps/gateway/BaseBlep.dm
+++ /dev/null
@@ -1,36 +0,0 @@
-/area/awaymission/baseblep
- icon_state = "green"
- base_turf = /turf/simulated/floor/outdoors/dirt
- ambience = AMBIENCE_OTHERWORLDLY
-
-/area/awaymission/baseblep/base
- name = "Base Blep"
- icon_state = "green"
-
-/area/awaymission/baseblep/cavern
- icon_state = "blue"
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/music/LRRMenu.ogg', 'sound/music/LRRTrack3.ogg', \
- 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', \
- 'sound/ambience/cave/AmbCaveDebriD.ogg')
- outdoors = 1
- name = "Squish Caverns"
-
-/area/awaymission/baseblep/caynon
- name = "Squish Caynon"
- icon_state = "red"
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/music/LRRMenu.ogg', 'sound/music/LRRTrack3.ogg', \
- 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', \
- 'sound/ambience/cave/AmbCaveDebriD.ogg')
- dynamic_lighting = 1
- outdoors = 1
-
-/area/awaymission/baseblep/hivebotsphere
- name = "Checkpoint"
- requires_power = 0
-
-/area/awaymission/baseblep/finale
- name = "Gateway"
- requires_power = 0
-
-//Because dumb Vr errors
-/area/vr
\ No newline at end of file
diff --git a/maps/southern_sun/submaps/gateway/BaseBlep.dmm b/maps/southern_sun/submaps/gateway/BaseBlep.dmm
deleted file mode 100644
index 8c6df79ea1..0000000000
--- a/maps/southern_sun/submaps/gateway/BaseBlep.dmm
+++ /dev/null
@@ -1,67321 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ac" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"aD" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege/radiation,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"bb" = (
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"bh" = (
-/obj/machinery/gateway/centeraway{
- calibrated = 0
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"bk" = (
-/mob/living/simple_mob/slime/feral/orange,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"bs" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"bP" = (
-/turf/simulated/mineral/alt,
-/area/awaymission/baseblep/hivebotsphere)
-"bZ" = (
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"ct" = (
-/turf/simulated/wall/lead,
-/area/awaymission/baseblep/base)
-"cI" = (
-/mob/living/carbon/human/monkey,
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"dm" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"dy" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"dz" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"dO" = (
-/mob/living/simple_mob/slime/feral/purple,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"dP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"dS" = (
-/obj/effect/map_helper/base_turf{
- baseturf = /turf/simulated/floor/outdoors/dirt/sif/planetuse
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep)
-"ee" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"ek" = (
-/mob/living/simple_mob/vore/bigdragon{
- damage_fatigue_mult = 0
- },
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"ex" = (
-/turf/simulated/mineral/alt,
-/area/awaymission/baseblep/finale)
-"eE" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/chrono{
- damage_fatigue_mult = 0
- },
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/baseblep/finale)
-"eH" = (
-/obj/structure/loot_pile/surface/alien/medical,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"eN" = (
-/mob/living/simple_mob/slime/feral/emerald,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"fl" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"fF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"fL" = (
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"fM" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"ga" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"gA" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep)
-"gK" = (
-/obj/machinery/door/blast/puzzle{
- id = "BaseBlepD"
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"gW" = (
-/obj/structure/table/steel,
-/obj/item/storage/pill_bottle/nutriment,
-/obj/item/gun/projectile/cell_loaded/medical/cmo,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"gY" = (
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"hM" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep/hivebotsphere)
-"ij" = (
-/obj/machinery/door/blast/puzzle{
- id = "BaseBlepA"
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"ir" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/laser,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"iV" = (
-/obj/structure/table/darkglass,
-/obj/machinery/button/remote/blast_door{
- id = "BaseBlepD"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"jl" = (
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"jt" = (
-/mob/living/simple_mob/slime/feral/dark_purple,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"jC" = (
-/mob/living/simple_mob/mechanical/hivebot/tank/armored/anti_laser,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"kc" = (
-/obj/structure/closet,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"ke" = (
-/mob/living/simple_mob/animal/giant_spider/broodmother,
-/turf/simulated/floor/outdoors/grass/forest,
-/area/awaymission/baseblep/hivebotsphere)
-"kr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"ky" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"kD" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"kF" = (
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"kI" = (
-/obj/structure/table/alien/blue,
-/obj/machinery/button/remote/blast_door{
- id = "BaseBlepA"
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"kX" = (
-/mob/living/simple_mob/slime/feral/silver,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"li" = (
-/obj/machinery/mecha_part_fabricator/pros,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"lu" = (
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/baseblep/finale)
-"lI" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"lM" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"lR" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"lY" = (
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"mc" = (
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"mf" = (
-/obj/machinery/mecha_part_fabricator,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"mi" = (
-/mob/living/simple_mob/slime/feral/emerald,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"mB" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/dot,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"mN" = (
-/turf/simulated/floor/tiled/red,
-/area/awaymission/baseblep/base)
-"na" = (
-/mob/living/simple_mob/animal/giant_spider/nurse,
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"nG" = (
-/obj/effect/floor_decal/corner/white,
-/obj/effect/floor_decal/corner/white{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"nJ" = (
-/mob/living/simple_mob/slime/feral/bluespace,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"oo" = (
-/obj/structure/closet/secure_closet/medical3,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"oz" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/bed,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"oP" = (
-/mob/living/simple_mob/slime/feral/red,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"oU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"pd" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"pf" = (
-/obj/structure/table/rack/shelf,
-/obj/item/shield/primitive,
-/obj/item/material/sword/katana,
-/obj/item/material/twohanded/sledgehammer,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/baseblep/base)
-"ph" = (
-/obj/machinery/door/blast/puzzle{
- id = "BaseBlepA"
- },
-/turf/simulated/floor/outdoors/grass/forest,
-/area/awaymission/baseblep/hivebotsphere)
-"pl" = (
-/obj/effect/map_helper/no_tele,
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep)
-"qp" = (
-/obj/structure/closet/crate/medical/blood,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"qr" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"qw" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"qB" = (
-/obj/effect/floor_decal/corner/white{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white{
- dir = 1
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"qL" = (
-/obj/structure/loot_pile/surface/alien/security,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"rZ" = (
-/obj/structure/table/steel,
-/obj/item/storage/pill_bottle/healing_nanites,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"sN" = (
-/obj/structure/loot_pile/surface/alien/end,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"sZ" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"tA" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"tH" = (
-/turf/simulated/floor/outdoors/grass/forest,
-/area/awaymission/baseblep/hivebotsphere)
-"tL" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"uq" = (
-/mob/living/simple_mob/slime/feral/dark_purple,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"uC" = (
-/turf/simulated/mineral/alt,
-/area/awaymission/baseblep/base)
-"uN" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/declone,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"uS" = (
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/baseblep/finale)
-"uT" = (
-/obj/random/outcrop,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"vC" = (
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/bed,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"vM" = (
-/obj/machinery/sleeper{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"we" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/mhydrogen{
- amount = 3
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"wx" = (
-/turf/simulated/shuttle/wall/alien,
-/area/awaymission/baseblep/hivebotsphere)
-"wO" = (
-/mob/living/simple_mob/mechanical/hivebot/swarm,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"xk" = (
-/obj/machinery/power/smes/buildable,
-/obj/structure/cable/yellow,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"xn" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"xs" = (
-/obj/structure/table/steel,
-/obj/item/gun/projectile/deagle/gold,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"xM" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/awaymission/baseblep/base)
-"yh" = (
-/obj/machinery/chem_master,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"yj" = (
-/turf/simulated/mineral/alt,
-/area/awaymission/baseblep)
-"yp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"yq" = (
-/obj/structure/table/steel,
-/obj/item/gun/projectile/heavysniper/collapsible,
-/obj/item/gun/projectile/heavysniper/collapsible,
-/obj/item/gun/projectile/revolvingrifle,
-/obj/item/gun/projectile/revolvingrifle,
-/obj/item/gun/projectile/shotgun/semi,
-/obj/item/gun/projectile/shotgun/semi,
-/obj/item/gun/energy/monorifle/combat,
-/obj/item/gun/energy/monorifle/combat,
-/obj/item/gun/energy/hooklauncher,
-/obj/item/gun/energy/hooklauncher,
-/obj/item/gun/energy/laser{
- icon = 'icons/obj/gun.dmi';
- icon_state = "pulse";
- name = "Expirmental Pulse Rifle";
- firemodes = list(list("mode_name" = "normal", "fire_delay" = 8, "projectile_type" = /obj/item/projectile/beam/midlaser, "charge_cost" = 120),list("mode_name" = "suppressive", "fire_delay" = 5, "projectile_type" = /obj/item/projectile/beam/weaklaser, "charge_cost" = 30))
- },
-/obj/item/gun/energy/laser{
- icon = 'icons/obj/gun.dmi';
- icon_state = "pulse";
- name = "Expirmental Pulse Rifle";
- firemodes = list(list("mode_name" = "normal", "fire_delay" = 8, "projectile_type" = /obj/item/projectile/beam/midlaser, "charge_cost" = 120),list("mode_name" = "suppressive", "fire_delay" = 5, "projectile_type" = /obj/item/projectile/beam/weaklaser, "charge_cost" = 30))
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"yu" = (
-/mob/living/simple_mob/slime/feral/yellow,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"yA" = (
-/mob/living/simple_mob/mechanical/hivebot/tank/armored/anti_bullet,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"yN" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep/base)
-"zA" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Armoury Tactical Equipment";
- req_access = list(3);
- req_one_access = list(3)
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/baseblep/base)
-"zD" = (
-/obj/effect/floor_decal/corner/white{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white{
- dir = 8
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"zK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"Ac" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep)
-"Ao" = (
-/mob/living/simple_mob/slime/feral/ruby,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"Bc" = (
-/obj/structure/closet/crate/medical,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Bv" = (
-/turf/simulated/shuttle/wall/voidcraft/orange,
-/area/awaymission/baseblep/hivebotsphere)
-"Bx" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"BW" = (
-/mob/living/simple_mob/slime/feral/yellow,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"Cy" = (
-/obj/machinery/computer/rdconsole/robotics{
- dir = 1
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"CJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"CU" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Dh" = (
-/obj/machinery/r_n_d/protolathe,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Dj" = (
-/obj/structure/table/alien/blue,
-/obj/machinery/button/remote/blast_door{
- id = "BaseBlepB"
- },
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"Dq" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Dt" = (
-/obj/structure/table/steel,
-/obj/item/storage/pill_bottle/dice_nerd,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"DE" = (
-/turf/simulated/shuttle/wall/alien,
-/area/awaymission/baseblep/finale)
-"DI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"Et" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"ER" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Fb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"Fe" = (
-/obj/structure/table/steel,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Fo" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/void_opal,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"Fs" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"Fv" = (
-/turf/simulated/floor/water,
-/area/awaymission/baseblep/caynon)
-"FK" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/wall/uranium,
-/area/awaymission/baseblep/base)
-"FQ" = (
-/obj/structure/inflatable,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"FY" = (
-/turf/simulated/wall/uranium,
-/area/awaymission/baseblep/base)
-"GW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"Hj" = (
-/obj/structure/table/steel,
-/obj/machinery/door/window/westright{
- dir = 1
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Ht" = (
-/obj/structure/table/glass,
-/obj/structure/window/reinforced{
- dir = 1;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Hw" = (
-/obj/structure/table/steel,
-/obj/item/gun/projectile/automatic/sol,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"HP" = (
-/mob/living/simple_mob/slime/feral/pink,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"HQ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Iu" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"Ji" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"Jm" = (
-/mob/living/simple_mob/slime/feral/green,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"JN" = (
-/obj/machinery/door/airlock/medical,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"JQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"Kn" = (
-/obj/machinery/autolathe,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Ko" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"KD" = (
-/mob/living/simple_mob/slime/feral/bluespace,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"Lf" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Lz" = (
-/mob/living/simple_mob/slime/feral/orange,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"LA" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/painite{
- amount = 8
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"LW" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"LX" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"MB" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"MQ" = (
-/obj/structure/table/steel,
-/obj/item/gun/energy/gun/compact/dazzle,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"Nm" = (
-/obj/machinery/door/blast/puzzle{
- id = "BaseBlepB"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"NK" = (
-/obj/machinery/porta_turret/alien{
- active_power_usage = 0;
- installation = /obj/item/gun/energy/crossbow/largecrossbow;
- auto_repair = 1
- },
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"OM" = (
-/obj/machinery/computer/rdconsole/core{
- dir = 8
- },
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"ON" = (
-/obj/structure/table/rack/shelf,
-/obj/item/material/twohanded/fireaxe,
-/obj/item/whetstone,
-/obj/item/material/twohanded/fireaxe,
-/obj/item/whetstone,
-/obj/item/stack/material/plasteel{
- amount = 30
- },
-/obj/item/stack/material/plasteel{
- amount = 30
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/baseblep/base)
-"OO" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/backline,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"Pm" = (
-/obj/machinery/telecomms/relay/preset/southerncross,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Pn" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"PA" = (
-/turf/simulated/shuttle/floor/darkred,
-/area/awaymission/baseblep/hivebotsphere)
-"PE" = (
-/obj/machinery/door/airlock/alien/locked,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"PW" = (
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"PZ" = (
-/mob/living/simple_mob/slime/feral/silver,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"Qg" = (
-/obj/machinery/r_n_d/destructive_analyzer,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Qk" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"Qn" = (
-/mob/living/simple_mob/slime/feral/pink,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"Qq" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable/cyan,
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"Qr" = (
-/obj/machinery/gateway,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"Qt" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/durasteel{
- amount = 3
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"QG" = (
-/mob/living/simple_mob/slime/feral/ruby,
-/turf/simulated/floor/outdoors/ironsand{
- temperature = 300
- },
-/area/awaymission/baseblep/caynon)
-"QH" = (
-/obj/machinery/body_scanconsole,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"QW" = (
-/mob/living/carbon/human/monkey,
-/turf/simulated/floor/outdoors/grass/forest,
-/area/awaymission/baseblep/hivebotsphere)
-"Ra" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Secure Armoury Section";
- req_access = list(63);
- req_one_access = list(1)
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/baseblep/base)
-"Ry" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/finale)
-"RC" = (
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/baseblep/finale)
-"RD" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/effect/floor_decal/corner/white/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"RE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"RL" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"SE" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"SN" = (
-/obj/structure/table/alien/blue,
-/obj/machinery/button/remote/blast_door{
- id = "BaseBlepC"
- },
-/turf/simulated/floor/outdoors/grass/heavy,
-/area/awaymission/baseblep/hivebotsphere)
-"Tg" = (
-/obj/machinery/bodyscanner,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Tr" = (
-/obj/structure/loot_pile/surface/alien,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"Tx" = (
-/mob/living/simple_mob/mechanical/hivebot/tank/meatshield,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"Ty" = (
-/obj/machinery/power/rad_collector,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"TS" = (
-/obj/structure/closet/l3closet/medical,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Uh" = (
-/obj/structure/table/steel,
-/obj/item/gun/energy/gun/burst/mg42,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"Ul" = (
-/obj/machinery/power/smes/batteryrack,
-/turf/simulated/floor/tiled/eris/steel,
-/area/awaymission/baseblep/base)
-"Uy" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/rapid,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"UK" = (
-/obj/item/modular_computer/console/preset/medical{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Vu" = (
-/obj/machinery/door/window/westright,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"Vy" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"VF" = (
-/obj/effect/fake_sun/warm,
-/turf/simulated/wall/solidrock,
-/area/awaymission/baseblep)
-"VM" = (
-/turf/simulated/mineral/alt,
-/area/awaymission/baseblep/cavern)
-"VS" = (
-/mob/living/simple_mob/slime/feral/green,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 300
- },
-/area/awaymission/baseblep/cavern)
-"VV" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/machinegun,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"Wr" = (
-/obj/structure/cable/cyan{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"WQ" = (
-/obj/structure/loot_pile/surface/alien/engineering,
-/turf/simulated/shuttle/floor/alienplating,
-/area/awaymission/baseblep/hivebotsphere)
-"Xv" = (
-/obj/machinery/door/blast/puzzle{
- id = "BaseBlepC"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"Xw" = (
-/obj/structure/table/glass,
-/obj/machinery/chemical_dispenser/full,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-"XU" = (
-/turf/simulated/shuttle/wall/alien/blue,
-/area/awaymission/baseblep/finale)
-"Yp" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating2";
- temperature = 310
- },
-/area/awaymission/baseblep/base)
-"Yw" = (
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/baseblep/base)
-"YE" = (
-/obj/machinery/sleep_console{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/violetcorener,
-/area/awaymission/baseblep/base)
-
-(1,1,1) = {"
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-pl
-"}
-(2,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-yN
-yN
-yN
-yN
-yN
-yN
-gA
-gA
-dS
-"}
-(3,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-xM
-xM
-xM
-xM
-yN
-yj
-yj
-VF
-"}
-(4,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-Yw
-Yw
-Yw
-xM
-yN
-yj
-yj
-Ac
-"}
-(5,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-yN
-yN
-xM
-Yw
-iV
-Yw
-xM
-yN
-yN
-yN
-gA
-"}
-(6,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-dz
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-dz
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-xM
-xM
-Yw
-Yw
-Yw
-xM
-xM
-xM
-yN
-gA
-"}
-(7,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-rZ
-Yw
-Yw
-Yw
-Yw
-Yw
-Uh
-xM
-yN
-gA
-"}
-(8,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-we
-Yw
-Yw
-Yw
-Yw
-Yw
-we
-xM
-yN
-gA
-"}
-(9,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-Fo
-Yw
-Yw
-Yw
-Yw
-Yw
-Fo
-xM
-yN
-gA
-"}
-(10,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-we
-Yw
-Yw
-Yw
-Yw
-Yw
-we
-xM
-yN
-gA
-"}
-(11,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-xs
-Yw
-Yw
-Yw
-Yw
-Yw
-gW
-xM
-yN
-gA
-"}
-(12,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-uT
-mc
-mc
-mc
-eN
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-xM
-xM
-Xv
-Xv
-Xv
-xM
-xM
-xM
-yN
-gA
-"}
-(13,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-Ao
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-yN
-yN
-xM
-Xv
-Xv
-Xv
-xM
-yN
-yN
-yN
-gA
-"}
-(14,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-HP
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-yN
-yN
-xM
-Nm
-Nm
-Nm
-xM
-yN
-yN
-yN
-gA
-"}
-(15,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yN
-xM
-xM
-xM
-Nm
-Nm
-Nm
-xM
-xM
-xM
-yN
-gA
-"}
-(16,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-Yp
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yN
-xM
-Dt
-Yw
-Yw
-Yw
-Yw
-Yw
-Hw
-xM
-yN
-gA
-"}
-(17,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-hM
-hM
-hM
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-xM
-LA
-Yw
-Yw
-Yw
-Yw
-Yw
-LA
-xM
-yN
-gA
-"}
-(18,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-xM
-Qt
-Yw
-Yw
-Yw
-Yw
-Yw
-Qt
-xM
-yN
-gA
-"}
-(19,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-Yp
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-gY
-Lf
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-xM
-LA
-Yw
-Yw
-Yw
-Yw
-Yw
-LA
-xM
-yN
-gA
-"}
-(20,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-ER
-gY
-gY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-xM
-MQ
-Yw
-Yw
-Yw
-Yw
-Yw
-Dt
-xM
-yN
-gA
-"}
-(21,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-xM
-xM
-xM
-Yw
-Yw
-Yw
-xM
-xM
-xM
-yN
-gA
-"}
-(22,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-gY
-gY
-gY
-gY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yN
-yN
-yN
-xM
-Yw
-Yw
-Yw
-xM
-yN
-yN
-yN
-gA
-"}
-(23,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-Pm
-Kn
-Dh
-pd
-Ul
-ct
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yN
-xM
-Nm
-xM
-Xv
-xM
-yN
-yj
-yj
-gA
-"}
-(24,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-PZ
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-ct
-gY
-gY
-gY
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yN
-xM
-Nm
-xM
-Xv
-xM
-yN
-yj
-yj
-gA
-"}
-(25,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ac
-gY
-Qg
-OM
-gY
-ct
-mf
-gY
-tA
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-uC
-yj
-yj
-gA
-"}
-(26,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-ek
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-eN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-PZ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-sZ
-gY
-gY
-gY
-gY
-gY
-ct
-gY
-gY
-mf
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(27,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-PW
-PW
-PW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Ao
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-Ht
-gY
-gY
-gY
-gY
-gY
-ct
-Bx
-gY
-Cy
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(28,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-ek
-PW
-SN
-PW
-ek
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-HP
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-CU
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-li
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(29,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-PW
-PW
-PW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-ct
-fM
-fM
-ct
-HQ
-HQ
-ct
-gY
-gY
-gY
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(30,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-PW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-gY
-gY
-gY
-ct
-ct
-gY
-gY
-gY
-ct
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(31,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-ct
-oU
-ct
-ct
-qw
-gY
-gY
-gY
-qw
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(32,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(33,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-VS
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-dz
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-Lf
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-lI
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-lY
-lY
-Yp
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-dz
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(34,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(35,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-qw
-gY
-gY
-gY
-qw
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(36,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-kc
-kc
-Et
-ct
-ct
-gY
-gY
-gY
-ct
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(37,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-gY
-gY
-gY
-ct
-bs
-UK
-yh
-Xw
-Vu
-ct
-bb
-bb
-Et
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(38,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-ph
-ph
-ph
-hM
-hM
-hM
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-qL
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-Hj
-bb
-bb
-bb
-bb
-bb
-RL
-bb
-bb
-Et
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(39,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-hM
-ph
-ph
-ph
-hM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-Fe
-bb
-bb
-nG
-bb
-Pn
-ct
-bb
-bb
-bb
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(40,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-gY
-gY
-gY
-gY
-RL
-bb
-nG
-RD
-nG
-Tg
-ct
-vC
-bb
-oz
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(41,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-yu
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-YE
-zD
-RD
-zD
-QH
-ct
-ct
-RL
-ct
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(42,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-wx
-wx
-wx
-jC
-yA
-wx
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-FQ
-FQ
-FQ
-ct
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-vM
-bb
-qB
-bZ
-bb
-RL
-bb
-bb
-oo
-ct
-Dq
-gY
-gY
-gY
-Dq
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-ct
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-gA
-"}
-(43,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-OO
-Uy
-fL
-yA
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-FK
-dm
-LX
-fl
-xk
-ct
-ct
-ct
-Et
-Et
-Vy
-Et
-Et
-ct
-bb
-bb
-bb
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-ct
-mN
-mN
-mN
-ct
-yj
-yj
-yj
-gA
-"}
-(44,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-OO
-Tx
-Uy
-jC
-fL
-fL
-fL
-wx
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-Qk
-FY
-SE
-Wr
-Qq
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-bb
-bb
-bb
-kc
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-ct
-mN
-mN
-mN
-ct
-yj
-yj
-yj
-gA
-"}
-(45,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-OO
-OO
-wx
-fL
-fL
-fL
-wx
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-FY
-MB
-lM
-lY
-RE
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-bb
-bb
-bb
-bb
-JN
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-ct
-ct
-ct
-ct
-ct
-Ra
-ct
-ct
-ct
-ct
-ct
-gA
-"}
-(46,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-sN
-fL
-fL
-fL
-wx
-wx
-fL
-fL
-kI
-VV
-fL
-wx
-wx
-fL
-fL
-fL
-PE
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-Fb
-Ty
-kr
-lY
-qr
-ga
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-TS
-Bc
-qp
-kc
-ct
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-gY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-ct
-pf
-mN
-ct
-mN
-mN
-mN
-ct
-mN
-pf
-ct
-gA
-"}
-(47,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-OO
-OO
-wx
-fL
-fL
-fL
-wx
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-kD
-FY
-ee
-lY
-lY
-xn
-lY
-lY
-Yp
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-Yp
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-ct
-pf
-mN
-Ra
-mN
-mN
-mN
-Ra
-mN
-pf
-ct
-gA
-"}
-(48,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-OO
-Tx
-Uy
-jC
-fL
-fL
-fL
-wx
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-FY
-ky
-yp
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-ct
-pf
-mN
-ct
-mN
-mN
-mN
-ct
-mN
-pf
-ct
-gA
-"}
-(49,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-OO
-Uy
-fL
-yA
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-ct
-ct
-ct
-ct
-ct
-Ra
-ct
-ct
-ct
-ct
-ct
-gA
-"}
-(50,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-wx
-wx
-wx
-jC
-yA
-wx
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-Yp
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-yj
-ct
-pf
-mN
-pf
-ct
-yj
-yj
-yj
-gA
-"}
-(51,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-pf
-mN
-pf
-ct
-yj
-yj
-yj
-gA
-"}
-(52,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ct
-zA
-ct
-ct
-yj
-yj
-yj
-gA
-"}
-(53,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ON
-ct
-yj
-yj
-yj
-yj
-gA
-"}
-(54,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-PZ
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-qL
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-eN
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-gA
-"}
-(55,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Ao
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(56,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-HP
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(57,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(58,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-eN
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(59,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Ao
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(60,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-HP
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(61,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-dz
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-dz
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(62,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-lY
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(63,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-uq
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-lY
-lY
-lY
-ct
-lY
-lY
-lY
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(64,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uq
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-ct
-FQ
-FQ
-FQ
-ct
-ct
-ct
-ct
-ct
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(65,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uq
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(66,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(67,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(68,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(69,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(70,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-nJ
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(71,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(72,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-KD
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(73,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(74,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(75,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(76,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(77,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(78,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(79,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(80,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(81,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uq
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(82,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(83,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-KD
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(84,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(85,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(86,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(87,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(88,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-VS
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(89,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-PZ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(90,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(91,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-PZ
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(92,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-PZ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(93,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-VS
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(94,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(95,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(96,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(97,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(98,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(99,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(100,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(101,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(102,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-Tr
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(103,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(104,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(105,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-VS
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(106,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-wx
-wx
-wx
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(107,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(108,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-uq
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(109,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-VV
-fL
-ir
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-kX
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-uq
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(110,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-VM
-uT
-VM
-mc
-mc
-mc
-PE
-fL
-fL
-fL
-wx
-wx
-fL
-fL
-kI
-fL
-fL
-wx
-wx
-fL
-fL
-fL
-sN
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-uq
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(111,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-VV
-fL
-ir
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-kX
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(112,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(113,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(114,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-wx
-wx
-wx
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(115,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(116,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(117,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-nJ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(118,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-oP
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-Tr
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(119,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(120,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(121,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(122,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(123,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-eN
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-KD
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(124,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-Ao
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(125,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-HP
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(126,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-WQ
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(127,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(128,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(129,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-PZ
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(130,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-wx
-mB
-uN
-wx
-wx
-wx
-uN
-mB
-wx
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(131,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-dO
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-mB
-aD
-lR
-fL
-wx
-fL
-lR
-aD
-mB
-fL
-fL
-fL
-wx
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-PZ
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(132,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-uN
-lR
-fL
-fL
-fL
-fL
-fL
-lR
-uN
-fL
-fL
-fL
-wx
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(133,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(134,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-sN
-fL
-fL
-fL
-wx
-wx
-fL
-fL
-kI
-fL
-fL
-wx
-wx
-fL
-fL
-fL
-PE
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-nJ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(135,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-fL
-fL
-fL
-wx
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(136,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-uN
-fL
-fL
-fL
-fL
-fL
-fL
-lR
-uN
-fL
-fL
-fL
-wx
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(137,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-kX
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-mB
-aD
-fL
-fL
-wx
-fL
-lR
-aD
-mB
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(138,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-fL
-fL
-fL
-wx
-mB
-uN
-wx
-wx
-wx
-uN
-mB
-wx
-fL
-fL
-fL
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(139,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-kX
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(140,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(141,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(142,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-WQ
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(143,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(144,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(145,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(146,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(147,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(148,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(149,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jt
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(150,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(151,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(152,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(153,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(154,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(155,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(156,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-dO
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(157,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(158,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-yu
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(159,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-nJ
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(160,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-yu
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(161,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(162,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(163,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(164,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(165,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(166,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-dO
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(167,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(168,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(169,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Fv
-Fv
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(170,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(171,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(172,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-nJ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(173,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-oP
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(174,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-Bv
-Bv
-gK
-gK
-gK
-Bv
-Bv
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-PZ
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(175,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(176,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-BW
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(177,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(178,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-Bv
-Bv
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-Bv
-Bv
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-bk
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(179,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-gK
-gK
-gK
-gK
-gK
-PA
-PA
-PA
-PA
-zK
-Ji
-JQ
-PA
-PA
-PA
-PA
-gK
-gK
-gK
-gK
-gK
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-dO
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(180,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-gK
-gK
-gK
-gK
-gK
-PA
-PA
-PA
-PA
-dP
-yq
-CJ
-PA
-PA
-PA
-PA
-gK
-gK
-gK
-gK
-gK
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(181,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-gK
-gK
-gK
-gK
-gK
-PA
-PA
-PA
-PA
-GW
-fF
-DI
-PA
-PA
-PA
-PA
-gK
-gK
-gK
-gK
-gK
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(182,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-Bv
-Bv
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-Bv
-Bv
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(183,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-eH
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(184,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(185,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-hM
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-Bv
-NK
-PA
-PA
-PA
-NK
-Bv
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-hM
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(186,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-hM
-hM
-hM
-hM
-Bv
-Bv
-Bv
-Bv
-Bv
-gK
-gK
-gK
-Bv
-Bv
-Bv
-Bv
-Bv
-hM
-hM
-hM
-hM
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(187,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-wO
-wO
-wx
-wx
-wx
-wO
-wO
-wx
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(188,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wO
-wO
-wO
-wO
-wx
-wO
-wO
-wO
-wO
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(189,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(190,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-Bv
-gK
-gK
-gK
-Bv
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wx
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(191,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-PE
-fL
-fL
-fL
-wx
-wx
-wO
-wO
-kI
-wO
-wO
-wx
-wx
-fL
-fL
-fL
-sN
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(192,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-wx
-fL
-fL
-fL
-wx
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wx
-fL
-fL
-fL
-wx
-wx
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(193,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mi
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-wx
-fL
-fL
-fL
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(194,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-QG
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-wx
-fL
-fL
-fL
-wO
-wO
-wO
-wO
-wx
-wO
-wO
-wO
-wO
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(195,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-Qn
-jl
-jl
-jl
-jl
-Jm
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-wx
-fL
-fL
-fL
-wx
-wO
-wO
-wx
-wx
-wx
-wO
-wO
-wx
-fL
-fL
-fL
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(196,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-nJ
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(197,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(198,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-wx
-wx
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-fL
-wx
-wx
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(199,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-Lz
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-wx
-wx
-wx
-wx
-wx
-eH
-wx
-wx
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(200,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-ex
-ex
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-ex
-ex
-ex
-ex
-ex
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-wx
-wx
-wx
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(201,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-ex
-XU
-XU
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-XU
-XU
-ex
-ex
-ex
-ex
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-Lz
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(202,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-DE
-DE
-DE
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-ex
-ex
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(203,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-RC
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-ex
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-VS
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(204,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-lu
-lu
-lu
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(205,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-lu
-lu
-uS
-lu
-lu
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(206,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-yj
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(207,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-uS
-kF
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-DE
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-kF
-uS
-XU
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-nJ
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(208,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-uS
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-kF
-kF
-kF
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-uS
-XU
-yj
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-oP
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(209,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-kF
-kF
-kF
-kF
-kF
-XU
-uS
-kF
-RC
-lu
-lu
-uS
-uS
-kF
-kF
-RC
-kF
-kF
-uS
-uS
-lu
-lu
-RC
-kF
-uS
-XU
-yj
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-PZ
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(210,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-kF
-dy
-tL
-Ko
-kF
-ij
-uS
-DE
-RC
-lu
-uS
-uS
-kF
-kF
-RC
-RC
-RC
-kF
-kF
-uS
-uS
-lu
-RC
-DE
-uS
-ij
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(211,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-kF
-Iu
-bh
-Qr
-kF
-ij
-uS
-DE
-RC
-lu
-uS
-DE
-kF
-RC
-RC
-eE
-RC
-RC
-kF
-DE
-uS
-lu
-RC
-DE
-uS
-ij
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(212,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-kF
-Ry
-Fs
-LW
-kF
-ij
-uS
-DE
-RC
-lu
-uS
-uS
-kF
-kF
-RC
-RC
-RC
-kF
-kF
-uS
-uS
-lu
-RC
-DE
-uS
-ij
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(213,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-kF
-kF
-kF
-kF
-kF
-XU
-uS
-kF
-RC
-lu
-lu
-uS
-uS
-kF
-kF
-RC
-kF
-kF
-uS
-uS
-lu
-lu
-RC
-kF
-uS
-XU
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(214,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-uS
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-kF
-kF
-kF
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-uS
-XU
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-bP
-bP
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(215,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-uS
-kF
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-DE
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-kF
-uS
-XU
-VM
-VM
-jl
-jl
-jl
-jl
-jl
-jl
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-bP
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(216,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-DE
-lu
-uS
-uS
-uS
-lu
-DE
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-bP
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(217,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-lu
-lu
-uS
-lu
-lu
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-bP
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(218,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-lu
-lu
-lu
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(219,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-RC
-RC
-RC
-RC
-RC
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-ex
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-nJ
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VM
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(220,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-XU
-XU
-uS
-uS
-kF
-kF
-DE
-DE
-DE
-kF
-kF
-uS
-uS
-XU
-XU
-ex
-ex
-ex
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-VM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-na
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(221,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-ex
-XU
-XU
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-uS
-XU
-XU
-ex
-ex
-ex
-ex
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-yu
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-ph
-ph
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-na
-cI
-na
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(222,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-ex
-ex
-ex
-ex
-ex
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-XU
-ex
-ex
-ex
-ex
-ex
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-nJ
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-ph
-ph
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-na
-cI
-Dj
-cI
-na
-QW
-ke
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(223,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-ph
-ph
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-na
-cI
-na
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(224,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-na
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(225,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-QW
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(226,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-uT
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(227,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VS
-mc
-Lz
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(228,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yu
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(229,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-uT
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-Lz
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(230,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(231,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-mc
-mc
-mc
-mc
-mc
-uT
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(232,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-tH
-tH
-tH
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(233,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-hM
-hM
-hM
-hM
-hM
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(234,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(235,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(236,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(237,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(238,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(239,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(240,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(241,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(242,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(243,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-VM
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(244,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(245,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(246,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(247,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(248,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(249,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(250,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(251,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(252,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(253,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(254,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(255,1,1) = {"
-gA
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-yj
-gA
-"}
-(256,1,1) = {"
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-gA
-"}
diff --git a/maps/southern_sun/submaps/gateway/carpfarm.dm b/maps/southern_sun/submaps/gateway/carpfarm.dm
deleted file mode 100644
index 9e8e989fb2..0000000000
--- a/maps/southern_sun/submaps/gateway/carpfarm.dm
+++ /dev/null
@@ -1,25 +0,0 @@
-/area/awaymission/carpfarm
- icon_state = "blank"
- requires_power = 0
-
-/area/awaymission/carpfarm/arrival
- icon_state = "away"
- requires_power = 0
-
-/area/awaymission/carpfarm/base
- icon_state = "away"
-
-/area/awaymission/carpfarm/hostilebase
- icon_state = "green"
-
-/area/awaymission/carpfarm/base/entry
- icon_state = "blue"
-
-/obj/item/paper/awaygate/carpfarm/suicide
- name = "suicide letter"
- info = "dear rescue,
my name markov. if reading this, i am dead. i am was miner for 3rd union of soviet socialist republiks. \
- comrades yuri, dimitri, ivan, all eaten by space carp. all started month ago when soviet shipment sent new sonic jackhammers. \
- carp attracted to vibrations. killed dimitri. yuri thought good idea to jury-rig hoverpods with lasers. not good idea. \
- very bad idea. only pissed them off. giant white carp appeared. killed ivan. then giant carp cracked yuri pod like \
- eggshell and swallowed yuri.
no food. can't call help. carp chewed comms relay. 2 weeks since then. \
- can't eat carp. is poison.
avenge comrades. avenge me. i die in glory.
-markov"
diff --git a/maps/southern_sun/submaps/gateway/carpfarm.dmm b/maps/southern_sun/submaps/gateway/carpfarm.dmm
deleted file mode 100644
index f973158889..0000000000
--- a/maps/southern_sun/submaps/gateway/carpfarm.dmm
+++ /dev/null
@@ -1,67395 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/space,
-/area/space)
-"ab" = (
-/obj/effect/blocker,
-/turf/space{
- density = 1;
- desc = "You can't go there!";
- name = "The 4th Wall"
- },
-/area/space)
-"ac" = (
-/turf/simulated/mineral,
-/area/space)
-"ad" = (
-/obj/effect/blocker,
-/turf/space,
-/area/space)
-"ae" = (
-/mob/living/simple_mob/animal/space/carp,
-/turf/space,
-/area/space)
-"af" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/space)
-"ag" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/landmark/loot_spawn,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"ah" = (
-/turf/simulated/mineral/floor/ignore_mapgen,
-/area/space)
-"ai" = (
-/obj/structure/closet/jcloset,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"aj" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/space)
-"ak" = (
-/turf/simulated/mineral,
-/area/mine/unexplored)
-"al" = (
-/obj/structure/lattice,
-/turf/space,
-/area/space)
-"am" = (
-/turf/simulated/wall/iron,
-/area/awaymission/carpfarm/base)
-"an" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/power/smes/buildable,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"ao" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8;
- icon_state = "warning"
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"ap" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"as" = (
-/obj/structure/table/rack/shelf,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"at" = (
-/obj/machinery/shower{
- dir = 4;
- icon_state = "shower";
- pixel_x = 5
- },
-/obj/machinery/door/window,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/base)
-"au" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"av" = (
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"aw" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 1;
- icon_state = "bulb1"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"ax" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"ay" = (
-/obj/structure/bedsheetbin,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"az" = (
-/obj/item/storage/toolbox/electrical,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aA" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1;
- icon_state = "warningcorner"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aB" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aC" = (
-/mob/living/simple_mob/animal/space/carp/large,
-/turf/space,
-/area/space)
-"aD" = (
-/mob/living/simple_mob/animal/space/carp/large/huge,
-/turf/space,
-/area/space)
-"aE" = (
-/obj/item/paper/awaygate/carpfarm/suicide,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"aF" = (
-/obj/structure/window/basic{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"aG" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"aH" = (
-/obj/item/bedsheet,
-/obj/structure/bed/padded,
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"aI" = (
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"aJ" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/head/helmet/space/void/mining,
-/obj/item/mining_scanner,
-/obj/item/tank/jetpack/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aK" = (
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aL" = (
-/obj/structure/closet/toolcloset,
-/obj/item/pickaxe/jackhammer,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/multitool,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aM" = (
-/turf/simulated/wall/r_wall,
-/area/space)
-"aN" = (
-/obj/structure/door_assembly/door_assembly_hatch,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"aO" = (
-/obj/machinery/door/airlock/external,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"aP" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/carpfarm/base)
-"aQ" = (
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"aR" = (
-/obj/structure/table/woodentable,
-/obj/random/action_figure,
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"aS" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"aT" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/random/medical,
-/obj/random/medical,
-/obj/random/medical,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"aU" = (
-/obj/structure/closet/gimmick/russian,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"aV" = (
-/mob/living/simple_mob/animal/space/carp/large/huge,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"aW" = (
-/obj/machinery/door/airlock/maintenance_hatch,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aX" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aY" = (
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"aZ" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/lino,
-/area/awaymission/carpfarm/base)
-"ba" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"bb" = (
-/obj/structure/table/reinforced,
-/obj/random/tech_supply,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bc" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bd" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"be" = (
-/obj/structure/lattice,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/awaymission/carpfarm/base)
-"bf" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/trash/syndi_cakes,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bg" = (
-/obj/structure/closet/gimmick/russian,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bh" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/awaymission/carpfarm/base)
-"bi" = (
-/obj/structure/closet/wardrobe/black,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bj" = (
-/obj/machinery/door/airlock/maintenance_hatch,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"bk" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/landmark/costume,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bl" = (
-/obj/structure/lattice,
-/obj/effect/gibspawner/human,
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/awaymission/carpfarm/base)
-"bm" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/closet/crate/internals,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bn" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/random/weapon,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bo" = (
-/obj/machinery/door/airlock/mining,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bp" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bq" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"br" = (
-/obj/item/mecha_parts/mecha_equipment/tool/drill,
-/obj/item/storage/toolbox/mechanical,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bs" = (
-/obj/structure/ore_box,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bt" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/rack,
-/obj/item/clothing/suit/space/void/merc/axis/sovrig,
-/obj/item/clothing/head/helmet/space/void/axis/merc/sovrigh,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bu" = (
-/obj/structure/table/rack,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bv" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bw" = (
-/obj/machinery/microwave{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bx" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"by" = (
-/obj/machinery/vending/coffee{
- prices = list()
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bz" = (
-/obj/machinery/vending/sovietsoda,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bA" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/machinery/vending/sovietvend,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bB" = (
-/obj/machinery/vending/cigarette{
- prices = list()
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bC" = (
-/obj/machinery/vending/dinnerware,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bD" = (
-/obj/structure/closet/crate/internals,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/tank/emergency/oxygen/engi,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bE" = (
-/obj/structure/closet/crate/plastic,
-/obj/random/contraband,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"bF" = (
-/obj/structure/dispenser/oxygen,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bI" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 1;
- icon_state = "map"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10;
- icon_state = "intact"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1375;
- master_tag = "carp_airlock";
- name = "interior access button";
- pixel_x = 26;
- pixel_y = -26;
- req_one_access = newlist()
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bK" = (
-/obj/machinery/suit_cycler/mining,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bL" = (
-/obj/structure/bed/chair,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bM" = (
-/obj/mecha/working/hoverpod/combatpod,
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"bN" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"bO" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/base)
-"bP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/simulated/wall/iron,
-/area/awaymission/carpfarm/base)
-"bQ" = (
-/obj/machinery/door/airlock/external{
- frequency = 1375;
- icon_state = "door_locked";
- id_tag = "carp_inner";
- locked = 1;
- name = "External Access";
- req_access = newlist()
- },
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"bR" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bS" = (
-/obj/item/reagent_containers/food/snacks/cubancarp,
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bT" = (
-/obj/item/reagent_containers/food/snacks/carpmeat,
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bU" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bV" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1375;
- id_tag = "carp_pump"
- },
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1375;
- id_tag = "carp_airlock";
- pixel_x = -28;
- pixel_y = 0;
- req_access = null;
- tag_airpump = "carp_pump";
- tag_chamber_sensor = "carp_sensor";
- tag_exterior_door = "carp_outer";
- tag_interior_door = "carp_inner"
- },
-/obj/effect/floor_decal/industrial/warning/cee{
- dir = 8;
- icon_state = "warningcee"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"bW" = (
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1375;
- id_tag = "carp_pump"
- },
-/obj/effect/floor_decal/industrial/warning/cee{
- dir = 4;
- icon_state = "warningcee"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"bX" = (
-/obj/structure/closet/emcloset,
-/obj/item/storage/toolbox/emergency,
-/obj/machinery/airlock_sensor{
- frequency = 1375;
- id_tag = "carp_sensor";
- pixel_x = 28
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"bY" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"bZ" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"ca" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/obj/structure/closet/crate/bin,
-/obj/item/trash/candy/proteinbar,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/base)
-"cb" = (
-/obj/machinery/door/airlock/external{
- frequency = 1375;
- icon_state = "door_locked";
- id_tag = "carp_outer";
- locked = 1;
- name = "External Access";
- req_access = newlist()
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/base)
-"cc" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"cd" = (
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"ce" = (
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1375;
- master_tag = "carp_airlock";
- name = "exterior access button";
- pixel_x = 26;
- pixel_y = 26;
- req_access = newlist()
- },
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"cf" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/space,
-/area/space)
-"cg" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/airless,
-/area/space)
-"ch" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/airless,
-/area/space)
-"ci" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/airless,
-/area/space)
-"cj" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/airless,
-/area/space)
-"ck" = (
-/turf/simulated/floor/airless,
-/area/space)
-"cl" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4;
- icon_state = "warning"
- },
-/turf/simulated/floor/airless,
-/area/space)
-"cm" = (
-/obj/structure/closet/crate/secure/weapon,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/gun/projectile/automatic/serdy/mosin,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"cn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/airless,
-/area/space)
-"co" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/airless,
-/area/space)
-"cp" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/airless,
-/area/space)
-"cq" = (
-/obj/structure/closet/crate/secure/weapon,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/ammo_magazine/clip/mosin,
-/obj/item/ammo_magazine/clip/mosin,
-/obj/item/ammo_magazine/clip/mosin,
-/obj/item/ammo_magazine/clip/mosin,
-/turf/simulated/floor/airless,
-/area/awaymission/carpfarm/base)
-"cr" = (
-/turf/simulated/mineral/floor/ignore_mapgen/vacuum,
-/area/mine/unexplored)
-"dc" = (
-/obj/machinery/door/airlock{
- name = "Restroom"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"dl" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/vending/snlvend,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"dz" = (
-/obj/structure/bed,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"dK" = (
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/shotgun,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"ef" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor,
-/area/awaymission/carpfarm/hostilebase)
-"eh" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"ei" = (
-/obj/effect/landmark/loot_spawn,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"er" = (
-/obj/structure/fans/tiny,
-/obj/machinery/door/airlock/external,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"ex" = (
-/obj/machinery/power/rtg/fake_gen,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"fT" = (
-/turf/simulated/floor/plating,
-/area/space)
-"fV" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/carpfarm/hostilebase)
-"fX" = (
-/obj/structure/lattice,
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/space,
-/area/space)
-"gS" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"hf" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"iw" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/suit/space/syndicate/black,
-/obj/item/clothing/head/helmet/space/syndicate/black,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"jK" = (
-/obj/machinery/gateway/brass{
- dir = 9
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"kH" = (
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/bosun,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"la" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"lh" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"ly" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"mZ" = (
-/obj/machinery/power/rtg/fake_gen,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"nr" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"nD" = (
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/rifle,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"nU" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"oe" = (
-/obj/machinery/door/airlock/highsecurity,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"og" = (
-/turf/simulated/floor/tiled/steel_grid,
-/area/awaymission/carpfarm/hostilebase)
-"ok" = (
-/obj/machinery/suit_cycler/syndicate,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"pd" = (
-/obj/machinery/gateway/brass{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"ph" = (
-/obj/structure/closet/toolcloset,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"pT" = (
-/obj/item/material/shard,
-/turf/space,
-/area/space)
-"qR" = (
-/obj/machinery/atmospherics/unary/engine{
- dir = 8
- },
-/turf/space,
-/area/space)
-"qT" = (
-/mob/living/simple_mob/humanoid/pirate/armored,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"rr" = (
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"rz" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"rG" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/carpfarm/hostilebase)
-"sm" = (
-/obj/machinery/light{
- dir = 8
- },
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"sL" = (
-/obj/item/material/shard{
- icon_state = "small"
- },
-/turf/space,
-/area/space)
-"tn" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"to" = (
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/automatic/serdy/hectate,
-/obj/item/ammo_magazine/hectate/ap,
-/obj/item/ammo_magazine/hectate/ap,
-/obj/item/ammo_magazine/hectate,
-/obj/item/ammo_magazine/hectate,
-/obj/item/ammo_magazine/hectate,
-/obj/item/ammo_magazine/hectate,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"tA" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"tB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"tY" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"uc" = (
-/obj/structure/closet/toolcloset,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"uj" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"ux" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"va" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/carpfarm/hostilebase)
-"vR" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_grid,
-/area/awaymission/carpfarm/hostilebase)
-"wc" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"wB" = (
-/obj/machinery/power/apc{
- alarms_hidden = 1;
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"xQ" = (
-/obj/structure/closet/toolcloset,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"yq" = (
-/obj/machinery/gateway/brass{
- dir = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"yt" = (
-/obj/structure/shuttle/engine/heater{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/space)
-"ze" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"zp" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"zs" = (
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"Ab" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"Ah" = (
-/obj/mecha/working/hoverpod/shuttlecraft,
-/turf/space,
-/area/space)
-"At" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"AW" = (
-/mob/living/simple_mob/humanoid/pirate/shield/machete/armored,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"Bf" = (
-/obj/machinery/vending/tool{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"BS" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"CF" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/carpfarm/hostilebase)
-"CH" = (
-/obj/machinery/shower{
- pixel_y = 18
- },
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 5
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 6
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"Du" = (
-/obj/machinery/gateway/brass{
- dir = 10
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"Dx" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/table/steel,
-/obj/machinery/microwave/advanced,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"Ea" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"EL" = (
-/obj/machinery/gateway/brass{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"Fb" = (
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"Fx" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"FT" = (
-/obj/effect/landmark/loot_spawn/low,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"FZ" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"GP" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"GV" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"He" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"HU" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"IV" = (
-/obj/effect/wingrille_spawn/reinforced_phoron,
-/turf/simulated/floor,
-/area/awaymission/carpfarm/hostilebase)
-"Jy" = (
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/carpfarm/hostilebase)
-"Kl" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/vending/dinnerware,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"Ky" = (
-/obj/machinery/gateway/centeraway/mcguffin,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"KF" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"KG" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"KQ" = (
-/obj/item/multitool,
-/obj/item/multitool,
-/obj/structure/table/rack,
-/turf/simulated/floor/plating,
-/area/awaymission/carpfarm/hostilebase)
-"KX" = (
-/obj/machinery/suit_cycler,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"Lr" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"Mt" = (
-/obj/machinery/door/airlock/vault,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"MO" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/vending/radren,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"MT" = (
-/obj/structure/dispenser/oxygen,
-/turf/simulated/floor/tiled/airless,
-/area/space)
-"No" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/airless,
-/area/space)
-"Nx" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/carpfarm/hostilebase)
-"NE" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"NN" = (
-/obj/machinery/suit_cycler/syndicate,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"Ob" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/carpfarm/hostilebase)
-"OL" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"PK" = (
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/carpfarm/hostilebase)
-"Qa" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/vending/snack,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"QA" = (
-/obj/effect/floor_decal/industrial/hatch,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"QP" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/steel_grid,
-/area/awaymission/carpfarm/hostilebase)
-"Rm" = (
-/mob/living/simple_mob/humanoid/pirate/las/armored,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"RW" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/vending/food,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"RY" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"SW" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/carpfarm/hostilebase)
-"SY" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/bosun,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"TU" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"US" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"Vs" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/suit/space/void,
-/obj/item/clothing/head/helmet/space/void,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"VH" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"VJ" = (
-/obj/machinery/gateway/brass{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"WW" = (
-/obj/machinery/gateway/brass{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"YF" = (
-/obj/machinery/door/airlock/security,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-"Zd" = (
-/mob/living/simple_mob/humanoid/pirate/captain,
-/turf/simulated/floor/tiled,
-/area/awaymission/carpfarm/hostilebase)
-"Zh" = (
-/obj/machinery/gateway/brass,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/carpfarm/hostilebase)
-"ZC" = (
-/obj/machinery/door/airlock/maintenance_hatch,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/carpfarm/hostilebase)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-ac
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-af
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-af
-aa
-aj
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aa
-aa
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-af
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ah
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aj
-aj
-ac
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aj
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aj
-aj
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-af
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aj
-aj
-af
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ah
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-af
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-ba
-ba
-ba
-am
-am
-am
-am
-am
-am
-al
-al
-cf
-cf
-cf
-cf
-cf
-cf
-cf
-cf
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-an
-az
-aJ
-aJ
-aJ
-am
-bb
-bb
-bb
-am
-bq
-bc
-bc
-bM
-am
-al
-aa
-aa
-al
-al
-aa
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ao
-aA
-aK
-aK
-aK
-aW
-bc
-bc
-bc
-am
-br
-bc
-bc
-bN
-am
-al
-aa
-aa
-al
-al
-al
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ap
-aB
-aL
-aL
-aL
-am
-bc
-bc
-bc
-am
-bs
-bc
-bG
-bO
-am
-al
-aa
-aa
-al
-al
-aa
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-bd
-bc
-bc
-am
-bt
-bc
-bH
-bP
-am
-am
-cc
-cg
-cj
-cj
-cj
-cj
-cj
-cn
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-as
-aS
-aS
-aS
-aS
-am
-bc
-bc
-bc
-am
-bu
-bc
-bI
-bQ
-bV
-cb
-cd
-ch
-ck
-ck
-ck
-ck
-ck
-co
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-as
-aS
-aS
-aS
-aS
-aX
-bc
-bc
-bc
-bo
-bc
-bc
-bJ
-bQ
-bW
-cb
-ce
-ch
-ck
-ck
-ck
-ck
-ck
-co
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-as
-aE
-aS
-aS
-aS
-am
-bc
-bc
-bc
-am
-bv
-bF
-bK
-am
-bX
-am
-cd
-ci
-cl
-cl
-cl
-cl
-cl
-cp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-bd
-bc
-bc
-am
-am
-am
-am
-am
-am
-am
-ak
-aa
-al
-al
-aa
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-at
-aF
-aP
-aP
-aP
-am
-bc
-bc
-bc
-am
-bw
-bx
-bx
-bx
-bY
-am
-cr
-ak
-al
-al
-al
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-au
-aG
-aG
-aG
-aG
-aY
-bc
-bc
-bc
-bp
-bx
-bx
-bx
-bx
-bx
-am
-cr
-cr
-cr
-al
-aa
-al
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-av
-am
-av
-am
-av
-am
-bc
-bc
-bc
-am
-by
-bx
-bx
-bR
-bx
-am
-cr
-cr
-cr
-cr
-ak
-ak
-al
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-aw
-am
-aw
-am
-aw
-am
-bc
-bc
-bc
-am
-bz
-bx
-bL
-bS
-bZ
-am
-cr
-cr
-cr
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-bd
-bc
-bc
-am
-bA
-bx
-bL
-bT
-bZ
-am
-cr
-cr
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ax
-aH
-aI
-aR
-aH
-am
-bc
-bc
-bc
-am
-bB
-bx
-bx
-bU
-bx
-am
-cr
-cr
-cr
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ay
-aI
-aI
-aI
-aI
-aZ
-bc
-bc
-bc
-bp
-bx
-bx
-bx
-bx
-bx
-am
-cr
-cr
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ax
-aH
-aI
-ax
-aH
-am
-bc
-bc
-bc
-am
-bC
-bx
-bx
-bx
-ca
-am
-cr
-cr
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-am
-bj
-am
-am
-am
-am
-am
-am
-am
-am
-cr
-cr
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ag
-cd
-bg
-cd
-bm
-bD
-cm
-am
-cr
-ak
-ak
-ak
-cr
-cr
-cr
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ag
-aU
-bh
-be
-bh
-be
-cq
-am
-cr
-cr
-ak
-cr
-cr
-cr
-cr
-cr
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-cd
-aV
-be
-bh
-be
-bh
-cd
-cd
-cr
-cr
-cr
-cr
-cr
-cr
-cr
-cr
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-cd
-be
-bh
-bl
-be
-be
-bh
-cd
-cr
-cr
-cr
-cr
-cr
-cr
-cr
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(84,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-ai
-bf
-bh
-be
-bh
-bh
-ag
-am
-ak
-cr
-cr
-ak
-cr
-cr
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(85,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-aT
-cd
-bi
-be
-ag
-bE
-ag
-am
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(86,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-aT
-cd
-bk
-cd
-bn
-cd
-ag
-am
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(87,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-am
-am
-am
-am
-am
-am
-am
-am
-am
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(88,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(89,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(90,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(91,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(92,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(94,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(95,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(96,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(97,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(98,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(99,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-aj
-aj
-aj
-af
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(100,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(101,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-ac
-ac
-aj
-aj
-af
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(102,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-ac
-ac
-ac
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(103,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(104,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(105,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(106,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(107,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(108,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(109,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-ak
-aa
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(110,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-ak
-ak
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(111,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(112,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(113,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(114,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(115,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(116,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(117,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(118,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(119,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(120,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(121,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(122,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(123,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(124,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(125,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(126,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(127,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(128,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(129,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(130,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(131,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(132,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(133,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(134,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(135,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(136,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(137,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(138,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(139,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(140,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(141,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(142,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(143,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(144,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(145,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(146,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(147,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(148,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(149,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(150,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(151,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(152,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(153,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(154,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(155,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(156,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(157,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(158,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(159,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(160,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(161,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(162,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(163,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(164,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(165,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(166,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(167,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(168,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(169,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(170,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(171,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(172,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(173,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(174,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(175,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Nx
-Nx
-Nx
-Nx
-gS
-gS
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(176,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-mZ
-ex
-wB
-ze
-KQ
-KQ
-Nx
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(177,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Fb
-Fb
-Fb
-Fb
-Fb
-Fb
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(178,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Fb
-Fb
-Fb
-kH
-Fb
-Fb
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(179,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-ph
-xQ
-ph
-xQ
-Fb
-Bf
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(180,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-ZC
-Nx
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(181,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-og
-og
-og
-og
-og
-og
-og
-Nx
-VH
-rr
-VH
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(182,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-FT
-FT
-FT
-og
-FT
-FT
-FT
-Nx
-VH
-rr
-VH
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(183,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-vR
-og
-og
-og
-og
-og
-QP
-Nx
-la
-rr
-GP
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-Ah
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(184,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-FT
-FT
-FT
-og
-FT
-FT
-FT
-Nx
-VH
-rr
-dK
-Nx
-Vs
-tn
-Vs
-rr
-Vs
-tn
-Vs
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(185,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-og
-og
-og
-og
-og
-og
-og
-Nx
-VH
-rr
-VH
-Nx
-Vs
-rr
-Vs
-rr
-Vs
-rr
-Vs
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-Ah
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(186,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-FT
-FT
-FT
-og
-FT
-FT
-FT
-Nx
-VH
-rr
-VH
-Nx
-QA
-rr
-QA
-rr
-QA
-rr
-QA
-Nx
-Nx
-Nx
-al
-al
-al
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(187,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-vR
-og
-og
-og
-og
-og
-QP
-Nx
-nD
-rr
-VH
-Nx
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-er
-Fb
-er
-fT
-fT
-fT
-fT
-fT
-fT
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(188,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-ei
-ei
-ei
-og
-ei
-ei
-ei
-Nx
-VH
-rr
-rr
-oe
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-er
-Fb
-er
-fT
-fT
-fT
-fT
-fT
-fT
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(189,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-og
-og
-og
-og
-og
-og
-og
-Nx
-la
-rr
-GP
-Nx
-VH
-VH
-VH
-VH
-VH
-VH
-VH
-Nx
-Nx
-Nx
-al
-al
-al
-fT
-aa
-Ah
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(190,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-ei
-ei
-ei
-og
-ei
-ei
-ei
-Nx
-VH
-rr
-VH
-Nx
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(191,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-CF
-PK
-PK
-PK
-PK
-PK
-va
-Nx
-VH
-rr
-VH
-Nx
-ly
-Ob
-NE
-zs
-zs
-ok
-NN
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-Ah
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(192,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Mt
-Nx
-Nx
-Nx
-Nx
-Nx
-YF
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-aa
-aa
-aa
-aa
-al
-fT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(193,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-jK
-EL
-Du
-tB
-HU
-Nx
-VH
-VH
-RY
-Zd
-rr
-VH
-VH
-sm
-VH
-VH
-rr
-VH
-RY
-VH
-VH
-Rm
-RY
-VH
-VH
-VH
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(194,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-pd
-Ky
-Zh
-nr
-HU
-Mt
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-rr
-VH
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(195,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-yq
-WW
-VJ
-GV
-HU
-Nx
-VH
-VH
-OL
-VH
-VH
-VH
-qT
-OL
-VH
-VH
-rr
-VH
-OL
-VH
-VH
-VH
-VH
-VH
-rr
-VH
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(196,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Ea
-Nx
-Nx
-ef
-ef
-ef
-ef
-Nx
-Fx
-Nx
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(197,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-CH
-uj
-uj
-Nx
-dz
-tY
-dz
-Ab
-Jy
-Jy
-FZ
-Nx
-dl
-lh
-lh
-He
-lh
-rG
-Lr
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(198,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-CH
-uj
-uj
-Nx
-nU
-Jy
-Jy
-Jy
-Jy
-Jy
-rz
-Nx
-Qa
-SY
-KG
-US
-zp
-lh
-rG
-IV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(199,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-CH
-uj
-KF
-Nx
-dz
-tY
-dz
-tY
-Jy
-Jy
-FZ
-Nx
-MO
-lh
-KG
-US
-zp
-SY
-rG
-IV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(200,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-SW
-uj
-uj
-Nx
-Jy
-Jy
-Jy
-Jy
-AW
-Jy
-FZ
-Nx
-RW
-lh
-KG
-US
-zp
-lh
-lh
-IV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(201,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-SW
-uj
-uj
-dc
-Jy
-Jy
-Jy
-Jy
-Jy
-Jy
-FZ
-Nx
-hf
-lh
-fV
-US
-zp
-lh
-US
-IV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(202,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-SW
-uj
-uj
-Nx
-dz
-tY
-dz
-tY
-Jy
-Jy
-FZ
-Nx
-TU
-lh
-lh
-eh
-rG
-lh
-US
-IV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(203,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-dc
-Nx
-dc
-Nx
-nU
-Jy
-Jy
-Jy
-Jy
-Jy
-rz
-Nx
-Kl
-lh
-lh
-tA
-lh
-lh
-Dx
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-sL
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(204,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-BS
-Nx
-BS
-Nx
-dz
-tY
-dz
-ux
-Jy
-Jy
-FZ
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-pT
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(205,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-Nx
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-ck
-fX
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(206,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-aM
-ck
-No
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(207,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-aQ
-ck
-al
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(208,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-aQ
-wc
-aQ
-al
-aM
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(209,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aM
-aQ
-aQ
-aQ
-aQ
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(210,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-uc
-aQ
-aQ
-to
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(211,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-uc
-aQ
-aQ
-iw
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(212,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aN
-aQ
-aQ
-aQ
-iw
-aM
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(213,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aO
-aQ
-aQ
-aQ
-iw
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(214,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-MT
-aQ
-aQ
-KX
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(215,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-At
-aQ
-aQ
-aQ
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(216,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aM
-yt
-yt
-yt
-yt
-aM
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(217,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-qR
-qR
-qR
-qR
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(218,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(219,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(220,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(221,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(222,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(223,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(224,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(225,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(226,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aC
-aa
-ac
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(227,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(228,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(229,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(230,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(231,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(232,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(233,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(234,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(235,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(236,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(237,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(238,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(239,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(240,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(241,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(242,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(243,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(244,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(245,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(246,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(247,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(248,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(249,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(250,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(251,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(252,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(253,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(254,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(255,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(256,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/maps/southern_sun/submaps/gateway/darkrps.dm b/maps/southern_sun/submaps/gateway/darkrps.dm
deleted file mode 100644
index d6d7254923..0000000000
--- a/maps/southern_sun/submaps/gateway/darkrps.dm
+++ /dev/null
@@ -1,337 +0,0 @@
-
-
-// -- Areas -- //
-
-/area/awaymission/darkrp
- icon_state = "blank"
- base_turf = /turf/simulated/floor/outdoors/rocks
-
-/area/awaymission/darkrp/outside
- icon_state = "green"
- dynamic_lighting = 1
- requires_power = 0
- power_equip = 0
- power_environ = 1
- power_light = 1
- outdoors = OUTDOORS_YES
- ambience = AMBIENCE_SIF
-
-/area/awaymission/darkrp/tunnels
- icon_state = "green"
- always_unpowered = 1
- outdoors = 0
-
-/area/awaymission/darkrp/outside/warehouses
- name = "City Warehouse District"
- icon_state = "yellow"
-
-
-/area/awaymission/darkrp/tunnels/warehouse
- name = "City Warehouse Tunnels"
- icon_state = "darkred"
-
-/area/awaymission/darkrp/warehouse1
- name = "Warehouse 1"
- icon_state = "blue"
-
-/area/awaymission/darkrp/warehouse2
- name = "Warehouse 2"
- icon_state = "blue"
-
-/area/awaymission/darkrp/warehouse3
- name = "Warehouse 3"
- icon_state = "blue"
-
-/area/awaymission/darkrp/warehouseshack
- name = "Warehouse Control Room"
- icon_state = "blue"
-
-// Plaza
-
-/area/awaymission/darkrp/outside/plaza
- name = "City Plaza"
- icon_state = "green"
-
-/area/awaymission/darkrp/tunnels/plaza
- name = "City Plaza Tunnels"
- icon_state = "darkred"
-
-/area/awaymission/darkrp/plazarecroom
- name = "Plaza Rec Room"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazabunker
- name = "Plaza Bunker"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazahotel
- name = "Plaza Hotel"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazashop
- name = "Plaza Shop"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazacoffee
- name = "Plaza Cafe"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazacoffeeback
- name = "Plaza Cafe Back"
- icon_state = "blue"
-
-/area/awaymission/darkrp/plazawarehouse
- name = "Plaza Storage Facility"
- icon_state = "blue"
-
-//Downtown
-
-/area/awaymission/darkrp/outside/downtown
- name = "City Downtown"
- icon_state = "yellow"
-
-/area/awaymission/darkrp/pd
- name = "Downtown Police Department"
- icon_state = "security"
-
-
-/area/awaymission/darkrp/downtownwarehouse
- name = "Downtown Warehouse"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtowncenter
- name = "Downtown Center Warehouse"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownshop
- name = "Downtown Shop"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownresturaunt
- name = "Downtown Resturaunt"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownwarehouse
- name = "Downtown Warehouse"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownbar
- name = "Downtown Bar"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtowngunshop
- name = "Downtown Gun Shop"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownpharmacy
- name = "Downtown Pharmacy"
- icon_state = "green"
-
-/area/awaymission/darkrp/downtownempty
- name = "Downtown Empty Building"
- icon_state = "green"
-
-//Park
-/area/awaymission/darkrp/outside/park
- name = "City Park"
- icon_state = "yellow"
-
-/area/awaymission/darkrp/tunnels/park
- name = "City Park Tunnels"
- icon_state = "darkred"
-
-/area/awaymission/darkrp/parkcondo
- name = "Park Condo"
- icon_state = "green"
-
-/area/awaymission/darkrp/parkwallbunker
- name = "Park Bunker"
- icon_state = "green"
-
-/area/awaymission/darkrp/parkghetto1
- name = "Northern Single 1"
- icon_state = "green"
-
-/area/awaymission/darkrp/parkghetto2
- name = "Northern Single 2"
- icon_state = "green"
-
-/area/awaymission/darkrp/parkmaint
- name = "Northern Maintinence Shack"
- icon_state = "green"
-
-//Ghettos
-/area/awaymission/darkrp/outside/ghetto
- name = "City Ghettos"
- icon_state = "yellow"
-
-/area/awaymission/darkrp/tunnel/ghettos
- name = "City Ghettos Tunnels"
- icon_state = "darkred"
-
-/area/awaymission/darkrp/ghettohouse1
- name = "Ghetto Condo"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettohouse2
- name = "Ghetto Condo 2"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettoeats
- name = "Ghetto Resturaunt"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettooffice
- name = "Ghetto Office"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettowarehouse
- name = "Ghetto Warehouse"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettoapartments
- name = "Ghetto Apartments"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettobank
- name = "Ghetto Bank"
- icon_state = "green"
-
-/area/awaymission/darkrp/ghettosouthwarehouse
- name = "Ghetto Warehouse South"
- icon_state = "green"
-
-//Suburbs
-/area/awaymission/darkrp/outside/suburbs
- name = "City Suburbs"
- icon_state = "yellow"
-
-/area/awaymission/darkrp/tunnels/suburbs
- name = "City Suburbs Tunnels"
- icon_state = "darkred"
-
-/area/awaymission/darkrp/subapartments
- name = "Suburbs Apartments"
- icon_state = "green"
-
-/area/awaymission/darkrp/subhouse1
- name = "Suburbs House South"
- icon_state = "green"
-
-/area/awaymission/darkrp/subhouse2
- name = "Suburbs House North"
- icon_state = "green"
-
-/area/awaymission/darkrp/subgarage
- name = "Suburbs House Garaged"
- icon_state = "green"
-
-/area/awaymission/darkrp/subgas
- name = "Suburbs Gas Station"
- icon_state = "green"
-
-/area/awaymission/darkrp/subcondo
- name = "Suburbs Condos"
- icon_state = "green"
-
-/area/awaymission/darkrp/subpower
- name = "Suburbs Power Station"
- icon_state = "green"
- outdoors = 1
-
-/area/awaymission/darkrp/subpowermaint
- name = "Suburbs Power Station Maint"
- icon_state = "green"
-
-//center
-/area/awaymission/darkrp/outside/center
- name = "City Center"
- icon_state = "yellow"
-
-/area/awaymission/darkrp/centerwarehouse
- name = "Center Warehouse"
- icon_state = "blue"
-
-/area/awaymission/darkrp/centermaint
- name = "Center Maint Storage"
- icon_state = "blue"
-
-/area/awaymission/darkrp/centersidehouse
- name = "Center Side House"
- icon_state = "blue"
-
-/area/awaymission/darkrp/reference
- name = "Secret Tunnel Room"
- icon_state = "blue"
- requires_power = 0
- flags = PHASE_SHIELDED
-
-/area/awaymission/darkrp/toll
- name = "Toll Booth"
- icon_state = "blue"
- requires_power = 0
-
-/area/awaymission/darkrp/lockdown1
- name = "Lock Down Checkpoint"
- icon_state = "blue"
-
-/area/awaymission/darkrp/brokehouse
- name = "Dilapidated House"
- icon_state = "blue"
-
-/area/awaymission/darkrp/elephantsfoot
- name = "Radioactive Crater"
- icon_state = "blue"
-//Sewers,,,
-
-/area/awaymission/darkrp/subway
- name = "Subway Enterence"
- icon_state = "yellow"
- requires_power = 0
- outdoors = 0
-
-/area/awaymission/darkrp/sewers
- name = "City Sewers"
- icon_state = "blue"
- requires_power = 0
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', 'sound/ambience/cave/AmbCaveDebriD.ogg')
-
-/area/awaymission/darkrp/sewers/subway
- name = "City Subway"
- icon_state = "blue"
-
-/area/awaymission/darkrp/sewers/maint
- name = "City Sewers Maint"
- icon_state = "blue"
-
-/area/awaymission/darkrp/sewers/subwaymaint
- name = "City Subway Maintinence"
- icon_state = "blue"
-
-/area/awaymission/darkrp/sewers/subwaytrack
- name = "City Subway Tracks"
- icon_state = "blue"
-
-/area/awaymission/darkrp/sewers/subwaytrack2
- name = "City Subway Twin Tracks"
- icon_state = "blue"
-
-/area/awaymission/darkrp/sewers/subwaymaintroom
- name = "City Subway Maintinence"
- icon_state = "blue"
-
-/area/awaymission/darkrp/base // Limiting powered areas
- icon_state = "away"
- requires_power = 0
- power_equip = 1
- power_environ = 1
- power_light = 1
-
-/area/awaymission/darkrp/powerless // Limiting powered areas
- icon_state = "darkred"
- always_unpowered = 1
- power_equip = 0
- power_environ = 0
- power_light = 0
-
-//Map exclssive powers
diff --git a/maps/southern_sun/submaps/gateway/darkrps.dmm b/maps/southern_sun/submaps/gateway/darkrps.dmm
deleted file mode 100644
index 9e9006f4cc..0000000000
--- a/maps/southern_sun/submaps/gateway/darkrps.dmm
+++ /dev/null
@@ -1,57412 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aaJ" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"abV" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"acA" = (
-/obj/structure/table/woodentable,
-/obj/machinery/chemical_dispenser/bar_alc/full,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"adj" = (
-/obj/structure/prop/dominator/blue,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"adL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"aeh" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/suburbs)
-"afH" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"agd" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"agw" = (
-/obj/machinery/organ_printer/flesh/full,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"agB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"agR" = (
-/obj/structure/table/marble,
-/obj/item/gun/projectile/automatic/l6_saw,
-/obj/structure/prop/machine/random_radio{
- pixel_y = 15
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"ahv" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ahN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/bedsheet/rainbowdouble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"ahV" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subcondo)
-"akp" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"akW" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_x = -1;
- pixel_y = 17
- },
-/obj/item/reagent_containers/food/condiment/carton/flour{
- pixel_x = -5;
- pixel_y = -2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"alH" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"alR" = (
-/obj/structure/flora/tree/dead,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"alT" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"ams" = (
-/obj/structure/table/standard,
-/obj/item/ticket_printer,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"anm" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"anQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/media/jukebox,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"aoL" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"apP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/canvas/twentyfour_twentyfour,
-/obj/item/canvas/twentyfour_twentyfour,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"aqB" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"aqI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"aqO" = (
-/obj/effect/floor_decal/rust,
-/obj/random/trash,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"aqS" = (
-/obj/structure/bed/chair/wood{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"arC" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"arQ" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"asj" = (
-/obj/effect/map_effect/portal/line/side_a{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"asn" = (
-/obj/item/tool/crowbar/red,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"asp" = (
-/obj/structure/table/woodentable,
-/obj/item/tool/screwdriver{
- pixel_y = -5;
- pixel_x = 9
- },
-/obj/item/syndie/c4explosive/heavy/super_heavy,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"asB" = (
-/mob/living/simple_mob/humanoid/russian/ranged,
-/obj/effect/floor_decal/milspec/color/red/half,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"asK" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subcondo)
-"asY" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"atF" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"atN" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 4;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"aue" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/table/standard,
-/obj/item/defib_kit/loaded,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/obj/item/defib_kit/loaded,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"auB" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/outdoors/mud{
- outdoors = -1;
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"auD" = (
-/obj/effect/decal/mecha_wreckage/shuttlecraft{
- anchored = 1
- },
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/darkrp/outside/ghetto)
-"avs" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/subhouse1)
-"avT" = (
-/obj/structure/bonfire,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"awj" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/bed/chair/bay/chair/padded/blue{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"awX" = (
-/obj/effect/map_effect/portal/master/side_a{
- portal_id = "Gsewer3"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"axK" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"axQ" = (
-/obj/machinery/button/remote/blast_door{
- id = "warehouse2";
- name = "Warehouse Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"azk" = (
-/obj/structure/flora/pottedplant/drooping,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"azJ" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"azS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subgas)
-"azY" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/vehicle/train/trolley{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"aAn" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/outside/suburbs)
-"aBN" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"aCO" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettooffice)
-"aDq" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"aDw" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"aFt" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"aFM" = (
-/obj/effect/decal/cleanable/blood/oil,
-/obj/item/stack/cable_coil,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"aHH" = (
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"aKH" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/obj/random/trash,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"aKS" = (
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"aLd" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 8
- },
-/obj/structure/prop/statue/pillar,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"aLq" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"aLF" = (
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"aLN" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"aLY" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"aMH" = (
-/obj/structure/salvageable/autolathe,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"aMR" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"aPs" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"aPB" = (
-/obj/structure/cliff/automatic/ramp{
- dir = 6
- },
-/obj/structure/cliff/automatic/ramp{
- dir = 9
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"aQe" = (
-/obj/random/junk,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"aQm" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"aQz" = (
-/obj/structure/simple_door/wood,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 4;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"aQA" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"aQF" = (
-/obj/structure/table/woodentable,
-/obj/machinery/chemical_dispenser/bar_soft/full,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"aQK" = (
-/obj/machinery/computer/arcade/orion_trail,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/darkrp/plazarecroom)
-"aSd" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/random/trash,
-/obj/structure/prop/war/tgmc_missile/banshee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"aSy" = (
-/obj/effect/landmark/corpse/random_civ,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"aSE" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"aSS" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"aSZ" = (
-/obj/item/clothing/suit/radiation,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"aTg" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"aTF" = (
-/obj/structure/prop/machine/alien_tank/starts_broken,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"aUP" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 5
- },
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"aVp" = (
-/obj/item/card/id{
- access = list(696);
- name = "Gun Store ID"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"aVq" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/obj/item/ammo_magazine/m545,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"aVL" = (
-/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"aVY" = (
-/obj/structure/fireaxecabinet{
- pixel_y = 32
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"aWu" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/fire{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/fire,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"aXL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"aXN" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"aXO" = (
-/obj/random/trash,
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"aXT" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"aYL" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/subapartments)
-"aYN" = (
-/obj/structure/table/woodentable,
-/obj/item/paper_bin,
-/obj/item/pen,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"aYV" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"aZf" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"aZg" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"aZx" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006;
- pixel_y = 0
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"aZy" = (
-/obj/structure/table/rack/shelf,
-/obj/item/reagent_containers/food/condiment/carton/flour,
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 9;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 9;
- pixel_y = -9
- },
-/obj/item/reagent_containers/food/condiment/small/packet/coffee{
- pixel_x = 9;
- pixel_y = -1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"baP" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"bbG" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/chem_disp_cartridge/phosphorus,
-/obj/item/reagent_containers/chem_disp_cartridge/carbon,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"bbI" = (
-/obj/item/weldingtool/mini/two,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"bbJ" = (
-/obj/item/stool/padded,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/darkrp/plazarecroom)
-"bbK" = (
-/obj/item/flame/candle,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"bbN" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"bcn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"bcy" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"bcN" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/effect/floor_decal/milspec/color/red/half,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"bda" = (
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"bdj" = (
-/obj/structure/salvageable/data_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"bdJ" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"bdP" = (
-/obj/structure/table/gamblingtable,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"bfJ" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"bfN" = (
-/obj/structure/table/marble,
-/obj/item/gun/projectile/revolver/slab,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"bfZ" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"bgg" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"bgp" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"bgI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"bhS" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"bhW" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"bjk" = (
-/obj/structure/table/woodentable,
-/obj/random/pizzabox,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"bjJ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"bjW" = (
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"bkg" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/toxin,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"bkA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/stack/material/uranium{
- amount = 12
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"blf" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"bmi" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"bmq" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/melee/poi,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"bmB" = (
-/obj/structure/fence/door{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"bmP" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/random/multiple/gun/projectile/smg,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"bng" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"bni" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"boc" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"bot" = (
-/obj/structure/table/woodentable,
-/obj/random/toy,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"boG" = (
-/obj/item/stock_parts/scanning_module{
- pixel_y = 11;
- pixel_x = 11
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"bpf" = (
-/obj/effect/landmark/corpse/engineer,
-/obj/item/multitool,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"bps" = (
-/obj/random/trash,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"bpu" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/vehicle/train/engine{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"bpJ" = (
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"bpX" = (
-/obj/structure/bed/chair/comfy/black{
- pixel_y = 0;
- dir = 4
- },
-/mob/living/simple_mob/humanoid/merc/melee/poi,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"brz" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/bed/chair/office/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"brM" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/toll)
-"brT" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"brY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/clothing/gloves/fyellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"bse" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/park)
-"bsp" = (
-/obj/item/stack/cable_coil,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"bsx" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"bsQ" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"bsT" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"btw" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"bun" = (
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"buR" = (
-/obj/random/trash,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"bvs" = (
-/obj/machinery/shower{
- dir = 8
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"bvI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "side-walk10"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"bwt" = (
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"bwI" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"bwM" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/medical/pillbottle,
-/obj/random/medical,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"bxD" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"byn" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"bzf" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"bzh" = (
-/obj/random/cash,
-/obj/item/ammo_magazine/m44,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"bzr" = (
-/obj/structure/fence{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"bAY" = (
-/obj/item/tool/wirecutters/brass,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"bBT" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"bCd" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/structure/bed/roller,
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"bCf" = (
-/obj/effect/map_effect/radiation_emitter/strong,
-/obj/structure/prop/poicanister,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"bCA" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"bCF" = (
-/obj/structure/fence/end{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"bCU" = (
-/obj/structure/prop/war/tgmc_missile/banshee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"bDw" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subcondo)
-"bDA" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/redcross{
- pixel_y = 0;
- pixel_x = -32;
- icon_state = "lifestar"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"bDL" = (
-/obj/machinery/door/blast/angled{
- id = "boss"
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"bDR" = (
-/obj/structure/cliff/automatic{
- dir = 2
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"bDX" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"bEe" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"bED" = (
-/obj/structure/table/rack/shelf,
-/obj/item/reagent_containers/chem_disp_cartridge/coffee,
-/obj/item/reagent_containers/chem_disp_cartridge/coffee,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"bEG" = (
-/obj/item/material/shard,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor,
-/area/awaymission/darkrp/brokehouse)
-"bFm" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/reference)
-"bGs" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"bGu" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"bGL" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"bGY" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"bJd" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/contraband/nofail,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"bJB" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"bJP" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"bKb" = (
-/obj/machinery/door/blast/gate/bars,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"bMO" = (
-/obj/random/contraband,
-/obj/structure/closet/crate,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"bMP" = (
-/obj/machinery/door/blast/shutters{
- id = "centralbuilding22";
- name = "Garage Door";
- dir = 2
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"bMS" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/subgarage)
-"bMU" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"bMX" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazabunker)
-"bNl" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"bPr" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/rainbowdouble,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"bQn" = (
-/obj/structure/salvageable/machine,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"bQp" = (
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"bRX" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/warehouse3)
-"bSX" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 4
- },
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"bTn" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"bTK" = (
-/obj/random/trash,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"bTN" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"bTR" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"bUk" = (
-/obj/structure/bed/chair/wood,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"bUw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/gun/projectile/automatic/serdy/m4a1,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"bUB" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/orange,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"bVh" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"bVH" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"bWn" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"bWA" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"bWB" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"bXp" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"bXx" = (
-/obj/structure/table/woodentable,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"bXN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/barricade,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"bYm" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/snacks/popcorn{
- pixel_y = 0;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/popcorn{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"bYD" = (
-/obj/item/gun/magnetic/matfed,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"bYW" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subcondo)
-"bZr" = (
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"caf" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/outside/ghetto)
-"caz" = (
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/darkrp/plazawarehouse)
-"cci" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"ccq" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/grill,
-/obj/machinery/button/holosign{
- id = "poiopen";
- name = "Open Sign";
- pixel_x = 9;
- pixel_y = 26
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"cdn" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"cdJ" = (
-/obj/effect/decal/cleanable/fruit_smudge,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"cdK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"ceA" = (
-/obj/structure/table/woodentable,
-/obj/random/action_figure,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"ceD" = (
-/obj/machinery/light/small/flicker,
-/mob/living/simple_mob/animal/space/bats/cult/strong,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"ceR" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"cfu" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/clothing/head/collectable/tophat,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"chy" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"ciy" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ciz" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazarecroom)
-"ciE" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"cjK" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/easel,
-/obj/item/canvas/twentyfour_twentyfour,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"ckm" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/northright{
- req_one_access = list(150)
- },
-/obj/item/material/knife/tacknife/combatknife/fluff/katarina,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"ckO" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/trash,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"clC" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"clS" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/glucose{
- pixel_y = 2
- },
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/glucose{
- pixel_y = -6
- },
-/obj/item/reagent_containers/hypospray/autoinjector/biginjector/glucose{
- pixel_y = -2
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"cmx" = (
-/obj/structure/table/rack/shelf,
-/obj/item/ammo_magazine/s357,
-/obj/item/ammo_magazine/s357,
-/obj/item/ammo_magazine/s357,
-/obj/item/ammo_magazine/s357,
-/obj/item/ammo_magazine/s357,
-/obj/item/ammo_magazine/s357,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"cmN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/medical/lite,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"cny" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"cog" = (
-/obj/structure/salvageable/server_os,
-/obj/item/spacecash/c500,
-/obj/item/spacecash/c500,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cpn" = (
-/obj/item/material/shard,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006;
- pixel_y = 0
- },
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor,
-/area/awaymission/darkrp/brokehouse)
-"cpy" = (
-/obj/machinery/chemical_dispenser,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"cpL" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"cpP" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"cqg" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/porta_turret/stationary/syndie/CIWS,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"cqn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"csa" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"csd" = (
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"csy" = (
-/mob/living/simple_mob/animal/synx/scp{
- faction = "cult"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"csD" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/centermaint)
-"ctx" = (
-/mob/living/simple_mob/humanoid/pirate,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"ctD" = (
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"ctK" = (
-/obj/item/stack/rods,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"cud" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"cvG" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"cvU" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"cwd" = (
-/obj/item/tool/screwdriver,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/suburbs)
-"cws" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/cultist/caster,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"cwH" = (
-/obj/structure/sign/graffiti/pisoff{
- pixel_y = 0;
- pixel_x = 30
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cwN" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib1_flesh"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"cxx" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"cxD" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"cxF" = (
-/obj/structure/salvageable/bliss,
-/obj/item/spacecash/c10,
-/obj/item/spacecash/c10,
-/obj/item/spacecash/c10,
-/obj/item/spacecash/c10,
-/obj/item/spacecash/c10,
-/obj/item/spacecash/c10,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cxO" = (
-/obj/item/storage/bag/cash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cyp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"cyD" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"cyG" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"czr" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"czF" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"cAB" = (
-/obj/item/ammo_magazine/m44,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cAV" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/ghettobank)
-"cBG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/obj/random/material/precious,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"cBP" = (
-/obj/structure/table/woodentable,
-/obj/item/material/ashtray/glass,
-/obj/item/trash/chipbasket{
- pixel_y = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"cBQ" = (
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside/park)
-"cBW" = (
-/obj/structure/coatrack,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"cBZ" = (
-/obj/effect/floor_decal/rust,
-/obj/random/obstruction,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"cCa" = (
-/obj/random/maintenance/foodstuff,
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"cEg" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/ketchup,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"cEz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"cFw" = (
-/obj/random/trash,
-/obj/random/junk,
-/obj/structure/closet/crate/trashcart,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"cFU" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/item/gun/energy/medigun,
-/obj/item/cell/hyper,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"cGk" = (
-/obj/item/stack/animalhide/lizard,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"cGm" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"cGo" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/storage/bag/cash,
-/obj/item/spacecasinocash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"cGy" = (
-/obj/structure/table/woodentable,
-/obj/item/storage/fancy/crayons{
- pixel_x = 11;
- pixel_y = -3
- },
-/obj/item/storage/fancy/markers{
- pixel_x = 11;
- pixel_y = 6
- },
-/obj/item/storage/fancy/crayons{
- pixel_x = 11;
- pixel_y = -3
- },
-/obj/item/storage/fancy/markers{
- pixel_x = 11;
- pixel_y = 6
- },
-/obj/item/pen/multi{
- pixel_x = -6;
- pixel_y = -5
- },
-/obj/item/pen/multi{
- pixel_x = -6;
- pixel_y = 7
- },
-/obj/item/pen/multi{
- pixel_x = -6;
- pixel_y = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"cGH" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/machinegun,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"cGM" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"cHm" = (
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 2
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"cHK" = (
-/mob/living/simple_mob/humanoid/merc/ranged/grenadier,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"cHR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"cJa" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"cJi" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"cKj" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"cKu" = (
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 6
- },
-/obj/effect/floor_decal/steeldecal/steel_decals4{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"cKH" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"cKP" = (
-/obj/structure/cliff/automatic/corner{
- dir = 9
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"cKQ" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/suburbs)
-"cKR" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"cLj" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"cNt" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"cNx" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/outside/plaza)
-"cOP" = (
-/obj/structure/barricade/planks,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"cPd" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/reinforced,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"cPB" = (
-/obj/machinery/chemical_dispenser/bar_soft/full{
- pixel_y = -2;
- dir = 1
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"cPH" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"cPN" = (
-/obj/item/syndie/c4explosive/heavy/super_heavy,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"cQh" = (
-/obj/structure/table/rack,
-/obj/random/plushie,
-/obj/random/plushie,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"cQS" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"cSO" = (
-/turf/unsimulated/wall/seperator,
-/area/awaymission/darkrp/outside)
-"cTI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"cTX" = (
-/mob/living/simple_mob/humanoid/merc,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"cUh" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/obj/structure/mirror{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"cUE" = (
-/obj/structure/sign/warning/lethal_turrets,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/suburbs)
-"cUZ" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"cVE" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"cVW" = (
-/obj/machinery/atmospherics/unary/cryo_cell,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/downtownwarehouse)
-"cWu" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"cWZ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"cYM" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"cZx" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"cZz" = (
-/mob/living/simple_mob/humanoid/merc/voxpirate/boarder,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"das" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"daA" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"daY" = (
-/obj/structure/flora/pottedplant/drooping,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"dbd" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/clean,
-/obj/item/pen,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"dca" = (
-/obj/structure/fence/corner{
- dir = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"dcp" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"ddl" = (
-/obj/item/cell/high,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"ddF" = (
-/obj/structure/prop/war/tgmc_missile/double,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"ddM" = (
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"def" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"deE" = (
-/obj/machinery/door/blast/angled/open{
- dir = 4;
- id = "boss"
- },
-/obj/effect/floor_decal/industrial/warning/color/tile/red,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"dfr" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"dfD" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"dfJ" = (
-/obj/structure/table/woodentable,
-/obj/item/paper/pamphlet,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"dgz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"dha" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"dhF" = (
-/obj/machinery/vending/tool{
- dir = 4;
- emagged = 1;
- pixel_x = 5;
- req_access = list(777);
- req_log_access = null
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"dhM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/sniper{
- special_attack_max_range = 15;
- ai_holder_type = /datum/ai_holder/simple_mob/merc/eclipse/ranged/sniper
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"dix" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"diK" = (
-/obj/machinery/gateway/centeraway{
- calibrated = 0
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"djH" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"djV" = (
-/obj/structure/mopbucket,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"dkc" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"dks" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"dkt" = (
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "sewers1"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"dkL" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/barricade/cutout/fluke,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"dlU" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"dml" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"dmz" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"dmM" = (
-/obj/item/stool/padded{
- dir = 8
- },
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"dmO" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"dnh" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"dnm" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"dof" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"doy" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"doL" = (
-/obj/machinery/power/port_gen/pacman/super,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"dqI" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/ghetto)
-"drq" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"dsh" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"dsj" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"dsr" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/ghettobank)
-"dsG" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"dtD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"dtJ" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"dtT" = (
-/obj/item/clothing/accessory/stethoscope,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"dtY" = (
-/obj/structure/bed/chair/office/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"dub" = (
-/turf/simulated/floor/water{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"duf" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/vehicle/train/engine/quadbike,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"dux" = (
-/obj/item/material/shard/plastitaniumglass,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"duD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/technician,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"dva" = (
-/obj/structure/fence/corner{
- dir = 4
- },
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"dvc" = (
-/obj/structure/table/woodentable,
-/obj/item/clothing/head/collectable/pirate{
- pixel_x = 2;
- pixel_y = -5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"dvG" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"dwh" = (
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"dwz" = (
-/obj/structure/prop/rock/small,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"dxt" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "amogus"
- },
-/obj/item/reagent_containers/food/snacks/meatballspagetti,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"dxw" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/head/fishing,
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/downtowngunshop)
-"dxI" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"dxM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"dxN" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazashop)
-"dyc" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"dyj" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"dyI" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"dyP" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/gun/projectile/shotgun/pump/rifle,
-/obj/item/ammo_magazine/clip/c762,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"dzj" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"dzm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"dzB" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/reinforced,
-/obj/item/material/fishing_rod/modern/built,
-/obj/machinery/door/window/southright{
- req_one_access = list(150)
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/downtowngunshop)
-"dzV" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"dAp" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"dAR" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"dBw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"dCp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"dCy" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/browndouble,
-/obj/item/radio/subspace{
- pixel_y = 0;
- pixel_x = 6
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"dCN" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"dDr" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"dDN" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"dGv" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"dHk" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/backline,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"dHH" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"dHL" = (
-/obj/structure/sign/warning/lethal_turrets{
- name = "\improper SNIPER"
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/sewers)
-"dHX" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"dIS" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"dJj" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"dJR" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"dKC" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"dKQ" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/outside/ghetto)
-"dKR" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"dKX" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"dLu" = (
-/obj/structure/girder,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"dLx" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/head/welding,
-/obj/item/clothing/glasses/welding,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"dLB" = (
-/obj/structure/table/marble,
-/obj/item/gun/projectile/automatic/serdy/m41ab,
-/obj/item/ammo_magazine/m41,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"dMa" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 8
- },
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"dMe" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/subcondo)
-"dNd" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"dNE" = (
-/obj/machinery/button/remote/blast_door{
- id = "warehouse3";
- name = "Warehouse Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"dOh" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"dQZ" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/warehouse)
-"dRd" = (
-/mob/living/carbon/human/ai_controlled/replicant{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"dRn" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"dRy" = (
-/obj/structure/table/hardwoodtable,
-/obj/fiftyspawner/gold,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"dRL" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"dSn" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/cell/high,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"dSp" = (
-/obj/item/flamethrower/full,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"dUh" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"dUl" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"dUx" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/park)
-"dUJ" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/russian/ranged,
-/obj/effect/floor_decal/milspec/color/red/half,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"dVl" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"dVw" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"dVN" = (
-/obj/structure/table/marble,
-/obj/item/storage/box/donut{
- pixel_x = 3;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/condiment/sugar{
- pixel_x = 6;
- pixel_y = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"dVV" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"dWQ" = (
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"dXz" = (
-/obj/machinery/door/window/eastright{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"dXW" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"dYl" = (
-/obj/effect/floor_decal/rust,
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"dZL" = (
-/obj/structure/prop/rock/small,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"eaa" = (
-/obj/item/stool/padded{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"ebi" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"ebr" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"ebw" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/misc,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"ebV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"ecc" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/warehouses)
-"ect" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/trash/plate,
-/obj/item/material/kitchen/utensil/spork/plastic,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"edm" = (
-/obj/structure/fence/corner,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"edO" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"ees" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/waffles,
-/obj/item/material/kitchen/utensil/fork/plastic,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"eeD" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"efK" = (
-/obj/random/trash,
-/mob/living/simple_mob/mechanical/hivebot/precusor/laser,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"egt" = (
-/obj/machinery/button/remote/blast_door{
- id = "warehouse1";
- name = "Warehouse Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27
- },
-/mob/living/simple_mob/humanoid/merc/melee/poi,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"egB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"egI" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"egP" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/action_figure{
- pixel_y = -3
- },
-/obj/item/glass_jar,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"egT" = (
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"eht" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"ehz" = (
-/obj/structure/table/standard,
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"eig" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"eij" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"eim" = (
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"eiB" = (
-/obj/structure/table/woodentable,
-/obj/item/storage/box/glasses/mug,
-/obj/item/storage/box/glasses,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"eiD" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/vore/aggressive/deathclaw/den,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"ejz" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"ejF" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"eln" = (
-/turf/unsimulated/wall,
-/area/awaymission/darkrp/sewers)
-"elB" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/cigarettes,
-/obj/random/cigarettes,
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"elS" = (
-/obj/structure/fence/corner{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"emz" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettoeats)
-"emO" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"enX" = (
-/obj/machinery/light{
- dir = 1
- },
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"eov" = (
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"eow" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"eoX" = (
-/obj/structure/table/bench/wooden,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"eqa" = (
-/obj/machinery/button/remote/blast_door{
- id = "bank";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = 24;
- req_one_access = list(150)
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"eql" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"eqI" = (
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"eqV" = (
-/obj/item/gun/energy/taser,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"erz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"erS" = (
-/obj/item/trash/plate,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"esi" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/paper/crumpled{
- pixel_y = -3;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/condiment/cornoil{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"esL" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"etv" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"eug" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/random/grenade/lethal,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"euV" = (
-/obj/effect/map_effect/radiation_emitter/strong{
- radiation_power = 350
- },
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"evh" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/cigarettes,
-/obj/random/cigarettes,
-/obj/random/cigarettes,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"evw" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"evH" = (
-/obj/item/clothing/mask/gas/plaguedoctor,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"ewc" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/mechanical/hivebot/precusor/machinegun,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"eyg" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/closet/crate,
-/obj/item/storage/box/syndie_kit/combat_armor,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"eyh" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"eyi" = (
-/obj/machinery/button/remote/blast_door{
- id = "bank";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = -25
- },
-/obj/structure/table/standard,
-/obj/item/spacecash,
-/obj/item/spacecash,
-/obj/item/spacecash,
-/obj/item/spacecash,
-/obj/item/spacecash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"eyk" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"eyC" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"eyX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/confetti,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"ezg" = (
-/obj/structure/table/standard,
-/obj/random/contraband,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"ezr" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"ezY" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"eAf" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"eAP" = (
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/darkrp/plazawarehouse)
-"eAY" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"eBf" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"eCo" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtowngunshop)
-"eCG" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"eDq" = (
-/obj/item/flame/candle,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"eEf" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"eEr" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/outside/warehouses)
-"eEv" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/vehicle/train/engine{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"eEV" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"eFx" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"eGZ" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"eHl" = (
-/obj/machinery/light{
- dir = 8
- },
-/mob/living/simple_mob/humanoid/cultist/initiate,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"eIb" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 8
- },
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"eIW" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"eIZ" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"eJw" = (
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"eJA" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"eKo" = (
-/mob/living/simple_mob/mechanical/hivebot/tank/armored/anti_laser,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"eKw" = (
-/obj/structure/fence/door{
- dir = 8
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"eKN" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/subhouse2)
-"eKV" = (
-/obj/item/stack/material/uranium,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"eLy" = (
-/obj/structure/simple_door/wood,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"eLL" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"eNs" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/obj/machinery/door/window/brigdoor/westleft{
- name = "PD Armory";
- req_access = list(860)
- },
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m41,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/obj/item/ammo_magazine/m16,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"eNv" = (
-/obj/structure/fence/end{
- dir = 1
- },
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"eOy" = (
-/obj/item/multitool,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"ePh" = (
-/obj/item/clothing/head/radiation,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"ePk" = (
-/mob/living/simple_mob/humanoid/merc/ranged/grenadier,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"ePr" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"ePY" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"eQm" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"eQH" = (
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"eQP" = (
-/mob/living/simple_mob/humanoid/merc/ranged/rifle/mag,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"eRj" = (
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 1;
- pixel_y = -2
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"eRt" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"eRP" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/personal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"eSb" = (
-/obj/item/trash/plate,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"eSH" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"eSN" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/plaza)
-"eUj" = (
-/mob/living/simple_mob/humanoid/cultist/lizard,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"eUo" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northright{
- req_access = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/ears/earring/dangle/gold,
-/obj/item/clothing/gloves/ring/material/diamond,
-/obj/item/instrument/violin/golden,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"eUB" = (
-/obj/item/paper_bin,
-/obj/item/pen/blue{
- pixel_x = -6
- },
-/obj/item/pen/red{
- pixel_x = 6
- },
-/obj/item/pen,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"eUT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/material/shard{
- pixel_x = 6
- },
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"eVd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"eVu" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"eVR" = (
-/obj/structure/table/steel,
-/obj/machinery/recharger,
-/obj/item/clothing/suit/armor/material/makeshift,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"eVV" = (
-/mob/living/simple_mob/animal/giant_spider/tunneler,
-/turf/simulated/floor/outdoors/mud{
- outdoors = -1;
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"eVY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"eWp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/experimental,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"eWw" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood{
- pixel_y = 2;
- pixel_x = -33
- },
-/obj/effect/decal/cleanable/blood{
- pixel_y = 32
- },
-/obj/effect/decal/cleanable/blood,
-/obj/random/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"eXh" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"eYq" = (
-/mob/living/simple_mob/humanoid/merc/voxpirate/pirate,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"eZa" = (
-/obj/machinery/light/small/flicker{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"eZM" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"eZS" = (
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/darkrp/outside/ghetto)
-"eZU" = (
-/obj/structure/railing,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"fai" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"fav" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"faO" = (
-/obj/random/outcrop,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"fbv" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"fbF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"fbP" = (
-/obj/random/humanoidremains,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"fcQ" = (
-/mob/living/simple_mob/humanoid/cultist/caster,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"fcX" = (
-/obj/machinery/light{
- dir = 2
- },
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/reference)
-"fdo" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/ranged/technician,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"fdO" = (
-/obj/structure/table/reinforced,
-/obj/item/material/fishing_net,
-/obj/item/material/fishing_net,
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"fdX" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"fec" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"fee" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"fek" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = 3;
- pixel_x = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"feQ" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"ffj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/autolathe{
- hacked = 1;
- name = "hacked autolathe"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"ffo" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"ffB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"ffI" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"fgO" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"fgS" = (
-/obj/structure/flora/pottedplant/fern,
-/obj/effect/floor_decal/carpet,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"fgV" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"fht" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib2_flesh"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"fhV" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"fiP" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/chem_disp_cartridge/silicon,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"fjR" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"fkq" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"fkO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"flh" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"flj" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subapartments)
-"flB" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/projectile/automatic/serdy/type901,
-/obj/item/gun/projectile/automatic/serdy/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/obj/item/ammo_magazine/type901,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"flL" = (
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"fmr" = (
-/obj/structure/window/plastitanium/full,
-/obj/structure/window/reinforced/survival_pod{
- dir = 4
- },
-/obj/structure/window/reinforced/survival_pod{
- dir = 1
- },
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/obj/machinery/door/blast/regular/open{
- id = "stargazer_blast";
- name = "window blast shield"
- },
-/turf/simulated/shuttle/plating,
-/area/awaymission/darkrp/sewers)
-"fnK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"foA" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"fpu" = (
-/obj/machinery/light/small/flicker,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"fpz" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"fqB" = (
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"fqC" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"fsR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"ftb" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"ftc" = (
-/obj/structure/table/woodentable,
-/obj/random/cigarettes,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"ftl" = (
-/obj/random/obstruction,
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/ghettoapartments)
-"ftA" = (
-/obj/structure/table/gamblingtable,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"fug" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"fxa" = (
-/obj/item/stool{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"fxx" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"fxF" = (
-/obj/item/moneybag,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"fxL" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/corpse/scientist,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"fxW" = (
-/mob/living/simple_mob/humanoid/merc/ranged/rifle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"fyi" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/microwave,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"fyu" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"fyy" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"fyF" = (
-/obj/structure/table/marble,
-/obj/item/storage/firstaid/combat,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"fzC" = (
-/obj/machinery/vending/wallmed1{
- dir = 4;
- pixel_x = -23
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"fAl" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/outside/ghetto)
-"fAx" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light/small,
-/obj/machinery/microwave{
- pixel_y = -3;
- pixel_x = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"fAK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"fAY" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/ranged/garand,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"fDb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"fDD" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"fEs" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/plaza)
-"fES" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/box/syringes,
-/obj/item/storage/box/syringes,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"fEV" = (
-/obj/effect/map_effect/radiation_emitter,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"fFx" = (
-/obj/structure/dogbed,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"fFH" = (
-/turf/simulated/wall/thull,
-/area/awaymission/darkrp/sewers)
-"fGO" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"fHt" = (
-/obj/effect/map_effect/portal/line/side_b,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"fHH" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"fHJ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"fHX" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"fIz" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/cash,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"fIM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"fIP" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"fJv" = (
-/obj/item/gun/projectile/automatic/serdy/hunter,
-/obj/item/ammo_magazine/m762svd,
-/obj/item/ammo_magazine/m762svd,
-/obj/item/ammo_magazine/m762svd,
-/obj/item/ammo_magazine/m762svd,
-/obj/structure/table/rack/shelf,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"fJy" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/mob/living/simple_mob/vore/aggressive/deathclaw/den,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"fJV" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/obj/item/ammo_magazine/m12gdrumjack/pellet,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"fLS" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/outside/plaza)
-"fMI" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"fNq" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"fOb" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/outside)
-"fOO" = (
-/obj/structure/bed/chair/sofa/left/lime,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"fOU" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/obj/structure/curtain/medical,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"fOY" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"fPS" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subapartments)
-"fQr" = (
-/obj/structure/table/standard,
-/obj/item/ticket_printer,
-/obj/item/clothing/suit/armor/pcarrier/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"fRa" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"fRx" = (
-/obj/structure/sign/flag/pirate,
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazacoffee)
-"fSN" = (
-/obj/random/junk,
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/outdoors/mud{
- outdoors = -1;
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"fTb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"fTh" = (
-/obj/structure/flora/grass/green,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"fTi" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"fTB" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"fUH" = (
-/obj/structure/table/gamblingtable,
-/obj/item/material/ashtray/glass,
-/obj/item/card/emag,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"fVa" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/ghettobank)
-"fVV" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"fWI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"fYf" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/trash/plate,
-/obj/item/material/kitchen/utensil/foon/plastic,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"fYO" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"fYS" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/item/gun/projectile/automatic/serdy/m41ab{
- pixel_x = -13
- },
-/obj/item/gun/projectile/automatic/serdy/m41ab{
- pixel_x = -13
- },
-/obj/machinery/door/window/brigdoor/westright{
- name = "PD Armory";
- req_access = list(860)
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"fYW" = (
-/obj/structure/prop/poicanister,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"fZQ" = (
-/turf/simulated/floor/lava,
-/area/awaymission/darkrp/outside/suburbs)
-"gae" = (
-/obj/item/reagent_containers/syringe/ld50_syringe/choral{
- pixel_y = 8
- },
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -26
- },
-/obj/item/reagent_containers/syringe/ld50_syringe/choral,
-/obj/item/reagent_containers/syringe/ld50_syringe/choral{
- pixel_y = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"gaJ" = (
-/obj/structure/salvageable/implant_container_os,
-/obj/item/spacecash/c10,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"gbs" = (
-/mob/living/simple_mob/humanoid/russian/ranged,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"gcl" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"gcI" = (
-/obj/machinery/power/quantumpad,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"gcJ" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"gdn" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"gdt" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"gdG" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 2
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"ged" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"gfC" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"gfM" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"gfX" = (
-/obj/structure/table/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/cash_register/civilian{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"ggg" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"ghe" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"ghq" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/outside/plaza)
-"ghQ" = (
-/obj/structure/table/standard,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"ghX" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/contraband,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"git" = (
-/obj/machinery/door/blast/shutters{
- id = "warehouse2";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"giX" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"giZ" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/light/small{
- dir = 8
- },
-/mob/living/simple_mob/humanoid/merc/voxpirate/boarder,
-/obj/item/gun/projectile/shotgun/doublebarrel/pellet,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"gjd" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"gki" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"gkk" = (
-/obj/item/stock_parts/gear,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"gku" = (
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"gld" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/drinkbottle,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"glj" = (
-/obj/item/tool/screwdriver/brass,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"gml" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"gmD" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"gmH" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"gmZ" = (
-/obj/machinery/button/remote/blast_door{
- id = "spawnwarehouse";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = -25
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"gnx" = (
-/turf/simulated/floor/wood/broken,
-/area/awaymission/darkrp/brokehouse)
-"gnI" = (
-/obj/item/storage/pill_bottle/hyronalin,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"gnQ" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"gog" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/engineering,
-/obj/item/stack/material/iron,
-/obj/item/clothing/suit/armor/material/makeshift/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"goo" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"gou" = (
-/obj/item/storage/secure/safe{
- pixel_y = 0;
- pixel_x = 34
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"goO" = (
-/obj/item/material/shard,
-/obj/item/ammo_magazine/ak74/ap,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"gpj" = (
-/obj/item/material/shard,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"gpP" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "spawnwarehouse";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = 25
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"gqa" = (
-/obj/machinery/door/blast/gate{
- id = "jailrp"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"gqf" = (
-/obj/machinery/computer/security/telescreen/entertainment,
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/brokehouse)
-"gqu" = (
-/obj/machinery/light/floortube,
-/obj/structure/sink{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"grz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/random/plushielarge,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"grL" = (
-/obj/item/tool/crowbar/brass,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"gse" = (
-/obj/random/firstaid,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"gth" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/sewers)
-"gtW" = (
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/park)
-"gul" = (
-/obj/structure/prop/war/warhead1,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"gva" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"gvC" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"gvG" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"gwc" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/turf/simulated/floor/reinforced,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"gwZ" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"gxk" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"gxv" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/floor_light{
- anchored = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"gxH" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"gxO" = (
-/obj/effect/floor_decal/industrial/warning/dust,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"gyh" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/paper_bin,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"gyJ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/shoes/boots/marine,
-/obj/item/clothing/shoes/boots/marine,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"gzl" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/cosmos,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"gzs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/material/steel{
- amount = 14
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"gzQ" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"gAn" = (
-/obj/structure/simple_door/wood,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"gAq" = (
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"gAv" = (
-/obj/structure/table/marble,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"gAK" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"gAS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"gBn" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/outdoors/mud{
- outdoors = -1;
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"gBo" = (
-/obj/item/bone/leg,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"gBz" = (
-/obj/machinery/door/blast/shutters{
- id = "garhouse";
- name = "Garage Door";
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"gDe" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"gDM" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"gFz" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"gGe" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/autopsy_scanner,
-/obj/item/surgical/bioregen,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"gGu" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/nanotrasen,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"gGz" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"gGJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/confetti,
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"gGT" = (
-/obj/machinery/button/remote/blast_door{
- id = "toll2";
- name = "Toll Booth Gates";
- pixel_x = -4;
- dir = 4;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"gId" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/ghettohouse1)
-"gIj" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"gIl" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"gIF" = (
-/obj/effect/floor_decal/carpet,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"gJg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"gJj" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"gKn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"gKO" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"gLF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/flora/smallbould,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"gLG" = (
-/obj/effect/landmark/corpse/random_civ,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"gMc" = (
-/obj/structure/table/reinforced,
-/obj/item/flashlight/lamp/green{
- pixel_y = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"gMC" = (
-/obj/structure/bed/chair/sofa/left/black,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"gNh" = (
-/obj/structure/prop/rock,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"gNw" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"gNR" = (
-/obj/machinery/light{
- dir = 1
- },
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"gPh" = (
-/obj/item/flame/candle/everburn,
-/obj/structure/flora/grass/green,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"gQq" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"gRa" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12
- },
-/obj/structure/mirror{
- pixel_x = -24
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"gTd" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"gTh" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"gTD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/rack/shelf,
-/obj/random/medical,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"gTK" = (
-/obj/structure/table/gamblingtable,
-/obj/item/spacecasinocash{
- pixel_y = 2
- },
-/obj/item/spacecasinocash{
- pixel_y = -10
- },
-/obj/item/spacecasinocash{
- pixel_y = -7
- },
-/obj/item/spacecasinocash{
- pixel_y = -4
- },
-/obj/item/spacecasinocash{
- pixel_y = -1
- },
-/obj/item/gun/projectile/revolver,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"gUw" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"gUA" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"gUE" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/base)
-"gUH" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"gUX" = (
-/mob/living/simple_mob/humanoid/russian/ranged,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"gVR" = (
-/obj/structure/bed/chair/comfy/blue{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"gVZ" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"gWn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"gWE" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"gWX" = (
-/obj/structure/bed/chair/sofa/right/purp,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"gXj" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"gXY" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/melee/classic_baton,
-/obj/item/gun/energy/taser,
-/obj/item/gun/energy/taser,
-/obj/machinery/recharger,
-/obj/item/clothing/suit/armor/swat,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"gYl" = (
-/obj/structure/table/bench/wooden,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"gYx" = (
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"gYW" = (
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"gYZ" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"gZl" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hat" = (
-/obj/random/vendordrink,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"haW" = (
-/obj/structure/closet/secure_closet/freezer/fridge{
- anchored = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"hbo" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"hbI" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/lobber,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"hcE" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"hcT" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subapartments)
-"hcY" = (
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"hdf" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/warehouses)
-"hdn" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"heC" = (
-/obj/item/trash/plate,
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"heN" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/condiment/enzyme,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"heR" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- layer = 3
- },
-/obj/item/stack/material/marble,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"hfH" = (
-/obj/structure/table/steel_reinforced,
-/obj/effect/landmark/loot_spawn,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"hfM" = (
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/obj/item/cell/hyper,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"hix" = (
-/obj/structure/flora/pottedplant/large,
-/mob/living/simple_mob/mechanical/hivebot,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"hiE" = (
-/obj/item/stock_parts/gear,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"hjb" = (
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"hjE" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownwarehouse)
-"hkk" = (
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"hkE" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"hkX" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"hlh" = (
-/obj/machinery/porta_turret/stationary/syndie/CIWS,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"hls" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/backline,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"hly" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"hlz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"hlG" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"hmm" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"hmw" = (
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"hmB" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"hmM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"hnM" = (
-/obj/effect/floor_decal/carpet{
- dir = 1
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"hnZ" = (
-/obj/item/mop,
-/obj/structure/mopbucket,
-/obj/random/soap,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"hpN" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"hpY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/rtg/advanced,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"hqn" = (
-/obj/effect/map_effect/portal/master/side_a{
- dir = 8;
- portal_id = "Ghousething"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"hqJ" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/parkghetto1)
-"hrl" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"hrq" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "metroid_gib1"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"hrB" = (
-/obj/structure/flora/pottedplant/overgrown,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"hrI" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"hrO" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"hsr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/prop/war/tgmc_missile/banshee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"htu" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/ghettobank)
-"hua" = (
-/obj/structure/table/rack/shelf,
-/obj/random/soap,
-/obj/item/towel/random,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"hve" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/warehouses)
-"hvA" = (
-/obj/machinery/autolathe{
- hacked = 1;
- name = "hacked autolathe"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"hwd" = (
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/revolver/nagant,
-/obj/item/gun/projectile/revolver/nagant,
-/obj/item/silencer,
-/obj/item/silencer,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"hwj" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/outside)
-"hwt" = (
-/obj/structure/closet/crate/trashcart,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/item/gun/projectile/silenced,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"hwS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"hxs" = (
-/obj/random/obstruction,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"hxz" = (
-/obj/random/trash,
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/combat,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"hyk" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"hyV" = (
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"hzP" = (
-/obj/structure/table/hardwoodtable,
-/obj/fiftyspawner/silver,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"hAn" = (
-/obj/machinery/door/window/eastright{
- name = "Cryogenics"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"hAO" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"hAU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/gun/launcher/confetti_cannon/overdrive,
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"hAW" = (
-/obj/structure/bed/chair/sofa/brown{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"hCh" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"hCJ" = (
-/obj/structure/table/rack,
-/obj/structure/curtain/open/bed,
-/obj/item/material/knife/machete/deluxe,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"hDi" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib1_flesh"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"hDu" = (
-/obj/effect/floor_decal/milspec/color/red/half,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"hDU" = (
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 5;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"hEE" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 4
- },
-/obj/structure/prop/statue/pillar,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"hFp" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/machinery/door/blast/regular{
- id = "bank"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"hFq" = (
-/obj/structure/showcase/sign{
- name = "CITY LIMITS CLOSED DUE TO PIRACY";
- desc = "This appears to be a sign warning people that the city is closed due to a takeover of various different anomalies and pirates"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"hFC" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"hGj" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "amogus"
- },
-/turf/simulated/floor/reinforced,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"hGz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"hHf" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"hIM" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"hLv" = (
-/obj/structure/fence/door,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"hLP" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"hMj" = (
-/obj/structure/table/standard,
-/obj/item/glass_jar{
- pixel_y = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"hMI" = (
-/obj/machinery/button/remote/blast_door{
- id = "centralbuilding1";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = 24
- },
-/obj/structure/table/standard,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"hMO" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/obj/structure/bed/roller,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"hMZ" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"hNl" = (
-/obj/structure/table/woodentable,
-/obj/machinery/microwave,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"hNp" = (
-/obj/random/crate,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"hOm" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/broken,
-/area/awaymission/darkrp/brokehouse)
-"hOs" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"hOF" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"hPm" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hPr" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"hPC" = (
-/obj/structure/bed/chair/backed_red{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"hPI" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"hPP" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/storage/firstaid,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"hQS" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"hRB" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"hRE" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/plaza)
-"hRH" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "mfloor6"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"hRU" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"hSv" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/westleft{
- name = "PD Armory";
- req_access = list(860)
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/item/gun/projectile/shotgun/pump/combat,
-/obj/item/gun/projectile/shotgun/pump/combat,
-/obj/item/gun/projectile/shotgun/pump/combat,
-/obj/item/gun/projectile/shotgun/pump/combat,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"hTl" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hUq" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"hUK" = (
-/obj/structure/table/steel,
-/obj/random/tool/powermaint,
-/obj/item/tool/crowbar/cyborg,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"hVz" = (
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"hWt" = (
-/obj/structure/cliff/automatic{
- dir = 8
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hWH" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"hWL" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"hWT" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"hXd" = (
-/obj/machinery/body_scanconsole,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"hXn" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"hXB" = (
-/obj/structure/girder,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hYc" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/replicant{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"hYi" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hYo" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"hZl" = (
-/obj/item/pickaxe/one_pick,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"hZt" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"hZV" = (
-/obj/machinery/button/remote/blast_door{
- id = "gunshop";
- name = "Shutters Button";
- pixel_x = -26
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"ial" = (
-/obj/item/bone/skull,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"iaL" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"iaN" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"ibg" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"ibm" = (
-/obj/structure/table/standard,
-/obj/item/newspaper,
-/obj/item/newspaper,
-/obj/item/newspaper,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"ibO" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/ghettobank)
-"icH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/blast/shutters{
- id = "bank";
- name = "Security Shutter";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"idw" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"idU" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"ieW" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"ifv" = (
-/obj/machinery/door/blast/regular{
- id = "bank"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"ifB" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"ifV" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"igh" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"igC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"igP" = (
-/obj/structure/table/woodentable,
-/obj/item/modular_computer/laptop/preset/custom_loadout/elite,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"igX" = (
-/obj/structure/girder,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"ihb" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1;
- overlay_color = "#a12a22"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/reference)
-"ihj" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"ihq" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12
- },
-/obj/structure/mirror{
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"ihz" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/pirate/machete/armored,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"iiB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ijg" = (
-/mob/living/simple_mob/humanoid/pirate/armored,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"ijh" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"ijk" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/tunnels/suburbs)
-"ijp" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"ijK" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/rack/shelf,
-/obj/item/towel/random,
-/obj/item/towel/random,
-/obj/random/soap,
-/obj/random/soap,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"ikY" = (
-/obj/machinery/door/blast/shutters{
- id = "warehouse3";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/obj/machinery/door/blast/shutters{
- id = "warehouse3";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"ilv" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ilP" = (
-/obj/structure/table/standard,
-/obj/item/clothing/head/sombrero{
- pixel_y = 7
- },
-/obj/item/reagent_containers/food/snacks/taco,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"imn" = (
-/obj/machinery/door/blast/angled{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"imv" = (
-/obj/item/clothing/suit/space/void/hev,
-/obj/item/clothing/head/helmet/space/void/hev,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"imR" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"ipr" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/fancy/cigar/cohiba,
-/obj/item/storage/fancy/cigar/cohiba,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"irJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate/trashcart,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"irW" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"isp" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"isq" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/rapid,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"ist" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"itm" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"iui" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"iuu" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"iuv" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"iuA" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "centralbuilding3";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 8;
- pixel_y = 25
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"iuG" = (
-/obj/structure/bed/chair/wood{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"iuW" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"ivt" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/steel_reinforced,
-/obj/machinery/door/window/brigdoor/westleft{
- req_access = list(860)
- },
-/obj/machinery/door/window/brigdoor/eastright{
- req_access = list(860)
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"ixp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"ixI" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"ixT" = (
-/obj/item/reagent_containers/syringe/drugs,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"iyn" = (
-/mob/living/simple_mob/humanoid/merc/melee/poi,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"iyR" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/rifle/poi,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"iyY" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"izd" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"izs" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"izZ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "amogus"
- },
-/obj/structure/plasticflaps,
-/turf/simulated/floor/reinforced,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"iBd" = (
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"iBs" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"iCk" = (
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"iCt" = (
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"iDv" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnel/ghettos)
-"iDI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"iFj" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"iFH" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"iFK" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownresturaunt)
-"iFV" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"iGO" = (
-/obj/structure/fence,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"iHn" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"iHO" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/vending/loadout/uniform,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"iHS" = (
-/obj/item/stool/padded{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"iJm" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"iJp" = (
-/obj/random/trash_pile,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"iKh" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"iKr" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/subcondo)
-"iKW" = (
-/obj/item/clothing/suit/bio_suit/plaguedoctorsuit,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"iKX" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"iMp" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 5
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 5
- },
-/obj/structure/bed/roller,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"iMB" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/cell/hyper,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"iNe" = (
-/obj/structure/closet/cabinet,
-/obj/item/storage/wallet/random,
-/obj/item/towel/random,
-/obj/item/melee/umbrella/random,
-/obj/random/ammo,
-/obj/random/cigarettes,
-/obj/random/contraband,
-/obj/random/junk,
-/obj/random/maintenance/security,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"iNF" = (
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"iOn" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/survival/space,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"iPZ" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"iQo" = (
-/obj/item/stack/cable_coil,
-/obj/item/stack/material/uranium{
- amount = 12
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"iQE" = (
-/obj/machinery/vending/tool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"iQO" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"iRp" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"iSm" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"iSs" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/lockdown1)
-"iSy" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"iSD" = (
-/obj/structure/closet/cabinet,
-/obj/item/ammo_magazine/m38/makarov,
-/obj/item/ammo_magazine/m38/makarov,
-/obj/item/ammo_magazine/m38/makarov,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"iSZ" = (
-/obj/item/tool/wrench/fuelrod,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazarecroom)
-"iTc" = (
-/obj/effect/map_effect/perma_light,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"iTW" = (
-/obj/structure/table/steel,
-/obj/random/tool/power,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"iTX" = (
-/obj/structure/table/rack{
- dir = 8;
- layer = 2.6
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/brigdoor/westright{
- name = "PD Armory";
- req_access = list(860)
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/item/gun/projectile/automatic/serdy/m16a2{
- pixel_y = -1;
- pixel_x = -12
- },
-/obj/item/gun/projectile/automatic/serdy/m16a2{
- pixel_y = -1;
- pixel_x = -12
- },
-/obj/item/gun/projectile/automatic/serdy/m16a2{
- pixel_y = -1;
- pixel_x = -12
- },
-/obj/item/gun/projectile/automatic/serdy/m16a2{
- pixel_y = -1;
- pixel_x = -12
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"iUb" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/chem_disp_cartridge/oxygen,
-/obj/item/reagent_containers/chem_disp_cartridge/mercury,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"iUn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"iWK" = (
-/mob/living/simple_mob/humanoid/merc/ranged/poi,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"iYf" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"iYH" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/melee/classic_baton,
-/obj/item/gun/energy/taser,
-/obj/item/gun/energy/taser,
-/obj/item/clothing/suit/armor/swat,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"iYS" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"jaF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"jaI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"jaQ" = (
-/obj/structure/fence,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"jbV" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/effect/decal/remains,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"jcn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/fiftyspawner/concrete,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"jdf" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"jdi" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"jdn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"jdB" = (
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"jeq" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"jfz" = (
-/obj/structure/railing/grey,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"jfS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"jgt" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"jil" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"jio" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"jjc" = (
-/obj/machinery/optable,
-/obj/item/surgical/bone_clamp{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"jjm" = (
-/obj/random/trash,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"jkc" = (
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"jkf" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"jlw" = (
-/obj/structure/table/gamblingtable,
-/obj/item/deck/cards,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"jlx" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"jlW" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/stool/padded{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"jmV" = (
-/obj/structure/table/steel,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"jnm" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"jnM" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"jnS" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/outside)
-"joP" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"joU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/random/vendorfood{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"jpu" = (
-/mob/living/simple_mob/animal/giant_spider/hunter,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"jpv" = (
-/mob/living/simple_mob/humanoid/merc/ranged/smg,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"jpz" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/mud{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"jrs" = (
-/obj/structure/fence/door{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"jrE" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"jrL" = (
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"jrV" = (
-/obj/structure/table/steel,
-/obj/random/tool,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"jsj" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"jsU" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"jug" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/downtownwarehouse)
-"jvY" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnel/ghettos)
-"jwz" = (
-/obj/item/material/shard/shrapnel,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"jwX" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/large{
- pixel_y = 1;
- pixel_x = -5
- },
-/obj/item/reagent_containers/dropper,
-/obj/item/storage/pill_bottle/dexalin_plus{
- pixel_y = -13;
- pixel_x = -7
- },
-/obj/item/storage/pill_bottle/combat{
- pixel_y = -13
- },
-/obj/item/storage/pill_bottle/osteodaxon{
- pixel_y = -13;
- pixel_x = 6
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"jxA" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"jxH" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/plazahotel)
-"jxR" = (
-/obj/structure/frame,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/lockdown1)
-"jyp" = (
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"jyZ" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/mousetraps,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"jze" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"jzT" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"jAc" = (
-/mob/living/simple_mob/mechanical/viscerator,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"jBg" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"jBm" = (
-/turf/simulated/floor/outdoors/mud{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"jCn" = (
-/obj/structure/salvageable/server_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"jCM" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"jDW" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"jEj" = (
-/obj/item/flame/candle/everburn,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"jEo" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/smokes,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"jFg" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"jFk" = (
-/obj/structure/closet/medical,
-/obj/item/card/id/medical{
- access = list(696);
- name = "Medical Staff ID Card";
- desc = "A card issued to the downtown medical staff."
- },
-/obj/item/card/id/medical{
- access = list(696);
- name = "Medical Staff ID Card";
- desc = "A card issued to the downtown medical staff."
- },
-/obj/item/card/id/medical{
- access = list(696);
- name = "Medical Staff ID Card";
- desc = "A card issued to the downtown medical staff."
- },
-/obj/item/clothing/suit/storage/toggle/labcoat,
-/obj/item/clothing/suit/storage/toggle/labcoat,
-/obj/item/clothing/suit/storage/toggle/labcoat,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/clothing/under/rank/medical/scrubs/navyblue,
-/obj/item/clothing/under/rank/medical/scrubs/navyblue,
-/obj/item/clothing/under/rank/medical/scrubs/navyblue,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"jFX" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"jHv" = (
-/obj/effect/floor_decal/rust,
-/obj/random/obstruction,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/downtownempty)
-"jIk" = (
-/obj/machinery/microwave{
- pixel_y = 3;
- pixel_x = 2
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"jIC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/beach_ball/dodgeball,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"jJu" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"jJF" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"jKj" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"jKn" = (
-/obj/item/material/shard,
-/turf/simulated/floor,
-/area/awaymission/darkrp/brokehouse)
-"jKG" = (
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"jKH" = (
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"jKL" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"jLb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"jLn" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"jLo" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/multitool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"jLr" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"jLT" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"jNa" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"jNT" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"jOf" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"jOS" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"jPr" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"jPH" = (
-/obj/structure/table/standard,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"jQN" = (
-/obj/structure/prop/machine/nt_biocan,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"jQZ" = (
-/mob/living/simple_mob/humanoid/merc/ranged/rifle/poi,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"jRt" = (
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"jRx" = (
-/obj/item/clothing/gloves/fyellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"jRz" = (
-/obj/structure/sign/warning/lethal_turrets{
- name = "\improper SNIPER"
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/suburbs)
-"jSf" = (
-/obj/structure/flora/tree/bigtree,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"jSh" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"jSw" = (
-/obj/structure/bed/chair/office/dark{
- dir = 2
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"jSx" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"jTG" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"jTO" = (
-/obj/machinery/light{
- dir = 1;
- overlay_color = "#a12a22"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"jUM" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"jWn" = (
-/obj/item/pickaxe,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"jWt" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"jWy" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"jWC" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"jXd" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subapartments)
-"jXk" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/cargo,
-/obj/random/tool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"jXm" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"jXF" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"jYc" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"jZc" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/bottle/space_up{
- pixel_y = 0;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/space_mountain_wind{
- pixel_x = -2
- },
-/obj/item/reagent_containers/food/drinks/bottle/dr_gibb{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"jZe" = (
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/rifle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"jZJ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"kar" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"kaB" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"kaF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/declone,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"kaG" = (
-/obj/effect/map_effect/portal/line/side_b{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"kbc" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"kcd" = (
-/obj/machinery/door/blast/shutters{
- id = "centralbuilding3";
- name = "Garage Door";
- dir = 2
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/steel,
-/obj/item/tape/police,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"kcj" = (
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 4;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"kcm" = (
-/obj/structure/sign/signnew/explosives,
-/turf/simulated/wall/titanium,
-/area/awaymission/darkrp/outside)
-"kcJ" = (
-/obj/structure/closet/secure_closet/freezer/money,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"kdf" = (
-/obj/structure/table/steel,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/storage/box/lights/mixed,
-/obj/item/lightreplacer,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"kdD" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"kdE" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"kdI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/reference)
-"kdN" = (
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"kdZ" = (
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"kfD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"kfF" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/toolbox,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"kgd" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"kgw" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"kgD" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/suburbs)
-"kgR" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"khL" = (
-/mob/living/simple_mob/humanoid/cultist/magus,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"kij" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/suburbs)
-"kjb" = (
-/obj/structure/fence/corner{
- dir = 9
- },
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"kjj" = (
-/obj/structure/table/rack/shelf,
-/obj/item/camera_film,
-/obj/item/camera_film,
-/obj/item/tool/wirecutters,
-/obj/item/tool/wirecutters,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"kjE" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 6
- },
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"kjW" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"klx" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"klz" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazawarehouse)
-"klI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"kmb" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/item/clothing/suit/armor/pcarrier/medium,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"kmr" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"knm" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"kns" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/warehouse)
-"koD" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 15
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"kpj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"kpl" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/nanopaste/advanced,
-/obj/item/stack/nanopaste/advanced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"kqq" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"kqv" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"kqO" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"krj" = (
-/obj/random/trash_pile,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"krx" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/red,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"ksj" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"ksv" = (
-/obj/effect/decal/remains,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"ksR" = (
-/obj/structure/table/steel,
-/obj/random/tool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"ksY" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ktw" = (
-/obj/machinery/light/flicker{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"ktB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/clothing/suit/armor/material/makeshift,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"kwF" = (
-/obj/structure/table/woodentable,
-/obj/random/mainttoyloot/nofail,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"kwI" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/outside)
-"kxb" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/ranged/laser,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"kxw" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/cash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"kxE" = (
-/obj/effect/floor_decal/milspec/color/red/half{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"kxO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"kzl" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/tool/wrench,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazarecroom)
-"kAk" = (
-/obj/structure/table/bench/wooden,
-/obj/item/flashlight/lamp,
-/obj/item/flashlight,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"kAO" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"kBb" = (
-/mob/living/simple_mob/humanoid/russian,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"kBo" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"kBP" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"kCN" = (
-/obj/item/tool/wirecutters/chainsaw,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside)
-"kEv" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/pillbottles,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"kEA" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"kGd" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"kGf" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/mob/living/simple_mob/mechanical/hivebot,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"kGg" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"kGW" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/surgical/circular_saw{
- pixel_y = 8
- },
-/obj/item/surgical/surgicaldrill,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"kIH" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"kII" = (
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"kIK" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"kKd" = (
-/obj/structure/sign/signnew/radiation,
-/turf/simulated/wall/titanium,
-/area/awaymission/darkrp/outside)
-"kKl" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/fiftyspawner/glass,
-/obj/fiftyspawner/steel,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"kKu" = (
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"kKY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"kLf" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/ghettowarehouse)
-"kMa" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"kMG" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/toy/minigibber{
- name = "\improper Cutie Mulcher";
- desc = "It is a normal sized item."
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"kNZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/stool/baystool/padded,
-/obj/machinery/light{
- dir = 4;
- layer = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"kOh" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"kOk" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/westleft,
-/obj/item/clothing/suit/space/cult,
-/obj/item/clothing/suit/space/cult,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"kOC" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"kOY" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"kPB" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"kPM" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"kQc" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"kQm" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnel/ghettos)
-"kRn" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"kRK" = (
-/obj/machinery/smartfridge/chemistry,
-/turf/simulated/wall/titanium,
-/area/awaymission/darkrp/downtownwarehouse)
-"kRV" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"kSy" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"kSB" = (
-/mob/living/simple_mob/humanoid/russian,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"kSF" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"kTD" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/chrono,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"kTG" = (
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"kTP" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"kTS" = (
-/obj/item/material/shard,
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/russian,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"kTX" = (
-/obj/structure/table/rack/shelf,
-/obj/random/firstaid,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/westleft{
- dir = 2
- },
-/obj/random/firstaid,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"kUe" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"kVe" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/melee/sword,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"kVM" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"kWa" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"kXl" = (
-/mob/living/simple_mob/mechanical/hivebot,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"kXp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"kXv" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/subgas)
-"kXy" = (
-/obj/machinery/button/remote/blast_door{
- id = "jailrp";
- name = "Prison Bars";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27;
- req_one_access = list(860)
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"kXK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"kYr" = (
-/obj/random/medical/lite,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"kZb" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettowarehouse)
-"kZe" = (
-/obj/random/maintenance/clean,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"kZX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/obstruction,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"lad" = (
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"laF" = (
-/obj/item/circuitboard/body_scanner{
- pixel_y = 3
- },
-/obj/item/stock_parts/scanning_module{
- pixel_y = -2;
- pixel_x = 4
- },
-/obj/item/stock_parts/scanning_module{
- pixel_x = -4;
- pixel_y = 9
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lbh" = (
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/silenced,
-/obj/item/gun/projectile/silenced,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"lbr" = (
-/obj/structure/table/bench/padded,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"lby" = (
-/obj/machinery/door/blast/shutters{
- id = "centralbuilding1";
- name = "Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"lbS" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"lbY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"lcv" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = 12
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"lcW" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"ldi" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"ldk" = (
-/obj/item/storage/firstaid/adv,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"ldo" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"ldt" = (
-/obj/structure/table/steel,
-/obj/item/tool/screwdriver/power,
-/obj/random/smes_coil,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"ldN" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/warehouse)
-"lgl" = (
-/obj/item/tape/police,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"lgF" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"lgU" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/citalopram,
-/obj/item/storage/pill_bottle/benzilate,
-/obj/item/storage/pill_bottle/zoom,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"lgX" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"lhn" = (
-/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"lis" = (
-/obj/machinery/door/airlock{
- req_one_access = list(720);
- name = "Gun Store"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"liI" = (
-/obj/effect/floor_decal/carpet{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"liV" = (
-/obj/machinery/chemical_analyzer,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lji" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"ljj" = (
-/mob/living/simple_mob/mechanical/viscerator,
-/mob/living/simple_mob/mechanical/viscerator,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"ljz" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ljA" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/table/marble,
-/obj/item/storage/box/glasses/coffeecup{
- pixel_x = -6;
- pixel_y = 1
- },
-/obj/item/storage/box/glasses/square{
- pixel_x = 9;
- pixel_y = 1
- },
-/obj/item/storage/box/glasses/coffeemug{
- pixel_x = -6;
- pixel_y = 12
- },
-/obj/item/storage/box/buns{
- pixel_x = 9;
- pixel_y = 12
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"lkr" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"llF" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"llG" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"llN" = (
-/obj/structure/table/steel,
-/obj/item/tool/crowbar/red,
-/obj/random/tool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"llO" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"lmb" = (
-/obj/structure/grille,
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"lmi" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/item/storage/box/masks,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lmq" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 8;
- layer = 2.9
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"lmr" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/mask/balaclava,
-/obj/random/cash,
-/obj/random/cash,
-/obj/random/cash,
-/obj/random/toy,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"lmt" = (
-/obj/effect/floor_decal/stairs,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"lni" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"lom" = (
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "EMT Bay";
- req_access = null;
- req_one_access = list(696)
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lpg" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"lqb" = (
-/mob/living/simple_mob/animal/giant_spider,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"lqe" = (
-/mob/living/simple_mob/humanoid/merc/ranged/ionrifle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"lrd" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"lrU" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 5
- },
-/obj/random/cigarettes,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"lrV" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/action_figure{
- pixel_x = 4;
- pixel_y = -5
- },
-/obj/random/action_figure{
- pixel_y = 5;
- pixel_x = -5
- },
-/obj/random/action_figure{
- pixel_y = -5;
- pixel_x = -5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"lrY" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/cell/hyper,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"lsA" = (
-/obj/machinery/gateway,
-/obj/effect/map_effect/perma_light/gateway,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"lsC" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"ltr" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/reference)
-"luN" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"lvb" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/storage/box/masks,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lvy" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"lvz" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stool{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"lwb" = (
-/obj/structure/prop/warmrocks,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"lwF" = (
-/turf/simulated/floor/lava,
-/area/awaymission/darkrp/outside/plaza)
-"lxb" = (
-/obj/structure/table/bench/padded,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"lxi" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"lyA" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"lyE" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"lzq" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"lzN" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/item/reagent_containers/glass/beaker/cryoxadone,
-/obj/item/reagent_containers/glass/beaker/cryoxadone,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/downtownwarehouse)
-"lzO" = (
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"lBm" = (
-/obj/item/flame/candle/everburn,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"lBz" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"lBQ" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"lCc" = (
-/obj/effect/map_effect/portal/line/side_a{
- dir = 1
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"lCs" = (
-/obj/machinery/light/floortube,
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lCE" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"lCS" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"lDC" = (
-/mob/living/simple_mob/humanoid/merc/ranged/sniper{
- special_attack_max_range = 15;
- ai_holder_type = /datum/ai_holder/simple_mob/merc/eclipse/ranged/sniper
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"lDQ" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/curtain/medical,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lEq" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"lFU" = (
-/obj/structure/prop/poicanister,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"lGh" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"lGp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"lGN" = (
-/obj/structure/table/woodentable,
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife/butch,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"lHv" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"lHG" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/material/kitchen/utensil/fork,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"lHI" = (
-/obj/machinery/chem_master,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lIf" = (
-/obj/structure/table/woodentable,
-/obj/item/camera,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"lJQ" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stool/padded,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/darkrp/plazarecroom)
-"lJU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"lKP" = (
-/obj/structure/simple_door/wood,
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 4;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"lKR" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"lLZ" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/obj/item/stack/medical/advanced/bruise_pack{
- pixel_y = 10;
- pixel_x = 10
- },
-/obj/item/stack/medical/advanced/bruise_pack{
- pixel_y = -5;
- pixel_x = 10
- },
-/obj/item/stack/medical/advanced/bruise_pack{
- pixel_y = 3;
- pixel_x = 10
- },
-/obj/item/stack/medical/advanced/ointment{
- pixel_y = 10;
- pixel_x = -4
- },
-/obj/item/stack/medical/advanced/ointment{
- pixel_y = -5;
- pixel_x = -4
- },
-/obj/item/stack/medical/advanced/ointment{
- pixel_y = 3;
- pixel_x = -4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lMe" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/sniper,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"lMv" = (
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"lNo" = (
-/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lNU" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside)
-"lNY" = (
-/obj/item/gun/magnetic/railgun,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"lOf" = (
-/obj/machinery/vending/snack{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"lPe" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"lPj" = (
-/obj/structure/bed/chair/sofa/left/purp,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"lPw" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"lPA" = (
-/obj/structure/toilet/prison{
- pixel_y = 6;
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"lPU" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "EMT Bay";
- req_access = null;
- req_one_access = null
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"lQr" = (
-/obj/item/geiger,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"lQs" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"lQI" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/tool/screwdriver{
- pixel_x = -9
- },
-/obj/item/grenade/chem_grenade,
-/obj/item/gun/projectile/deagle,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"lQK" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"lRg" = (
-/mob/living/simple_mob/humanoid/merc/voxpirate/pirate,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"lRM" = (
-/obj/structure/sign/warning/caution,
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"lSQ" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"lTi" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazarecroom)
-"lTw" = (
-/obj/structure/table/gamblingtable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"lTL" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"lTS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"lTV" = (
-/obj/structure/bed/chair/wood{
- dir = 8;
- pixel_y = 0
- },
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"lUj" = (
-/turf/simulated/wall/durasteel,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"lVO" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazahotel)
-"lWA" = (
-/obj/item/clothing/mask/gas/voice,
-/obj/item/melee/baton/cattleprod,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"lWI" = (
-/obj/structure/table/woodentable,
-/obj/item/material/knife,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"lXf" = (
-/obj/structure/table/standard,
-/obj/random/cash/huge,
-/obj/random/cash/huge,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"lXu" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/snacks/pancakes{
- pixel_y = -2;
- pixel_x = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"lXw" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/instrument/piano_synth,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"lYf" = (
-/obj/structure/sign/greencross{
- pixel_y = -32
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"lZl" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"lZs" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"mbw" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"mbF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"mbV" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/serdy_pistols/glock71,
-/obj/item/gun/projectile/serdy_pistols/glock71,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"mcd" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"mck" = (
-/obj/effect/map_effect/portal/master/side_b{
- portal_id = "gsewer1"
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mcY" = (
-/obj/effect/floor_decal/industrial/warning/color/red,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"mdn" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"mdO" = (
-/obj/item/digestion_remains/skull/teshari,
-/turf/simulated/floor/water/contaminated,
-/area/awaymission/darkrp/outside)
-"mdV" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"mec" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"mfm" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"mhw" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"mhF" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"mhT" = (
-/obj/machinery/door/blast/shutters{
- id = "smallpharmacy1";
- name = "Garage Door";
- dir = 8
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"mja" = (
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"mjz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"mjA" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"mjV" = (
-/obj/random/maintenance,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"mjY" = (
-/obj/structure/coatrack,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"mki" = (
-/obj/structure/curtain/open,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"mkv" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"mkI" = (
-/obj/structure/fence/end{
- dir = 8
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"mkP" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mkY" = (
-/obj/item/assembly/mousetrap/armed,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"mlg" = (
-/obj/structure/salvageable/console_os{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"mlh" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"mlo" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"mlB" = (
-/mob/living/simple_mob/vore/aggressive/rat/phoron,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"mmo" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside/plaza)
-"mmp" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"mmI" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/snacks/suppermattershard,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"mmM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"mmQ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"mnX" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/table/rack/shelf,
-/obj/random/medical,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"moz" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/tunnels/suburbs)
-"moN" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"mpd" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"mqo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"mqE" = (
-/obj/effect/floor_decal/carpet{
- dir = 1
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/centersidehouse)
-"mrd" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"mry" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"mrD" = (
-/obj/effect/map_effect/perma_light/concentrated,
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mrI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mrK" = (
-/obj/structure/bonfire/permanent,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"msd" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"mtM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"mub" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"muD" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"muS" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"mwy" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mxP" = (
-/obj/machinery/door/blast/puzzle{
- id = "ultrasecret2"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"mxX" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"myl" = (
-/obj/random/soap,
-/obj/structure/table/rack/shelf,
-/obj/random/soap,
-/obj/item/towel/random,
-/obj/item/towel/random,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"mzD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/steel,
-/obj/item/paper{
- desc = "";
- info = "The city has been struck with otherworldy forces, we've been building this armory for years, its time to FIGHT for the glory of the revolution!";
- name = "note"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"mzM" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"mAj" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/clothing/gloves/heavy_engineer,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"mAm" = (
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"mAA" = (
-/obj/effect/rune,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"mAV" = (
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"mBB" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"mBR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"mCh" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"mCF" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/paper{
- desc = "";
- info = "Man, once I sell this in the blockchain, I'll make millions!";
- name = "note"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"mCH" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/engineering,
-/obj/item/stack/material/steel{
- amount = 14
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"mCZ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/obj/random/material/refined,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"mDd" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/mechanical/hivebot/tank/armored/anti_bullet,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"mDo" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/dropper,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"mDE" = (
-/obj/random/trash,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"mDW" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"mES" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"mEW" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"mFX" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"mGC" = (
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"mHc" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/outside/suburbs)
-"mHC" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/rifle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"mHL" = (
-/obj/effect/map_effect/portal/master/side_a{
- dir = 1;
- portal_id = "deepsewers2"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"mHV" = (
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"mIs" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/rods,
-/obj/random/material/refined,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"mIP" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"mJw" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/material/fishing_rod/modern/strong,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/downtowngunshop)
-"mJx" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"mJL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/port_gen/pacman/super,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"mJR" = (
-/obj/item/weldingtool,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"mKO" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"mKW" = (
-/obj/structure/table/standard,
-/obj/machinery/cash_register/civilian{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"mLX" = (
-/obj/structure/table/rack,
-/obj/item/cell/device,
-/obj/item/cell/device,
-/obj/item/flashlight/color/red,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"mMi" = (
-/obj/machinery/portable_atmospherics/powered/reagent_distillery,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"mMq" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/cable_coil/pink,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/console_screen,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"mMC" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"mMD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/optable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"mOp" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"mOG" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"mPt" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"mPJ" = (
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Chemistry";
- req_access = null;
- req_one_access = list(696)
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"mPW" = (
-/obj/effect/map_effect/portal/master/side_b{
- dir = 4;
- portal_id = "Ghousething"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mPZ" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside)
-"mQj" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"mQY" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 15
- },
-/turf/simulated/floor/bluegrid,
-/area/awaymission/darkrp/sewers)
-"mRh" = (
-/obj/machinery/holosign/bar{
- id = "baropenrp"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownbar)
-"mRw" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"mSE" = (
-/mob/living/simple_mob/humanoid/merc/ranged/laser/poi,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"mTK" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"mTW" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/mob/living/simple_mob/humanoid/russian/ranged,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"mUC" = (
-/obj/structure/window/plastitanium/full,
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/obj/machinery/door/blast/regular/open{
- id = "stargazer_blast";
- name = "window blast shield"
- },
-/turf/simulated/shuttle/plating,
-/area/awaymission/darkrp/sewers)
-"mUW" = (
-/mob/living/simple_mob/animal/giant_spider/hunter,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"mVe" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/rtg/advanced,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"mVk" = (
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"mVR" = (
-/obj/item/storage/secure/briefcase/money,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"mXi" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"mXk" = (
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/machinery/door/window/brigdoor/northright{
- req_access = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/golden_cup,
-/obj/item/flame/lighter/zippo/gold,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"mXs" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/chemical_dispenser/bar_soft/full,
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"mYJ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = -13
- },
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 10;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"mZC" = (
-/obj/structure/sign/warning/high_voltage,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/suburbs)
-"nau" = (
-/obj/structure/salvageable/console_broken_os,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"naB" = (
-/obj/structure/fence/corner{
- dir = 10
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"naU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/toy/plushie/possum,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"nbk" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"nbm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"nbx" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"nbV" = (
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"ncu" = (
-/obj/random/humanoidremains,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"ncv" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"nfh" = (
-/obj/structure/flora/pottedplant,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"nfP" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"nfW" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"ngN" = (
-/obj/structure/flora/pottedplant/minitree,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"nhw" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazarecroom)
-"nhI" = (
-/mob/living/simple_mob/mechanical/hivebot/tank,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"nif" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"nii" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"niS" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/subgarage)
-"njl" = (
-/obj/structure/fence/corner{
- dir = 10
- },
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"nku" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/woodentable,
-/obj/item/taperecorder,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"nkx" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkcondo)
-"nkF" = (
-/obj/random/vendorfood,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"nlk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/flicker{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"nlV" = (
-/obj/structure/table/steel,
-/obj/item/flame/candle/everburn{
- pixel_y = 9
- },
-/obj/item/trash/plate{
- pixel_x = 7
- },
-/obj/item/trash/plate{
- pixel_x = -5
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"nmd" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"nmh" = (
-/obj/structure/table/standard,
-/obj/fiftyspawner/steel,
-/obj/random/material/precious,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"nmz" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/parkwallbunker)
-"nmN" = (
-/obj/effect/floor_decal/industrial/loading{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"nnD" = (
-/obj/structure/closet/wardrobe/chemistry_white,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"nnU" = (
-/obj/structure/bookcase,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"nof" = (
-/obj/item/clothing/accessory/watch,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/suburbs)
-"noC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"noW" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"nqj" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/steel_reinforced,
-/obj/random/toy,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"nqz" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/pd)
-"nra" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/warehouse)
-"nrM" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"nrV" = (
-/obj/structure/sink{
- dir = 1
- },
-/obj/structure/mirror{
- pixel_y = -28
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/centersidehouse)
-"nrZ" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"nsj" = (
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"nsm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/grenadier,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "side-walk10"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"nst" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"nsw" = (
-/obj/machinery/button/remote/blast_door{
- id = "boss";
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning/color/full/red,
-/turf/simulated/floor/bluegrid,
-/area/awaymission/darkrp/sewers)
-"nsY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ntt" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"ntY" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/glass/bottle/biomass,
-/obj/item/reagent_containers/glass/bottle/biomass{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/reagent_containers/glass/bottle/biomass{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"nuk" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"nul" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"nuo" = (
-/obj/random/trash,
-/obj/structure/prop/war/tgmc_missile,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"nuI" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/ghettooffice)
-"nvH" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"nvX" = (
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"nxs" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"nxv" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"nxx" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"nxC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"nxG" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib2_flesh"
- },
-/obj/random/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"nxS" = (
-/obj/item/toy/plushie/susred,
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 140;
- external_pressure_bound_default = 140;
- icon_state = "map_vent_out";
- use_power = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"nyd" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"nyt" = (
-/obj/structure/table/marble,
-/obj/item/material/knife,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"nyu" = (
-/mob/living/simple_mob/humanoid/cultist/castertesh,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"nyX" = (
-/obj/structure/sign/warning/high_voltage,
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/subpower)
-"nzb" = (
-/mob/living/simple_mob/humanoid/merc/ranged/poi,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"nzV" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/projectile/automatic/sts35,
-/obj/item/gun/projectile/automatic/sts35,
-/obj/item/gun/projectile/automatic/sts35,
-/obj/item/gun/projectile/automatic/sts35,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"nAB" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"nAX" = (
-/obj/effect/floor_decal/stairs,
-/obj/effect/map_effect/perma_light/concentrated,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"nBa" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"nBF" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/sign/chemdiamond{
- pixel_y = -32
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"nCk" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"nCy" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northleft{
- req_access = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/ears/earring/dangle/diamond,
-/obj/item/clothing/ears/earring/dangle/diamond,
-/obj/item/gun/projectile/deagle/gold,
-/obj/item/material/twohanded/baseballbat/gold,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"nCD" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/parkcondo)
-"nCL" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"nCP" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"nDv" = (
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"nDK" = (
-/obj/structure/table/standard,
-/obj/machinery/cash_register/civilian{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"nDN" = (
-/obj/item/weldingtool/lasercannon,
-/obj/effect/rune,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"nDV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/obj/item/reagent_containers/food/condiment/yeast,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"nEs" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"nEC" = (
-/obj/item/flame/lighter,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"nFn" = (
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"nFC" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"nIa" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkcondo)
-"nIO" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/surgical/bonesetter,
-/obj/item/surgical/bonegel,
-/obj/item/surgical/FixOVein,
-/obj/item/surgical/cautery,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"nIP" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"nIS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/prop/war/tgmc_missile,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"nIV" = (
-/obj/effect/landmark/corpse/doctor,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"nJg" = (
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"nJQ" = (
-/obj/structure/salvageable/data_os,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"nLp" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"nLs" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"nLW" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"nMl" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/combat,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"nMs" = (
-/obj/item/digestion_remains/ribcage,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"nMz" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"nNj" = (
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "spawnwarehouse"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"nNC" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"nOf" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownbar)
-"nOA" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/park)
-"nPD" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/warehouses)
-"nPN" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"nPX" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"nQj" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"nQw" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"nQB" = (
-/obj/structure/table/steel_reinforced,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/storage/box/donut,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"nQI" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"nQP" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/tool/screwdriver/power,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"nQZ" = (
-/turf/simulated/floor/water/pool{
- temperature = 293.15;
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"nRZ" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/ghettoapartments)
-"nSp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"nSX" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"nTb" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"nTd" = (
-/obj/structure/sink{
- pixel_y = 16
- },
-/obj/structure/mirror{
- pixel_y = 32
- },
-/obj/random/trash,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"nTm" = (
-/obj/random/trash,
-/obj/machinery/button/remote/noemag{
- req_one_access = list(887);
- desc = "A heavy and old button that appears to be access locked by a special ID found elsewhere.";
- id = "ultrasecret2";
- name = "Slab Button II"
- },
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"nTD" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"nTN" = (
-/obj/random/meat,
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"nUj" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/engineering,
-/obj/item/clothing/gloves/fyellow,
-/obj/item/clothing/head/helmet/material/makeshift,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"nUx" = (
-/obj/structure/table/woodentable,
-/obj/machinery/microwave{
- pixel_y = 6;
- pixel_x = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"nUC" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"nUD" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/cultist/hunter/surt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"nUK" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"nUU" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/sewers)
-"nVd" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"nVo" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"nVH" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"nVT" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"nVV" = (
-/obj/item/broken_sm,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"nXL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/plaza)
-"nXT" = (
-/obj/structure/sign/poster{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"nZk" = (
-/obj/structure/bonfire,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"nZq" = (
-/obj/structure/cliff/automatic{
- dir = 4
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"nZv" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"nZD" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"nZI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/humanoidremains,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"nZM" = (
-/obj/item/storage/toolbox/mechanical,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"obk" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"obu" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/bottle/cola{
- pixel_y = 0;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/cola{
- pixel_y = 0;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/cola{
- pixel_y = 0;
- pixel_x = -2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"obP" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/subpower)
-"ocS" = (
-/obj/structure/fence,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"odC" = (
-/obj/structure/cliff/automatic/corner{
- dir = 6
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"oel" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/adv,
-/obj/item/storage/firstaid/adv{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"oeH" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"oeI" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/parkmaint)
-"ofj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/button/remote/noemag{
- req_one_access = list(887);
- desc = "A heavy and old button that appears to be access locked by a special ID found elsewhere.";
- id = "ultrasecret2";
- name = "Slab Button II";
- pixel_y = 26;
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"ofz" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"ofP" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"ogb" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/camera,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"ogN" = (
-/mob/living/simple_mob/humanoid/russian,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"ogU" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"ohe" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"ohy" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/material/knife/butch,
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 5;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"ohP" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"oig" = (
-/obj/machinery/light{
- dir = 2
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/reference)
-"oio" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"ojt" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"oju" = (
-/obj/vehicle/bike/built,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"ojV" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/outside/park)
-"okd" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/door/blast/shutters{
- id = "gunshop";
- dir = 2
- },
-/obj/machinery/door/window/northright,
-/obj/machinery/door/window/southleft,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"okF" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/stairs,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"okL" = (
-/obj/structure/table/standard,
-/obj/machinery/button/remote/blast_door{
- id = "lockdown1";
- name = "Lockdown Button";
- pixel_x = 6;
- dir = 8;
- pixel_y = 7
- },
-/obj/item/reagent_containers/food/drinks/coffee{
- pixel_y = 3;
- pixel_x = -5
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"olG" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"omt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"onu" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"onQ" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"opj" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/drinks/coffee{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/snacks/soydope,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"opw" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"opX" = (
-/obj/machinery/vending/cigarette,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"oqa" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"oqO" = (
-/obj/structure/table/rack/shelf,
-/obj/item/reagent_containers/food/condiment/ketchup{
- pixel_y = 0;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/condiment/mustard{
- pixel_x = -2
- },
-/obj/item/reagent_containers/food/condiment/hotsauce{
- pixel_x = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"orr" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"orw" = (
-/obj/structure/cliff/automatic{
- dir = 9
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"orD" = (
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"orX" = (
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside/plaza)
-"ouL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside)
-"ovb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/blast/shutters{
- id = "ghettoware1";
- name = "Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"ovC" = (
-/obj/structure/closet/jcloset,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"ovN" = (
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"owi" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"owP" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"owT" = (
-/obj/effect/map_helper/no_tele/area,
-/turf/simulated/shuttle/wall/voidcraft,
-/area/awaymission/darkrp/reference)
-"oxJ" = (
-/obj/item/pickaxe,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"oxT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12
- },
-/obj/structure/mirror{
- pixel_x = -24
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"oyk" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/darkrp/outside/plaza)
-"ozh" = (
-/obj/machinery/door/blast/shutters{
- id = "ghettoware1";
- name = "Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"oAf" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/suit/armor/pcarrier/laserproof/full,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"oBq" = (
-/obj/structure/bed/double/padded,
-/obj/machinery/light/small/flicker{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"oBI" = (
-/obj/item/stool/baystool/padded{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"oDv" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"oDA" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/outside/park)
-"oDF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"oDJ" = (
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"oDL" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"oDQ" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/replicant{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"oEg" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"oFk" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"oFp" = (
-/obj/structure/table/marble,
-/obj/item/gun/projectile/automatic/serdy/ak74,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"oGx" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"oHt" = (
-/obj/structure/salvageable/autolathe,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"oHy" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/nanopaste,
-/obj/item/circuitboard/autolathe,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"oHQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"oHS" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/stool/baystool/padded,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"oHW" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subcondo)
-"oHY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"oIb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"oIF" = (
-/obj/effect/floor_decal/industrial/hatch,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"oIN" = (
-/obj/structure/table/woodentable,
-/obj/item/ammo_magazine/ammo_box/b12g/beanbag,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"oIR" = (
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"oJn" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"oJI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/park)
-"oJZ" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"oKo" = (
-/obj/effect/floor_decal/milspec/color/orange/corner{
- dir = 4
- },
-/obj/effect/floor_decal/milspec/color/orange/corner{
- dir = 8
- },
-/obj/effect/floor_decal/milspec/color/orange/corner,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"oKw" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 9
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 9
- },
-/obj/structure/table/standard,
-/obj/item/storage/box/gloves,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"oLg" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"oMc" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"oMm" = (
-/obj/random/trash,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"oML" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = null;
- req_one_access = list(696)
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"oMS" = (
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"oNf" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"oOt" = (
-/obj/item/tool/crowbar,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"oOE" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"oPt" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"oPC" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"oPR" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"oPV" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/suburbs)
-"oQB" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"oQC" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"oQP" = (
-/obj/structure/prop/statue/angel,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"oRj" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"oRr" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/easel,
-/obj/item/canvas/twentythree_nineteen,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"oRE" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = null;
- req_one_access = null
- },
-/obj/machinery/door/firedoor/glass,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"oSb" = (
-/obj/item/beach_ball,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"oSd" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"oSs" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/ranged/rifle/mag,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"oSE" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/laser,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"oTb" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"oTk" = (
-/obj/structure/table/marble,
-/obj/item/storage/firstaid/combat,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"oTF" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"oTI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "side-walk1"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"oUf" = (
-/mob/living/simple_mob/mechanical/hivebot/tank/armored/anti_melee,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"oUi" = (
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/obj/item/material/shard{
- pixel_x = 5;
- pixel_y = 3
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"oUN" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"oUU" = (
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/rifle,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"oVr" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"oVX" = (
-/obj/item/weldingtool/brass,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"oWV" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"oWX" = (
-/obj/random/cash,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"oXi" = (
-/obj/machinery/chemical_dispenser/bar_alc/full,
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"oYc" = (
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"oYF" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/reagent_dispensers/fueltank/barrel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"oYJ" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"oZv" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"oZF" = (
-/obj/machinery/light/small,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"oZV" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"pan" = (
-/obj/structure/bed/chair/office/light,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"paR" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/table/marble,
-/obj/item/storage/box/glasses/square{
- pixel_x = 9;
- pixel_y = 1
- },
-/obj/item/storage/box/glasses/rocks{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/pint{
- pixel_y = 11;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/meta/metapint{
- pixel_y = 11;
- pixel_x = 9
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"paX" = (
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"pba" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- info = "TRANSMISSION RECIEVED: The city is falling to a cataclysm, earthquakes, utility failiures, civil unrest, lock the city down and call for a curfew ASAP, best of luck. If the lockdown button ever loses power.. welp hope you have a generator handy.";
- name = "Stained sheet of paper"
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"pbF" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/gun/projectile/automatic/serdy/m4a1,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"pcm" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"pcE" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"pdE" = (
-/obj/structure/sign/department/conference_room,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/sewers)
-"pdJ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"pdX" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"pej" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/meat,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"per" = (
-/obj/effect/floor_decal/stairs/wood_stairs{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"peA" = (
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"peG" = (
-/obj/machinery/recharger,
-/obj/item/tool/screwdriver,
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"peL" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"peV" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"pfi" = (
-/obj/random/meat,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"pfv" = (
-/obj/structure/bed/double/padded,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"pfV" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"pgl" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"pgz" = (
-/obj/structure/simple_door/wood,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"pgM" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"pgQ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/button/remote/noemag{
- desc = "A heavy and old button that appears to be access locked by a special ID found elsewhere.";
- id = "ultrasecret1";
- name = "Slab Button I";
- req_one_access = list(886);
- pixel_y = 24;
- dir = 4
- },
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/reference)
-"pgR" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/pocky,
-/obj/item/storage/box/pocky,
-/obj/item/storage/box/pocky,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"phx" = (
-/obj/structure/salvageable/console_os{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"phy" = (
-/obj/structure/bed/chair/wheelchair{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 9
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"phZ" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"pip" = (
-/obj/structure/table/woodentable,
-/obj/item/paper_bin,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"pjh" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/barricade/planks,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"pjI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"plb" = (
-/obj/structure/barricade/planks,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/ghettoapartments)
-"plJ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/box/syringegun,
-/obj/item/gun/launcher/syringe/rapid,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"plT" = (
-/obj/machinery/drone_fabricator{
- fabricator_tag = "Unknown"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"pmc" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"pmE" = (
-/obj/structure/closet/secure_closet/bar,
-/obj/item/ammo_magazine/ammo_box/b12g/pellet,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"pnr" = (
-/obj/effect/floor_decal/carpet,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/centersidehouse)
-"pnJ" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/flora/pottedplant/large,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"pnP" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/subpower)
-"poj" = (
-/obj/item/hand_labeler,
-/obj/item/mass_spectrometer/adv,
-/obj/item/mass_spectrometer/adv,
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"poy" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/woodentable,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"poN" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/bed/chair/backed_red{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"poQ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"ppl" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazarecroom)
-"ppL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"ppV" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"pqM" = (
-/obj/item/tool/wrench/brass,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"pre" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/effect/landmark/loot_spawn,
-/obj/item/clothing/suit/armor/pcarrier/medium,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"prv" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"prL" = (
-/mob/living/simple_mob/vore/aggressive/rat/event,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"prN" = (
-/turf/simulated/floor/bluegrid,
-/area/awaymission/darkrp/sewers)
-"prT" = (
-/obj/item/material/shard,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"prU" = (
-/obj/random/obstruction,
-/obj/item/tape/police,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"psi" = (
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/structure/closet/secure_closet/freezer/fridge{
- pixel_x = -6;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"psw" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/table/wooden_reinforced,
-/obj/structure/curtain/open,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"psK" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/obj/structure/bed/chair/sofa/right/black,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"psZ" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/material/kitchen/utensil/fork,
-/obj/item/reagent_containers/pill/happy{
- pixel_y = 6;
- pixel_x = 7
- },
-/obj/item/reagent_containers/pill/diet{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/condiment/soysauce,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"ptd" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"ptL" = (
-/obj/structure/fence/door{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"ptQ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"puf" = (
-/obj/structure/bed/chair/comfy/blue{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"puj" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/soap,
-/obj/item/soap,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pum" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"pun" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"put" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"puG" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"puN" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"pvg" = (
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"pvH" = (
-/obj/random/toy,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"pwa" = (
-/obj/effect/map_effect/portal/master/side_a{
- dir = 4;
- portal_id = "Gsewerenter1"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"pwd" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"pwh" = (
-/obj/machinery/light,
-/obj/item/tape/police,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"pwl" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"pwv" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/head/helmet/bulletproof,
-/obj/item/clothing/head/helmet/bulletproof,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"pwZ" = (
-/obj/effect/map_effect/radiation_emitter/strong,
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"pxb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"pxm" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 6
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pyk" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/outside/plaza)
-"pyr" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/item/reagent_containers/glass/bottle/robustharvest,
-/obj/item/reagent_containers/glass/bottle/robustharvest,
-/obj/item/shovel/spade,
-/obj/item/shovel/spade,
-/obj/item/shovel/spade,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"pyw" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"pyx" = (
-/obj/random/trash,
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"pyH" = (
-/obj/random/junk,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"pzE" = (
-/obj/structure/cliff/automatic{
- dir = 8
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"pAc" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"pAR" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"pBj" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"pBW" = (
-/obj/structure/bed/double/padded,
-/obj/item/disk/tech_disk{
- pixel_y = 2;
- pixel_x = 10;
- icon_state = "nucleardisk";
- name = "toy nuclear authentucation disk";
- desc = "A perfect replica of the station's most protected asset, ages 7 and up. Does not function."
- },
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"pBZ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pCL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/lockdown1)
-"pDe" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/cargo,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"pDH" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/table/marble,
-/obj/machinery/reagentgrinder,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"pEs" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subcondo)
-"pEG" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"pFg" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside/suburbs)
-"pGb" = (
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"pGy" = (
-/obj/machinery/door/blast/angled/open{
- dir = 4;
- id = "boss"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"pGR" = (
-/obj/structure/table/rack/shelf,
-/obj/item/camera,
-/obj/item/camera,
-/obj/item/camera,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"pHk" = (
-/obj/structure/table/woodentable,
-/obj/item/gun/projectile/shotgun/doublebarrel,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"pHx" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/fancy/cigar/havana,
-/obj/item/storage/fancy/cigar/havana,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"pHZ" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"pII" = (
-/obj/item/tool/screwdriver/diamonddrill,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/suburbs)
-"pIV" = (
-/obj/machinery/computer/operating{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"pIY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"pKF" = (
-/obj/structure/coatrack,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"pLF" = (
-/obj/effect/map_effect/radiation_emitter,
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"pLJ" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"pLW" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"pMm" = (
-/obj/item/weldingtool/mini,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"pMs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/lockdown1)
-"pNi" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"pNo" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/ghettohouse2)
-"pNF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/clothing/gloves/fyellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"pOZ" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pQu" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/subway)
-"pRc" = (
-/turf/unsimulated/wall/seperator,
-/area/awaymission/darkrp/tunnel/ghettos)
-"pRk" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"pRy" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"pRz" = (
-/obj/structure/plushie/ian,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"pRI" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"pSl" = (
-/mob/living/simple_mob/humanoid/merc/ranged/technician,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"pSm" = (
-/obj/structure/fence/corner,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"pSw" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/surgical/retractor,
-/obj/item/surgical/hemostat,
-/obj/item/surgical/scalpel,
-/obj/item/stack/medical/advanced/bruise_pack,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"pSF" = (
-/turf/simulated/wall/titanium,
-/area/awaymission/darkrp/downtownwarehouse)
-"pTk" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/clean,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"pTw" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/mud{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"pTR" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"pTT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/confetti,
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"pUb" = (
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pUj" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"pUz" = (
-/mob/living/simple_mob/humanoid/merc/ranged/laser,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"pUW" = (
-/obj/item/weldingtool/electric,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"pVo" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pVt" = (
-/obj/machinery/button/remote/blast_door{
- id = "centralbuilding3";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = -25
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"pVv" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pVB" = (
-/obj/item/material/shard,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"pXq" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"pYi" = (
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/machinery/door/firedoor/multi_tile/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownwarehouse)
-"pYt" = (
-/obj/structure/railing/grey,
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 4
- },
-/obj/structure/prop/statue/pillar,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/outside/plaza)
-"pYC" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"pYN" = (
-/obj/structure/filingcabinet,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"pYY" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"pZx" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 1
- },
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"pZR" = (
-/obj/random/outcrop,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"pZZ" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"qaa" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"qaE" = (
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/suburbs)
-"qbv" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"qcC" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"qcK" = (
-/obj/effect/decal/cleanable/blood/drip{
- pixel_y = 9;
- pixel_x = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"qcX" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"qdb" = (
-/obj/effect/landmark/corpse/random_civ,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"qdI" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/subhouse1)
-"qeD" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"qeN" = (
-/turf/simulated/wall/skipjack,
-/area/awaymission/darkrp/sewers)
-"qeU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"qfW" = (
-/obj/structure/grille,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"qfX" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"qgf" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/grenade/box,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"qgF" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"qgH" = (
-/obj/item/material/sword/katana,
-/obj/structure/barricade/cutout/wizard,
-/obj/item/clothing/head/collectable/wizard,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"qhu" = (
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/darkrp/downtownempty)
-"qii" = (
-/obj/effect/decal/remains,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"qiv" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/purple,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"qiL" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 5
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qiU" = (
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"qiY" = (
-/obj/structure/flora/tree/bigtree,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"qjf" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/darkrp/reference)
-"qjh" = (
-/obj/structure/janitorialcart{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"qkB" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/syndie_kit/chameleon,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"qkL" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"qlD" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northleft{
- req_access = null
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/ears/earring/stud/gold,
-/obj/item/clothing/gloves/ring/material/glass,
-/obj/item/toy/plushie/carp/gold,
-/obj/item/stack/material/diamond{
- amount = 15
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"qmE" = (
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/mob/living/simple_mob/mechanical/hivebot,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"qmL" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"qnc" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"qnf" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/material/sword/katana,
-/obj/item/clothing/head/fedora,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"qng" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/woodentable,
-/obj/item/trash/bowl,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"qnp" = (
-/obj/machinery/atmospherics/unary/freezer{
- icon_state = "freezer"
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/downtownwarehouse)
-"qnH" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"qog" = (
-/obj/structure/table/woodentable,
-/obj/item/paint_palette{
- pixel_x = 6;
- pixel_y = -6
- },
-/obj/item/paint_palette{
- pixel_x = 6;
- pixel_y = 0
- },
-/obj/item/paint_palette{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/paint_brush{
- pixel_x = -4;
- pixel_y = -5
- },
-/obj/item/paint_brush{
- pixel_x = -6;
- pixel_y = -1
- },
-/obj/item/paint_brush{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"qoj" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/table/steel_reinforced,
-/obj/random/multiple/gun/projectile/handgun,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"qok" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"qos" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"qpj" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/brokehouse)
-"qpD" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qpN" = (
-/obj/structure/bonfire/permanent,
-/obj/item/stack/rods,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"qpW" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"qqI" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"qrc" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/mecha_part_fabricator{
- req_access = null
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"qrv" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"qrS" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"qsh" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"qsn" = (
-/obj/structure/railing/grey,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"qtc" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qtr" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/trash/plate,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"qtw" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"qtW" = (
-/obj/structure/fence/end{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"qtZ" = (
-/obj/structure/closet/cabinet,
-/obj/item/storage/wallet/random,
-/obj/item/towel/random,
-/obj/item/melee/umbrella/random,
-/obj/random/carp_plushie,
-/obj/random/curseditem,
-/obj/random/junk,
-/obj/random/maintenance/medical,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"quw" = (
-/turf/simulated/wall/wood,
-/area/awaymission/darkrp/subhouse2)
-"qvb" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"qvh" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"qvi" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"qvx" = (
-/obj/effect/floor_decal/stairs,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"qvF" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/replicant{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"qvT" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"qwf" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade/planks,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"qwQ" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"qyO" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"qBB" = (
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qCk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"qCD" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"qCI" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"qCO" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"qEu" = (
-/obj/structure/plushie/ian{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"qEO" = (
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/bottle/milk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallchocmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/item/reagent_containers/food/drinks/smallmilk,
-/obj/structure/closet/secure_closet/freezer/fridge{
- pixel_x = 6;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"qER" = (
-/obj/structure/table/standard,
-/obj/random/tool,
-/obj/item/smes_coil,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"qFZ" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "amogus"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"qGK" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/projectile/revolvershotgun,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"qHz" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"qIz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"qIQ" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"qJd" = (
-/mob/living/simple_mob/humanoid/merc/melee/sword,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"qJv" = (
-/obj/machinery/button/remote/blast_door{
- id = "sewers1";
- pixel_x = -22;
- pixel_y = -7;
- dir = 1
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"qJw" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"qJW" = (
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = 8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/food/drinks/cup{
- pixel_x = -4;
- pixel_y = 12
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"qKE" = (
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"qKT" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"qMh" = (
-/obj/structure/ship_munition/disperser_charge/explosive,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"qMp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"qMD" = (
-/turf/simulated/wall/skipjack,
-/area/awaymission/darkrp/centerwarehouse)
-"qMR" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"qNo" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"qOr" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qOt" = (
-/obj/structure/barricade,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"qOG" = (
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/buildable{
- inputting = 1;
- outputting = 1;
- input_attempt = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"qPn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/mechanical/hivebot/precusor/machinegun,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"qPH" = (
-/obj/machinery/button/remote/blast_door{
- id = "centralbuilding2";
- name = "Warehouse Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qQi" = (
-/obj/effect/map_effect/portal/master/side_b{
- dir = 8;
- portal_id = "Gsewerenter1"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"qQr" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subhouse1)
-"qQR" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/quickdraw/syringe_case,
-/obj/item/storage/quickdraw/syringe_case,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"qQY" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"qRg" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"qRo" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/item/rig/merc,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"qSf" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownwarehouse)
-"qSQ" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"qTI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"qUE" = (
-/obj/structure/table/marble,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"qUW" = (
-/turf/simulated/floor/lava,
-/area/awaymission/darkrp/outside)
-"qVb" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"qVe" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"qVk" = (
-/obj/structure/table/steel,
-/obj/item/tool/wirecutters,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"qVI" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/stack/material/cloth{
- amount = 25
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"qWg" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"qXi" = (
-/obj/machinery/light/small,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib2_flesh"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"qXx" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade/planks,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/parkcondo)
-"qXY" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"qYQ" = (
-/obj/machinery/power/port_gen/pacman/super,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"qZr" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/pen,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"qZA" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"qZB" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"qZN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"raw" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"rba" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/remains,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"rbz" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/suit/armor/material/makeshift/durasteel,
-/obj/item/clothing/head/helmet/material/makeshift/durasteel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"rco" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"rcR" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/parkghetto2)
-"rdU" = (
-/obj/structure/table/woodentable,
-/obj/item/pen,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"rez" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"reB" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"rfo" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"rfN" = (
-/obj/effect/map_effect/radiation_emitter/strong,
-/obj/structure/prop/poicanister,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"rgB" = (
-/obj/structure/flora/pottedplant/largebush,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"rhr" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/bed/padded,
-/obj/item/bedsheet/medical,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/curtain/medical,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"rht" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"rju" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/reagent_dispensers/beerkeg/fakenuke,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"rkL" = (
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"rkN" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"rlc" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"rle" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"rli" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subcondo)
-"rlw" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"rlO" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"rmH" = (
-/obj/machinery/light{
- dir = 1;
- overlay_color = "#a12a22"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"rmQ" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/syndie_kit/demolitions_super_heavy,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"rnb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"rnB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/button/holosign{
- id = "baropenrp";
- name = "Open Sign";
- pixel_x = 25;
- pixel_y = 6
- },
-/obj/machinery/light_switch{
- name = "light switch ";
- pixel_x = 32;
- pixel_y = 6
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"roq" = (
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"roU" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/mob/living/simple_mob/humanoid/merc/ranged/deagle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"roX" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade/planks,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"rpu" = (
-/obj/effect/floor_decal/corner/yellow/border/shifted,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"rpW" = (
-/obj/structure/prop/rock/flat,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"rrE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/random/material/refined,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"rsd" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/outside)
-"rss" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"rtk" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"rtM" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/item/ammo_magazine/m10mm/pistol,
-/obj/item/ammo_magazine/m10mm/pistol,
-/obj/item/ammo_magazine/m10mm/pistol,
-/obj/item/ammo_magazine/m10mm/pistol,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"ruh" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/woodentable,
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife/butch,
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"ruD" = (
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"ruJ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_mob/humanoid/russian,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"ruV" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"rvk" = (
-/obj/item/stool{
- dir = 1
- },
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"rvB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"rwd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"rwh" = (
-/obj/structure/cliff/automatic{
- dir = 6
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"rwx" = (
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"rxh" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"rxQ" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"rzG" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/item/clothing/suit/armor/pcarrier/medium,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"rzS" = (
-/obj/structure/mopbucket,
-/obj/item/mop,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"rAC" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/vehicle/train/trolley{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"rAN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/railing,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"rAV" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"rBk" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/happy,
-/obj/item/storage/pill_bottle/imidazoline,
-/obj/item/storage/pill_bottle/vermicetol,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"rBC" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/folder/white,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"rBQ" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"rCB" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/downtownempty)
-"rDg" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnel/ghettos)
-"rDL" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/item/bedsheet,
-/obj/structure/bed/padded,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"rDN" = (
-/obj/item/flame/candle/everburn,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"rDO" = (
-/mob/living/simple_mob/animal/space/bats/cult/strong,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"rDR" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"rEg" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"rEL" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"rGd" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"rGi" = (
-/obj/machinery/conveyor_switch{
- id = "amogus"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"rGF" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"rHS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"rIe" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"rIM" = (
-/obj/machinery/oxygen_pump/mobile/anesthetic,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"rJj" = (
-/obj/random/trash_pile,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"rKT" = (
-/obj/structure/table/rack/shelf,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/westleft{
- dir = 2
- },
-/obj/item/storage/firstaid/clotting,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"rLT" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"rMA" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"rNq" = (
-/obj/structure/table/steel,
-/obj/item/tool/screwdriver,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"rNu" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"rNK" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/soviet,
-/obj/item/clothing/head/ushanka/soviet,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"rOH" = (
-/obj/effect/floor_decal/borderfloor/shifted,
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"rOO" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"rPl" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"rPs" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"rPH" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/condiment/small/packet/mayo,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"rRi" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"rRk" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"rRI" = (
-/obj/machinery/light/bigfloorlamp/flicker,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"rSx" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subcondo)
-"rTi" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"rUh" = (
-/mob/living/simple_mob/humanoid/merc/ranged/ionrifle,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"rUA" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"rVs" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"rVS" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/cargo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"rWs" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/card/id{
- access = list(886);
- name = "slab ID I"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"rWQ" = (
-/obj/structure/closet/toolcloset,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"rXr" = (
-/obj/effect/map_effect/portal/master/side_a{
- dir = 1;
- portal_id = "gsewer1"
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"rXF" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"rYy" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"rYQ" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/item/grenade/chem_grenade/antiweed,
-/obj/item/grenade/chem_grenade/antiweed,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"rZd" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"rZv" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"rZH" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"rZI" = (
-/obj/effect/decal/cleanable/blood/drip,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"saB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/comfy/black{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"scA" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/vending/wallmed1{
- pixel_y = -30
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"sdj" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"seG" = (
-/obj/structure/sign/chemistry{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"seN" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/box/gloves{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/box/masks,
-/obj/item/reagent_containers/blood/empty,
-/obj/item/reagent_containers/blood/empty,
-/obj/item/reagent_containers/blood/empty,
-/obj/item/reagent_containers/blood/empty,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"sfr" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"sfC" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"sfE" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/closet/wardrobe/medic_white,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"sgb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"sgC" = (
-/obj/structure/bed/chair/comfy/black{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse2)
-"sgS" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"sgV" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"shx" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/subpowermaint)
-"shS" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"siK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"siR" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"sjm" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazashop)
-"sjR" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"sjW" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"sks" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"skA" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "amogus"
- },
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"skV" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"slC" = (
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subcondo)
-"smr" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/machinery/chem_master,
-/obj/effect/floor_decal/industrial/outline,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"snP" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"snZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"sot" = (
-/obj/structure/fence/corner{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"soD" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"soP" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"spp" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24;
- start_charge = 0
- },
-/obj/effect/map_effect/perma_light{
- light_range = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/lockdown1)
-"spN" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"spW" = (
-/obj/structure/table/rack/shelf,
-/obj/item/ammo_magazine/m45,
-/obj/item/ammo_magazine/m45,
-/obj/item/ammo_magazine/m45,
-/obj/item/ammo_magazine/m45,
-/obj/item/ammo_magazine/m45,
-/obj/item/ammo_magazine/m45,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"sqz" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"sqN" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/item/stack/material/glass/reinforced{
- amount = 2
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"src" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"srI" = (
-/obj/item/flashlight/lantern,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"ssa" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/prop/dominator/blue,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"ssD" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownpharmacy)
-"ssL" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"stY" = (
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"sui" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"svx" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"svT" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"swc" = (
-/obj/effect/decal/remains,
-/obj/structure/prop/machine/nt_biocan,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"swS" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"sxt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"sxE" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtowncenter)
-"sxK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"sxW" = (
-/obj/structure/barricade/cutout/cultist,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"syc" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"szS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subhouse1)
-"sAd" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"sAW" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- dir = 2;
- pixel_y = 7
- },
-/obj/item/trash/plate{
- pixel_y = -2
- },
-/obj/item/trash/plate,
-/obj/item/trash/plate{
- pixel_y = 2
- },
-/obj/item/trash/plate{
- pixel_y = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"sEq" = (
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"sEP" = (
-/obj/structure/flora/pottedplant/drooping,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"sFg" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"sFh" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"sFM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"sFW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"sGy" = (
-/obj/effect/floor_decal/industrial/warning/color/red,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"sGL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"sGS" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazarecroom)
-"sHe" = (
-/obj/structure/closet/secure_closet/medical1{
- req_access = null
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"sHF" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/eastleft,
-/obj/item/clothing/suit/cultrobes/alt,
-/obj/item/clothing/suit/cultrobes/alt,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"sHQ" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/table/standard,
-/obj/item/surgical/scalpel/laser3,
-/obj/item/surgical/cautery,
-/obj/item/surgical/circular_saw/manager{
- pixel_y = 12
- },
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"sHR" = (
-/mob/living/simple_mob/humanoid/cultist/tesh,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"sIA" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"sJG" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"sJN" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"sKj" = (
-/obj/structure/table/marble,
-/obj/item/card/id/medical{
- access = list(696);
- name = "Medical Staff ID Card";
- desc = "A card issued to the downtown medical staff."
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"sKS" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"sMi" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/microwave{
- pixel_y = 3;
- pixel_x = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"sMF" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"sMT" = (
-/obj/structure/bed/chair/backed_red{
- dir = 1
- },
-/obj/effect/floor_decal/carpet,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/plazashop)
-"sNc" = (
-/obj/item/stack/material/leather{
- amount = 12
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"sNd" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"sNA" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownshop)
-"sNF" = (
-/obj/item/assembly/mousetrap/armed,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"sOk" = (
-/mob/living/carbon/human/ai_controlled/replicant{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"sOz" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/downtownwarehouse)
-"sOC" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"sOG" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/mob/living/simple_mob/vore/aggressive/rat/phoron,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"sOT" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/outside/ghetto)
-"sPu" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"sPy" = (
-/obj/structure/closet/crate/trashcart,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"sPV" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"sPZ" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"sQN" = (
-/turf/simulated/shuttle/wall/voidcraft,
-/area/awaymission/darkrp/reference)
-"sRl" = (
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"sRD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"sRJ" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"sSg" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"sTj" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/obj/structure/sink{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"sTm" = (
-/obj/structure/table/standard,
-/obj/item/tool/screwdriver{
- pixel_y = 0;
- pixel_x = -7
- },
-/obj/item/slime_irradiator{
- pixel_y = 3
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"sTw" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"sTQ" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"sUo" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"sVl" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/darkrp/sewers)
-"sVs" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"sVM" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/warehouse2)
-"sVV" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"sWZ" = (
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"sXy" = (
-/obj/effect/decal/remains/mouse,
-/turf/simulated/floor/water/contaminated,
-/area/awaymission/darkrp/outside)
-"sYg" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"sYO" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"sZz" = (
-/obj/structure/table/woodentable,
-/obj/item/clothing/under/rank/mailman,
-/obj/item/clothing/head/mailman,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"tag" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"tai" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"taD" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"taF" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/sewers)
-"taU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"tbd" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"tcE" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_y = -1;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_y = -1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_y = -1;
- pixel_x = -1
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle{
- pixel_y = -1;
- pixel_x = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"tcK" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"tdv" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"teS" = (
-/obj/effect/fake_sun/warm,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"tfX" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/outside/ghetto)
-"tgf" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"tgi" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"tgo" = (
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"the" = (
-/obj/structure/table/woodentable,
-/obj/random/action_figure,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"thY" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/gamblingtable,
-/obj/random/cigarettes,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"tif" = (
-/obj/effect/map_effect/portal/master/side_b{
- portal_id = "deepsewers2"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"tjm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"tkm" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/ghettobank)
-"tkF" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/darkrp/outside/plaza)
-"tkH" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"tkN" = (
-/obj/structure/fence,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"tkP" = (
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/reference)
-"tkV" = (
-/obj/structure/boulder,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"tlc" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"tll" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/quickdraw/syringe_case,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 10
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tmn" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/stack/cable_coil/pink,
-/obj/item/clothing/suit/armor/pcarrier/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"tmD" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"tmE" = (
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tmI" = (
-/obj/item/assembly/mousetrap/armed,
-/obj/item/reagent_containers/food/snacks/cheesewedge,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"tmU" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 8
- },
-/obj/structure/railing/grey,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"tmV" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"tnk" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"tnl" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"toe" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/darkrp/sewers)
-"toK" = (
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"tpi" = (
-/mob/living/simple_mob/humanoid/merc/ranged/smg,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tqd" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- icon_state = "dmg4"
- },
-/area/awaymission/darkrp/outside)
-"tqw" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"tqF" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/toll)
-"trZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"tsh" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"ttp" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/russian,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"ttC" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/trash/material/device,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"tuh" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"tuT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"tvM" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/subgas)
-"twm" = (
-/obj/machinery/vending/cola,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"twG" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/random/vendordrink{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"txq" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"txs" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "amogus"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"txE" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood/broken,
-/area/awaymission/darkrp/outside)
-"tzb" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib2_flesh"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tzd" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"tzO" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tzT" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"tAo" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/fence/door,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/subpower)
-"tAK" = (
-/obj/effect/landmark/loot_spawn,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"tBv" = (
-/obj/structure/closet/crate{
- name = "Prototype Medical Equipment"
- },
-/obj/item/gun/projectile/cell_loaded/medical/cmo,
-/obj/item/ammo_magazine/cell_mag/medical/advanced,
-/obj/item/ammo_casing/microbattery/medical/brute3,
-/obj/item/ammo_casing/microbattery/medical/brute3,
-/obj/item/ammo_casing/microbattery/medical/burn3,
-/obj/item/ammo_casing/microbattery/medical/burn3,
-/obj/item/ammo_casing/microbattery/medical/omni3,
-/obj/item/ammo_casing/microbattery/medical/corpse_mend,
-/obj/machinery/door/window/westleft{
- dir = 2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"tCe" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"tCw" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"tDe" = (
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"tDf" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"tEo" = (
-/obj/item/weldingtool/largetank,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"tFn" = (
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"tFu" = (
-/obj/machinery/door/blast/puzzle{
- id = "ultrasecret1"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"tFS" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/bed/chair/bay/chair/padded/blue{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"tGl" = (
-/obj/item/tape/police,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tGH" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"tGU" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"tHg" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"tHP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib1_flesh"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside)
-"tHV" = (
-/obj/structure/salvageable/data_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"tIh" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"tIu" = (
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"tIK" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"tIQ" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"tJD" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/plaza)
-"tJK" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/park)
-"tJO" = (
-/obj/structure/table/woodentable,
-/obj/random/toy,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"tKg" = (
-/obj/structure/closet,
-/obj/item/clothing/suit/storage/apron/white,
-/obj/item/clothing/suit/storage/apron/white,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"tKv" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/sink/countertop{
- dir = 2;
- pixel_y = 7
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"tKE" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/plazahotel)
-"tKK" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/item/reagent_containers/food/snacks/macncheese,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"tLs" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 7
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"tLP" = (
-/obj/structure/flora/tree/jungle_small,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tMw" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"tME" = (
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"tMF" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- dir = 2;
- pixel_y = 7
- },
-/obj/item/trash/plate{
- pixel_y = -2
- },
-/obj/item/trash/plate,
-/obj/item/trash/plate{
- pixel_y = 2
- },
-/obj/item/trash/plate{
- pixel_y = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"tMJ" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"tNw" = (
-/obj/structure/cliff/automatic{
- dir = 5
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"tOd" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centermaint)
-"tPq" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"tPs" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tPu" = (
-/obj/structure/sink/kitchen{
- pixel_y = 17
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazacoffee)
-"tPW" = (
-/obj/machinery/door/airlock/alien,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"tQg" = (
-/obj/structure/bed/chair/wood{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"tQr" = (
-/obj/structure/table/steel,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"tQK" = (
-/obj/machinery/door/blast/gate{
- id = "toll2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"tRi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tRJ" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"tRU" = (
-/obj/machinery/button/remote/blast_door{
- id = "centralbuilding22";
- name = "Warehouse Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27
- },
-/obj/structure/table/reinforced,
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tRW" = (
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"tSb" = (
-/obj/structure/table/rack,
-/obj/item/flashlight,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"tTP" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"tUF" = (
-/obj/item/frame,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tVq" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/tunnels/plaza)
-"tVr" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"tVU" = (
-/obj/structure/table/rack/shelf,
-/obj/item/ammo_magazine/m9mm,
-/obj/item/ammo_magazine/m9mm,
-/obj/item/ammo_magazine/m9mm,
-/obj/item/ammo_magazine/m9mm,
-/obj/item/ammo_magazine/m9mm,
-/obj/item/ammo_magazine/m9mm,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"tVZ" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"tWz" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"tXl" = (
-/obj/item/stool/padded{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"tYN" = (
-/obj/item/material/ashtray/glass,
-/obj/item/radio/phone,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"tZc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/salvageable/console_os{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"tZo" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"tZL" = (
-/obj/item/tool/wirecutters,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/darkrp/outside)
-"tZP" = (
-/turf/simulated/floor/wood/broken,
-/area/awaymission/darkrp/outside)
-"tZV" = (
-/obj/structure/fence/corner,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"uae" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uaB" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"uaX" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood,
-/obj/machinery/gibber{
- emagged = 1;
- name = "\improper Cutie Mulcher";
- desc = "It is a huge-sized item."
- },
-/obj/random/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"ubK" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subcondo)
-"uco" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/snacks/dip/guac,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"ucy" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto1)
-"ucO" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"ucQ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/healthanalyzer,
-/obj/item/healthanalyzer,
-/obj/item/healthanalyzer,
-/obj/item/healthanalyzer,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"udm" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"udv" = (
-/obj/structure/girder,
-/turf/simulated/floor,
-/area/awaymission/darkrp/brokehouse)
-"uek" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/centersidehouse)
-"ueF" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/green,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"ueY" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"ufy" = (
-/obj/structure/salvageable/implant_container_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"ugc" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"uhk" = (
-/obj/structure/cliff/automatic/corner{
- dir = 10
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uhn" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"uhC" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"uhO" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uhZ" = (
-/obj/machinery/computer/arcade,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/darkrp/plazarecroom)
-"uiW" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"ujd" = (
-/obj/structure/closet/secure_closet/medical2{
- req_access = null
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"ujr" = (
-/obj/machinery/door/blast/multi_tile/four_tile_hor_sec{
- id = "lockdown1"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/reference)
-"ukE" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"ukL" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"ulY" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"umY" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay";
- req_access = null;
- req_one_access = list(696)
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"umZ" = (
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"unK" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"unN" = (
-/obj/machinery/reagentgrinder,
-/obj/item/tool/screwdriver,
-/obj/structure/table/reinforced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"unS" = (
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "spawnwarehouse"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"uoz" = (
-/obj/item/tape/police,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"uoD" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazarecroom)
-"upp" = (
-/obj/item/stack/cable_coil/green,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"uqp" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"uqr" = (
-/mob/living/simple_mob/humanoid/merc/melee,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"uqG" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"urX" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"usk" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/clothing/accessory/stethoscope,
-/obj/item/folder/white,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"usR" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"uuu" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"uuE" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/downtown)
-"uuF" = (
-/obj/machinery/light/small/flicker{
- dir = 8
- },
-/obj/random/trash,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"uvF" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownempty)
-"uwy" = (
-/obj/item/weldingtool,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"uxy" = (
-/obj/structure/window/reinforced/survival_pod{
- dir = 8
- },
-/obj/machinery/door/blast/regular/open{
- id = "stargazer_blast";
- name = "window blast shield"
- },
-/obj/item/material/shard/plastitaniumglass,
-/turf/simulated/shuttle/plating,
-/area/awaymission/darkrp/sewers)
-"uym" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/darkrp/sewers)
-"uyn" = (
-/obj/machinery/door/blast/gate{
- id = "toll1"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"uyw" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"uyJ" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/suit/armor/pcarrier/merc,
-/obj/item/clothing/suit/armor/pcarrier/merc,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"uAa" = (
-/obj/item/flame/candle/everburn,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"uAB" = (
-/obj/random/trash,
-/turf/simulated/floor/wood/broken,
-/area/awaymission/darkrp/outside)
-"uBs" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/woodentable,
-/obj/machinery/reagentgrinder,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/condiment/enzyme,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"uCp" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/browndouble,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"uCT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/barricade/sandbag{
- icon_state = "sandbags"
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"uDi" = (
-/obj/machinery/door/airlock/glass_security{
- req_one_access = list(860)
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/lockdown1)
-"uDv" = (
-/mob/living/simple_mob/humanoid/merc/voxpirate/ranged/suppressor,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"uDy" = (
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnel/ghettos)
-"uDC" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"uEM" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"uFg" = (
-/obj/structure/railing/grey{
- pixel_y = 0;
- dir = 8
- },
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uFq" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subapartments)
-"uGH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"uGP" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"uGS" = (
-/obj/structure/bed/double/padded,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/outside)
-"uGU" = (
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"uGV" = (
-/obj/structure/salvageable/computer_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"uGW" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/subcondo)
-"uHE" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/darkrp/lockdown1)
-"uHF" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazawarehouse)
-"uHS" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/warehouse1)
-"uIj" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/darkrp/tunnels/suburbs)
-"uIu" = (
-/obj/structure/table/woodentable,
-/obj/item/flame/lighter{
- pixel_x = -6
- },
-/obj/random/cigarettes{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"uJa" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"uJt" = (
-/obj/machinery/button/remote/blast_door{
- id = "smallpharmacy1";
- name = "Shutters Button";
- pixel_x = -25;
- pixel_y = -6;
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"uJL" = (
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subcondo)
-"uJQ" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"uKI" = (
-/obj/structure/cliff/automatic,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uMl" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"uMF" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uMH" = (
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib2_flesh"
- },
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibup1_flesh"
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"uNY" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"uOi" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"uOk" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/trash/waffles,
-/obj/item/trash/plate,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"uOu" = (
-/obj/structure/safe,
-/obj/item/bluespace_harpoon,
-/obj/item/cell/device/weapon/recharge/alien,
-/obj/item/aliencoin/phoron,
-/obj/item/aliencoin/silver,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"uPz" = (
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"uPI" = (
-/obj/item/tool/crowbar/heavysniper,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"uQe" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"uQX" = (
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"uRM" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"uRT" = (
-/obj/structure/table/steel,
-/obj/random/tool/powermaint,
-/obj/item/gun/energy/mininglaser,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"uTf" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"uTv" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"uUo" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"uUs" = (
-/obj/random/grenade/lethal,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"uUL" = (
-/obj/structure/table/steel,
-/obj/item/tool/wirecutters,
-/obj/item/weldingtool/electric,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"uWF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"uWG" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/healthanalyzer/phasic,
-/obj/item/healthanalyzer/phasic,
-/obj/item/healthanalyzer/phasic,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"uWN" = (
-/obj/machinery/mecha_part_fabricator/pros{
- req_access = null
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"uWP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/head/helmet/bulletproof,
-/obj/item/clothing/head/helmet/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"uWQ" = (
-/obj/structure/bed/chair/wood{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"uXi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/mecha_wreckage/gunpod{
- anchored = 1
- },
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/darkrp/outside/ghetto)
-"uXj" = (
-/obj/effect/decal/remains,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/reference)
-"uXN" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"uYt" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"uYH" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/contraband/nofail,
-/obj/random/contraband/nofail,
-/obj/random/maintenance/morestuff,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"uYS" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"uZa" = (
-/obj/machinery/door/blast/shutters{
- id = "warehouse1";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"uZp" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"uZZ" = (
-/obj/structure/boulder,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"vat" = (
-/obj/structure/simple_door/wood{
- name = "Guns R Us"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"vaE" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating{
- icon_state = "dmg4"
- },
-/area/awaymission/darkrp/outside/plaza)
-"vaU" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"vaY" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "amogus"
- },
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"vdg" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/obj/item/inducer/unloaded,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"vdF" = (
-/turf/simulated/floor/outdoors/mud{
- outdoors = -1;
- temperature = 293.15
- },
-/area/awaymission/darkrp/sewers)
-"vdH" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"veo" = (
-/obj/random/trash,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"veJ" = (
-/obj/structure/bed/chair/sofa/right/lime,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"veQ" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"vfQ" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/flora/pottedplant/fern,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"vgg" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/snacks/dip/salsa,
-/obj/item/reagent_containers/food/snacks/chipplate{
- pixel_y = -11
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"vgl" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"vgS" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/ship_munition/disperser_charge/explosive,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"vjf" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"vjY" = (
-/obj/effect/map_effect/radiation_emitter/strong,
-/obj/structure/reagent_dispensers/fueltank/barrel{
- anchored = 1
- },
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"vkJ" = (
-/obj/random/junk,
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/suburbs)
-"vlA" = (
-/obj/random/junk,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"vlQ" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettobank)
-"vmS" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"vnr" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/subhouse2)
-"vnC" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/o2{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/o2,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"vnV" = (
-/obj/structure/table/bench/wooden,
-/obj/item/clothing/mask/gas/swat,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"vnX" = (
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"vor" = (
-/obj/structure/table/woodentable,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"voN" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"voQ" = (
-/mob/living/simple_mob/mechanical/hivebot/swarm,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"vpg" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"vpi" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"vpp" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/darkrp/reference)
-"vpM" = (
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"vpS" = (
-/obj/random/trash,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"vrb" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"vrJ" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"vrT" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"vsk" = (
-/obj/machinery/power/rtg/advanced,
-/obj/structure/cable/green,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"vsq" = (
-/obj/random/trash,
-/obj/random/junk,
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"vtc" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"vtf" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"vtl" = (
-/obj/effect/map_effect/perma_light/concentrated,
-/obj/effect/map_effect/portal/master/side_b{
- portal_id = "Gsewer3";
- dir = 1
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"vty" = (
-/obj/structure/bed/chair/office/dark{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"vtz" = (
-/obj/machinery/door/blast/shutters{
- id = "centralbuilding3";
- name = "Garage Door";
- dir = 2
- },
-/obj/structure/table/steel,
-/obj/item/tape/police,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"vtT" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "amogus"
- },
-/obj/random/contraband,
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"vtV" = (
-/obj/structure/janitorialcart,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"vuU" = (
-/mob/living/simple_mob/humanoid/pirate/machete/armored,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"vwo" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"vwJ" = (
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/flora/grass/both,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"vxh" = (
-/obj/machinery/door/airlock/glass_security{
- req_one_access = list(860)
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"vxl" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownpharmacy)
-"vxn" = (
-/obj/structure/plushie/ian{
- dir = 1
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"vxL" = (
-/obj/structure/table/marble,
-/obj/item/gun/projectile/automatic/serdy/m41ab,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/ammo_magazine/m41,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"vyv" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"vyU" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"vAg" = (
-/obj/effect/landmark/corpse/doctor,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"vAO" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"vBr" = (
-/obj/item/stack/material/steel{
- amount = 23
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"vBy" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/material/knife/machete/deluxe,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"vCH" = (
-/obj/machinery/computer/crew{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"vCL" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"vCW" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"vDk" = (
-/obj/structure/fence,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"vDp" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"vDN" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/base)
-"vDY" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"vEj" = (
-/obj/item/stack/cable_coil/green{
- amount = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/outside/warehouses)
-"vEw" = (
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"vFu" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/reagent_containers/food/drinks/soymilk,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"vFR" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"vGC" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/warehouse)
-"vHj" = (
-/obj/structure/fence,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"vIz" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"vIT" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"vKn" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"vKE" = (
-/obj/random/junk,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/center)
-"vLA" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/leather{
- amount = 21
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"vMa" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"vMr" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"vMt" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/plazacoffee)
-"vMQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"vNl" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 4
- },
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/obj/item/reagent_containers/food/snacks/canned/beans,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"vNr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"vNT" = (
-/obj/machinery/door/blast/shutters{
- id = "centralbuilding2";
- name = "Garage Door";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownwarehouse)
-"vNX" = (
-/obj/structure/table/woodentable,
-/obj/random/toy,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"vQq" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/salvageable/implant_container_os,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"vQZ" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/tape/police,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"vRN" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"vRT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/milspec/color/red/half,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"vSf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"vSV" = (
-/turf/simulated/floor/tiled/steel_ridged,
-/area/awaymission/darkrp/plazawarehouse)
-"vSY" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/downtownresturaunt)
-"vTh" = (
-/obj/effect/decal/remains,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"vTm" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/warehouse3)
-"vTt" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/clockwork,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"vUa" = (
-/obj/structure/fence/end{
- dir = 8
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/ghetto)
-"vUj" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/under/pants/camo,
-/obj/item/clothing/under/pants/camo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"vUp" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside/center)
-"vUA" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/effect/decal/remains/robot,
-/obj/item/toy/plushie/borgplushie/medihound,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"vUD" = (
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"vUE" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"vUK" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/plushie/ian{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"vWa" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownresturaunt)
-"vWY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"vXj" = (
-/mob/living/simple_mob/humanoid/merc/voxpirate/ranged/captain,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"vXT" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/warehouseshack)
-"vYh" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/park)
-"vYj" = (
-/obj/structure/fence/end{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"vYy" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"vYO" = (
-/obj/structure/bed/chair/bay/comfy/black{
- dir = 1
- },
-/obj/item/bone/skull,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"vYQ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"vYX" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"vYZ" = (
-/obj/machinery/computer/operating{
- dir = 1
- },
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"vZr" = (
-/obj/structure/table/standard,
-/obj/random/tool,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtownempty)
-"vZz" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/easel,
-/obj/item/canvas/nineteen_nineteen{
- pixel_y = 10
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"wan" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"waN" = (
-/obj/structure/table/woodentable,
-/obj/item/deck/cah{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/deck/cah/black{
- pixel_x = -2;
- pixel_y = -2
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"waY" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"wbp" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/russian,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wbA" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibdown1_flesh"
- },
-/obj/random/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/ghettoeats)
-"wbB" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"wcp" = (
-/obj/structure/table/woodentable,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"wcv" = (
-/obj/effect/decal/cleanable/blood/tracks{
- color = "red";
- desc = "Your instincts say you shouldn't be following these.";
- dir = 9;
- icon = 'icons/effects/blood.dmi';
- icon_state = "tracks"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"wcB" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"wcN" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab9"
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wcP" = (
-/obj/item/tool/crowbar,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"wcR" = (
-/obj/structure/sign/warning/secure_area/armory,
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtowngunshop)
-"wdc" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"wdh" = (
-/obj/structure/bed/chair/comfy/brown,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"wdk" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/suit/radiation,
-/obj/effect/floor_decal/milspec/color/red/corner,
-/obj/effect/floor_decal/milspec/color/red/corner{
- dir = 8
- },
-/obj/effect/floor_decal/milspec/color/red/corner{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"wdo" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"wdu" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wdQ" = (
-/obj/structure/flora/pottedplant/dead,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"wdS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkghetto2)
-"wdZ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/suit/armor/pcarrier/bulletproof/full,
-/obj/item/clothing/suit/armor/pcarrier/bulletproof/full,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"wfS" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"whs" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "amogus"
- },
-/obj/random/contraband,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"whI" = (
-/obj/machinery/light{
- layer = 3
- },
-/obj/machinery/computer/med_data{
- dir = 1
- },
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"whL" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"wib" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"wiP" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"wja" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/barricade/planks,
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"wkT" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/pd)
-"wlA" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"wlD" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"wni" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/material/shard/shrapnel{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"wot" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"wpz" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"wqd" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"wqi" = (
-/obj/item/stool/padded{
- dir = 4
- },
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"wqu" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"wqy" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-"wrX" = (
-/obj/effect/decal/remains/ribcage,
-/turf/simulated/mineral/floor/ignore_mapgen/cave{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"wsa" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"wsF" = (
-/obj/machinery/button/remote/blast_door{
- id = "toll1";
- name = "Toll Booth Gates";
- pixel_x = -4;
- dir = 4;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/toll)
-"wsT" = (
-/obj/random/junk,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"wtd" = (
-/obj/structure/bed/chair/backed_red{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"wuh" = (
-/obj/structure/table/woodentable,
-/obj/item/paperplane{
- dir = 4;
- pixel_y = 0;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/snacks/pancakes{
- pixel_y = -6;
- pixel_x = 12
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"wuR" = (
-/obj/machinery/button/remote/blast_door{
- id = "ghettoware1";
- name = "Shutters Button";
- pixel_x = 1;
- dir = 4;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"wuW" = (
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"wvz" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/bottle/stoxin{
- pixel_x = -6;
- pixel_y = 10
- },
-/obj/item/reagent_containers/glass/bottle/antitoxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/reagent_containers/glass/bottle/inaprovaline{
- pixel_x = 1
- },
-/obj/random/medical,
-/obj/random/medical,
-/obj/item/storage/box/gloves{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/box/masks,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"wvD" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettowarehouse)
-"wwk" = (
-/obj/structure/bed/double/padded,
-/obj/item/stock_parts/gear{
- pixel_x = -6;
- pixel_y = -5
- },
-/obj/item/stock_parts/gear{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/bedsheet/orangedouble,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"wwA" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wwL" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/table/standard,
-/obj/random/toy,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"wxu" = (
-/obj/structure/table/woodentable,
-/obj/item/pizzabox/old,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"wye" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"wyO" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"wzF" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"wzU" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/plaza)
-"wAD" = (
-/obj/effect/rune,
-/obj/effect/landmark/corpse/random_civ,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"wAR" = (
-/obj/machinery/vending/snack,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"wAY" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"wCZ" = (
-/mob/living/simple_mob/humanoid/cultist/human/bloodjaunt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"wDM" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/tunnels/suburbs)
-"wFh" = (
-/obj/structure/table/wooden_reinforced,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"wFL" = (
-/obj/structure/barricade/cutout/fluke,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"wFV" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"wGu" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wGW" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"wHk" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wHr" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"wHZ" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/plaza)
-"wIp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/medical,
-/obj/random/maintenance/medical,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"wIZ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"wJg" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"wKa" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_y = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"wKx" = (
-/obj/item/weldingtool,
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"wKE" = (
-/obj/machinery/door/blast/shutters{
- id = "warehouse1";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse1)
-"wLk" = (
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/power/rtg/advanced,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subpower)
-"wLO" = (
-/obj/effect/floor_decal/borderfloorwhite,
-/obj/effect/floor_decal/corner/blue/border,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"wMn" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/item/pizzabox/old,
-/obj/item/clothing/head/soft/red,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"wMx" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"wNB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/greenglow,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"wOz" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"wOC" = (
-/obj/structure/cliff/automatic/ramp,
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"wPs" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"wPu" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/turf/simulated/floor,
-/area/awaymission/darkrp/brokehouse)
-"wPJ" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"wQN" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"wQQ" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/suit/storage/toggle/denim_jacket,
-/obj/item/clothing/shoes/slippers,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"wRx" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"wRG" = (
-/obj/structure/frame{
- anchored = 1
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"wRW" = (
-/obj/structure/table/steel,
-/obj/item/clothing/gloves/yellow,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"wSe" = (
-/obj/structure/table/marble,
-/obj/item/ammo_magazine/m545saw,
-/obj/item/ammo_magazine/m545saw,
-/obj/item/ammo_magazine/m545saw,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"wTa" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/downtown)
-"wTv" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/plazarecroom)
-"wTG" = (
-/obj/structure/table/standard,
-/obj/item/surgical/bonegel,
-/obj/item/surgical/FixOVein,
-/obj/item/surgical/bone_clamp,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"wWu" = (
-/obj/structure/bed/chair/comfy/black{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"wXd" = (
-/obj/machinery/door/blast/shutters{
- id = "garhouse";
- name = "Garage Door";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"wXX" = (
-/obj/random/cash/big,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"wZt" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"xcX" = (
-/mob/living/simple_mob/mechanical/mecha/combat/phazon/advanced,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"xdg" = (
-/obj/item/weldingtool/mini,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"xdp" = (
-/mob/living/simple_mob/humanoid/merc/ranged/laser,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"xdQ" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/darkrp/outside)
-"xeA" = (
-/obj/structure/bed/chair/wood,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"xft" = (
-/obj/structure/table/rack,
-/obj/structure/curtain/open/bed,
-/obj/item/material/knife/tacknife/boot,
-/obj/item/clothing/head/that,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/brokehouse)
-"xfZ" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"xgw" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/tape/police,
-/obj/structure/barricade,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkmaint)
-"xhk" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/ammo_casing/a145{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -4;
- pixel_x = -4;
- dir = 1
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 4;
- pixel_x = -4;
- dir = 2
- },
-/obj/item/ammo_casing/a145{
- pixel_y = 3;
- pixel_x = 4;
- dir = 8
- },
-/obj/item/ammo_casing/a145{
- pixel_y = -1;
- pixel_x = 5;
- dir = 2
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/reference)
-"xib" = (
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"xiI" = (
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"xjZ" = (
-/obj/random/energy/highend,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"xkm" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subpowermaint)
-"xkv" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/darkrp/sewers)
-"xkY" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/park)
-"xlq" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/suburbs)
-"xlH" = (
-/obj/machinery/light/floortube,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"xmg" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/subhouse1)
-"xmk" = (
-/obj/structure/bed/chair/office/dark,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"xmy" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/toll)
-"xmB" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/bed/chair/bay/chair/padded/blue{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"xmH" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"xmI" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/downtownshop)
-"xmY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowncenter)
-"xnN" = (
-/obj/structure/table/steel_reinforced,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/tool/wirecutters/power,
-/obj/item/stack/material/steel{
- amount = 14
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"xox" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/warehouses)
-"xoy" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/humanoid/merc/ranged/ionrifle,
-/turf/simulated/floor/concrete{
- outdoors = 0
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"xpO" = (
-/obj/structure/salvageable/console_broken_os{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"xpT" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"xqL" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"xrt" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/snappops,
-/obj/item/storage/box/snappops,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"xsY" = (
-/mob/living/simple_mob/humanoid/cultist/elite,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/darkrp/plazarecroom)
-"xtq" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/tunnels/suburbs)
-"xtX" = (
-/turf/simulated/wall,
-/area/awaymission/darkrp/downtownbar)
-"xui" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/contraband/nofail,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"xuA" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"xuN" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"xvg" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/subpower)
-"xvC" = (
-/turf/simulated/floor/water/contaminated,
-/area/awaymission/darkrp/outside)
-"xvD" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/warehouses)
-"xvN" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/darkrp/sewers)
-"xws" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/outside)
-"xwx" = (
-/obj/effect/floor_decal/corner/blue/diagonal{
- dir = 4
- },
-/obj/structure/flora/pottedplant/orientaltree,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/darkrp/sewers)
-"xwE" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/mechanical/hivebot/swarm,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"xxq" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 8
- },
-/obj/item/reagent_containers/food/snacks/pastatomato,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"xxy" = (
-/obj/machinery/light/small,
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subcondo)
-"xyJ" = (
-/obj/item/material/twohanded/spear,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"xzs" = (
-/obj/structure/cliff/automatic{
- dir = 4
- },
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/darkrp/outside)
-"xzv" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/centersidehouse)
-"xzN" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"xzZ" = (
-/obj/structure/cliff/automatic{
- dir = 10
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"xAT" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"xBf" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subway)
-"xBg" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside/suburbs)
-"xBk" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"xBw" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/subcondo)
-"xBB" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"xDQ" = (
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/outside)
-"xEy" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazashop)
-"xFc" = (
-/obj/effect/decal/remains,
-/obj/item/card/id{
- access = list(887);
- name = "slab ID II"
- },
-/obj/effect/floor_decal/milspec/box,
-/obj/effect/floor_decal/milspec/color/orange/half{
- dir = 2
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"xFw" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/center)
-"xGi" = (
-/mob/living/simple_mob/animal/giant_spider/tunneler,
-/turf/simulated/floor/water/indoors,
-/area/awaymission/darkrp/sewers)
-"xGl" = (
-/obj/item/storage/mre/random,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"xGz" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"xGI" = (
-/obj/effect/floor_decal/rust,
-/mob/living/simple_mob/vore/aggressive/rat/event,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"xGJ" = (
-/obj/item/gun/projectile/revolvershotgun,
-/obj/structure/table/gamblingtable,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/parkwallbunker)
-"xHn" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/plaza)
-"xHs" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/darkrp/outside/plaza)
-"xIm" = (
-/obj/item/clothing/suit/radiation,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"xIQ" = (
-/obj/machinery/button/remote/blast_door{
- id = "garhouse";
- name = "Shutters Button";
- pixel_x = -4;
- dir = 4;
- pixel_y = 27
- },
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"xJm" = (
-/obj/structure/table/woodentable,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/subapartments)
-"xJo" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse3)
-"xJr" = (
-/obj/structure/table/woodentable,
-/obj/random/ammo,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"xKb" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/instrument/guitar,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazarecroom)
-"xKh" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/engineering,
-/obj/random/material/refined,
-/obj/item/clothing/suit/armor/pcarrier/medium,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"xKu" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/obj/item/bone/arm,
-/turf/simulated/shuttle/floor/voidcraft,
-/area/awaymission/darkrp/sewers)
-"xKV" = (
-/obj/structure/table/woodentable,
-/obj/item/clothing/suit/armor/pcarrier/merc,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/darkrp/warehouseshack)
-"xLc" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"xLI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"xLM" = (
-/obj/item/material/shard,
-/turf/simulated/floor/outdoors/dirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"xMz" = (
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/obj/structure/window/reinforced/survival_pod{
- dir = 8
- },
-/obj/structure/window/reinforced/survival_pod{
- dir = 4
- },
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/window/reinforced/survival_pod{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"xMQ" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/plazawarehouse)
-"xMX" = (
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownbar)
-"xNu" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgarage)
-"xOw" = (
-/obj/structure/safe/floor,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/random/cash/huge,
-/obj/random/cash/huge,
-/obj/item/storage/bag/cash,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettobank)
-"xOC" = (
-/obj/structure/fence/corner,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"xPo" = (
-/obj/machinery/holosign/bar{
- id = "poiopen"
- },
-/turf/simulated/wall,
-/area/awaymission/darkrp/ghettoeats)
-"xPO" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/lino,
-/area/awaymission/darkrp/ghettoapartments)
-"xPS" = (
-/obj/structure/simple_door/wood,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/darkrp/downtowncenter)
-"xQd" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"xQV" = (
-/obj/item/weldingtool/electric,
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/outside)
-"xRk" = (
-/obj/structure/table/woodentable,
-/obj/item/stack/cable_coil{
- pixel_y = -1
- },
-/obj/item/stack/cable_coil{
- pixel_y = 2
- },
-/obj/item/stack/cable_coil{
- pixel_y = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazashop)
-"xRE" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/sidewalk/side{
- icon_state = "sidewalk";
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"xRV" = (
-/obj/structure/table/woodentable,
-/obj/item/computer_hardware/hard_drive,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettooffice)
-"xSs" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/park)
-"xSx" = (
-/obj/item/stack/material/wood{
- amount = 5
- },
-/obj/item/stool{
- dir = 8
- },
-/turf/simulated/mineral/floor/ignore_mapgen/cave,
-/area/awaymission/darkrp/tunnels/suburbs)
-"xSG" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"xSN" = (
-/obj/structure/curtain/open/shower,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/machinery/shower{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/parkcondo)
-"xTr" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/plazabunker)
-"xTA" = (
-/obj/structure/table/standard,
-/obj/item/surgical/surgicaldrill,
-/obj/item/surgical/scalpel/manager,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"xTI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/darkrp/plazahotel)
-"xUn" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/darkrp/plazahotel)
-"xVT" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/tunnels/park)
-"xXq" = (
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_y = -32;
- req_access = null
- },
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/structure/closet/secure_closet/medical_wall{
- name = "O- Blood Locker";
- pixel_x = 32;
- req_access = null
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/downtownwarehouse)
-"xXB" = (
-/obj/structure/flora/pottedplant/bamboo,
-/turf/simulated/floor/carpet,
-/area/awaymission/darkrp/subhouse1)
-"xXD" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/downtownshop)
-"xXF" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"xXG" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/darkrp/ghettohouse1)
-"xXM" = (
-/obj/structure/bed/chair/wood{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/plazacoffee)
-"xYg" = (
-/obj/effect/map_effect/perma_light/concentrated,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"xYp" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/ghettohouse1)
-"xYR" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/storage/box/scattershot,
-/obj/item/storage/box/scattershot,
-/turf/simulated/floor/wood,
-/area/awaymission/darkrp/parkcondo)
-"xYX" = (
-/obj/structure/cliff/automatic/corner{
- dir = 5
- },
-/turf/simulated/floor/outdoors/rocks{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"yaq" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/prop/war/tgmc_missile/double,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/centerwarehouse)
-"yaz" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettohouse2)
-"yaQ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/ghetto)
-"ybl" = (
-/obj/effect/map_effect/radiation_emitter,
-/obj/structure/prop/poicanister,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"yca" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside/downtown)
-"ycK" = (
-/obj/item/roller,
-/obj/item/roller{
- pixel_y = 8
- },
-/obj/item/roller{
- pixel_y = 16
- },
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"ydd" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/box/wormcan,
-/obj/item/storage/box/wormcan{
- pixel_y = 0;
- pixel_x = 5
- },
-/obj/item/storage/box/wormcan/deluxe{
- pixel_y = -1;
- pixel_x = -6
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/downtowngunshop)
-"ydg" = (
-/obj/structure/closet/crate,
-/obj/effect/floor_decal/industrial/warning/dust{
- dir = 9
- },
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/ghettosouthwarehouse)
-"yen" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/outdoors/newdirt{
- temperature = 293.15
- },
-/area/awaymission/darkrp/outside)
-"yev" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/darkrp/sewers)
-"ygn" = (
-/obj/random/contraband,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/darkrp/outside)
-"yhx" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/subgas)
-"yhG" = (
-/obj/effect/map_effect/perma_light,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/darkrp/tunnels/suburbs)
-"yig" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/sewers)
-"yiA" = (
-/obj/machinery/door/blast/shutters{
- id = "warehouse2";
- name = "Warehouse Garage Door";
- dir = 2
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/darkrp/warehouse2)
-"yiP" = (
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/darkrp/downtownwarehouse)
-"yjI" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/freezer,
-/area/awaymission/darkrp/subhouse1)
-"yjO" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/button/remote/blast_door{
- id = "sewers1";
- pixel_x = 23;
- pixel_y = -6
- },
-/turf/simulated/floor/plating,
-/area/awaymission/darkrp/sewers)
-"yjT" = (
-/obj/structure/table/standard,
-/obj/item/surgical/retractor,
-/obj/item/surgical/hemostat,
-/turf/simulated/floor/tiled/milspec/sterile,
-/area/awaymission/darkrp/sewers)
-"yls" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/darkrp/plazahotel)
-"ymi" = (
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/darkrp/sewers)
-
-(1,1,1) = {"
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-"}
-(2,1,1) = {"
-cSO
-teS
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-fOb
-fOb
-fOb
-fOb
-fOb
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(3,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(4,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-hyV
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(5,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-prN
-prN
-prN
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-kwI
-uZZ
-uZZ
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(6,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-hyV
-hyV
-hyV
-qeN
-prN
-prN
-mQY
-prN
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vjY
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-uZZ
-hZl
-mBB
-kwI
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(7,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-lhn
-hyV
-hyV
-qeN
-qeN
-qeN
-prN
-prN
-prN
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kwI
-tmE
-tmE
-tmE
-uZZ
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(8,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-qeN
-hyV
-hyV
-hyV
-pfV
-pfV
-pfV
-pfV
-prN
-prN
-hyV
-hyV
-hyV
-hyV
-prN
-qeN
-nUU
-nUU
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-tmE
-dwh
-bCf
-uhO
-dwh
-dwh
-oVr
-dwh
-dwh
-kWa
-kWa
-vjY
-dwh
-dwh
-hXB
-hXB
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-kwI
-kwI
-vYy
-vYy
-hwj
-tkV
-tmE
-tmE
-tmE
-kOh
-hwj
-kwI
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(9,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-prN
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-pfV
-prN
-prN
-hyV
-hyV
-hyV
-hyV
-prN
-eln
-eln
-eln
-eln
-eln
-eln
-fOb
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-ouL
-kPB
-ouL
-hYi
-dwh
-uhO
-uhO
-dwh
-dwh
-oVr
-oVr
-tmE
-kxE
-kxE
-wdk
-dwh
-dwh
-jnS
-dwh
-dwh
-tmE
-jBm
-igX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-sNc
-dwh
-dwh
-dwh
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vjY
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-kwI
-kwI
-kwI
-kwI
-vYy
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-kOh
-tmE
-tmE
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(10,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-prN
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-prN
-eln
-hyV
-hyV
-hyV
-hyV
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kPB
-kPB
-hYi
-tmE
-tmE
-tmE
-dwh
-uhO
-uhO
-uhO
-dwh
-oVr
-hYi
-wlA
-wlA
-kOh
-hDu
-dwh
-dwh
-jnS
-dwh
-fYW
-xvC
-tmE
-igX
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-xIm
-ncu
-dwh
-bTK
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-uMF
-vYy
-vYy
-vYy
-vYy
-jBm
-jBm
-vYy
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(11,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-ssa
-tZc
-nsw
-wSe
-oTk
-vxL
-bGY
-mcY
-bDL
-prN
-hyV
-hyV
-jAc
-jAc
-jAc
-jAc
-hyV
-hyV
-hyV
-qeN
-hyV
-hyV
-hyV
-prN
-eln
-hyV
-hyV
-hyV
-hyV
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-kPB
-orw
-pzE
-hWt
-xzZ
-tmE
-tmE
-bzf
-uhO
-uhO
-dwh
-kOh
-tmE
-kOh
-iQO
-tmD
-bcN
-dwh
-dwh
-jnS
-tmE
-xvC
-xvC
-tmE
-tmE
-dwh
-dwh
-vnX
-vnX
-vnX
-vjY
-dwh
-dwh
-dwh
-ePh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-uae
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-hPm
-vYy
-vYy
-qZB
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-jBm
-jBm
-dub
-jBm
-vYy
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(12,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-toK
-toK
-wqy
-wqy
-idU
-idU
-idU
-idU
-sGy
-bDL
-prN
-hyV
-hyV
-ljj
-ljj
-ljj
-ljj
-hyV
-hyV
-pfV
-qeN
-hyV
-hyV
-hyV
-prN
-tPW
-hyV
-sFg
-toe
-kPM
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kWa
-orw
-hWt
-cKP
-tmE
-tmE
-bDR
-tmE
-hYi
-tmE
-uhO
-uhO
-dwh
-tmE
-kWa
-kOh
-sTm
-kOh
-bcN
-dwh
-jWn
-dwh
-tmE
-xvC
-xvC
-xvC
-jBm
-dwh
-vnX
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-vYy
-vYy
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-rsd
-tHP
-mrK
-dwh
-uae
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vYy
-vYy
-uMF
-vYy
-vYy
-vYy
-vnX
-vnX
-vYy
-vYy
-jBm
-dwh
-dub
-dub
-jBm
-jBm
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(13,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-jTO
-ymi
-ymi
-ymi
-ymi
-wqy
-wqy
-hyV
-wqy
-idU
-sGy
-bDL
-prN
-koD
-hyV
-hyV
-qeN
-qeN
-qeN
-koD
-xcX
-qeN
-qeN
-qeN
-hyV
-koD
-prN
-tPW
-hyV
-mhw
-diK
-lsA
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-uKI
-tmE
-tmE
-tmE
-tmE
-bDR
-tmE
-hYi
-kPB
-kPB
-gdt
-tmE
-tmE
-kWa
-kOh
-kOh
-kOh
-hDu
-dwh
-dwh
-dwh
-tmE
-tmE
-tmE
-lFU
-dwh
-vnX
-rLT
-vnX
-dwh
-dwh
-dwh
-bTK
-dwh
-dwh
-dwh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-rsd
-eiD
-pej
-tHP
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-uMF
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vYy
-vYy
-dwh
-dub
-dub
-dub
-dub
-dub
-jBm
-dwh
-kOh
-kOh
-rpu
-kOh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(14,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-toK
-toK
-ymi
-ymi
-hyV
-hyV
-hyV
-hyV
-sGy
-bDL
-prN
-hyV
-hyV
-jAc
-jAc
-jAc
-jAc
-hyV
-hyV
-pfV
-qeN
-hyV
-hyV
-hyV
-prN
-tPW
-hyV
-drq
-gXj
-chy
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-dwh
-kWa
-uKI
-tmE
-qUW
-bzf
-bzf
-uhk
-xzZ
-hYi
-kPB
-xDQ
-mPZ
-kBb
-kWa
-kOh
-kOh
-kOh
-kOh
-asB
-kWa
-dwh
-tmE
-tmE
-dwh
-dwh
-dwh
-dwh
-vnX
-rLT
-oVr
-oVr
-oVr
-dwh
-bTK
-dwh
-dwh
-dwh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-vjY
-dwh
-dwh
-dwh
-dwh
-rsd
-lHv
-fJy
-mqo
-dwh
-dwh
-hXB
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-kTP
-vnX
-vnX
-vYy
-jpz
-dub
-dub
-dub
-dub
-dub
-dub
-jBm
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(15,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-qeN
-toK
-kKl
-ffj
-agR
-fyF
-dLB
-bGY
-mcY
-bDL
-prN
-hyV
-hyV
-jAc
-jAc
-jAc
-jAc
-hyV
-hyV
-hyV
-qeN
-hyV
-hyV
-hyV
-prN
-eln
-bpf
-hyV
-hyV
-hyV
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-wOC
-nZq
-uKI
-oxJ
-euV
-nVV
-bzf
-tmE
-bDR
-bzf
-oUi
-nau
-kOh
-xFc
-kWa
-lkr
-wlA
-fkO
-wlA
-vRT
-igX
-dwh
-tmE
-tmE
-igX
-hXB
-dwh
-dwh
-vnX
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kWa
-kWa
-lHv
-uae
-dwh
-hXB
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-hPm
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-kTP
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vYy
-jBm
-dub
-dub
-dub
-dub
-dub
-dub
-pTw
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(16,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-prN
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-prN
-eln
-hyV
-hyV
-hyV
-hyV
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-tmE
-dwh
-dwh
-dwh
-tmE
-uZZ
-uZZ
-tmE
-bzf
-bzf
-bzf
-odC
-rwh
-tmE
-lmb
-nau
-lkr
-gdG
-dLu
-lkr
-wlA
-wlA
-kOh
-vRT
-tuh
-dwh
-dwh
-vjY
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tzb
-pfi
-hTl
-nTN
-tzb
-dwh
-pLF
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vnX
-qZB
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vYy
-pTw
-dub
-dub
-dub
-dub
-dub
-dub
-jBm
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(17,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-ymi
-ymi
-iJm
-ymi
-ymi
-ymi
-qeN
-qeN
-qeN
-qeN
-prN
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-hyV
-prN
-hyV
-hyV
-hyV
-hyV
-prN
-eln
-eln
-eln
-eln
-eln
-eln
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-aPB
-pzE
-uKI
-tmE
-tmE
-qUW
-qUW
-bDR
-tmE
-dVV
-kPB
-kTS
-lkr
-gdG
-xdQ
-kOh
-gbs
-kOh
-kOh
-vRT
-tuh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-hXB
-dwh
-qfW
-dwh
-qpj
-qpj
-qpj
-qpj
-udv
-qpj
-qpj
-bTK
-dwh
-dwh
-bTK
-dwh
-dwh
-dwh
-dwh
-uae
-dwh
-kcj
-tzb
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vnX
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-jBm
-jBm
-jpz
-dwh
-dwh
-dub
-jBm
-vnX
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(18,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-ymi
-ymi
-wqy
-wqy
-ymi
-ymi
-qeN
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-pfV
-pfV
-pfV
-hyV
-prN
-prN
-hyV
-hyV
-hyV
-hyV
-prN
-qeN
-nUU
-nUU
-fOb
-fOb
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kWa
-tNw
-xYX
-tmE
-tmE
-tmE
-bDR
-tmE
-tmE
-xdQ
-lTS
-gYZ
-gdG
-xdQ
-kOh
-kOh
-kWa
-tmD
-vRT
-tuh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-dwh
-qpj
-qtZ
-iNe
-eZa
-dyj
-hCJ
-qpj
-pVB
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-hXB
-kcj
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vnX
-uMF
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vYy
-vYy
-vYy
-vYy
-dwh
-dub
-jBm
-vnX
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(19,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-ymi
-ymi
-ymi
-ymi
-ymi
-wqy
-wqy
-ymi
-qeN
-qeN
-qeN
-qeN
-qeN
-lhn
-hyV
-hyV
-qeN
-qeN
-qeN
-prN
-prN
-prN
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-nUU
-nUU
-fOb
-fOb
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kWa
-tmE
-tNw
-xzs
-xzs
-nZq
-rwh
-hYi
-kPB
-kPB
-vUD
-gYZ
-cHm
-dLu
-pwZ
-kOh
-kWa
-wlA
-dUJ
-igX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-hXB
-hYi
-txE
-tmE
-tmE
-dwh
-qpj
-dyj
-hWT
-hWT
-dyj
-xft
-wPu
-raw
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kcj
-dwh
-ybl
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-kTP
-vnX
-vnX
-vnX
-tmE
-vnX
-vnX
-vnX
-vnX
-vnX
-vYy
-vYy
-jBm
-vnX
-vnX
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(20,1,1) = {"
-cSO
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-wqy
-wqy
-qeN
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-qeN
-prN
-prN
-mQY
-prN
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-nUU
-nUU
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-dwh
-dwh
-kWa
-tmE
-tmE
-tmE
-tmE
-tmE
-kPB
-mPZ
-hYi
-tmE
-dBw
-wlA
-cHm
-xdQ
-lkr
-kOh
-kWa
-wlA
-vRT
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-hXB
-kgR
-jKL
-tZP
-dwh
-dwh
-udv
-ahN
-eVd
-hWT
-hWT
-dyj
-bEG
-pVB
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kcj
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-kTP
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-dwh
-vnX
-tmE
-tmE
-vnX
-dwh
-tmE
-vnX
-vnX
-vnX
-vnX
-vnX
-kOh
-kOh
-rpu
-kOh
-kOh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(21,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-xui
-lGp
-kYr
-lGp
-lGp
-yjT
-sHQ
-xTA
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-prN
-prN
-prN
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-nUU
-nUU
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-jBm
-dwh
-dwh
-dwh
-kOh
-kWa
-kWa
-tqd
-tqd
-tmE
-tmE
-tmE
-dBw
-fkO
-cHm
-xdQ
-kOh
-gbs
-xdQ
-kOh
-vRT
-kBb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-tmE
-gml
-uGS
-uAB
-dwh
-dwh
-qpj
-dyj
-oBq
-hWT
-naU
-dyj
-qpj
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kcj
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-tmE
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-tmE
-tmE
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(22,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-wIp
-qgF
-lGp
-ldk
-lGp
-lGp
-xib
-wTG
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-hyV
-pfV
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-jBm
-dwh
-dwh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-stY
-kOh
-cHm
-xdQ
-kOh
-kOh
-xdQ
-kOh
-hDu
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-tmE
-tZP
-tmE
-tmE
-tmE
-dwh
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-uDC
-qpj
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kcj
-dwh
-dwh
-dwh
-gYx
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vnX
-vYy
-uMF
-vYy
-dZL
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-qpN
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-tmE
-vnX
-tmE
-vnX
-tmE
-vnX
-vnX
-tmE
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(23,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-cyp
-lGp
-lGp
-lGp
-cmN
-xib
-xjZ
-qaa
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-hyV
-hyV
-hyV
-hyV
-qeN
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-jBm
-jBm
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tmE
-oKo
-dwh
-kOh
-dwh
-igX
-kOh
-hDu
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-nUD
-hWT
-nlk
-hOm
-hOm
-jjm
-qpj
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-bTK
-dwh
-dwh
-kcj
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vnX
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-vnX
-vnX
-vnX
-dwh
-vnX
-dwh
-vnX
-dwh
-dwh
-dwh
-tmE
-tmE
-vnX
-vnX
-tmE
-tmE
-vnX
-vnX
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(24,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-bwM
-lGp
-lGp
-tuT
-lGp
-jpu
-xib
-hHf
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-qeN
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-jBm
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-xdQ
-xdQ
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-dyj
-dyj
-dyj
-dyj
-gnx
-hWT
-uDC
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kcj
-dwh
-uhO
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-hPm
-vYy
-vYy
-vnX
-vnX
-vnX
-dwh
-jnS
-ibg
-jnS
-jnS
-jnS
-vnX
-vnX
-dwh
-vnX
-tmE
-tmE
-dwh
-dwh
-vnX
-vnX
-vnX
-vnX
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-dwh
-vnX
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(25,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-aqB
-hPP
-xib
-lGp
-lGp
-xib
-xib
-vYZ
-qeN
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-jBm
-jBm
-jBm
-jBm
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-dyj
-dyj
-dyj
-dyj
-qpj
-udv
-udv
-qpj
-qpj
-vnX
-dwh
-dwh
-dwh
-rfN
-dwh
-dwh
-dwh
-uMH
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-jnS
-gml
-tZP
-nnU
-jnS
-dwh
-vnX
-vnX
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(26,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-qeN
-qeN
-qeN
-pGy
-pGy
-imn
-qeN
-qeN
-qeN
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-jBm
-jBm
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-uhO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-uDC
-qpj
-qpj
-dyj
-uuF
-dyj
-dyj
-fpu
-qpj
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-uMF
-vYy
-vnX
-jnS
-gml
-gml
-tZP
-jnS
-vnX
-vnX
-vnX
-vnX
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-vnX
-dwh
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(27,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-jQN
-swc
-jQN
-toK
-toK
-toK
-adj
-adj
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-dwh
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vjY
-uhO
-dwh
-dwh
-hXB
-oVr
-oVr
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-qpj
-dyj
-hnZ
-udv
-dyj
-dyj
-dyj
-gpj
-dyj
-cpn
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fEV
-uhO
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vnX
-jnS
-flL
-iuG
-iuG
-tuh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-vnX
-vnX
-dwh
-vnX
-vnX
-dwh
-dwh
-kOh
-kOh
-rpu
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-kwI
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(28,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-eug
-hyV
-hyV
-hyV
-hyV
-hyV
-xvN
-nrZ
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-dwh
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-dwh
-oVr
-oVr
-oVr
-dwh
-qpj
-qpj
-qpj
-qpj
-dyj
-dyj
-dyj
-dyj
-dyj
-jKn
-xLM
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-jnS
-gml
-dyP
-qVI
-tuh
-dwh
-dwh
-vnX
-dwh
-dwh
-vnX
-dwz
-dwh
-dwh
-vnX
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(29,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-toK
-hyV
-pfV
-pfV
-lqb
-hyV
-hyV
-toK
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jnS
-hXB
-hXB
-jnS
-dwh
-dwh
-oVr
-oVr
-dwh
-qpj
-kBP
-ceD
-qpj
-veJ
-jjm
-pyx
-dyj
-dyj
-gqf
-vnX
-xLM
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-uhO
-uhO
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-qZB
-vYy
-vYy
-jnS
-jnS
-jnS
-jnS
-jnS
-vnX
-vnX
-vnX
-vnX
-vnX
-dwh
-dwh
-vnX
-dwh
-vnX
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(30,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-toK
-idU
-idU
-hyV
-idU
-hyV
-mUW
-toK
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-hWT
-rDO
-qpj
-fOO
-cws
-wAD
-gFz
-dyj
-gqf
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-uhO
-wNB
-wNB
-kdD
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-vnX
-dwh
-vnX
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(31,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-nUU
-nUU
-qeN
-toK
-hyV
-uUs
-idU
-idU
-idU
-hyV
-toK
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-qpj
-nTd
-rDO
-uDC
-dyj
-dyj
-wCZ
-dyj
-dyj
-qpj
-dwh
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-xIm
-wNB
-wNB
-wNB
-wNB
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vnX
-vnX
-dwh
-dwh
-vnX
-vnX
-vnX
-lwb
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-vnX
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(32,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-gNR
-hyV
-cxx
-pbF
-idU
-idU
-hyV
-nrZ
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-hXB
-hXB
-dwh
-dwh
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-qpj
-dwh
-dwh
-dwh
-kwI
-dwh
-dwh
-dwh
-ePh
-dwh
-wNB
-dGv
-wNB
-oVr
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-tmE
-tmE
-vYy
-idw
-vnX
-vnX
-dwh
-dwh
-vnX
-lwb
-rpW
-lwb
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(33,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-qeN
-toK
-toK
-eow
-nif
-nif
-bGY
-toK
-toK
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-uhO
-wNB
-wNB
-wNB
-rLT
-vnX
-dwh
-dwh
-kKd
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-dwh
-vnX
-dwh
-dwh
-vnX
-vnX
-lwb
-vnX
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(34,1,1) = {"
-cSO
-nUU
-nUU
-uym
-uym
-uym
-qeN
-qeN
-qeN
-qeN
-deE
-deE
-deE
-qeN
-qeN
-qeN
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-rwx
-ctK
-obk
-fFx
-nRZ
-paX
-cGk
-obk
-qgH
-nRZ
-lWA
-rwx
-obk
-rwx
-nRZ
-hiE
-hiE
-obk
-rwx
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-mVk
-uhO
-dwh
-dwh
-oVr
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vnX
-nvH
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-kOh
-kOh
-rpu
-kOh
-kOh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(35,1,1) = {"
-cSO
-nUU
-nUU
-uym
-abV
-tif
-hRU
-jnm
-abV
-abV
-abV
-abV
-abV
-xkv
-uym
-nUU
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-rwx
-aSy
-rwx
-ctK
-nRZ
-rwx
-srI
-nZk
-rwx
-nRZ
-rwx
-rwx
-ddl
-rwx
-nRZ
-pqM
-grL
-vTt
-hiE
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-fEV
-dwh
-vnX
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-gNh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(36,1,1) = {"
-cSO
-nUU
-nUU
-uym
-abV
-fHt
-abV
-hRU
-hRU
-hRU
-abV
-abV
-hRU
-abV
-uym
-nUU
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-ddl
-rwx
-bYD
-rwx
-nRZ
-ctK
-eUj
-nEC
-xyJ
-nRZ
-rwx
-rwx
-rwx
-rwx
-nRZ
-rht
-rht
-rht
-rwx
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-vnX
-vnX
-kKd
-dwh
-vnX
-dwh
-uae
-vnX
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vYy
-vYy
-vYy
-vYy
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(37,1,1) = {"
-cSO
-nUU
-nUU
-uym
-abV
-fHt
-abV
-abV
-hRU
-bTn
-hRU
-hRU
-abV
-abV
-uym
-nUU
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-dCy
-kAk
-rwx
-ctK
-nRZ
-pfv
-gYl
-rwx
-rwx
-nRZ
-pBW
-vnV
-rwx
-mGC
-nRZ
-wwk
-eoX
-bAY
-glj
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(38,1,1) = {"
-cSO
-nUU
-nUU
-uym
-abV
-fHt
-abV
-wan
-abV
-qKE
-abV
-abV
-abV
-wan
-uym
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-nRZ
-nRZ
-xPO
-nRZ
-nRZ
-nRZ
-nRZ
-xPO
-nRZ
-nRZ
-nRZ
-ftl
-xPO
-nRZ
-ftl
-ftl
-plb
-xPO
-nRZ
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-vnX
-gYx
-dwh
-dwh
-kKd
-eAY
-eAY
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(39,1,1) = {"
-cSO
-nUU
-nUU
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-rwx
-rwx
-rwx
-rwx
-rwx
-rwx
-rwx
-rwx
-rwx
-rwx
-jTG
-rht
-rht
-rht
-rht
-rht
-gkk
-oVX
-rht
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-vnX
-vnX
-vnX
-dwh
-vnX
-dwh
-dwh
-vnX
-dwh
-dwh
-kcm
-dwh
-dwh
-tLP
-dwh
-dwh
-dwh
-kwI
-kwI
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(40,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-uMl
-cWu
-cWu
-cWu
-cWu
-cWu
-fgO
-wPJ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-rwx
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-gZl
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-idw
-lgl
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(41,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-fOb
-kwI
-nRZ
-vyU
-nRZ
-nRZ
-nRZ
-nRZ
-rwx
-bNl
-agd
-nRZ
-ldo
-xGl
-hPC
-hPC
-hPC
-hPC
-hPC
-hPC
-rht
-rht
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jdi
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-tLP
-lgl
-dwh
-dwh
-vnX
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-vnX
-kOh
-kOh
-rpu
-kOh
-kOh
-dwh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(42,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-nRZ
-nZD
-kdf
-dnh
-qjh
-nRZ
-oRj
-rMA
-rht
-nRZ
-wFh
-erS
-nsj
-lHG
-mmI
-ect
-qtr
-uOk
-rht
-rht
-nRZ
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-uae
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tLP
-ePh
-dwh
-kKd
-vnX
-vnX
-lgl
-dwh
-kcm
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(43,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-nRZ
-nZD
-rwx
-rwx
-rwx
-nRZ
-rht
-rMA
-rht
-nRZ
-fyi
-rht
-qtr
-fYf
-qtr
-ees
-nsj
-nsj
-rht
-rht
-nRZ
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-kcm
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-aSZ
-lQr
-vnX
-tGl
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(44,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-nRZ
-cGm
-gGu
-nUK
-djV
-nRZ
-rht
-rMA
-rht
-nRZ
-uYS
-rht
-poN
-wtd
-wtd
-wtd
-wtd
-wtd
-nsj
-rht
-nRZ
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-dwh
-vnX
-vnX
-dwh
-dwh
-vnX
-dwh
-vnX
-gYx
-dwh
-dwh
-dwh
-egT
-lgl
-dwh
-gnI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(45,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-uhn
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-oqa
-oqa
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-nRZ
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-vjf
-vjf
-vjf
-vjf
-dqI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-vnX
-vnX
-dwh
-dwh
-idw
-dwh
-lgl
-dwh
-dwh
-vnX
-dwh
-dwh
-vnX
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(46,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-vjf
-vjf
-vjf
-aXT
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-kwI
-kwI
-kwI
-kwI
-xws
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-waY
-waY
-jrs
-waY
-dqI
-dqI
-dqI
-dqI
-dqI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-gYx
-kKd
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-lgl
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(47,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nLs
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nLs
-nQw
-nQw
-nQw
-gAS
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nLs
-nQw
-nQw
-nQw
-nQw
-nQw
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-vjf
-dqI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-idw
-dwh
-lgl
-dwh
-dwh
-kKd
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(48,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pRc
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-bbN
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-kQm
-kQm
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-owi
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-mjA
-dqI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-lgl
-dwh
-dwh
-tLP
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-kOh
-kOh
-rpu
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(49,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pRc
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-atF
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-owi
-uDy
-uDy
-kQm
-kQm
-kQm
-kQm
-owi
-owi
-owi
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-owi
-mjA
-dqI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-idw
-dwh
-dwh
-lgl
-lgl
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(50,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pRc
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-atF
-owi
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-owi
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-mjA
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-lgl
-dwh
-dwh
-dwh
-jdi
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(51,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pRc
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-atF
-owi
-owi
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-mjA
-pjI
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-iFj
-gfC
-pvg
-ydg
-pyr
-xxq
-dmz
-wMx
-pvg
-gfC
-gfC
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-vnX
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-qdb
-kOh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(52,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pRc
-uDy
-uDy
-uDy
-uDy
-uDy
-uDy
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-bbN
-lGh
-owi
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-nQw
-nQw
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nLs
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-vjf
-lGh
-lGh
-lGh
-lGh
-mjA
-pjI
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-iFj
-gfC
-gfC
-aUP
-vNl
-rYQ
-rtM
-pZZ
-gfC
-lvy
-gfC
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-kcm
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-jdi
-vnX
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(53,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-rDg
-mjA
-lGh
-owi
-lGh
-lGh
-vjf
-nQw
-nQw
-nQw
-nQw
-nQw
-nLs
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-nQw
-dRn
-tzT
-fTb
-tzT
-tzT
-tzT
-tzT
-tzT
-oHY
-lGh
-lGh
-lGh
-lGh
-emz
-emz
-emz
-eWw
-nxG
-fht
-aDw
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-ruV
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-mjA
-lGh
-lGh
-lGh
-lGh
-mjA
-kmr
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-ozh
-gfC
-gfC
-gfC
-gfC
-gfC
-lvy
-gfC
-gfC
-gfC
-gfC
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-rZI
-kOh
-kOh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(54,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-mrd
-owi
-owi
-owi
-owi
-mjA
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-emz
-anQ
-emz
-nxG
-wbA
-cwN
-uaX
-vlQ
-bdj
-bdj
-bdj
-cGo
-lXf
-eyi
-vlQ
-rUA
-rUA
-rUA
-xfZ
-nzb
-rUA
-iuv
-vlQ
-mjA
-lGh
-owi
-owi
-owi
-mrd
-kmr
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-ozh
-isq
-gfC
-gfC
-gfC
-gfC
-gfC
-gfC
-gfC
-gfC
-gfC
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-tLP
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-tLP
-vnX
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-kOh
-kOh
-kOh
-kOh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(55,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-mjA
-owi
-owi
-owi
-owi
-mjA
-aCO
-hNp
-xBB
-iYS
-aCO
-dvc
-sui
-qMR
-dbd
-kBo
-aCO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-owi
-owi
-lGh
-jDW
-jZJ
-emz
-emz
-aQz
-emz
-emz
-vlQ
-rUA
-rUA
-rUA
-rUA
-rUA
-rUA
-icH
-rUA
-fxW
-rUA
-rUA
-rUA
-rUA
-iuv
-vlQ
-mjA
-lGh
-owi
-owi
-owi
-mjA
-vUa
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-lRM
-gfC
-bMO
-dxt
-skA
-whs
-qFZ
-vtT
-dxt
-skA
-qFZ
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-gLG
-gfM
-kOh
-kOh
-rpu
-kOh
-kOh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(56,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-mjA
-lGh
-owi
-owi
-owi
-mjA
-bgg
-hNp
-cJa
-iYS
-aCO
-nSp
-nSp
-aaJ
-nSp
-def
-aCO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-owi
-lGh
-lGh
-emz
-jZJ
-jZJ
-gAn
-ohy
-mYJ
-nDV
-vlQ
-rUA
-rUA
-rUA
-gou
-rRi
-phx
-vlQ
-rUA
-rUA
-rUA
-eBf
-eBf
-eBf
-dfJ
-vlQ
-mjA
-lGh
-owi
-owi
-owi
-mjA
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-ozh
-gfC
-gfC
-ezg
-opw
-whL
-opw
-whL
-rGi
-aTF
-vaY
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-gfM
-rZI
-qcK
-rZI
-kOh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(57,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kLf
-kLf
-kLf
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-mjA
-lGh
-owi
-lGh
-owi
-wdo
-aCO
-wdh
-peL
-eov
-tnl
-nSp
-nSp
-nSp
-nSp
-pRI
-aCO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-owi
-owi
-lGh
-lGh
-jDW
-jZJ
-jZJ
-emz
-nVo
-atN
-scA
-vlQ
-ruV
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-ruV
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-mjA
-lGh
-owi
-owi
-owi
-das
-fHX
-fHX
-fHX
-mDW
-mDW
-fHX
-mDW
-mDW
-ovb
-qPn
-hAO
-rtk
-hAO
-wwL
-tai
-whL
-gfC
-gfC
-txs
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-jdi
-vnX
-dwh
-vYy
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kOh
-rZI
-kOh
-kOh
-kOh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(58,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kLf
-nxS
-kLf
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-mjA
-lGh
-owi
-lGh
-owi
-mjA
-aCO
-def
-peL
-iYS
-aCO
-wdc
-nSp
-nSp
-nSp
-azk
-bgg
-lGh
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-owi
-owi
-lGh
-emz
-jZJ
-heR
-emz
-ccq
-atN
-qvh
-vlQ
-rUA
-rUA
-rUA
-rUA
-rUA
-rUA
-rUA
-rUA
-rUA
-ruV
-rUA
-rUA
-xfZ
-hWH
-vlQ
-mjA
-lGh
-lGh
-owi
-owi
-edO
-qtW
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-iFj
-wuR
-gfC
-gfC
-gfC
-gfC
-iHn
-gfC
-gfC
-hls
-vaY
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-vYy
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jpv
-kOh
-hFq
-kOh
-kOh
-kOh
-tpi
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(59,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-kLf
-kZb
-kLf
-kLf
-kLf
-kLf
-kLf
-kLf
-dqI
-dqI
-dqI
-dqI
-mjA
-owi
-owi
-lGh
-owi
-mjA
-bgg
-wdh
-peL
-muD
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-lGh
-owi
-owi
-owi
-owi
-bwt
-bwt
-lGh
-lGh
-lGh
-tIh
-owi
-owi
-lGh
-lGh
-ciE
-jZJ
-oHS
-msd
-qHz
-atN
-oHQ
-vlQ
-rUA
-rUA
-rUA
-rUA
-rUA
-mSE
-rUA
-rUA
-rUA
-vlQ
-rUA
-rUA
-rUA
-rUA
-vlQ
-mjA
-lGh
-owi
-owi
-lGh
-edO
-kmr
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-iFj
-gfC
-lvy
-gfC
-gfC
-gfC
-iHn
-gfC
-gfC
-gfC
-txs
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-jdi
-vnX
-dwh
-dwh
-dwh
-dwh
-jdi
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vYy
-dwh
-dwh
-dwh
-brM
-brM
-brM
-brM
-vQZ
-uoz
-uoz
-uoz
-pwh
-brM
-brM
-brM
-brM
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(60,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-bdJ
-pmc
-bdJ
-pmc
-kLf
-lOf
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-mjA
-lGh
-lGh
-lGh
-lGh
-mjA
-aCO
-hrI
-peL
-iYS
-aCO
-pTk
-pip
-eIZ
-vNX
-rdU
-aCO
-lGh
-lGh
-hYc
-owi
-jSh
-bwt
-bwt
-bwt
-lGh
-lGh
-edO
-owi
-owi
-owi
-lGh
-xPo
-ijh
-oHS
-rPH
-jZJ
-jZJ
-mMC
-vlQ
-ruV
-vlQ
-htu
-htu
-htu
-htu
-htu
-htu
-rUA
-vlQ
-veQ
-mpd
-rUA
-rUA
-vlQ
-mjA
-lGh
-owi
-owi
-lGh
-edO
-kmr
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-iFj
-gfC
-sJG
-gfC
-nCP
-gfC
-soP
-gfC
-sJG
-xpO
-vaY
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-nvH
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-brM
-nDK
-fQr
-tqF
-peA
-peA
-peA
-peA
-peA
-tqF
-ams
-nDK
-brM
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(61,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-bdJ
-pmc
-bdJ
-pmc
-dUh
-pmc
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-mjA
-lGh
-lGh
-lGh
-lGh
-mjA
-aCO
-pYN
-peL
-iYS
-aCO
-def
-nSp
-nSp
-xmk
-fMI
-aCO
-lGh
-lGh
-owi
-jSh
-jSh
-uXi
-bwt
-sOk
-lGh
-lGh
-edO
-owi
-owi
-owi
-lGh
-sYg
-qng
-oHS
-uqp
-jZJ
-jZJ
-heN
-vlQ
-rUA
-rUA
-ifv
-xfZ
-xOw
-rUA
-xOw
-htu
-rUA
-vlQ
-eig
-eig
-qZr
-aYN
-vlQ
-mjA
-lGh
-lGh
-lGh
-lGh
-edO
-kmr
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-iFj
-iFj
-sqz
-sqz
-iFj
-snP
-iFj
-gfC
-lUj
-lUj
-izZ
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-vnX
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-brM
-oMc
-wsF
-tqF
-oIF
-oIF
-peA
-oIF
-oIF
-tqF
-gGT
-oMc
-brM
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(62,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-bdJ
-cZz
-bdJ
-pmc
-dUh
-pmc
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-mjA
-lGh
-lGh
-lGh
-lGh
-das
-mxX
-fsR
-lbY
-iYS
-tnl
-nSp
-nSp
-nSp
-nSp
-pRI
-aCO
-lGh
-lGh
-bng
-owi
-jSh
-eZS
-sOk
-lNY
-lGh
-lGh
-edO
-owi
-owi
-owi
-lGh
-emz
-imR
-kNZ
-kMG
-tgf
-fek
-pDH
-vlQ
-rUA
-rUA
-hFp
-rUA
-rUA
-rUA
-nCy
-htu
-vrb
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-sfr
-fHX
-fHX
-fHX
-fHX
-nbm
-kmr
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-snP
-gfC
-gfC
-gfC
-gfC
-gfC
-sqz
-gfC
-lUj
-gwc
-hGj
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-dwh
-nvH
-vnX
-dwh
-vnX
-vnX
-vnX
-idw
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-brM
-pNi
-oMc
-ilP
-oIF
-oIF
-peA
-oIF
-oIF
-aQm
-oMc
-sdj
-brM
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(63,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-pmc
-klx
-kLf
-pmc
-klx
-kLf
-uDv
-lGh
-lGh
-lGh
-mrd
-lGh
-lGh
-lGh
-lGh
-edO
-aCO
-iYS
-iYS
-eov
-aCO
-mry
-nSp
-nSp
-nSp
-sEP
-bgg
-lGh
-lGh
-rkL
-jSh
-qvF
-jSh
-bwt
-lGh
-dRd
-lGh
-pdX
-owi
-lGh
-lGh
-lGh
-emz
-hIM
-emz
-emz
-emz
-emz
-emz
-vlQ
-rUA
-rUA
-ifv
-rUA
-dRy
-rUA
-eUo
-htu
-rUA
-vlQ
-nVT
-oxT
-oxT
-oxT
-vlQ
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-dqI
-dqI
-dqI
-dKQ
-dKQ
-dKQ
-dqI
-dqI
-iFj
-gfC
-gfC
-nCP
-gfC
-gfC
-sqz
-gfC
-lUj
-cPd
-hGj
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-idw
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-jdi
-vnX
-dwh
-dwh
-brM
-brM
-kGg
-brM
-rGd
-vMr
-peA
-vMr
-xmy
-brM
-kGg
-brM
-brM
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(64,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-pmc
-pmc
-kLf
-eYq
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-mjA
-lGh
-lGh
-lGh
-lGh
-edO
-aCO
-iYS
-iYS
-azk
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-aCO
-lGh
-lGh
-rkL
-bng
-oDQ
-bwt
-owi
-lGh
-lGh
-lGh
-pdX
-owi
-lGh
-lGh
-lGh
-das
-nbm
-lGh
-lGh
-lGh
-lGh
-lGh
-vlQ
-eqa
-rUA
-ifv
-rUA
-hzP
-rUA
-qlD
-htu
-rUA
-ruV
-hkX
-hkX
-tkm
-hkX
-vlQ
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-kwI
-kwI
-kwI
-vTh
-qiU
-qiU
-kwI
-kwI
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-iFj
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-vnX
-vnX
-dwh
-dwh
-dwh
-aHH
-aMR
-brM
-uyn
-uyn
-brM
-tQK
-tQK
-brM
-qsn
-aHH
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(65,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-pmc
-pmc
-dUh
-hPI
-dof
-qkL
-fHX
-fHX
-fHX
-fHX
-cEz
-lGh
-lGh
-lGh
-lGh
-edO
-bgg
-iYS
-iYS
-wxu
-fxx
-xRV
-aCO
-nuI
-aCO
-hmB
-aCO
-lGh
-lGh
-lGh
-jSh
-eZS
-auD
-bwt
-owi
-owi
-lGh
-bni
-owi
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-vlQ
-rUA
-rUA
-hFp
-rUA
-rUA
-rUA
-mXk
-htu
-rUA
-vlQ
-vlQ
-nSX
-vlQ
-nSX
-vlQ
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-kwI
-xvC
-xvC
-xvC
-kII
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-aHH
-aMR
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-qsn
-aHH
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(66,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-aMH
-pmc
-vXj
-pmc
-dUh
-taD
-pmc
-wvD
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-aCO
-iYS
-nSp
-vRN
-pYN
-iYS
-aCO
-ffo
-aCO
-ffo
-aCO
-lGh
-rkL
-bwt
-bwt
-bwt
-bwt
-jSh
-owi
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-vlQ
-rUA
-tVr
-ifv
-rUA
-xOw
-rUA
-xOw
-htu
-rUA
-vlQ
-emO
-hkX
-vlQ
-emO
-vlQ
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-xvC
-xvC
-xvC
-xvC
-wrX
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-kwI
-dwh
-dwh
-kwI
-kwI
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-kwI
-kwI
-dwh
-dwh
-dwh
-aHH
-uFg
-uFg
-aMR
-kOh
-kOh
-kOh
-kOh
-qsn
-uFg
-aHH
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(67,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-bQn
-pmc
-pmc
-pmc
-kLf
-taD
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-aCO
-iYS
-nSp
-eyC
-nSp
-iYS
-ffo
-hLP
-fzC
-hLP
-aCO
-rkL
-rkL
-bwt
-bwt
-bwt
-bwt
-owi
-owi
-owi
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-ttC
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-vlQ
-vlQ
-vlQ
-htu
-htu
-htu
-htu
-htu
-htu
-ruV
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-vlQ
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-xvC
-xvC
-mdO
-sXy
-qNo
-kII
-kII
-qiU
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dwh
-dwh
-dwh
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-aHH
-aHH
-aHH
-aMR
-kOh
-kOh
-kOh
-kOh
-qsn
-aHH
-dwh
-dwh
-dwh
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(68,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-puG
-pmc
-pmc
-pmc
-kLf
-ksj
-kLf
-kLf
-uDv
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-bgg
-iYS
-nSp
-nSp
-nSp
-nSp
-aCO
-dnm
-hLP
-caf
-kZX
-rkL
-bwt
-bwt
-bwt
-bwt
-dRd
-lGh
-lGh
-owi
-owi
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-xXG
-xXG
-xXG
-xXG
-xXG
-lGh
-lGh
-vlQ
-ibO
-ibO
-vlQ
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-edO
-lGh
-lGh
-lGh
-lGh
-dqI
-kwI
-xvC
-ixT
-kII
-wcP
-jEj
-asn
-lBm
-oOt
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-aHH
-aHH
-hwj
-kOh
-kOh
-kOh
-kOh
-hwj
-aHH
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(69,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-oDv
-pmc
-pmc
-pmc
-pmc
-taD
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-aCO
-pYN
-iYS
-rPs
-iYS
-iYS
-aCO
-ehz
-fAl
-bng
-bng
-rkL
-bwt
-rkL
-rkL
-rkL
-lGh
-lGh
-lGh
-lGh
-owi
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-xXG
-lTL
-azJ
-lTL
-xXG
-lGh
-lGh
-vlQ
-ibO
-ibO
-vlQ
-vjf
-cvG
-vWY
-vWY
-vWY
-vWY
-vWY
-vWY
-vWY
-vWY
-vWY
-dha
-nst
-lGh
-lGh
-lGh
-dqI
-kwI
-kwI
-imv
-qiU
-gPh
-kII
-kII
-kII
-jEj
-qiU
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-aHH
-hwj
-lCE
-lCE
-kOh
-kOh
-hwj
-aHH
-dwh
-dwh
-dwh
-dwh
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(70,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-pmc
-pmc
-pmc
-taD
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-owi
-owi
-lGh
-lGh
-edO
-aCO
-aCO
-aCO
-aCO
-bgg
-bgg
-aCO
-aCO
-wdQ
-bng
-rkL
-rkL
-lGh
-rkL
-rkL
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-edO
-lGh
-lGh
-lGh
-lGh
-edO
-ntt
-joP
-joP
-lTL
-xXG
-lGh
-lGh
-vlQ
-dsr
-cAV
-fVa
-vWY
-cTI
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-vjf
-rDg
-jvY
-uDy
-uDy
-uDy
-rDg
-kwI
-kwI
-qiU
-fTh
-asn
-kII
-uPI
-kII
-asn
-kII
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-hwj
-kOh
-kOh
-kOh
-kOh
-hwj
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(71,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-qVk
-rNq
-pmc
-pmc
-taD
-klx
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-owi
-lGh
-lGh
-edO
-lgF
-wbB
-lgF
-wbB
-pRy
-vwJ
-lgF
-rkL
-rkL
-rkL
-lgF
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-pdX
-lGh
-lGh
-lGh
-lGh
-edO
-xXG
-nku
-xYp
-lTL
-ntt
-lGh
-lGh
-vlQ
-ibO
-ibO
-xtX
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-rDg
-jvY
-uDy
-uDy
-uDy
-rDg
-kwI
-kwI
-qiU
-qiU
-gPh
-kII
-kII
-kII
-jEj
-kSy
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-hwj
-kOh
-kOh
-lCE
-lCE
-hwj
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(72,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-llN
-pmc
-cZz
-tVZ
-jsU
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-owi
-owi
-lGh
-nPX
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-hZt
-hZt
-hZt
-tzT
-tzT
-tzT
-fHX
-fHX
-tzT
-fTb
-tzT
-tzT
-fHX
-fHX
-xRE
-yaQ
-fHX
-fHX
-fHX
-fHX
-ejF
-ntt
-ieW
-ieW
-lTL
-xXG
-xXG
-uJQ
-xXG
-xXG
-xXG
-nOf
-lPe
-xMX
-thY
-wqi
-xMX
-xMX
-xMX
-gxv
-nFC
-nFC
-nOf
-rDg
-iDv
-kQm
-uDy
-uDy
-rDg
-kwI
-kwI
-kwI
-qiU
-oOt
-jEj
-asn
-uAa
-wcP
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-kOh
-kOh
-kOh
-kOh
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(73,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-pmc
-pmc
-jXk
-pmc
-pmc
-pmc
-pmc
-kLf
-lGh
-lGh
-lGh
-lGh
-tIh
-lGh
-lGh
-owi
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-rkL
-rkL
-rkL
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-xXG
-lTL
-iWK
-lTL
-lTL
-lTL
-lTL
-haW
-lTL
-tJO
-nOf
-wAR
-xMX
-lTw
-gTK
-fUH
-jlw
-xMX
-nFC
-nFC
-nFC
-nOf
-rDg
-iDv
-kQm
-kQm
-uDy
-rDg
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qiU
-qiU
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-hwj
-lCE
-lCE
-kOh
-kOh
-hwj
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(74,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-iQE
-pmc
-lPw
-pmc
-oYF
-fee
-fee
-kLf
-lGh
-lGh
-lGh
-lGh
-edO
-lGh
-lGh
-lGh
-owi
-owi
-owi
-owi
-owi
-owi
-lGh
-rkL
-rkL
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-tIh
-xXG
-xXG
-xXG
-lTL
-lTL
-lTL
-lTL
-lTL
-lTL
-xYp
-nOf
-opX
-xMX
-xMX
-dmM
-eaa
-eaa
-xMX
-nFC
-nFC
-nFC
-nOf
-rDg
-iDv
-kQm
-kQm
-uDy
-rDg
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-xws
-xws
-xws
-xws
-xws
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-hwj
-kOh
-kOh
-kOh
-kOh
-hwj
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-xws
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(75,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kLf
-kLf
-kLf
-kLf
-kLf
-kLf
-kLf
-kLf
-kLf
-dqI
-dqI
-dqI
-dqI
-edO
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-owi
-lGh
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-mjA
-mjA
-xXG
-lTL
-lTL
-lTL
-xYp
-xYp
-hNl
-lWI
-nOf
-twm
-xMX
-xMX
-xMX
-xMX
-xMX
-xMX
-nFC
-nFC
-nFC
-nOf
-rDg
-iDv
-kQm
-kQm
-uDy
-rDg
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-pSF
-uuE
-uuE
-uuE
-uuE
-uuE
-uuE
-uuE
-uuE
-uuE
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-kOh
-kOh
-kOh
-kOh
-vXT
-kdN
-igP
-dmO
-xKV
-poy
-mfm
-uOu
-vXT
-gWE
-bgI
-bgI
-bgI
-bgI
-wHr
-uHS
-uHS
-uHS
-uHS
-uHS
-uHS
-uHS
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(76,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-edO
-lGh
-lGh
-lGh
-lGh
-lGh
-owi
-owi
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-lGh
-edO
-mjA
-das
-kRn
-cdK
-lTL
-lTL
-lTL
-bBT
-lTL
-lTL
-nOf
-iHS
-iHS
-iHS
-iHS
-iHS
-iHS
-iHS
-xMX
-xMX
-xMX
-nOf
-rDg
-iDv
-kQm
-kQm
-uDy
-rDg
-pSF
-phy
-nQj
-rBC
-cKR
-tll
-pSF
-qnp
-tRi
-yiP
-agw
-pSF
-kGW
-jjc
-pIV
-aKS
-pSF
-gUH
-ggg
-gUH
-gUH
-gUH
-vpS
-gUH
-cFw
-uuE
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-tZL
-tZL
-tZL
-kOh
-vXT
-kTG
-kTG
-kTG
-swS
-kTG
-kTG
-kTG
-vXT
-noW
-oWV
-oWV
-oWV
-oWV
-byn
-uHS
-uUo
-iyn
-pHZ
-gTd
-uUo
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(77,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-jJF
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-uyw
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-tzT
-vWY
-fHX
-fHX
-fHX
-fkq
-dha
-xqL
-nbm
-xXG
-nCL
-lTL
-lTL
-xXG
-xXG
-xXG
-uJQ
-nOf
-oPt
-eql
-uco
-cBP
-waN
-vgg
-uIu
-tXl
-xMX
-iSy
-nOf
-rDg
-jvY
-kQm
-kQm
-uDy
-rDg
-pSF
-evw
-qBB
-qBB
-qBB
-puj
-pSF
-cVW
-gJg
-lNo
-ntY
-pSF
-nIO
-kIH
-kIH
-xXq
-pSF
-gUH
-ggg
-qsh
-ggg
-hat
-gUH
-aLF
-aLF
-uuE
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-mkY
-lNU
-kCN
-lNU
-mkY
-vXT
-kTG
-buR
-buR
-vDY
-vDY
-buR
-kTG
-vXT
-byn
-nZv
-nZv
-oWV
-oWV
-aKH
-uHS
-uUo
-uUo
-uUo
-uUo
-uUo
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(78,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-dqI
-dqI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-wiP
-pNo
-pNo
-pNo
-pNo
-nbk
-nbk
-pNo
-pNo
-nbk
-nbk
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-sOT
-uDy
-uDy
-uDy
-jvY
-gId
-xXG
-xXG
-xXG
-hyk
-lTL
-lTL
-xXG
-lTL
-lTL
-lTL
-nOf
-xMX
-xMX
-xMX
-xMX
-xMX
-xMX
-wuh
-tXl
-xMX
-xMX
-nOf
-rDg
-jvY
-kQm
-kQm
-uDy
-rDg
-pSF
-evw
-tPs
-tPs
-qBB
-pVo
-pSF
-lzN
-uGH
-qBB
-clS
-pSF
-gGe
-kIH
-kIH
-gqu
-pSF
-aLF
-xmI
-xmI
-rAV
-xmI
-xmI
-xmI
-xmI
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-tZL
-tZL
-tZL
-kOh
-vXT
-kTG
-kTG
-jSw
-kTG
-swS
-vDY
-kTG
-vXT
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-uHS
-uUo
-rzG
-tGH
-kXp
-kXp
-tGH
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(79,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-kUe
-qrv
-qrv
-jNT
-daY
-ifV
-ifV
-ceA
-wcp
-ifV
-bot
-dqI
-tfX
-tfX
-tfX
-tfX
-tfX
-tfX
-sOT
-uDy
-uDy
-uDy
-jvY
-gId
-xXG
-jeq
-rlw
-qtw
-tSb
-mLX
-xXG
-uCp
-czF
-lmr
-nOf
-xMX
-xMX
-tMF
-qUE
-qeD
-xMX
-lXu
-tXl
-xMX
-xMX
-nOf
-rDg
-jvY
-kQm
-kQm
-uDy
-rDg
-pSF
-aVY
-tPs
-tPs
-pan
-whI
-pSF
-cVW
-gJg
-qBB
-cFU
-pSF
-seN
-pSw
-kIH
-kIH
-pSF
-gUH
-xmI
-jLT
-jLT
-xSG
-jLT
-jLT
-jLT
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-sNF
-vYy
-vYy
-kOh
-vXT
-uuu
-oPR
-wZt
-wZt
-wZt
-cHR
-dzm
-vXT
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-uZa
-uUo
-uUo
-gTd
-uUo
-uUo
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(80,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-kUe
-qrv
-qrv
-qrv
-jNT
-jNT
-jNT
-qrv
-qrv
-qrv
-jNT
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-ojV
-uDy
-uDy
-uDy
-jvY
-gId
-xXG
-xXG
-xXG
-xXG
-nmz
-nmz
-nmz
-nmz
-nmz
-nmz
-nOf
-tCe
-nOf
-nOf
-nOf
-qJW
-xMX
-eql
-tXl
-xMX
-xMX
-nOf
-rDg
-jvY
-kQm
-kQm
-uDy
-rDg
-pSF
-evw
-qBB
-tPs
-tPs
-vCH
-pSF
-sOz
-agB
-qBB
-sTj
-pSF
-rIM
-xLc
-kIH
-kIH
-pSF
-gUH
-xmI
-jLT
-jLT
-jLT
-jLT
-jLT
-jLT
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-vYy
-vYy
-vYy
-kOh
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-vXT
-vMa
-vXT
-gxH
-nZv
-oWV
-xox
-oWV
-byn
-uZa
-uUo
-kXp
-kXp
-tGH
-kXp
-tGH
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(81,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-nxs
-cud
-cud
-rOO
-dAp
-dAp
-kKY
-qrv
-klI
-klI
-xAT
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-tZo
-usR
-xkY
-xkY
-xkY
-xkY
-nmz
-cLj
-cLj
-afH
-jyZ
-xrt
-nOf
-xMX
-sRJ
-pmE
-nOf
-oXi
-xMX
-ftc
-tXl
-xMX
-xMX
-mRh
-qSQ
-ncv
-qMp
-gUH
-gUH
-ciy
-pSF
-evw
-jRt
-qBB
-qBB
-peG
-pSF
-sTw
-hOF
-hAn
-kjE
-pSF
-jug
-jug
-jug
-oRE
-pSF
-gUH
-xmI
-psK
-ogb
-cdJ
-jLT
-jLT
-jLT
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-kOh
-vYy
-vYy
-sNF
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-vXT
-gmH
-vXT
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-uZa
-iyn
-uUo
-uUo
-uUo
-uUo
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(82,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-aqI
-tMJ
-ezY
-dtJ
-jNT
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-xkY
-nxv
-xkY
-xkY
-xkY
-xkY
-nmz
-cLj
-cLj
-pgR
-qkB
-iOn
-nOf
-gdn
-xMX
-pHk
-nOf
-mXs
-xMX
-ukL
-tXl
-xMX
-xMX
-tCe
-jFg
-gUH
-qMp
-gUH
-gUH
-lYf
-pSF
-evw
-eUB
-tYN
-bun
-lmi
-pSF
-oKw
-lvb
-qBB
-sqN
-sFh
-bCd
-bCd
-yiP
-nCk
-pSF
-ggg
-xmI
-gMC
-eQm
-jLT
-jLT
-jLT
-jLT
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-tmI
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-kOh
-vXT
-gmH
-vXT
-byn
-oWV
-oWV
-oWV
-oWV
-oPC
-wKE
-sRD
-pUj
-kXp
-pre
-tGH
-kXp
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(83,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-lGh
-lGh
-lGh
-lGh
-lGh
-pNo
-hmm
-tKK
-bWn
-ctD
-jNT
-pNo
-aqI
-jNT
-qrv
-jNT
-jNT
-tJK
-wPs
-wPs
-qiY
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-qpW
-nxv
-xkY
-qpW
-qpW
-xkY
-nmz
-cLj
-cLj
-kEv
-afH
-eyg
-nOf
-rDR
-rju
-oIN
-nOf
-paR
-rnB
-bXx
-jlW
-dHH
-dHH
-oIb
-hly
-gUH
-qMp
-qMp
-gUH
-ciy
-pYi
-evw
-qBB
-qBB
-qBB
-unK
-oML
-pOZ
-voQ
-qBB
-hkE
-laF
-boG
-tPs
-tPs
-ezr
-pSF
-gUH
-xmI
-nXT
-jLT
-eGZ
-jLT
-jLT
-jLT
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-xws
-ygn
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-vXT
-clC
-lQs
-nsm
-oWV
-oWV
-oWV
-oWV
-byn
-uHS
-egt
-kdE
-uUo
-uUo
-gTd
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(84,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-dqI
-dqI
-dqI
-dqI
-dqI
-dqI
-pNo
-qrv
-qXY
-jNT
-qrv
-qrv
-pNo
-eyk
-jNT
-mec
-jNT
-jNT
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-qpW
-fyu
-qpW
-qpW
-qpW
-xkY
-nmz
-cLj
-cLj
-jEo
-afH
-rmQ
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-nOf
-jFg
-gUH
-gUH
-qMp
-gUH
-ciy
-hjE
-evw
-tPs
-tPs
-tPs
-dix
-jug
-ktw
-xwE
-tPs
-tUF
-aFM
-tPs
-tPs
-tPs
-lDQ
-pSF
-gUH
-xmI
-xmI
-xmI
-xmI
-xmI
-rAV
-xmI
-xmI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pQu
-pQu
-pQu
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-vTm
-vTm
-bRX
-bRX
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-gxH
-nZv
-oWV
-oWV
-oWV
-byn
-uHS
-gTd
-oTF
-oSd
-uUo
-uUo
-uUo
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(85,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pNo
-rXF
-nyt
-jkf
-lad
-jNT
-jNT
-jNT
-pNo
-pNo
-pNo
-ohe
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-shS
-xkY
-xkY
-xkY
-qpW
-fyu
-qpW
-qpW
-xkY
-xkY
-nmz
-cLj
-cLj
-cLj
-cLj
-cLj
-nOf
-nOf
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-jFg
-gUH
-gUH
-qMp
-gUH
-ciy
-pSF
-pZx
-tPs
-mDd
-tPs
-unK
-oML
-pOZ
-eKo
-tPs
-hXd
-nZM
-tPs
-qBB
-xlH
-lDQ
-pSF
-aLF
-xmI
-pyH
-pyH
-jLT
-jLT
-pyH
-fGO
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-pQu
-pwa
-asj
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-kOC
-jLo
-xnN
-nQP
-tmn
-djH
-djH
-mJL
-vTm
-sjR
-hfH
-jfS
-sjR
-vTm
-noW
-pUz
-oWV
-nZv
-nZv
-byn
-uHS
-uHS
-uHS
-uHS
-uHS
-qvi
-uHS
-uHS
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(86,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pNo
-jNT
-jNT
-qrv
-qrv
-qrv
-yaz
-jNT
-pNo
-xJr
-prv
-jNT
-tJK
-akp
-akp
-akp
-akp
-akp
-akp
-dca
-xkY
-xkY
-xkY
-qpW
-fyu
-qpW
-qpW
-qpW
-kQc
-lyA
-pxb
-pxb
-pxb
-pxb
-wuW
-eCo
-eCo
-lis
-wcR
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-jFg
-gUH
-gUH
-qMp
-gUH
-ciy
-pSF
-evw
-tPs
-tPs
-tPs
-wLO
-pSF
-lLZ
-qBB
-tPs
-tPs
-tPs
-tPs
-tPs
-tPs
-fOU
-pSF
-gUH
-xmI
-pyH
-pyH
-wGW
-jLT
-fGO
-pyH
-xmI
-xmI
-uXN
-xXD
-eSH
-boc
-xmI
-pQu
-kar
-kar
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-xJo
-djH
-djH
-djH
-djH
-djH
-djH
-djH
-vTm
-llO
-gyh
-djH
-sjR
-ikY
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-uPz
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-xws
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(87,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pNo
-jNT
-xeA
-the
-rYy
-jNT
-qrv
-qrv
-pNo
-jNT
-jNT
-jNT
-tJK
-xkY
-xkY
-iFH
-iFH
-xkY
-fai
-jBg
-xkY
-xkY
-xkY
-xkY
-oQB
-qpW
-qpW
-qpW
-kbc
-nmz
-cLj
-cLj
-cLj
-cLj
-cLj
-eCo
-czr
-czr
-czr
-czr
-hZV
-okd
-czr
-czr
-czr
-ydd
-eCo
-jFg
-gUH
-gUH
-qMp
-qMp
-ciy
-pSF
-evw
-qBB
-tPs
-tPs
-qpD
-pSF
-aue
-mjz
-mjz
-mjz
-mjz
-bTN
-mjz
-igh
-rhr
-pSF
-gUH
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-wIZ
-jLT
-jLT
-jLT
-xmI
-pQu
-rle
-kar
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-mMD
-djH
-djH
-djH
-djH
-djH
-nmN
-sjR
-vTm
-ogN
-nQB
-djH
-aSS
-ikY
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-xws
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(88,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-pNo
-qrv
-xeA
-lSQ
-rYy
-jNT
-pNo
-iSD
-pNo
-bPr
-xBk
-rNK
-tJK
-xkY
-xkY
-xkY
-kXl
-xkY
-wye
-jBg
-xkY
-xkY
-xkY
-xkY
-nxv
-xkY
-qpW
-qpW
-kbc
-nmz
-nmz
-nmz
-nmz
-doy
-nmz
-eCo
-src
-czr
-czr
-czr
-aQA
-eCo
-gyJ
-czr
-czr
-fdO
-eCo
-jFg
-gUH
-qMp
-gUH
-gUH
-ciy
-pSF
-iMp
-hMO
-hMO
-nLp
-pxm
-pSF
-qiL
-nLp
-wfS
-iHO
-pVv
-nLp
-nLp
-qtc
-aZx
-pSF
-ugc
-xmI
-tbd
-jLT
-jLT
-jLT
-jLT
-jLT
-jLT
-sNA
-jLT
-uYH
-ixI
-alH
-xmI
-pQu
-kar
-kar
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-ttp
-sjR
-djH
-gzs
-djH
-kpj
-wRG
-dsG
-vTm
-sjR
-wqd
-djH
-sjR
-ikY
-byn
-oWV
-cHK
-pUz
-oWV
-byn
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-xws
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(89,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-pNo
-tJK
-xkY
-xkY
-xkY
-xkY
-xkY
-mlh
-jBg
-xkY
-xkY
-xkY
-xkY
-nxv
-xkY
-xkY
-xkY
-kbc
-nmz
-wFL
-fxF
-mVR
-cLj
-wFL
-eCo
-czr
-czr
-ucO
-dJj
-dJj
-xiI
-vUj
-czr
-czr
-czr
-eCo
-jFg
-gUH
-qMp
-gUH
-gUH
-ciy
-pSF
-pSF
-bMP
-pSF
-bMP
-pSF
-pSF
-pSF
-umY
-pSF
-pSF
-pSF
-jug
-jug
-lPU
-pSF
-pSF
-gUH
-xmI
-tbd
-tIQ
-hmM
-hmM
-hmM
-hmM
-hmM
-tRJ
-mlo
-jLT
-jLT
-jLT
-xmI
-pQu
-kar
-kar
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-dLx
-kpl
-oHy
-mMq
-djH
-djH
-sjR
-sjR
-vTm
-sjR
-djH
-sjR
-dNE
-vTm
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-kOh
-xws
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(90,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-tJK
-dHk
-xkY
-xkY
-xkY
-xkY
-xkY
-mkI
-xkY
-xkY
-qpW
-qpW
-fyu
-xkY
-xkY
-xkY
-kbc
-nmz
-wFL
-cLj
-cLj
-cLj
-wFL
-eCo
-czr
-wcR
-eCo
-eCo
-eCo
-eCo
-oOE
-dJj
-dJj
-dJj
-vat
-ljz
-gUH
-qMp
-qMp
-gUH
-ciy
-pSF
-tRU
-dtY
-pUb
-dtY
-qBB
-pBZ
-pSF
-qBB
-sHe
-pSF
-wvz
-aWu
-plJ
-tzO
-oel
-pSF
-gUH
-xmI
-eQm
-rco
-dks
-gld
-bJd
-jLT
-jLT
-xmI
-bfJ
-qgf
-eSH
-eSH
-xmI
-pQu
-kar
-kar
-pQu
-kwI
-kwI
-kwI
-kwI
-kwI
-vTm
-sjR
-ogN
-djH
-djH
-djH
-djH
-djH
-sjR
-vTm
-sjR
-djH
-djH
-gGz
-pLJ
-wdu
-oWV
-oWV
-oWV
-oWV
-byn
-sVM
-sVM
-oio
-sVM
-sVM
-sVM
-sVM
-sVM
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(91,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-tJK
-xkY
-xkY
-xkY
-xkY
-xkY
-wJg
-xkY
-wJg
-xkY
-qpW
-qpW
-fyu
-qpW
-qpW
-xkY
-kbc
-nmz
-wFL
-cLj
-xGJ
-cLj
-dkL
-eCo
-czr
-czr
-uWP
-fJv
-pwv
-eCo
-mJw
-czr
-czr
-ckm
-eCo
-jFg
-gUH
-gUH
-qMp
-gUH
-ciy
-pSF
-mDo
-qBB
-liV
-qBB
-qBB
-mDo
-pSF
-qBB
-ujd
-pSF
-qBB
-qBB
-qBB
-tzO
-vnC
-pSF
-gUH
-xmI
-wIZ
-bWA
-jLT
-jLT
-jLT
-jLT
-gmD
-xmI
-xmI
-xmI
-xmI
-xmI
-xmI
-pQu
-rle
-kar
-pQu
-kwI
-kwI
-kwI
-xws
-xws
-vTm
-sjR
-sjR
-pTR
-sjR
-mTW
-kfD
-egB
-egB
-pLJ
-kfD
-tFS
-xmB
-awj
-vTm
-hve
-oWV
-oWV
-oWV
-oWV
-byn
-sVM
-uiW
-gjd
-bkA
-kmb
-xKh
-qvT
-sVM
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(92,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-xkY
-kXl
-xkY
-xkY
-xkY
-xkY
-vYj
-xkY
-xkY
-qpW
-xkY
-fyu
-qpW
-xkY
-xkY
-kbc
-nmz
-wFL
-cLj
-ftA
-cLj
-wFL
-eCo
-czr
-czr
-czr
-czr
-mbV
-eCo
-dzB
-czr
-czr
-vBy
-eCo
-jFg
-gUH
-gUH
-qMp
-gUH
-ciy
-pSF
-lHI
-qBB
-qBB
-qBB
-qBB
-smr
-pSF
-dVl
-qBB
-pSF
-jFk
-jFk
-voN
-tzO
-bkg
-pSF
-gUH
-xmI
-jLT
-bWA
-jLT
-jLT
-jLT
-jLT
-jLT
-xmI
-pQu
-pQu
-pQu
-pQu
-pQu
-pQu
-kar
-kar
-pQu
-kwI
-kwI
-kwI
-xws
-vYy
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vTm
-vEj
-oWV
-oWV
-oWV
-oWV
-byn
-sVM
-uiW
-ceR
-gjd
-gjd
-uiW
-uiW
-sVM
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(93,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-xkY
-xkY
-xkY
-xkY
-kXl
-fai
-jBg
-xkY
-xkY
-qpW
-xkY
-fyu
-qpW
-qpW
-xkY
-kbc
-nmz
-wFL
-cLj
-cLj
-cLj
-wFL
-eCo
-czr
-czr
-czr
-czr
-tVU
-eCo
-dxw
-czr
-czr
-cKH
-eCo
-jFg
-gUH
-gUH
-gUH
-gUH
-ciy
-pSF
-nnD
-qBB
-qBB
-qBB
-qBB
-qBB
-kRK
-qBB
-qBB
-pSF
-ucQ
-qQR
-fES
-tzO
-lCs
-pSF
-gUH
-xmI
-jLT
-bWA
-jLT
-jLT
-jLT
-jLT
-jLT
-xmI
-pQu
-jLr
-jLr
-jLr
-jLr
-jLr
-xBf
-xBf
-pQu
-kwI
-kwI
-kwI
-xws
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-eEr
-nPD
-oWV
-oWV
-oWV
-oWV
-byn
-sVM
-enX
-bpu
-cBG
-cBG
-vFR
-mCZ
-sVM
-kwI
-kwI
-fOb
-fOb
-cSO
-"}
-(94,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-xkY
-xkY
-xkY
-xkY
-xkY
-wye
-jBg
-xkY
-xkY
-xkY
-xkY
-nQI
-dgz
-dgz
-pEG
-vYQ
-nmz
-wFL
-kcJ
-cLj
-fxF
-wFL
-eCo
-hwd
-cmx
-lbh
-spW
-czr
-eCo
-czr
-czr
-asY
-gMc
-eCo
-jFg
-gUH
-gUH
-gUH
-gUH
-ciy
-pSF
-qOr
-pUb
-unN
-poj
-qBB
-qBB
-mPJ
-seG
-qBB
-pSF
-qPH
-qBB
-qBB
-tzO
-ycK
-pSF
-gUH
-xmI
-jLT
-bWA
-jLT
-rgB
-ngN
-hrB
-bJd
-xmI
-pQu
-jLr
-jLr
-jLr
-peV
-jLr
-xBf
-xBf
-pQu
-kwI
-kwI
-kwI
-xws
-vYy
-vYy
-vYy
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-ecc
-oWV
-oWV
-xox
-oWV
-hve
-sVM
-uiW
-rAC
-fAY
-gjd
-uiW
-bmP
-sVM
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(95,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-xkY
-xkY
-rZv
-rZv
-xkY
-mlh
-jBg
-xkY
-xkY
-xkY
-xkY
-nxv
-tJK
-tJK
-tJK
-tJK
-nmz
-nmz
-nmz
-nmz
-nmz
-nmz
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-eCo
-jFg
-gUH
-gUH
-gUH
-gUH
-ciy
-pSF
-pSF
-jug
-pSF
-pSF
-jug
-pSF
-pSF
-pSF
-pSF
-pSF
-vNT
-vNT
-qSf
-lom
-pSF
-pSF
-gUH
-xmI
-xmI
-vpi
-xmI
-roX
-roX
-roX
-xmI
-xmI
-pQu
-xBf
-xBf
-pQu
-pQu
-pQu
-pQu
-pQu
-pQu
-xws
-xws
-xws
-xws
-vYy
-vYy
-vYy
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-byn
-oWV
-oWV
-oWV
-oWV
-hve
-sVM
-uiW
-rAC
-gjd
-gjd
-mdn
-tAK
-sVM
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(96,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-akp
-akp
-akp
-akp
-akp
-akp
-xOC
-xkY
-xkY
-xkY
-xkY
-kGd
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-dUx
-dUx
-dUx
-dUx
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-dJR
-eEV
-wTa
-wTa
-wTa
-wTa
-taU
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-bDA
-ksY
-iKX
-iKX
-iKX
-iKX
-iKX
-vdH
-iKX
-iKX
-iKX
-iKX
-iiB
-iKX
-iKX
-iKX
-iKX
-mbF
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-yiA
-uiW
-rAC
-vNr
-vNr
-rrE
-iSm
-sVM
-sVM
-sVM
-sVM
-sVM
-cSO
-"}
-(97,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xVT
-xVT
-xVT
-xVT
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-oUf
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-nuk
-gUH
-gUH
-iuW
-gUH
-gUH
-gUH
-gUH
-jFg
-sxE
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-rVS
-sxE
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-byn
-oWV
-oWV
-oWV
-oWV
-bvI
-yiA
-uiW
-gjd
-gjd
-mdn
-gjd
-eQP
-sVM
-oQC
-gjd
-fiP
-sVM
-cSO
-"}
-(98,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-nNC
-qmL
-bxD
-egI
-egI
-egI
-nNC
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xVT
-xVT
-xVT
-vYh
-qMp
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-qMp
-qMp
-gUH
-gUH
-gUH
-qMp
-qvb
-mhF
-gUH
-gUH
-gUH
-jFg
-lby
-axK
-axK
-iCk
-axK
-axK
-axK
-axK
-iCk
-axK
-rVS
-sxE
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-byn
-oWV
-oWV
-oWV
-oWV
-byn
-yiA
-cKj
-gjd
-gjd
-gjd
-uiW
-uiW
-sVM
-uiW
-gjd
-iUb
-sVM
-cSO
-"}
-(99,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-nNC
-uym
-uym
-uym
-uym
-uym
-fNq
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xVT
-xVT
-xVT
-xVT
-qMp
-qMp
-qMp
-qMp
-qMp
-qMp
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-qMp
-qMp
-qMp
-gUH
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-nhI
-gUH
-gUH
-gUH
-gUH
-gUH
-cGH
-gUH
-qMp
-qMp
-qMp
-gUH
-qMp
-qvb
-qMp
-gUH
-gUH
-gUH
-jFg
-lby
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-eEv
-rVS
-sxE
-vYy
-vYy
-vYy
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-gxH
-nZv
-oWV
-oWV
-oWV
-wHk
-git
-fIM
-tjm
-uiW
-gjd
-uiW
-uiW
-oio
-bJB
-gjd
-bbG
-sVM
-cSO
-"}
-(100,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-nNC
-uym
-uym
-uym
-uym
-uym
-fNq
-uym
-uym
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-kQc
-bse
-bse
-bse
-bse
-bDX
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-qMp
-qMp
-qMp
-qMp
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-oUf
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-qMp
-qMp
-qMp
-qvb
-qMp
-qMp
-gUH
-gUH
-jFg
-lby
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-azY
-axK
-sxE
-eEr
-eEr
-eEr
-vYy
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-lNU
-vYy
-eEr
-gxH
-nZv
-oWV
-oWV
-oWV
-vpg
-sVM
-axQ
-qyO
-uiW
-uiW
-uiW
-uiW
-sVM
-mMi
-qCk
-gjd
-sVM
-cSO
-"}
-(101,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-aLN
-nNC
-uym
-uym
-uym
-uym
-uym
-xXF
-mrD
-rXr
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-qiY
-wPs
-wPs
-shS
-xkY
-xkY
-qpW
-xkY
-oZv
-bcn
-tzd
-bcn
-bcn
-bcn
-bcn
-uaB
-dUx
-dUx
-dUx
-dUx
-qQY
-iKX
-ahv
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-iiB
-iKX
-iKX
-ahv
-ahv
-ahv
-ahv
-iKX
-iKX
-iKX
-iKX
-iKX
-iKX
-ilv
-iKX
-iKX
-iKX
-iiB
-iKX
-iKX
-iKX
-iKX
-ilv
-iKX
-iKX
-iKX
-iKX
-kaF
-iKX
-iKX
-iKX
-iKX
-iKX
-rxQ
-gUH
-qMp
-gUH
-gUH
-jFg
-sxE
-hMI
-pDe
-qZA
-axK
-axK
-axK
-axK
-axK
-azY
-axK
-sxE
-sJN
-sJN
-eEr
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-eEr
-oTI
-oWV
-oWV
-oWV
-oWV
-vpg
-sVM
-uiW
-tCw
-lxi
-ePk
-uiW
-ruD
-sVM
-gva
-gva
-cpy
-sVM
-cSO
-"}
-(102,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-nNC
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-xkY
-nxv
-nCD
-nkx
-nCD
-nCD
-nIa
-nCD
-nIa
-nCD
-nCD
-fTi
-uuE
-uuE
-uuE
-ssD
-ssD
-ssD
-mhT
-mhT
-ssD
-ssD
-mPt
-ssD
-vHj
-vHj
-vDk
-vDk
-gUH
-gUH
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-jHv
-jHv
-bCA
-uvF
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-iFK
-iFK
-dfD
-dfD
-iFK
-iFK
-bGL
-jdf
-jFg
-gUH
-qMp
-gUH
-gUH
-jFg
-sxE
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-axK
-azY
-jil
-sxE
-ptL
-wwA
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-eEr
-byn
-oWV
-oWV
-oWV
-oWV
-vpg
-sVM
-sVM
-sVM
-sVM
-oio
-sVM
-sVM
-sVM
-sVM
-sVM
-sVM
-sVM
-cSO
-"}
-(103,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-nNC
-nNC
-ebr
-nNC
-nNC
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-xkY
-nxv
-nCD
-urX
-arC
-arC
-xYR
-giZ
-vYX
-arC
-nCD
-fTi
-fTi
-fTi
-fTi
-ssD
-kTX
-uJt
-evH
-iKW
-jwX
-umZ
-vxl
-ssD
-gUH
-gUH
-gUH
-qMp
-gUH
-gUH
-uvF
-ghQ
-oEg
-oLg
-hrq
-oLg
-oEg
-rCB
-rCB
-vaU
-uvF
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-iFK
-vKn
-jPr
-oDF
-oDF
-svx
-nsY
-nsY
-yca
-gUH
-qMp
-gUH
-gUH
-tdv
-xPS
-xmY
-xmY
-soD
-xmY
-noC
-axK
-axK
-gwZ
-axK
-jil
-sxE
-wcN
-xvD
-xvD
-ruJ
-xvD
-nLW
-cWZ
-xvD
-xvD
-xvD
-xvD
-xvD
-xvD
-svT
-oWV
-ged
-oWV
-oWV
-vpg
-hdf
-kwI
-kwI
-sVM
-gjd
-uiW
-uiW
-uiW
-sVM
-kwI
-kwI
-kwI
-cSO
-"}
-(104,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-aLN
-nNC
-nNC
-qmL
-jsj
-prL
-olG
-dUl
-nNC
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-qpW
-xkY
-nxv
-nCD
-urX
-arC
-arC
-arC
-aqS
-aqS
-arC
-nCD
-fTi
-fTi
-fTi
-fTi
-ssD
-kTX
-ojt
-nIV
-ojt
-ojt
-ojt
-vxl
-ssD
-gUH
-gUH
-gUH
-qMp
-gUH
-gUH
-uvF
-vZr
-oLg
-plT
-oLg
-plT
-rCB
-oLg
-pwd
-vaU
-uvF
-gUH
-qMp
-eht
-qMp
-gUH
-hwt
-iFK
-vWa
-hMj
-vyv
-tgi
-iFK
-iFK
-iFK
-ciy
-gUH
-qMp
-gUH
-gUH
-jFg
-sxE
-axK
-axK
-axK
-axK
-goo
-oAf
-rPl
-nBa
-ihj
-ihj
-sxE
-byn
-oWV
-oWV
-oWV
-oWV
-oWV
-nZv
-oWV
-oWV
-oWV
-oWV
-oWV
-oWV
-oWV
-xox
-ged
-oWV
-oWV
-vpg
-hdf
-kwI
-kwI
-sVM
-gjd
-gjd
-gjd
-uiW
-sVM
-kwI
-kwI
-kwI
-cSO
-"}
-(105,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-nNC
-nNC
-nNC
-uym
-jsj
-jsj
-olG
-olG
-nNC
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-qpW
-xkY
-xkY
-nxv
-nCD
-urX
-lRg
-arC
-arC
-arC
-arC
-arC
-nCD
-fTi
-fTi
-fTi
-fTi
-ssD
-rKT
-ojt
-ojt
-ojt
-ojt
-ojt
-vxl
-ssD
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-uvF
-qER
-oLg
-oLg
-oLg
-oLg
-pwd
-oLg
-eCG
-vaU
-uvF
-nkF
-qMp
-qMp
-qMp
-gUH
-sPy
-iFK
-vWa
-mKW
-vyv
-mkv
-mkv
-hix
-dfD
-ciy
-gUH
-qMp
-gUH
-gUH
-jFg
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-sxE
-byn
-oWV
-kSB
-oWV
-oWV
-ged
-ged
-oWV
-oWV
-oWV
-oWV
-ged
-ged
-ged
-ged
-ged
-oWV
-oWV
-vpg
-hdf
-kwI
-kwI
-sVM
-uiW
-uiW
-iRp
-uiW
-sVM
-kwI
-kwI
-kwI
-cSO
-"}
-(106,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-jsj
-tlc
-nNC
-uym
-jsj
-jsj
-olG
-olG
-nNC
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-wPs
-wPs
-wPs
-wPs
-wPs
-wPs
-hYo
-xkY
-xkY
-xkY
-kQc
-nxC
-nCD
-pAc
-arC
-arC
-arC
-arC
-arC
-arC
-nCD
-fTi
-fTi
-fTi
-fTi
-ssD
-tBv
-ojt
-lgU
-rBk
-mnX
-gTD
-kgd
-ssD
-uvF
-uvF
-uvF
-uvF
-uvF
-gnQ
-uvF
-oLg
-oLg
-efK
-kTD
-oLg
-hbI
-oLg
-oLg
-vaU
-uvF
-hat
-gUH
-gUH
-qMp
-aLF
-nDv
-iFK
-siR
-ibm
-vyv
-mkv
-fug
-fug
-iFK
-ciy
-gUH
-qMp
-gUH
-gUH
-jFg
-nqz
-qoj
-bsQ
-gse
-nqz
-gNw
-vxh
-gNw
-gXY
-iYH
-gNw
-nqz
-byn
-oWV
-oWV
-ged
-wbp
-oWV
-oWV
-oWV
-oWV
-ged
-ged
-ged
-ged
-ged
-ged
-ged
-oWV
-oWV
-vpg
-hdf
-kwI
-kwI
-sVM
-sVM
-sVM
-sVM
-sVM
-sVM
-kwI
-kwI
-kwI
-cSO
-"}
-(107,1,1) = {"
-cSO
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-jsj
-xGI
-iaL
-uym
-nNC
-nNC
-nNC
-nNC
-olG
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-nCD
-arC
-pum
-arC
-arC
-arC
-pum
-arC
-nCD
-fTi
-fTi
-fTi
-fTi
-ssD
-ssD
-ssD
-ssD
-ssD
-ssD
-ssD
-ssD
-ssD
-oLg
-oLg
-oLg
-oEg
-oLg
-oLg
-uvF
-oLg
-oLg
-plT
-oLg
-plT
-eCG
-oLg
-oLg
-vaU
-uvF
-krj
-ggg
-gUH
-aLF
-vsq
-hmw
-iFK
-nbx
-jPH
-vyv
-vyv
-jWy
-qmE
-dfD
-ciy
-gUH
-gUH
-gUH
-gUH
-jFg
-nqz
-oJZ
-poQ
-vlA
-nqz
-gNw
-nqz
-jZe
-gNw
-gNw
-gNw
-nqz
-wHk
-kXK
-ged
-wbp
-oWV
-oWV
-oWV
-oWV
-hVz
-nZv
-nZv
-oWV
-ged
-ged
-ged
-ged
-ged
-oWV
-vpg
-hdf
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(108,1,1) = {"
-cSO
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-jsj
-jsj
-jsj
-uym
-olG
-nNC
-aLN
-nNC
-trZ
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-nCD
-nCD
-nCD
-nCD
-nCD
-bhS
-nCD
-nCD
-nCD
-nCD
-nCD
-fTi
-fTi
-fTi
-fTi
-fTi
-uvF
-oLg
-oLg
-oLg
-oLg
-gnQ
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-uvF
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-hRH
-vaU
-uvF
-iFK
-iFK
-iFK
-iFK
-iFK
-iFK
-iFK
-cPH
-vyv
-vyv
-vyv
-fOY
-gDM
-iFK
-ciy
-gUH
-gUH
-gUH
-gUH
-jFg
-foA
-gNw
-qCI
-gNw
-vxh
-jdB
-nqz
-eVu
-gNw
-jZe
-gNw
-nqz
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-dvG
-vpg
-gUX
-kEA
-kEA
-vpg
-vpg
-vpg
-wGu
-vpg
-vpg
-vpg
-qrS
-hdf
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(109,1,1) = {"
-cSO
-nUU
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-qmL
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-nCD
-arC
-arC
-dsh
-arC
-arC
-arC
-nCD
-cUh
-txq
-nCD
-fTi
-ptd
-gUH
-ptd
-fTi
-uvF
-jCn
-ufy
-uGV
-oLg
-uvF
-jLn
-jLn
-jLn
-oLg
-oLg
-puf
-uvF
-eXh
-lEq
-qrc
-cqn
-ewc
-fxL
-lEq
-lEq
-lJU
-uvF
-ebV
-vCW
-uBs
-kaB
-iFK
-eiB
-mkv
-nvX
-vyv
-vyv
-jze
-fug
-kGf
-dfD
-ciy
-gUH
-gUH
-qMp
-gUH
-jFg
-foA
-gNw
-qCI
-wkT
-nqz
-gNw
-nqz
-iTX
-hSv
-fYS
-eNs
-nqz
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-hdf
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(110,1,1) = {"
-cSO
-nUU
-uym
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tsh
-tME
-tME
-jJu
-jJu
-eFx
-eFx
-eFx
-eFx
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-nCD
-ohP
-aDq
-aDq
-cQS
-arC
-lRg
-nCD
-fdX
-mbw
-nCD
-fTi
-pZR
-gUH
-pZR
-fTi
-uvF
-qhu
-qhu
-qhu
-oLg
-uvF
-kVM
-oLg
-jLn
-oLg
-oLg
-jLn
-uvF
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-oLg
-uvF
-ruh
-vCW
-vCW
-vCW
-eLy
-mkv
-mkv
-mkv
-vyv
-vyv
-vyv
-mkv
-ofP
-iFK
-ciy
-gUH
-qMp
-qMp
-gUH
-jFg
-nqz
-gNw
-mHC
-gNw
-nqz
-wkT
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(111,1,1) = {"
-cSO
-nUU
-uym
-tME
-tME
-tME
-tME
-anm
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-tME
-anm
-tME
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-nCD
-bUk
-aDq
-aDq
-cQS
-arC
-gvC
-nCD
-mbw
-xSN
-nCD
-fTi
-gUH
-gUH
-gUH
-fTi
-uvF
-tHV
-vQq
-ufy
-oLg
-uvF
-oLg
-oLg
-oLg
-oLg
-oLg
-puf
-uvF
-oLg
-nfW
-uWN
-jyp
-oLg
-nfW
-eIW
-nmh
-mIs
-uvF
-vSY
-vCW
-vCW
-vCW
-iFK
-acA
-aQF
-mkv
-rRk
-ofP
-kOY
-gDM
-gDM
-iFK
-ciy
-gUH
-qMp
-qMp
-qMp
-jFg
-nqz
-nqz
-ivt
-nqz
-nqz
-kZe
-nqz
-gNw
-gNw
-pvH
-gNw
-lPA
-ldN
-vGC
-kns
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-cSO
-"}
-(112,1,1) = {"
-cSO
-nUU
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-rwd
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-nCD
-ohP
-aDq
-aDq
-cQS
-arC
-arC
-nCD
-tWz
-nCD
-nCD
-fTi
-gUH
-gUH
-gUH
-fTi
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-oLg
-oLg
-oLg
-pnJ
-gVR
-jLn
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-uvF
-pdJ
-vCW
-vMQ
-bsT
-iFK
-iFK
-iFK
-dfD
-iFK
-dfD
-iFK
-iFK
-iFK
-iFK
-dKX
-gUH
-qMp
-qMp
-qMp
-jFg
-nqz
-giX
-qCI
-gNw
-vxh
-gNw
-nqz
-gNw
-gNw
-vAg
-nAB
-gNw
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(113,1,1) = {"
-cSO
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-nCD
-arC
-arC
-arC
-arC
-arC
-arC
-dsh
-arC
-arC
-nCD
-fTi
-gUH
-gUH
-gUH
-fTi
-fTi
-fTi
-fTi
-fTi
-vUp
-vUp
-vUp
-vUp
-vUp
-vUp
-vUp
-vUp
-vUp
-csD
-oNf
-nEs
-oNf
-csD
-oNf
-bWB
-dHX
-csD
-iFK
-iFK
-iFK
-iFK
-iFK
-iFK
-orD
-orD
-rZd
-fTi
-rZd
-fTi
-fTi
-fTi
-uuE
-ciy
-gUH
-qMp
-qMp
-gUH
-jFg
-nqz
-mub
-nyd
-gNw
-nqz
-gNw
-nqz
-gqa
-bKb
-bKb
-bKb
-bKb
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-cSO
-"}
-(114,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-tsh
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-nCD
-lyE
-arC
-lRg
-arC
-gcI
-ePr
-bsp
-arC
-arC
-qXx
-fTi
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-fTi
-vUp
-vKE
-oYc
-fbP
-jCM
-jCM
-jCM
-jCM
-jCM
-csD
-dHX
-qqI
-oNf
-csD
-oNf
-dHX
-dHX
-csD
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-iCt
-uuE
-ddM
-gUH
-qMp
-qMp
-gUH
-jFg
-nqz
-gNw
-qCI
-gNw
-nqz
-jdB
-nqz
-kXy
-gNw
-gNw
-gNw
-gNw
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(115,1,1) = {"
-cSO
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-nCD
-arC
-arC
-arC
-arC
-eOy
-ePr
-doL
-arC
-arC
-qXx
-fTi
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-fTi
-vUp
-vKE
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-csD
-pBj
-oNf
-oNf
-csD
-oNf
-aXO
-oNf
-csD
-iCt
-iCt
-iCt
-iCt
-iCt
-klz
-klz
-klz
-klz
-klz
-klz
-klz
-klz
-klz
-klz
-jFg
-gUH
-qMp
-qMp
-gUH
-fyy
-rEg
-qeU
-ffB
-mjV
-nqz
-gNw
-vxh
-gNw
-gNw
-nqj
-tnk
-gae
-ldN
-vGC
-kns
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(116,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-jdn
-sSg
-hRU
-mlB
-fWI
-jnm
-hRU
-abV
-abV
-rba
-fHJ
-hRU
-bUw
-abV
-abV
-mHL
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-nCD
-fTi
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-gUH
-fTi
-vUp
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-sgS
-dcp
-nxx
-oNf
-oNf
-aTg
-oNf
-pBj
-dHX
-csD
-iCt
-iCt
-iCt
-iCt
-iCt
-klz
-iuu
-iuu
-xMQ
-jKG
-mKO
-mKO
-rEL
-iuu
-klz
-jFg
-gUH
-gUH
-gUH
-gUH
-jFg
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-nqz
-ldN
-vGC
-kns
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(117,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-syc
-hRU
-hRU
-hRU
-fWI
-hRU
-fWI
-bUw
-abV
-hRU
-fWI
-hRU
-hRU
-abV
-abV
-lCc
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-nOA
-gtW
-oJI
-dUx
-tJK
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-pZR
-gUH
-gUH
-gUH
-gUH
-gUH
-pZR
-fTi
-vUp
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-kgw
-csD
-tOd
-oNf
-oNf
-csD
-oNf
-lpg
-pBj
-csD
-iCt
-iCt
-iCt
-iCt
-iCt
-klz
-iuu
-jRx
-iuu
-iuu
-oYJ
-mKO
-mKO
-jRx
-klz
-wib
-ffI
-ffI
-ffI
-ffI
-wib
-vMt
-xXM
-uWQ
-xzN
-tQg
-vMt
-tKg
-tKg
-dyc
-psi
-psi
-psi
-ldN
-vGC
-kns
-dQZ
-nra
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(118,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-sOG
-hRU
-hRU
-nZI
-hRU
-hRU
-fWI
-hRU
-abV
-hRU
-hRU
-hRU
-hRU
-abV
-abV
-lCc
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dUx
-gtW
-gtW
-gtW
-oJI
-dUx
-tJK
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-ptd
-pZR
-gUH
-gUH
-gUH
-pZR
-ptd
-fTi
-vUp
-jCM
-jCM
-jCM
-jCM
-rlc
-jCM
-jCM
-kgw
-csD
-lbS
-pBj
-oNf
-csD
-oNf
-pBj
-pBj
-csD
-iCt
-iCt
-iCt
-iCt
-iCt
-klz
-jrV
-uUL
-vLA
-hvA
-fqB
-iuu
-mKO
-vBr
-baP
-wib
-ffI
-ffI
-ffI
-ffI
-wib
-qwf
-lrU
-roq
-dDr
-dDr
-vMt
-tgo
-tgo
-bJP
-tgo
-tgo
-tgo
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(119,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-rwd
-tME
-sAd
-hRU
-sSg
-hRU
-hRU
-tcK
-fWI
-nZI
-hRU
-hRU
-tcK
-hRU
-hRU
-hRU
-abV
-lCc
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-tZo
-iDI
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-tJK
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-fTi
-vUp
-jCM
-jCM
-jCM
-jCM
-jCM
-rlc
-jCM
-kgw
-csD
-csD
-csD
-csD
-csD
-csD
-csD
-csD
-csD
-klz
-klz
-klz
-klz
-klz
-klz
-iuu
-iuu
-iuu
-iuu
-prT
-prT
-iNF
-iuu
-klz
-wib
-ffI
-ffI
-ffI
-ffI
-wib
-vMt
-lTV
-dDr
-jwz
-dDr
-hOs
-bJP
-bJP
-bJP
-bED
-aZy
-oqO
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(120,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-oDA
-hYo
-xkY
-xkY
-xkY
-xkY
-vDp
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-uhC
-uhC
-uhC
-uhC
-uhC
-uqG
-uhC
-izs
-uhC
-uhC
-uhC
-uhC
-uhC
-uhC
-uhC
-bVH
-uhC
-klz
-iuu
-rbz
-hcE
-kfF
-klz
-iuu
-eVR
-vSV
-nUj
-eAP
-tQr
-iuu
-iuu
-klz
-gzQ
-ffI
-ffI
-ffI
-ffI
-wib
-sPZ
-dDr
-dDr
-dDr
-ijg
-vMt
-tPu
-bJP
-vMt
-vMt
-vMt
-vMt
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(121,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-rlc
-kgw
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-bVH
-uhC
-klz
-iuu
-iuu
-iuu
-iuu
-klz
-iuu
-iTW
-vSV
-mCH
-caz
-gog
-iuu
-iuu
-klz
-wib
-ffI
-ffI
-ffI
-ffI
-wib
-sPZ
-gku
-dtT
-wpz
-dDr
-vMt
-tPu
-bJP
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(122,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-jCM
-jCM
-jCM
-jCM
-jCM
-rlc
-rlc
-nMz
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-bVH
-uhC
-klz
-iuu
-iNF
-iuu
-iuu
-klz
-qok
-rTi
-rTi
-mAj
-rTi
-rTi
-brY
-pVt
-klz
-iuA
-ffI
-ffI
-ffI
-ffI
-wib
-fRx
-sKj
-oFp
-dDr
-sAW
-vMt
-rmH
-tgo
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-dQZ
-dQZ
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(123,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-kbc
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-gtW
-jCM
-jCM
-jCM
-jCM
-rlc
-rlc
-rlc
-nMz
-rlc
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-bVH
-uhC
-klz
-iuu
-iuu
-iuu
-iuu
-baP
-iNF
-fTB
-mKO
-ktB
-oYJ
-eUT
-oYJ
-iaN
-kcd
-gWn
-ffI
-ffI
-ffI
-ffI
-wib
-qwf
-oUU
-bpJ
-goO
-ljA
-vMt
-tPq
-tgo
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(124,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-hFC
-hFC
-hFC
-kxO
-olG
-trZ
-olG
-dUl
-eVV
-tME
-vdF
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-sOC
-dgz
-dgz
-dgz
-dgz
-dgz
-dgz
-dgz
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-bse
-hQS
-hQS
-hQS
-hQS
-vmS
-vmS
-hQS
-jaI
-rlc
-rlc
-jCM
-jCM
-jCM
-jCM
-jCM
-bVH
-uhC
-klz
-iuu
-iuu
-iuu
-iuu
-uHF
-iuu
-iuu
-fTB
-pNF
-mKO
-mKO
-mKO
-iuu
-vtz
-wib
-ffI
-uOi
-uOi
-ffI
-wib
-vMt
-dDr
-dDr
-hkk
-lcv
-vMt
-hXn
-tgo
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(125,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-olG
-olG
-cZx
-mkP
-olG
-olG
-hFC
-hFC
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-nxv
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-mXi
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-dUx
-uhC
-uhC
-lBz
-uhC
-uhC
-uqG
-uqG
-aXN
-cNt
-uRM
-hCh
-jCM
-jCM
-jCM
-jCM
-sTQ
-vUp
-klz
-iuu
-iuu
-jrE
-iNF
-uHF
-iuu
-iuu
-jrE
-iuu
-oju
-mKO
-jrE
-iuu
-klz
-wib
-ffI
-uOi
-uOi
-ffI
-wib
-qnc
-dDr
-dDr
-dDr
-cPB
-vMt
-hXn
-tgo
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-nra
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(126,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-nxv
-hqJ
-hqJ
-hqJ
-hqJ
-hqJ
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vUp
-hlh
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-jCM
-rlc
-rlc
-cyG
-rlc
-rlc
-jCM
-jCM
-sTQ
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-qWg
-bGu
-bGu
-bGu
-rvB
-tMw
-vMt
-akW
-qEO
-dVN
-eRj
-vMt
-pYC
-vMt
-vMt
-ffI
-ffI
-ghq
-ldN
-vGC
-kns
-kns
-kns
-ldN
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(127,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-nxv
-hqJ
-sKS
-aLY
-sKS
-sKS
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vUp
-jCM
-jCM
-pyw
-pyw
-pyw
-pyw
-jCM
-jCM
-jCM
-rlc
-cyG
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-nfP
-nfP
-jnM
-lVO
-xUn
-xUn
-jXm
-lVO
-xQd
-jio
-xQd
-xQd
-xQd
-xQd
-lVO
-itm
-uOi
-uOi
-uOi
-ffI
-wib
-vMt
-vMt
-vMt
-vMt
-vMt
-vMt
-kSF
-twG
-joU
-rvB
-rvB
-pyk
-pyk
-fLS
-oyk
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(128,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-rwd
-tME
-uym
-uym
-eRP
-jbV
-gxk
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-uym
-awX
-nAX
-egI
-egI
-qvx
-egI
-nNC
-uym
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-oSs
-xkY
-nxv
-hqJ
-rez
-mtM
-mtM
-ucy
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vUp
-jCM
-jCM
-pyw
-jCM
-jCM
-pyw
-jCM
-jCM
-jCM
-jCM
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-bQp
-bQp
-oZF
-lVO
-dWQ
-dWQ
-muS
-lVO
-gWX
-xQd
-xQd
-xQd
-xQd
-xQd
-wja
-wib
-uOi
-uOi
-uOi
-ffI
-dAR
-hbo
-qbv
-qbv
-qbv
-qbv
-qbv
-siK
-ffI
-ffI
-oyk
-oyk
-oyk
-oyk
-oyk
-oyk
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(129,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-lji
-wMn
-kAO
-uym
-uym
-uym
-auB
-tME
-vdF
-uym
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-fNq
-uym
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-qpW
-nxv
-hqJ
-jlx
-sKS
-sKS
-sKS
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-vUp
-jCM
-jCM
-jCM
-jCM
-jQZ
-pyw
-jCM
-jCM
-jCM
-jCM
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-bQp
-mHV
-krx
-lVO
-dWQ
-kdZ
-qiv
-lVO
-lPj
-xQd
-mRw
-xQd
-xQd
-xQd
-wja
-wib
-ffI
-uOi
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-oyk
-oyk
-oyk
-oyk
-oIR
-oIR
-oIR
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(130,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-rDL
-kAO
-xwx
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-fNq
-uym
-uym
-uym
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-qpW
-nxv
-hqJ
-jlx
-sKS
-sKS
-sKS
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-qMD
-qMD
-qMD
-jUM
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-qnH
-lVO
-lVO
-lVO
-fjR
-lVO
-lVO
-lVO
-xQd
-xQd
-mRw
-mRw
-mRw
-mRw
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-oyk
-oyk
-lwF
-lwF
-lwF
-oIR
-oIR
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(131,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-usk
-vUA
-sfE
-uym
-uym
-uym
-vdF
-xGi
-vdF
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-fNq
-uym
-uym
-nUU
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-qpW
-nxv
-hqJ
-jlx
-sKS
-sKS
-sKS
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-eWp
-eeD
-oJn
-oJn
-uWG
-qMD
-qMh
-vgS
-qMh
-qMD
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-xQd
-xQd
-xQd
-aoL
-xQd
-xQd
-xQd
-aoL
-xQd
-sIA
-xTI
-xTI
-xTI
-xTI
-qIz
-ppV
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-oyk
-oyk
-oIR
-lwF
-lwF
-oIR
-oIR
-pGb
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(132,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-cdn
-brz
-wcB
-uym
-uym
-uym
-vdF
-tME
-vdF
-vdF
-vdF
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-fNq
-uym
-uym
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-xkY
-qpW
-qpW
-rHS
-skV
-bhW
-sKS
-sKS
-sKS
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-eWp
-mcd
-bwI
-mcd
-wsa
-mOG
-oJn
-mcd
-mcd
-qMD
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-xQd
-xQd
-xQd
-xQd
-wcv
-bZr
-bZr
-bZr
-xQd
-lBQ
-xQd
-xQd
-xQd
-xQd
-tag
-wib
-ffI
-ffI
-ffI
-ffI
-vgl
-gUA
-gUA
-eEf
-eEf
-eEf
-eEf
-eEf
-pwl
-pwl
-oyk
-cNx
-vUE
-oSE
-lwF
-oIR
-oIR
-pGb
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(133,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-tME
-vdF
-fSN
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-ofz
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-xkY
-xkY
-xkY
-oQB
-hqJ
-hqJ
-hqJ
-hqJ
-hqJ
-hqJ
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-nMl
-mcd
-mcd
-mcd
-oJn
-mOG
-oJn
-mcd
-sGL
-qMD
-cqg
-jCM
-jCM
-jCM
-jCM
-qRg
-lVO
-fjR
-lVO
-lVO
-lVO
-lKP
-lVO
-lVO
-lVO
-hjb
-gVZ
-xQd
-xQd
-xQd
-xQd
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eZU
-jSf
-lgX
-rGF
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-rAN
-fpz
-alR
-uTv
-oyk
-oIR
-cJi
-pGb
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(134,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-eVV
-tME
-tME
-tME
-vdF
-gBn
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-hwS
-xkY
-xkY
-nxv
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-hxz
-mcd
-qZN
-oJn
-oJn
-jUM
-oJn
-bwI
-oJn
-qMD
-iyR
-jCM
-pSl
-jCM
-jCM
-sTQ
-lVO
-dWQ
-xUn
-jXm
-lVO
-hDU
-daA
-jnM
-lVO
-vCL
-gVZ
-xQd
-xQd
-xQd
-xQd
-wja
-wib
-ffI
-ffI
-ffI
-ffI
-eZU
-lgX
-gLF
-rGF
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-rAN
-csa
-faO
-aFt
-oyk
-oyk
-csa
-pGb
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(135,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tsh
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-tME
-vdF
-vdF
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-trZ
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-llG
-hwS
-llG
-llG
-nxv
-oeI
-oeI
-oeI
-oeI
-oeI
-oeI
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-qMD
-qMD
-mOG
-mOG
-mOG
-qMD
-dlU
-oJn
-oJn
-qMD
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-dWQ
-kdZ
-muS
-lVO
-nfP
-aVp
-qXi
-lVO
-xQd
-gVZ
-xQd
-xQd
-vrT
-xQd
-wja
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-sjW
-omt
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-ffI
-orr
-rIe
-oyk
-oyk
-oyk
-uOi
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(136,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-vdF
-vdF
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-xLI
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-llG
-lrd
-llG
-llG
-wlD
-xgw
-bjJ
-wOz
-wOz
-bVh
-oeI
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-hsr
-hsr
-bCU
-aSd
-fJV
-aVq
-oJn
-aVL
-oJn
-nNj
-iyR
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-dWQ
-dWQ
-gzl
-lVO
-nfP
-mHV
-yls
-lVO
-xQd
-gVZ
-lVO
-lVO
-lVO
-lVO
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-uOi
-uOi
-jxA
-ffI
-hcY
-bSX
-bSX
-hcY
-ffI
-jxA
-ffI
-uOi
-wni
-oyk
-oyk
-cJi
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(137,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-rwd
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-olG
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-llG
-llG
-llG
-nBF
-oeI
-uEM
-wOz
-uwy
-tIu
-oeI
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-oJn
-mcd
-oJn
-oJn
-oJn
-oJn
-mcd
-bwI
-oJn
-nNj
-xpT
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-lVO
-xQd
-gVZ
-bgp
-aLq
-gRa
-ihq
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-uOi
-uOi
-uOi
-ffI
-pYt
-nQZ
-nQZ
-hEE
-ffI
-ffI
-ffI
-ffI
-orX
-oyk
-lwF
-cJi
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(138,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-uqr
-qpW
-llG
-llG
-nxv
-oeI
-lKR
-tIu
-arQ
-hMZ
-oeI
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-gul
-mcd
-oJn
-oJn
-mcd
-mcd
-oJn
-oJn
-roU
-unS
-duD
-pyw
-jCM
-jCM
-jCM
-sTQ
-lVO
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-gVZ
-lVO
-aLq
-hua
-aLq
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-ffI
-ffI
-oIR
-jfz
-nQZ
-nQZ
-nQZ
-nQZ
-lCS
-ffI
-ffI
-oSE
-mmo
-lwF
-lwF
-cJi
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(139,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-bGs
-uym
-bGs
-bGs
-bEe
-adL
-iUn
-adL
-bGs
-bGs
-bGs
-bGs
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-nxv
-oeI
-kqq
-eJA
-dSp
-tIu
-oeI
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-mzD
-mcd
-vwo
-oJn
-sGL
-bwI
-vwo
-aVL
-gmZ
-qMD
-gpP
-pyw
-jCM
-jCM
-jCM
-sTQ
-lVO
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-xQd
-tHg
-lVO
-bgp
-jxH
-bgp
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-ffI
-ffI
-oIR
-jfz
-nQZ
-nQZ
-nQZ
-nQZ
-lCS
-ffI
-oIR
-uTv
-nXL
-lwF
-oIR
-uOi
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(140,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-bGs
-bGs
-bGs
-aBN
-bGs
-bGs
-bGs
-bGs
-bGs
-cxD
-bEe
-bGs
-dCN
-jsj
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-nxv
-oeI
-jXF
-sYO
-qRo
-phZ
-oeI
-xkY
-xkY
-cBQ
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-nuo
-nIS
-yaq
-ddF
-oJn
-oJn
-oJn
-oJn
-gIl
-qMD
-lMe
-pyw
-jCM
-jCM
-jCM
-sTQ
-lVO
-xQd
-xQd
-xQd
-xQd
-vrT
-xQd
-xQd
-xQd
-xQd
-gKO
-lVO
-hlG
-jxH
-tKE
-lVO
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-ffI
-ffI
-ffI
-oIR
-tmU
-nQZ
-nQZ
-aLd
-hcY
-oIR
-uTv
-lwF
-lwF
-lwF
-oIR
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(141,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-auB
-eQH
-vdF
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-jsj
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-xkY
-xkY
-xkY
-nxv
-oeI
-tIu
-bVh
-tIu
-tEo
-oeI
-xkY
-xkY
-cBQ
-qiU
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-oJn
-oJn
-gUw
-oJn
-flB
-qGK
-nzV
-wdZ
-uyJ
-qMD
-cqg
-jCM
-jCM
-jCM
-jCM
-sTQ
-lVO
-lVO
-lVO
-tag
-lVO
-lVO
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-ffI
-ffI
-jxA
-ffI
-oIR
-dMa
-eIb
-ffI
-oIR
-xHs
-lwF
-lwF
-vaE
-oIR
-ffI
-ffI
-ffI
-hRE
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(142,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tsh
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-eyX
-ppL
-trZ
-qmL
-jsj
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-nxv
-oeI
-oeI
-oeI
-oeI
-oeI
-oeI
-xkY
-xkY
-cBQ
-qiU
-qiU
-kwI
-kwI
-kwI
-qiU
-kwI
-kwI
-kwI
-kwI
-kwI
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-qMD
-xpT
-rlc
-jCM
-jCM
-rlc
-lni
-lni
-bVH
-lVO
-oDJ
-rzS
-vtV
-dxN
-pGR
-qKT
-uQe
-uQe
-lIf
-hnM
-brT
-sMT
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-eEf
-vIT
-vIT
-ffI
-uOi
-uOi
-uOi
-ffI
-ffI
-oIR
-lwF
-lwF
-lwF
-vaE
-oIR
-ffI
-ffI
-ghe
-iSs
-iSs
-iSs
-iSs
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(143,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-olG
-pTT
-eyX
-pdE
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-nxv
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-cBQ
-qiU
-kwI
-kwI
-qiU
-qiU
-qiU
-qiU
-qiU
-qiU
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-xws
-xpT
-rlc
-jCM
-rlc
-rlc
-jaF
-jWt
-bVH
-lVO
-hpN
-kMa
-ovC
-dxN
-kjj
-uQe
-uQe
-uQe
-qog
-liI
-fRa
-sMT
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-eZU
-lgX
-lgX
-rGF
-uOi
-uOi
-uOi
-ffI
-ffI
-oSE
-lwF
-oIR
-oIR
-xmH
-ffI
-ffI
-ffI
-ghe
-pba
-uHE
-eqV
-hDi
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(144,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-erz
-olG
-olG
-uym
-olG
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-oQB
-rcR
-rcR
-rcR
-rcR
-rcR
-rcR
-xkY
-xkY
-cBQ
-qiU
-qiU
-kwI
-qiU
-qiU
-kII
-sgV
-qiU
-qiU
-qiU
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-xws
-xpT
-jCM
-rlc
-rlc
-rlc
-jWt
-jWt
-jWt
-lVO
-lVO
-lVO
-lVO
-dxN
-apP
-uQe
-oZV
-jNa
-cGy
-liI
-fRa
-sMT
-sjm
-wib
-ffI
-ffI
-ffI
-ffI
-eZU
-jSf
-lgX
-rGF
-uOi
-ffI
-ffI
-ffI
-ffI
-oIR
-tkF
-tkF
-lgX
-xmH
-ffI
-ffI
-ffI
-ghe
-okL
-cYM
-cYM
-iui
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(145,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-rwd
-tME
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-pTT
-eyX
-hAU
-uym
-xLI
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-ulY
-aSE
-qVe
-mIP
-cpL
-cpL
-rcR
-xkY
-xkY
-cBQ
-qiU
-kwI
-kwI
-qiU
-mJR
-bbK
-pMm
-eDq
-wKx
-qiU
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-xws
-xpT
-jCM
-jCM
-jCM
-jCM
-jWt
-xFw
-mmQ
-sxK
-sxK
-tTP
-qcX
-dxN
-vZz
-oZV
-oZV
-oZV
-qcC
-liI
-fRa
-gIF
-sjm
-wib
-ffI
-ffI
-ffI
-ffI
-vgl
-vtc
-vtc
-eEf
-eEf
-eEf
-eEf
-eEf
-oIR
-fcX
-qjf
-qjf
-ihb
-rRI
-ffI
-ffI
-ffI
-ghe
-iSs
-cYM
-pCL
-jxR
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(146,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tsh
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-eyX
-aXL
-gGJ
-uym
-olG
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-hYo
-rcR
-wdS
-cpL
-cpL
-cpL
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-sgV
-bbK
-dNd
-kII
-kII
-bbK
-qiU
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-xws
-mEW
-dhM
-hQS
-hQS
-eVY
-mmQ
-vrJ
-bVH
-uek
-uek
-vDN
-qcX
-dxN
-cjK
-oZV
-oZV
-oZV
-xRk
-liI
-nJg
-fgS
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-uOi
-gxO
-ujr
-ujr
-fgV
-ffI
-uOi
-uOi
-ffI
-pLW
-uDi
-snZ
-pMs
-spp
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(147,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-aLN
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-irW
-qpW
-xkY
-hYo
-rcR
-wdS
-cpL
-cpL
-cpL
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-qiU
-pUW
-kII
-nDN
-gvG
-xQV
-qiU
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-wDM
-kgD
-oMS
-oMS
-oMS
-eLL
-kgD
-ist
-uek
-uek
-uek
-vDN
-qcX
-dxN
-oRr
-oZV
-oZV
-uQe
-dxN
-dxN
-ogU
-dxN
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-uOi
-ghe
-ltr
-ltr
-fgV
-uOi
-uOi
-uOi
-uOi
-nTb
-iSs
-iSs
-iSs
-iSs
-iSs
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(148,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-rBQ
-rBQ
-rBQ
-rBQ
-cBZ
-rBQ
-rBQ
-rBQ
-vdF
-tME
-vdF
-uym
-taF
-taF
-taF
-uym
-nNC
-egI
-egI
-wFV
-egI
-egI
-egI
-qmL
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-qpW
-xkY
-hYo
-rcR
-wdS
-cpL
-cpL
-cpL
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-qiU
-bbK
-kII
-qiU
-qiU
-eDq
-qiU
-kwI
-moz
-moz
-moz
-moz
-tDe
-tDe
-tDe
-moz
-moz
-moz
-moz
-kgD
-oMS
-oMS
-oMS
-eLL
-kgD
-gJj
-fIP
-gIj
-uek
-bfZ
-qcX
-dxN
-vfQ
-uYt
-fYO
-fYO
-fYO
-fYO
-rZH
-nIP
-xEy
-ppV
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-uOi
-uOi
-rnb
-ltr
-ltr
-fgV
-uOi
-ffI
-uOi
-ffI
-vtf
-wzU
-iBs
-hRE
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-oVr
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(149,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-rBQ
-rBQ
-rBQ
-uym
-taF
-taF
-taF
-uym
-nNC
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-xkY
-xkY
-xkY
-hYo
-rcR
-pYY
-mFX
-mFX
-llF
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-nVd
-mJR
-eDq
-xdg
-eDq
-mJR
-qiU
-kwI
-moz
-moz
-moz
-moz
-tDe
-veo
-tDe
-tDe
-moz
-moz
-moz
-kgD
-oMS
-oMS
-oMS
-eLL
-kgD
-gJj
-fIP
-fIP
-uek
-vDN
-qcX
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-dxN
-wib
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-ffI
-uOi
-uOi
-ffI
-ghe
-ltr
-ltr
-fgV
-uOi
-ffI
-uOi
-uOi
-vtf
-wzU
-ffI
-hRE
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-oVr
-dwh
-oVr
-dwh
-dwh
-oVr
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(150,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-pgz
-uym
-uym
-taF
-taF
-taF
-uym
-olG
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-xkY
-qpW
-xkY
-xkY
-hYo
-rcR
-cpL
-cpL
-cpL
-cpL
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-qiU
-qiU
-qiU
-qiU
-nVd
-kwI
-kwI
-moz
-moz
-tDe
-tDe
-tDe
-moz
-tDe
-tDe
-tDe
-moz
-moz
-kgD
-oMS
-oMS
-oMS
-eLL
-kgD
-qCD
-fIP
-eSb
-uek
-vDN
-qcX
-qcX
-gUE
-xGz
-xGz
-xGz
-xGz
-xGz
-xGz
-xGz
-xGz
-pun
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-jzT
-oig
-qjf
-qjf
-bFm
-eEf
-eEf
-eEf
-eEf
-wib
-hLv
-bbI
-hRE
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(151,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-tME
-tME
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-rBQ
-rBQ
-dYl
-uym
-taF
-taF
-taF
-uym
-xLI
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-hYo
-mXi
-mXi
-mXi
-mXi
-hYo
-rcR
-rcR
-rcR
-rcR
-rcR
-rcR
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-tDe
-tDe
-moz
-moz
-tDe
-tDe
-tDe
-moz
-moz
-kgD
-oMS
-nTD
-oMS
-eLL
-kgD
-gJj
-fIP
-fIP
-uek
-uZp
-sxK
-sxK
-sxK
-wyO
-wyO
-wyO
-wyO
-wyO
-wyO
-wyO
-wyO
-xHn
-hbo
-hbo
-hbo
-uWF
-hbo
-hbo
-hbo
-hbo
-hbo
-hbo
-hbo
-mmM
-mmM
-isp
-tkF
-tkF
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-hRE
-hRE
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(152,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bsx
-rBQ
-rBQ
-uym
-taF
-taF
-taF
-uym
-nNC
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-tME
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-tJK
-eKw
-kIK
-kIK
-tJK
-xSs
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-oDA
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-veo
-tDe
-moz
-moz
-moz
-tDe
-tDe
-moz
-moz
-kgD
-bXp
-uCT
-nTD
-dsj
-kgD
-gJj
-fIP
-fIP
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-xws
-xws
-xws
-xws
-xws
-xws
-ppl
-ppl
-ppl
-pgM
-uTf
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-jzT
-jzT
-pun
-tkF
-tkF
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(153,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-rBQ
-rBQ
-rBQ
-uym
-taF
-taF
-taF
-uym
-nNC
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nUU
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-tJK
-xSs
-xSs
-xSs
-tJK
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-xkY
-oDA
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-tDe
-moz
-moz
-moz
-tDe
-tDe
-veo
-moz
-jRz
-oMS
-nTD
-oMS
-eLL
-cUE
-gJj
-fIP
-fIP
-rkN
-fIP
-fIP
-bMU
-mCF
-vFu
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-aQK
-lJQ
-lzO
-vIz
-lzO
-eHl
-lzO
-lzO
-lzO
-cQh
-ppl
-jzT
-jzT
-pun
-spN
-tkF
-ghq
-tVq
-eSN
-eSN
-fEs
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(154,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-uym
-xYg
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-oDA
-tJK
-tJK
-tJK
-tJK
-tJK
-oDA
-oDA
-oDA
-oDA
-oDA
-oDA
-oDA
-oDA
-oDA
-oDA
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-moz
-kgD
-nTD
-nTD
-nTD
-dsj
-kgD
-gJj
-fIP
-fIP
-uek
-fIP
-fIP
-fIP
-vty
-opj
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-uhZ
-bbJ
-lzO
-vIz
-lzO
-lzO
-lzO
-lzO
-lzO
-cQh
-ppl
-jzT
-jzT
-tkH
-spN
-tkF
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(155,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-hqn
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-moz
-moz
-moz
-moz
-moz
-hxs
-hxs
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-tKv
-fDb
-puN
-uek
-mqE
-pnr
-esi
-pAR
-psZ
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-uhZ
-bbJ
-lzO
-vIz
-lzO
-lzO
-lzO
-lzO
-lzO
-lzO
-ppl
-jzT
-jzT
-tkH
-vSf
-tkF
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-oVr
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(156,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-moz
-moz
-moz
-moz
-veo
-tDe
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-tDe
-prU
-nTD
-nTD
-nTD
-eLL
-kgD
-heC
-eSb
-mOp
-uek
-mqE
-pnr
-mlg
-gaJ
-nJQ
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-uhZ
-bbJ
-lzO
-vIz
-lzO
-lzO
-nyu
-sHR
-lzO
-lzO
-sGS
-jzT
-jzT
-pun
-spN
-tkF
-ghq
-tVq
-fEs
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(157,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-owT
-sQN
-sQN
-sQN
-sQN
-sQN
-sQN
-ijk
-ijk
-ijk
-ijk
-tDe
-tDe
-tDe
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-tDe
-uIj
-nTD
-nTD
-nTD
-eLL
-kgD
-jIk
-fIP
-fIP
-uek
-mqE
-pnr
-fIP
-fIP
-fIP
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-uhZ
-bbJ
-fcQ
-vIz
-bdP
-bdP
-bdP
-bdP
-lzO
-lzO
-sGS
-jzT
-jzT
-tkH
-spN
-tkF
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(158,1,1) = {"
-cSO
-jKH
-jKH
-jKH
-jKH
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-sQN
-bTR
-cVE
-fec
-pgl
-sQN
-sQN
-sQN
-sQN
-kdI
-tDe
-qii
-rvk
-moz
-moz
-moz
-moz
-moz
-moz
-tDe
-tDe
-uIj
-nTD
-nTD
-nTD
-eLL
-kgD
-cCa
-fIP
-fIP
-uek
-lrV
-fIP
-fIP
-fIP
-fIP
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-uhZ
-bbJ
-eqI
-qos
-bmi
-pcm
-udm
-gKn
-grz
-fAK
-ppl
-jzT
-spN
-tkH
-spN
-tkF
-ghq
-tVq
-fEs
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-oVr
-oVr
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(159,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-oQP
-onQ
-rOH
-vpp
-vpp
-sQN
-pRk
-vpp
-tFu
-tkP
-qii
-avT
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fIP
-fIP
-fIP
-uek
-egP
-fIP
-cvU
-qnf
-dyI
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-sNd
-ppl
-bMX
-bMX
-etv
-bMX
-hRE
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(160,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-bfN
-onQ
-onQ
-vpp
-vpp
-mxP
-vpp
-vpp
-tFu
-tkP
-nTm
-xSx
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fIP
-fIP
-fIP
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-lzO
-lzO
-lzO
-fxa
-fxa
-lvz
-fxa
-fxa
-vIz
-ppl
-bMX
-uGP
-fVV
-bMX
-hRE
-ghq
-tVq
-eSN
-eSN
-fEs
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-yen
-oVr
-yen
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(161,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-oQP
-onQ
-rOH
-vpp
-vpp
-sQN
-ofj
-vpp
-tFu
-uXj
-tDe
-tDe
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fIP
-fIP
-fIP
-xzv
-xzv
-hrl
-uek
-mja
-ijK
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-lzO
-uNY
-dtD
-dtD
-dtD
-mBR
-dtD
-dtD
-igC
-ppl
-bMX
-ukE
-fVV
-bMX
-hRE
-ghq
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-oVr
-dwh
-oVr
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(162,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-sQN
-bTR
-xhk
-fec
-fav
-sQN
-sQN
-sQN
-sQN
-pgQ
-veo
-tDe
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fIP
-fIP
-fIP
-fIP
-fIP
-fIP
-rkN
-dRL
-dRL
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-ppl
-ciz
-ppl
-ppl
-per
-per
-eqI
-lzO
-per
-per
-ppl
-bMX
-cwH
-fVV
-bMX
-hRE
-ghq
-tVq
-fEs
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-oVr
-dwh
-yen
-oVr
-yen
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(163,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-sQN
-sQN
-sQN
-sQN
-sQN
-sQN
-sQN
-ijk
-ijk
-ijk
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fIP
-fIP
-fIP
-fIP
-fIP
-fIP
-uek
-cKu
-dRL
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-lzO
-lzO
-ppl
-mki
-mki
-psw
-psw
-mki
-mki
-ppl
-bMX
-bMX
-etv
-bMX
-bMX
-bMX
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(164,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-ijk
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-gIj
-gIj
-fIP
-fIP
-fIP
-fIP
-uek
-dRL
-nrV
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-lzO
-lzO
-ppl
-kqO
-gYW
-kqO
-csy
-kqO
-kqO
-ppl
-iJp
-hdn
-gki
-kqv
-cxO
-hdn
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(165,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-kwI
-kwI
-fOb
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-fbv
-hAW
-lmq
-fIP
-fIP
-fIP
-uek
-nbV
-dRL
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-xsY
-lzO
-ppl
-xKb
-lXw
-nmd
-kqO
-cfu
-qCO
-ppl
-cxF
-uGP
-kxw
-hdn
-uGP
-oHt
-tVq
-fEs
-eSN
-fEs
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(166,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-uek
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-lzO
-khL
-lzO
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-cPN
-eJw
-jKj
-cog
-wXX
-cog
-tVq
-wHZ
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(167,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-rDN
-qEu
-rDN
-lzO
-sHF
-ppl
-kzl
-uoD
-uoD
-nhw
-ppl
-lQI
-bzh
-gki
-cog
-uGP
-cog
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(168,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-nTD
-nTD
-nTD
-eLL
-kgD
-aeh
-aeh
-aeh
-aeh
-aeh
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-pRz
-mAA
-vxn
-lzO
-sxW
-ppl
-iSZ
-nhw
-nhw
-nhw
-wTv
-hdn
-cAB
-fIz
-cog
-hdn
-cog
-tVq
-eSN
-eSN
-fEs
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(169,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-moz
-kgD
-oMS
-oMS
-oMS
-eLL
-kgD
-aeh
-oMm
-oMm
-oMm
-aeh
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-vYy
-ppl
-rDN
-vUK
-rDN
-lzO
-kOk
-ppl
-kzl
-lTi
-nhw
-nhw
-ppl
-wKa
-jLb
-xTr
-hdn
-oWX
-hdn
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(170,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-xws
-xws
-xws
-xws
-xws
-aeh
-cUE
-oMS
-oMS
-oMS
-eLL
-jRz
-aeh
-bmB
-tkN
-tkN
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-aeh
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-ppl
-bMX
-bMX
-bMX
-bMX
-bMX
-bMX
-tVq
-eSN
-eSN
-eSN
-tJD
-tVq
-aeh
-aeh
-aeh
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(171,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-jOf
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-lcW
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-lcW
-toK
-toK
-toK
-toK
-toK
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jgt
-izd
-rfo
-rfo
-xuN
-lZs
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-xuN
-lZs
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(172,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-yev
-jOf
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-owP
-toK
-uym
-nNC
-nNC
-nNC
-nNC
-nNC
-olG
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nUU
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-gcJ
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-qaE
-qaE
-qaE
-qaE
-rfo
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(173,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-toK
-mAV
-yev
-mAV
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-uym
-nNC
-nNC
-nNC
-nNC
-nNC
-olG
-uym
-uym
-uym
-uym
-mck
-mrD
-nNC
-uym
-uym
-nUU
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-gcJ
-rfo
-rfo
-gcJ
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-qaE
-qaE
-qaE
-fZQ
-qaE
-vkJ
-qaE
-rfo
-rfo
-jWC
-rfo
-tFn
-rfo
-rfo
-ckO
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(174,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-bGs
-rBQ
-rBQ
-bGs
-uym
-uym
-uym
-uym
-nNC
-nNC
-nNC
-trZ
-olG
-olG
-olG
-nNC
-nNC
-olG
-uym
-uym
-uym
-uym
-uym
-uym
-fNq
-uym
-uym
-nUU
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-eNv
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-njl
-rfo
-qaE
-qaE
-fZQ
-fZQ
-fZQ
-fZQ
-fZQ
-qaE
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(175,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-rBQ
-rBQ
-dYl
-uym
-taF
-taF
-uym
-nNC
-nNC
-olG
-olG
-olG
-nNC
-nNC
-nNC
-nNC
-olG
-uym
-uym
-uym
-uym
-uym
-uym
-fNq
-uym
-uym
-taF
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-mHc
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-rfo
-mQj
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-qfX
-eRt
-qJw
-qJw
-qJw
-eyh
-rfo
-qaE
-fZQ
-fZQ
-fZQ
-qaE
-fZQ
-fZQ
-qaE
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(176,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-rBQ
-yjO
-rBQ
-rBQ
-uym
-taF
-taF
-uym
-nNC
-nNC
-olG
-olG
-olG
-olG
-olG
-nNC
-nNC
-nNC
-mwy
-egI
-egI
-egI
-egI
-egI
-xXF
-uym
-uym
-taF
-nUU
-nUU
-mHc
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-mHc
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-fbF
-rfo
-hRB
-kjb
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-njl
-qJw
-qJw
-qJw
-xuA
-qJw
-qJw
-qJw
-eyh
-rfo
-qaE
-qaE
-fZQ
-qaE
-nof
-fZQ
-fZQ
-qaE
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(177,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-gth
-dCN
-gth
-dkt
-dkt
-uym
-taF
-taF
-uym
-nNC
-olG
-jOS
-olG
-olG
-olG
-olG
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-oPV
-cwd
-oPV
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-oGx
-hRB
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-eyh
-qJw
-qJw
-qJw
-xuA
-qJw
-qJw
-qJw
-eyh
-rfo
-rfo
-qaE
-fZQ
-fZQ
-fZQ
-fZQ
-fZQ
-qaE
-rfo
-rfo
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(178,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-qJv
-rBQ
-rBQ
-uym
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-nNC
-tlc
-lmt
-lmt
-okF
-lmt
-lmt
-lmt
-lmt
-nNC
-nNC
-nNC
-uym
-uym
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-oPV
-pII
-oPV
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-oGx
-hRB
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-eyh
-qJw
-qJw
-qJw
-xuA
-qJw
-qJw
-qJw
-eyh
-rfo
-rfo
-qaE
-qaE
-fZQ
-fZQ
-fZQ
-qaE
-qaE
-rfo
-rfo
-pcE
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(179,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-bGs
-rBQ
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-nNC
-nNC
-egI
-egI
-egI
-egI
-egI
-egI
-egI
-nNC
-nNC
-tlc
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-oPV
-cwd
-oPV
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-oGx
-hRB
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-mDE
-qJw
-qJw
-qJw
-qJw
-mDE
-qJw
-qJw
-eyh
-qJw
-qJw
-aYL
-fPS
-aYL
-aYL
-qJw
-eyh
-rJj
-rJj
-rfo
-qaE
-qaE
-qaE
-qaE
-qaE
-rfo
-rfo
-tFn
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(180,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-kRV
-bGs
-bGs
-kjW
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-yig
-nNC
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-nNC
-nNC
-nNC
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-oGx
-hRB
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-eyh
-qJw
-qJw
-aYL
-jXd
-flj
-aYL
-qJw
-dva
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-cUZ
-njl
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(181,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-nNC
-nNC
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-yig
-nNC
-nNC
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-rfo
-hRB
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-eyh
-qJw
-qJw
-aYL
-hcT
-uFq
-aYL
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-eyh
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(182,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-bGs
-bGs
-bGs
-kRV
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-xYg
-xYg
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-nNC
-nNC
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-oGx
-rfo
-hRB
-eyh
-qJw
-quw
-quw
-quw
-vnr
-quw
-quw
-eKN
-quw
-eKN
-quw
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(183,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-adL
-bGs
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-qQi
-kaG
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-olG
-olG
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-lbr
-lbr
-sks
-tGU
-tLs
-eZM
-gAv
-nVH
-oeH
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-dCp
-knm
-knm
-vpM
-aYL
-dCp
-knm
-knm
-mjY
-aYL
-dCp
-knm
-knm
-mjY
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(184,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-bGs
-mmp
-adL
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-nNC
-nNC
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-olG
-trZ
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-sot
-ocS
-jaQ
-jaQ
-jaQ
-jaQ
-jaQ
-ocS
-naB
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-lbr
-mdV
-sks
-sks
-sks
-sks
-sks
-sks
-sks
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-ejz
-knm
-knm
-knm
-aYL
-ejz
-knm
-knm
-knm
-aYL
-ejz
-knm
-knm
-knm
-aYL
-qJw
-jWC
-rfo
-tFn
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(185,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-bGs
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-olG
-olG
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-hPr
-ixp
-hPr
-ixp
-hPr
-ifB
-iPZ
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-lxb
-fDD
-sks
-sks
-sks
-sks
-sks
-sks
-sks
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-knm
-knm
-cny
-kKu
-aYL
-knm
-knm
-sZz
-kKu
-aYL
-knm
-knm
-cny
-kKu
-aYL
-qJw
-jWC
-rfo
-tFn
-gcJ
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(186,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-mmp
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-olG
-olG
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-hpY
-ifB
-hpY
-ifB
-gAq
-oUN
-vsk
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-cBW
-fqC
-sks
-dzV
-sks
-sks
-dzV
-nFn
-dOh
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-aYL
-mzM
-aYL
-aYL
-aYL
-aYL
-mzM
-aYL
-aYL
-aYL
-aYL
-mzM
-aYL
-aYL
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(187,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-yig
-olG
-olG
-uym
-taF
-taF
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-wot
-ixp
-wot
-ixp
-hPr
-nii
-iPZ
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-quw
-quw
-vnr
-quw
-eKN
-eKN
-quw
-quw
-quw
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-ghX
-knm
-wWu
-wWu
-aYL
-ghX
-knm
-bpX
-wWu
-aYL
-ghX
-knm
-wWu
-wWu
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(188,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-bGs
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-nNC
-olG
-olG
-uym
-uym
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-hpY
-ixp
-hpY
-ixp
-tRW
-iYf
-vsk
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-aZg
-jSx
-jSx
-mCh
-sgC
-sgC
-mCh
-jSx
-jSx
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-gDe
-gDe
-knm
-knm
-aYL
-gDe
-gDe
-gDe
-knm
-aYL
-knm
-knm
-knm
-knm
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-tmV
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(189,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-mAV
-yev
-yev
-toK
-toK
-yev
-yev
-aqO
-yev
-yev
-cyD
-toK
-toK
-toK
-toK
-toK
-toK
-lcW
-yev
-yev
-toK
-toK
-toK
-fFH
-fFH
-fFH
-xMz
-fFH
-fFH
-xMz
-fFH
-fFH
-xMz
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-nNC
-trZ
-olG
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-wot
-ixp
-wot
-sMF
-hWL
-alT
-iPZ
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-oGx
-oGx
-rfo
-gcJ
-hRB
-eyh
-qJw
-quw
-jSx
-jSx
-jSx
-jSx
-qwQ
-qwQ
-jSx
-jSx
-jSx
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-rlO
-bmq
-kwF
-dkc
-aYL
-ejz
-gDe
-asp
-xJm
-aYL
-ejz
-knm
-lsC
-dkc
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(190,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-yev
-mAV
-mAV
-mAV
-toK
-mAV
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-nUC
-toK
-toK
-toK
-toK
-toK
-toK
-nrZ
-fFH
-fFH
-sEq
-ovN
-ial
-lQK
-ksv
-ovN
-ijp
-ovN
-ksv
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-nNC
-olG
-kVe
-cTX
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-wLk
-eij
-sWZ
-sgb
-gAq
-iYf
-vsk
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-oGx
-oGx
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-jSx
-jSx
-jSx
-jSx
-jSx
-jSx
-jSx
-jSx
-jSx
-quw
-qJw
-eyh
-qJw
-qJw
-aYL
-dkc
-gDe
-gDe
-knm
-aYL
-sfC
-gDe
-knm
-knm
-aYL
-dkc
-knm
-knm
-knm
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(191,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-yev
-mAV
-yev
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-nUC
-toK
-toK
-dux
-uxy
-aZf
-ksv
-uQX
-sEq
-ovN
-xKu
-ovN
-ksv
-ovN
-sEq
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-cTX
-olG
-aXL
-nNC
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-wot
-ifB
-wot
-wAY
-hWL
-xvg
-iPZ
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-eyh
-qJw
-quw
-onu
-aPs
-fnK
-fnK
-fnK
-fnK
-aPs
-fnK
-ldi
-quw
-qJw
-eyh
-qJw
-aQe
-aYL
-nUx
-knm
-knm
-nfh
-aYL
-nUx
-knm
-knm
-nfh
-aYL
-nUx
-knm
-qJd
-nfh
-aYL
-aQe
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(192,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-yev
-yev
-yev
-toK
-mAV
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-mUC
-ial
-aZf
-ial
-nrM
-sEq
-sEq
-aZf
-ksv
-nrM
-sEq
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-dHL
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-mVe
-ifB
-mVe
-ixp
-gAq
-pIY
-vsk
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-dva
-cUZ
-quw
-quw
-quw
-quw
-quw
-quw
-quw
-quw
-quw
-fhV
-quw
-cUZ
-edm
-qJw
-qJw
-aYL
-aYL
-aYL
-mzM
-aYL
-aYL
-aYL
-aYL
-mzM
-aYL
-aYL
-aYL
-aYL
-mzM
-aYL
-aYL
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(193,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-yev
-yev
-yev
-yev
-toK
-mAV
-toK
-toK
-toK
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-fmr
-sEq
-sEq
-ovN
-ksv
-ovN
-gBo
-lMv
-nMs
-lMv
-sEq
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-mAm
-ifB
-mAm
-ifB
-iPZ
-nii
-upp
-dml
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-jWC
-rfo
-rfo
-rfo
-rfo
-hRB
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-lzq
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-tDf
-qJw
-mES
-qJw
-qJw
-qJw
-qJw
-mES
-qJw
-qJw
-qJw
-qJw
-mES
-qJw
-qJw
-qJw
-jWC
-rfo
-oGx
-oGx
-gcJ
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(194,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-mAV
-yev
-mAV
-mAV
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-nUC
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-nrZ
-fFH
-fFH
-sEq
-ovN
-sEq
-sUo
-nrM
-vYO
-rVs
-jkc
-aZf
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-rxh
-hGz
-tqw
-hGz
-hGz
-ueF
-qOG
-dml
-rUh
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-mZC
-xlq
-qfX
-qfX
-qfX
-qfX
-uJa
-cpP
-cpP
-wqu
-cpP
-cpP
-cpP
-cpP
-btw
-cpP
-cpP
-cpP
-sPV
-ueY
-ueY
-ueY
-sVV
-ueY
-jYc
-ueY
-jYc
-jYc
-ueY
-ueY
-sVV
-ueY
-ueY
-ueY
-ueY
-ueY
-jYc
-jYc
-jYc
-wsT
-ueY
-pXq
-oGx
-oGx
-oGx
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(195,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-yev
-yev
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-toK
-hUq
-yev
-toK
-toK
-toK
-yev
-aqO
-yev
-yev
-toK
-toK
-toK
-toK
-fFH
-fFH
-fFH
-xMz
-fFH
-fFH
-xMz
-fFH
-fFH
-xMz
-fFH
-toK
-toK
-toK
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-dml
-jrL
-ifB
-jrL
-ifB
-sRl
-eij
-obP
-tAo
-kij
-yhG
-hrO
-xtq
-dxM
-dxM
-dxM
-dxM
-dxM
-pjh
-xBg
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-xuA
-rfo
-rfo
-rfo
-gcJ
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-rfo
-rfo
-oGx
-oGx
-oGx
-oGx
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(196,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-bGs
-bGs
-bGs
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-elS
-ocS
-ocS
-ocS
-nyX
-pnP
-ocS
-jaQ
-tZV
-pFg
-fdo
-bXp
-oMS
-oMS
-oMS
-oMS
-oMS
-oMS
-cOP
-izd
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-xuA
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-tFn
-rfo
-rfo
-rfo
-rfo
-rfo
-gcJ
-rfo
-rfo
-rfo
-oGx
-oGx
-oGx
-oGx
-rfo
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(197,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-dXW
-uym
-taF
-uym
-dIS
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-cKQ
-xoy
-uCT
-oMS
-oMS
-oMS
-lZl
-oMS
-oMS
-cOP
-izd
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-xuA
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-gcJ
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-oGx
-oGx
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-fOb
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(198,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-sFW
-bGs
-bGs
-bGs
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-cKQ
-iTc
-oMS
-oMS
-oMS
-oMS
-oMS
-oMS
-oMS
-cOP
-izd
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-bDw
-rli
-pEs
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-oGx
-oGx
-hRB
-qJw
-qJw
-mHc
-mHc
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(199,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-nUC
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-oGx
-dKR
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-kgD
-mZC
-izd
-rfo
-mES
-mES
-mES
-mES
-mES
-oHW
-iKr
-xBw
-blf
-blf
-blf
-blf
-blf
-qTI
-qfX
-cpP
-cpP
-cpP
-cpP
-wRx
-qfX
-qTI
-qTI
-qTI
-qfX
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-wRx
-jIC
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-hlz
-sxt
-sxt
-sxt
-sFM
-qJw
-qJw
-mHc
-mHc
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(200,1,1) = {"
-cSO
-dwh
-dwh
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-taF
-taF
-uym
-uym
-uym
-bGs
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-qOt
-qOt
-uym
-taF
-uym
-qOt
-qOt
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-oGx
-oGx
-oGx
-oGx
-xuA
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-eAf
-rfo
-mES
-mES
-mES
-mES
-mES
-bYW
-iKr
-bYW
-mES
-mES
-mES
-mES
-mES
-oGx
-oGx
-bCF
-rfo
-rfo
-gcJ
-xuA
-rfo
-oGx
-oGx
-oGx
-rfo
-rfo
-rfo
-kjb
-cUZ
-niS
-wXd
-gBz
-wXd
-niS
-niS
-niS
-niS
-cGM
-niS
-qVb
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(201,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-uym
-nul
-ebr
-rWs
-nNC
-nul
-ebr
-nul
-uym
-taF
-taF
-uym
-nNC
-nNC
-nNC
-nNC
-ofz
-nNC
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-reB
-qfX
-qfX
-qfX
-qfX
-qfX
-jcn
-jcn
-xBg
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-rfo
-rfo
-iKr
-iKr
-uGW
-uGW
-iKr
-dxI
-iKr
-dxI
-iKr
-uGW
-uGW
-iKr
-iKr
-oGx
-oGx
-ssL
-rfo
-rfo
-rfo
-dKR
-oGx
-oGx
-oGx
-oGx
-oGx
-oGx
-rfo
-eyh
-qJw
-niS
-xIQ
-fHH
-dKC
-dKC
-dKC
-dKC
-dKC
-dKC
-niS
-qVb
-avs
-vor
-qIQ
-qdI
-myl
-gTh
-aYV
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(202,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-uym
-nul
-nPN
-nul
-nPN
-nul
-nPN
-nul
-uym
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-uym
-fNq
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-lDC
-dXW
-uym
-taF
-uym
-dIS
-lDC
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-tIK
-shx
-shx
-oDL
-oDL
-oDL
-shx
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-rfo
-rfo
-iKr
-dfr
-sVs
-sVs
-sVs
-sVs
-iKr
-sVs
-sVs
-sVs
-sVs
-gAK
-iKr
-oGx
-oGx
-bzr
-rfo
-rfo
-oGx
-dKR
-oGx
-oGx
-oGx
-oGx
-oGx
-oGx
-rfo
-eyh
-qJw
-niS
-ctx
-duf
-csd
-dKC
-dKC
-dKC
-dKC
-dKC
-niS
-qVb
-avs
-gcl
-eim
-qdI
-oFk
-esL
-oFk
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(203,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-uym
-nul
-nNC
-nul
-nNC
-nul
-nNC
-nul
-uym
-taF
-taF
-uym
-bGs
-bGs
-bGs
-bGs
-uym
-mrI
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-wQN
-qYQ
-ldt
-hUK
-uRT
-hfM
-vdg
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-rfo
-rfo
-iKr
-sVs
-ubK
-dzj
-ebw
-sVs
-iKr
-sVs
-dzj
-ebw
-ubK
-sVs
-iKr
-rfo
-oGx
-bzr
-oGx
-rfo
-kXv
-azS
-kXv
-tvM
-tvM
-kXv
-kXv
-rfo
-rfo
-eyh
-qJw
-niS
-dKC
-fHH
-dKC
-dKC
-dKC
-dKC
-dKC
-dKC
-niS
-qQr
-avs
-lGN
-dDN
-qdI
-yjI
-qdI
-bvs
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(204,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-bGs
-bGs
-uym
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-uym
-taF
-taF
-uym
-sFW
-bGs
-bGs
-bGs
-uym
-nNC
-egI
-vtl
-egI
-uym
-taF
-taF
-taF
-taF
-uym
-bXN
-bXN
-uym
-taF
-uym
-qOt
-qOt
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-wQN
-xkm
-xkm
-eKV
-oBI
-xkm
-xkm
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-rfo
-rfo
-iKr
-dxI
-iKr
-iKr
-sMi
-sVs
-iKr
-sVs
-fAx
-iKr
-iKr
-dxI
-iKr
-rfo
-oGx
-bzr
-oGx
-oGx
-kXv
-yhx
-ePY
-tcE
-jZc
-obu
-kXv
-rfo
-rfo
-eyh
-qJw
-niS
-mJx
-fHH
-dKC
-dKC
-dKC
-csd
-dKC
-feQ
-niS
-szS
-qdI
-iBd
-eim
-eim
-eim
-qdI
-qdI
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(205,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-sFW
-bGs
-uym
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-uym
-taF
-taF
-uym
-bGs
-adL
-bGs
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-uym
-bGY
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-wQN
-xkm
-iQo
-xkm
-xkm
-xkm
-xkm
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-eyh
-rfo
-rfo
-dMe
-sVs
-sVs
-iKr
-iKr
-dxI
-iKr
-dxI
-iKr
-iKr
-sVs
-sVs
-asK
-rfo
-oGx
-bzr
-rfo
-irJ
-kXv
-yhx
-luN
-luN
-luN
-luN
-kXv
-rfo
-rfo
-eyh
-qJw
-niS
-dKC
-put
-xNu
-xNu
-rNu
-dKC
-dKC
-uGU
-niS
-bcy
-qdI
-ftb
-eim
-qdI
-wzF
-qdI
-qdI
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(206,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-bGs
-uym
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-nNC
-uym
-taF
-taF
-uym
-bGs
-adL
-moN
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGY
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-wQN
-eKV
-xkm
-eKV
-eKV
-xkm
-xkm
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-dva
-cUZ
-cUZ
-iKr
-dfr
-sVs
-iKr
-rSx
-uJL
-iKr
-uJL
-xxy
-iKr
-sVs
-gAK
-iKr
-cUZ
-iGO
-pSm
-rfo
-rfo
-kXv
-flh
-gfX
-cEg
-wQQ
-dXz
-kXv
-rfo
-rfo
-eyh
-qJw
-niS
-dKC
-dSn
-oTb
-lrY
-iMB
-ksR
-dVw
-dVw
-niS
-ihz
-iKh
-eim
-vuU
-qdI
-vEw
-xXB
-pKF
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(207,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-bGs
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-qmL
-uym
-uym
-uym
-uym
-adL
-sPu
-adL
-bGs
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGY
-dXW
-uym
-taF
-uym
-dIS
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-vAO
-gQq
-rWQ
-rWQ
-wRW
-jmV
-dhF
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-qJw
-qJw
-iKr
-bda
-sVs
-iKr
-ahV
-slC
-iKr
-ahV
-slC
-iKr
-sVs
-bda
-iKr
-qJw
-tDf
-mES
-rfo
-rfo
-kXv
-yhx
-luN
-bjW
-luN
-luN
-kXv
-rfo
-rfo
-eyh
-qJw
-niS
-cGM
-niS
-niS
-niS
-niS
-niS
-niS
-niS
-niS
-jFX
-eim
-eim
-eim
-qdI
-ptQ
-vEw
-vEw
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(208,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-bGs
-bGs
-bGs
-bGs
-adL
-adL
-adL
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGY
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-shx
-shx
-shx
-shx
-shx
-shx
-shx
-shx
-shx
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-qJw
-qJw
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-iKr
-qJw
-tDf
-mES
-rfo
-rfo
-kXv
-bYm
-elB
-evh
-pHx
-ipr
-kXv
-rfo
-rfo
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-bMS
-xmg
-eim
-eim
-eim
-qdI
-vEw
-vEw
-vEw
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(209,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-iUn
-adL
-bGs
-bGs
-kRV
-bGs
-adL
-adL
-adL
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-kxb
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-rfo
-mHc
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-qJw
-mES
-rfo
-rfo
-kXv
-kXv
-kXv
-kXv
-kXv
-kXv
-kXv
-rfo
-rfo
-eyh
-qJw
-qJw
-qJw
-qJw
-qJw
-oSb
-qJw
-qJw
-qJw
-qJw
-bMS
-iyY
-saB
-saB
-iFV
-qdI
-ebi
-bjk
-bUB
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(210,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-adL
-adL
-adL
-sPu
-adL
-adL
-adL
-adL
-adL
-bGs
-bGs
-bGs
-aBN
-bGs
-bGs
-adL
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-bGY
-toK
-uym
-taF
-uym
-xdp
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-rfo
-rfo
-rfo
-rfo
-mHc
-mHc
-mHc
-mHc
-mHc
-aAn
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-bMS
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-qdI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(211,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-nUC
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-aAn
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(212,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-adL
-adL
-adL
-adL
-cxD
-adL
-adL
-adL
-cxD
-adL
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-uym
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-mHc
-aAn
-fOb
-fOb
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-kwI
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(213,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-uym
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-mPW
-uym
-taF
-uym
-toK
-toK
-uym
-taF
-uym
-toK
-toK
-uym
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(214,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-xYg
-uym
-taF
-uym
-toK
-toK
-uym
-uym
-uym
-toK
-toK
-uym
-nUU
-nUU
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-fOb
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(215,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-nNC
-uym
-taF
-uym
-toK
-toK
-nNC
-mTK
-nNC
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(216,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-xLI
-uym
-taF
-uym
-toK
-toK
-nNC
-nNC
-nNC
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(217,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-rss
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-uym
-olG
-uym
-taF
-uym
-toK
-toK
-nNC
-lqe
-nNC
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(218,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-nlV
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-uym
-olG
-uym
-taF
-uym
-toK
-toK
-nNC
-nNC
-tlc
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(219,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-sVl
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-uym
-nNC
-uym
-uym
-uym
-toK
-toK
-nNC
-mAV
-nNC
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(220,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-mAV
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-uym
-cci
-egI
-egI
-qmL
-toK
-toK
-nNC
-nNC
-nNC
-toK
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(221,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-mAV
-mAV
-mAV
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-uym
-uym
-uym
-uym
-toK
-nUC
-mAV
-nNC
-bps
-mAV
-toK
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(222,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-uym
-mAV
-mAV
-mAV
-mAV
-mAV
-toK
-mAV
-uym
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(223,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(224,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-taF
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(225,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(226,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-jKH
-jKH
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-nUU
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(227,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(228,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(229,1,1) = {"
-cSO
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-dwh
-cSO
-"}
-(230,1,1) = {"
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-cSO
-"}
diff --git a/maps/southern_sun/submaps/gateway/diescraper.dm b/maps/southern_sun/submaps/gateway/diescraper.dm
deleted file mode 100644
index 53f8e0cd87..0000000000
--- a/maps/southern_sun/submaps/gateway/diescraper.dm
+++ /dev/null
@@ -1,160 +0,0 @@
-
-/obj/machinery/power/rtg/fake_z_wires //A 'reactor' disguised as a multi Z wire coming from godknowswhereium
- name = "Multi-Floor Wire"
- desc = "A thick industrial cable connecting power between all of the floors of the building."
- power_gen = 150000
- icon = 'modular_chomp/icons/obj/power.dmi'
- icon_state = "rtgfakez"
-
-//The fake shuttle
-/* The code fucking breaks when the gateway ISNT lateloaded because all shuttles must be mapped in. No way around it.
-/area/shuttle/diescraper
- name = "Skyscraper Elevator"
- icon_state = "shuttle2"
- base_turf = /turf/simulated/floor/reinforced
-
-/obj/machinery/computer/shuttle_control/diescraper
- name = "Elevator Control Panel"
- shuttle_tag = "Diescraper"
-
-/datum/shuttle/autodock/ferry/diescraper
- name = "Diescraper"
- warmup_time = 0
- location = FERRY_LOCATION_STATION
- shuttle_area = /area/shuttle/diescraper
- landmark_offsite = "die_sling_outpost"
- landmark_station = "die_sling_station"
- docking_controller_tag = "die_sling"
-
-/obj/effect/shuttle_landmark/diescraper/sling_station
- name = "Floor 51"
- landmark_tag = "die_sling_station"
- docking_controller = "die_sling_station"
- base_area = /area/awaymission/diescraper/indoors/floor2
- base_turf = /turf/simulated/floor/reinforced
-
-/obj/effect/shuttle_landmark/diescraper/sling_outpost
- name = "Ground Floor"
- landmark_tag = "die_sling_outpost"
- docking_controller = "die_sling_outpost"
-*/
-
-//Areas
-
-/area/awaymission/diescraper
- icon_state = "blank"
-
-/area/awaymission/diescraper/indoors
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
-
-/area/awaymission/diescraper/indoors/floor1
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Ground Floor"
- base_turf = /turf/simulated/floor/outdoors/rocks
-
-/area/awaymission/diescraper/indoors/floor2
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 52"
- forced_ambience = list('sound/ambience/fluorescentlight.ogg')
-
-/area/awaymission/diescraper/indoors/floor3
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 53"
- forced_ambience = list('sound/ambience/fluorescentlight.ogg')
-
-/area/awaymission/diescraper/indoors/floor4
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 54"
-
-/area/awaymission/diescraper/indoors/floor4second
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 54 Second"
- requires_power = FALSE
-
-/area/awaymission/diescraper/indoors/floor5
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 55"
-
-/area/awaymission/diescraper/indoors/floor6
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 56"
-
-/area/awaymission/diescraper/indoors/floor7
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 57"
-
-/area/awaymission/diescraper/indoors/floor8
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 58"
-
-/area/awaymission/diescraper/indoors/floor9
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 59"
-
-/area/awaymission/diescraper/indoors/floor10
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Floor 60"
-
-/area/awaymission/diescraper/indoors/floor11
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Roof Maintinence"
- requires_power = 0
- flags = PHASE_SHIELDED
-
-/area/awaymission/diescraper/indoors/floor112
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - Skyscraper Second Tower Roofing"
-
-/area/awaymission/diescraper/roof
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- outdoors = OUTDOORS_YES
- name = "Away Mission - City Roof"
- forced_ambience = list('sound/effects/weather/wind/wind_loop1.ogg')
-
-
-/area/awaymission/diescraper/sky
- icon_state = "yellow"
- base_turf = /turf/simulated/sky/south
- always_unpowered = TRUE
- outdoors = OUTDOORS_YES
- forced_ambience = list('sound/effects/weather/wind/wind_loop1.ogg')
-
-/area/awaymission/diescraper/outside
- icon_state = "green"
- dynamic_lighting = 1
- requires_power = 0
- power_equip = 0
- power_environ = 1
- power_light = 1
- outdoors = OUTDOORS_YES
- ambience = AMBIENCE_SIF
- base_turf = /turf/simulated/floor/outdoors/rocks
-
-/area/awaymission/diescraper/outside/roof
- icon_state = "green"
- base_turf = /turf/simulated/floor/plating
- name = "Away Mission - City Roof"
-
-/obj/item/card/id/diescrapergun
- name = "Gunstore ID"
- access = list(886)
-
-/obj/structure/sign/warning/secure_area/slabs
- name = "Mysterious Slab"
- icon = 'modular_chomp/icons/obj/stationobjs.dmi'
- icon_state = "slab1-off"
diff --git a/maps/southern_sun/submaps/gateway/diescraper.dmm b/maps/southern_sun/submaps/gateway/diescraper.dmm
deleted file mode 100644
index e74488610d..0000000000
--- a/maps/southern_sun/submaps/gateway/diescraper.dmm
+++ /dev/null
@@ -1,84122 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/maintenance/medical,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"ab" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 193;
- teleport_y = 200;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"ac" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"ad" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/sign/securearea{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ae" = (
-/mob/living/simple_mob/slime/feral,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"af" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"ag" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"ah" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"ai" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/mob/living/simple_mob/animal/space/goose{
- faction = "metroids"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"aj" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/modular_computer/laptop/preset/custom_loadout/elite,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"ak" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stolenpackage,
-/obj/machinery/light/small/flicker{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"al" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"am" = (
-/obj/structure/table/woodentable,
-/obj/item/grenade/explosive,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"an" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_y = -6;
- pixel_x = -13
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_y = -7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/condiment/small/peppergrinder{
- pixel_y = 7;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/condiment/small/peppergrinder{
- pixel_y = 4;
- pixel_x = -12
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ao" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"ap" = (
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"aq" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/obj/structure/railing/grey,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"ar" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/random/medical,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"as" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"at" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/undies_wardrobe,
-/obj/item/mindbinder,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"au" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/carbon,
-/obj/item/storage/pill_bottle/carthatoline,
-/obj/item/storage/pill_bottle/citalopram,
-/obj/item/storage/pill_bottle/dexalin_plus,
-/obj/item/storage/pill_bottle/dexalin_plus,
-/obj/item/storage/pill_bottle/iron,
-/obj/item/storage/pill_bottle/iron,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"av" = (
-/obj/item/bodybag,
-/obj/random/junk,
-/obj/item/stack/material/steel{
- amount = 15
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"aw" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"ax" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/mask/gas/clear,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"ay" = (
-/obj/item/bananapeel,
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"az" = (
-/obj/structure/table/bench/padded,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"aA" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"aB" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"aC" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"aD" = (
-/obj/structure/table/standard,
-/obj/random/soap,
-/obj/random/soap,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"aE" = (
-/obj/structure/table/marble,
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"aF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"aG" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"aH" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/secure/briefcase/nerd_pack_med,
-/obj/item/defib_kit/loaded,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"aI" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"aJ" = (
-/obj/machinery/light{
- dir = 2;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor3)
-"aK" = (
-/obj/structure/table/steel,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/stamp/clown,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"aM" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"aN" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 2
- },
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"aO" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/machinery/light/floortube,
-/mob/living/simple_mob/animal/giant_spider/webslinger,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"aP" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/bundle/custom_library/nonfiction/skrelliancastesystem,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"aQ" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"aR" = (
-/obj/structure/table/steel,
-/obj/item/storage/box/bodybags,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"aS" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/girder/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"aT" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"aV" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"aW" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/thermalponcho,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"aX" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"aY" = (
-/obj/structure/table/woodentable,
-/obj/random/paicard,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"aZ" = (
-/obj/structure/table/reinforced,
-/obj/random/medical,
-/obj/random/medical/pillbottle,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"ba" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor2)
-"bb" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"bc" = (
-/obj/structure/table/standard,
-/obj/machinery/photocopier/faxmachine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"bd" = (
-/obj/item/toy/plushie/susred,
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/outside)
-"be" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"bg" = (
-/obj/structure/bed/chair/oldsofa/right,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"bh" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"bi" = (
-/obj/machinery/door/airlock/freezer{
- name = "Restrooms"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"bj" = (
-/obj/machinery/light{
- dir = 2;
- layer = 3
- },
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"bk" = (
-/obj/effect/floor_decal/corner/white/border/shifted,
-/obj/effect/floor_decal/corner/white/border,
-/obj/random/trash,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"bl" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"bm" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"bn" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/assorted,
-/obj/item/storage/pill_bottle/assorted,
-/obj/item/storage/pill_bottle/benzilate,
-/obj/item/storage/pill_bottle/benzilate,
-/obj/item/storage/pill_bottle/neotane,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"bp" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"bq" = (
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"br" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/item/modular_computer/laptop/preset,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"bs" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/item/reagent_containers/food/condiment/soysauce,
-/obj/item/reagent_containers/food/condiment/soysauce,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"bt" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"bu" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/coffee,
-/obj/item/reagent_containers/food/drinks/coffee{
- pixel_y = 2;
- pixel_x = 5
- },
-/obj/item/spacecasinocash,
-/obj/item/card/id/diescrapergun,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"bv" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 214;
- teleport_y = 162
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"bw" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/hooklauncher,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"bx" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light/poi{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"by" = (
-/obj/structure/table/woodentable,
-/obj/item/pen/fountain,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"bz" = (
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey{
- pixel_y = 8;
- pixel_x = 10
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_y = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/wine{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 3;
- pixel_x = 12
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"bA" = (
-/obj/item/material/shard/shrapnel,
-/mob/living/simple_mob/humanoid/merc/ranged/space/shotgun/auto,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"bB" = (
-/obj/machinery/atmospherics/portables_connector,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"bC" = (
-/obj/structure/table/reinforced,
-/obj/item/virusdish/random,
-/obj/item/defib_kit/loaded,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"bD" = (
-/mob/living/simple_mob/slime/feral,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"bE" = (
-/obj/structure/salvageable/bliss,
-/obj/item/paper{
- name = "ATM Flyer";
- info = "Invest in Teshcoin!"
- },
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"bF" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/steel_reinforced,
-/obj/machinery/cash_register{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"bG" = (
-/obj/structure/bed/chair/comfy/blue,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"bH" = (
-/obj/structure/window/basic,
-/obj/structure/table/rack/wood,
-/obj/machinery/light/floortube{
- overlay_color = "#e060e0";
- brightness_color_ns = "#9C439C";
- light_color = "#e060e0";
- brightness_color = "#e060e0";
- name = "tinted light fixture"
- },
-/obj/item/clothing/suit/whitedress,
-/obj/item/clothing/suit/whitedress{
- pixel_y = 8
- },
-/obj/item/clothing/suit/whitedress{
- pixel_y = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"bI" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"bJ" = (
-/mob/living/simple_mob/humanoid/merc/ranged/rifle/mag/drone,
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"bK" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"bL" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 214;
- teleport_y = 100
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"bM" = (
-/obj/structure/sign/warning/secure_area/slabs{
- icon_state = "slab3-off"
- },
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"bN" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 4
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor5)
-"bO" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/plushie,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"bP" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/diescraper/outside)
-"bQ" = (
-/obj/structure/table/woodentable,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"bR" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"bS" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"bT" = (
-/obj/structure/medical_stand/anesthetic,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"bU" = (
-/obj/structure/girder,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"bV" = (
-/obj/item/radio/uplink,
-/obj/item/clothing/under/suit_jacket/charcoal,
-/obj/item/clothing/accessory/jacket/charcoal,
-/obj/structure/table/standard,
-/obj/item/ammo_magazine/ammo_box/b145/highvel,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"bW" = (
-/obj/effect/landmark/corpse/random_civ,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"bX" = (
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"bY" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"bZ" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"cb" = (
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/overlay/snow/floor,
-/obj/effect/mobblocker{
- dir = 2
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"cc" = (
-/obj/structure/table/rack/shelf,
-/obj/item/radio{
- pixel_x = -4;
- pixel_y = 5
- },
-/obj/item/radio{
- pixel_x = 4;
- pixel_y = -4
- },
-/obj/item/radio{
- pixel_x = -4;
- pixel_y = -4
- },
-/obj/item/radio{
- pixel_x = 4;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"cd" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/snacks/cb01{
- pixel_y = 6;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/snacks/cb01{
- pixel_y = 6;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/snacks/cb01{
- pixel_y = 6;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/cb01{
- pixel_y = 6;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/snacks/cb08{
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/snacks/cb08{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/snacks/cb08{
- pixel_x = -1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ce" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"cf" = (
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"ch" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/coffee,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"ci" = (
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"cj" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 14;
- teleport_y = 104
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"ck" = (
-/mob/living/simple_mob/mechanical/cyber_horror/vox,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"cl" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor1)
-"cm" = (
-/obj/structure/simple_door/wood,
-/obj/structure/barricade/planks,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"cn" = (
-/mob/living/simple_mob/humanoid/pirate/armored,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"co" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"cp" = (
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"cq" = (
-/obj/structure/table/woodentable,
-/obj/item/paper_bin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"cr" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"cs" = (
-/obj/structure/window/reinforced,
-/obj/structure/closet/l3closet/general,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"ct" = (
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"cu" = (
-/obj/structure/table/rack/shelf,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"cv" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"cw" = (
-/obj/item/tape/police,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"cx" = (
-/obj/effect/decal/cleanable/blood/oil/streak,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"cy" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"cz" = (
-/obj/structure/table/steel,
-/obj/item/fluff/fidgetspinner/yellow,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"cA" = (
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"cC" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 10
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"cD" = (
-/obj/random/material/precious,
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"cE" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"cF" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4
- },
-/turf/simulated/floor/plating{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"cG" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"cI" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"cJ" = (
-/obj/random/junk,
-/obj/item/material/shard/shrapnel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"cK" = (
-/obj/item/paper{
- name = "Maintinence Paper";
- info = "What do you mean the elevator is out of service? This teleporting lookin ass thing doesnt fit with the asthetic? I want the old elevator back this instant.";
- pixel_y = 26
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"cL" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"cM" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/disk/integrated_circuit/upgrade/illegal,
-/obj/item/disk/integrated_circuit/upgrade/advanced,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"cO" = (
-/obj/machinery/door/blast/puzzle{
- id = "give"
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"cP" = (
-/obj/structure/bed/double/padded,
-/obj/structure/bed/double/padded{
- pixel_y = -24
- },
-/obj/item/bedsheet/piratedouble,
-/obj/item/bedsheet/piratedouble{
- pixel_y = -25
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"cQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"cR" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"cS" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/lunchbox/survival/zaddat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"cU" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Pharmacy"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"cV" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"cW" = (
-/obj/structure/table/borosilicate,
-/obj/item/gun/energy/lasertag/red,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"cX" = (
-/obj/structure/table/woodentable,
-/obj/machinery/cash_register{
- dir = 8
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"cY" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"cZ" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = 15
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"dd" = (
-/obj/item/gun/magic/firestaff/vrwizard/frost,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"de" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"df" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"dg" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"dh" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"di" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"dj" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"dk" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor3)
-"dl" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"dm" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"dn" = (
-/obj/machinery/gateway/centeraway{
- calibrated = 0
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"do" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 194;
- teleport_y = 200;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"dp" = (
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"dq" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/multiple/gun/projectile/rifle,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"dr" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/tool,
-/obj/random/tool/powermaint,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"ds" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/electrical,
-/obj/structure/sign/warning/cold{
- pixel_y = -32
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"dt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/bed/padded,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"dv" = (
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"dw" = (
-/obj/random/pacman,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"dx" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor9)
-"dy" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"dz" = (
-/obj/structure/table/woodentable,
-/obj/item/storage/box/glasses/square{
- pixel_x = 9;
- pixel_y = 1
- },
-/obj/item/storage/box/glasses/rocks{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/pint{
- pixel_y = 11;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/meta/metapint{
- pixel_y = 11;
- pixel_x = 9
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"dA" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/pizzavoucher,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"dB" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"dC" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 10;
- pixel_y = 0
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"dD" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/random/awayloot/nofail,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"dE" = (
-/obj/structure/table/reinforced,
-/obj/random/medical,
-/obj/random/medical/pillbottle,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"dF" = (
-/mob/living/simple_mob/metroid/juvenile/omega,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"dG" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 4
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"dH" = (
-/obj/structure/salvageable/console{
- dir = 4
- },
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"dI" = (
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"dJ" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"dK" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"dL" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"dM" = (
-/obj/machinery/floodlight,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"dN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"dO" = (
-/obj/structure/table/bench/sifwooden/padded,
-/obj/item/reagent_containers/food/drinks/cans/cola,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"dP" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"dQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/modular_computer/console/preset/civilian{
- dir = 4
- },
-/obj/random/junk,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"dR" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"dS" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"dT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"dU" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"dV" = (
-/obj/structure/table/wooden_reinforced,
-/obj/machinery/cash_register{
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"dW" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"dX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"dY" = (
-/obj/item/storage/secure/briefcase/rifle,
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"dZ" = (
-/obj/machinery/syndicate_beacon/virgo,
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"ea" = (
-/obj/structure/table/gamblingtable,
-/obj/item/coin/iron,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"eb" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"ec" = (
-/obj/random/instrument,
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"ed" = (
-/obj/structure/closet/crate/secure/large,
-/obj/random/material/precious,
-/obj/random/material/precious,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"ee" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/laundry_basket,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"ef" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/mask/gas,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"eg" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/item/reagent_containers/food/snacks/tossedsalad,
-/obj/item/reagent_containers/food/snacks/tossedsalad{
- pixel_y = 14
- },
-/obj/item/reagent_containers/food/snacks/tossedsalad{
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/tossedsalad{
- pixel_y = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ei" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 5
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor3)
-"ej" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/paper_bin,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"ek" = (
-/obj/effect/decal/remains/mummy2,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"el" = (
-/obj/structure/prop/machine/solifier/starts_on,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"em" = (
-/obj/item/clothing/under/suit_jacket/charcoal,
-/obj/item/gun/projectile/automatic/serdy/awp,
-/obj/item/ammo_magazine/awp,
-/obj/item/ammo_magazine/awp,
-/obj/item/clothing/shoes/dress,
-/obj/structure/closet,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"en" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/cell/mech/super,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"eo" = (
-/obj/random/maintenance,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"ep" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/dirt/turfpack/station,
-/area/awaymission/diescraper/outside)
-"er" = (
-/obj/machinery/light/poi{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"es" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"et" = (
-/obj/machinery/door/window/northleft,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"eu" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/stack/cable_coil/green,
-/obj/random/tool/power,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"ev" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"ew" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"ex" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/remains/xeno,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"ez" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"eA" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"eB" = (
-/obj/item/taperoll/police,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"eC" = (
-/obj/item/storage/mrebag/pill,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"eD" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/cash_register{
- req_access = null;
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"eE" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"eF" = (
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"eG" = (
-/obj/machinery/button/remote/blast_door/single_use/slab/slab3{
- pixel_y = 28;
- id = "give"
- },
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"eH" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"eI" = (
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor2)
-"eJ" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 207;
- teleport_y = 225
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"eK" = (
-/mob/living/simple_mob/humanoid/merc/ranged/space/heavy,
-/turf/unsimulated/floor/tiled/eris/dark/monofloor{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"eL" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"eM" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 232;
- teleport_y = 37
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"eN" = (
-/obj/machinery/button/remote/blast_door/single_use/slab/slab2{
- pixel_x = 29;
- id = "gonna"
- },
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor2)
-"eO" = (
-/obj/item/clothing/head/hardhat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"eQ" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/arithrazine,
-/obj/item/storage/pill_bottle/arithrazine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"eR" = (
-/obj/structure/closet/wardrobe/black,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"eS" = (
-/obj/structure/girder/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"eT" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 195;
- teleport_y = 226;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor11)
-"eU" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor2)
-"eV" = (
-/obj/structure/table/marble{
- color = "grey"
- },
-/obj/machinery/recharger,
-/obj/item/inducer/syndicate,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"eX" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"eY" = (
-/obj/random/junk,
-/obj/random/junk,
-/obj/item/material/shard/shrapnel,
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"eZ" = (
-/obj/structure/table/standard,
-/obj/item/paper_bin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"fa" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 214;
- teleport_y = 158
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"fb" = (
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"fc" = (
-/obj/machinery/vending/dinnerware{
- dir = 8;
- pixel_x = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"fd" = (
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"fe" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"ff" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donkpockets,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"fg" = (
-/obj/structure/table/standard,
-/obj/random/awayloot/looseloot,
-/obj/random/bluespace,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"fh" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"fi" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"fj" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/mob/living/simple_mob/humanoid/pirate,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"fk" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"fl" = (
-/obj/structure/sign/signnew/danger,
-/turf/simulated/wall/r_wall,
-/area/awaymission/diescraper/indoors/floor4second)
-"fm" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"fn" = (
-/mob/living/simple_mob/vore/alienanimals/teppi,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"fo" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/margherita,
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/crunch{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/pineapple{
- pixel_y = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"fp" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"fq" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"fr" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/multiple/gun/projectile/handgun,
-/obj/random/multiple/gun/projectile/handgun,
-/obj/random/multiple/gun/projectile/handgun,
-/obj/random/multiple/gun/projectile/handgun,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"ft" = (
-/obj/structure/bed/chair/wood{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"fu" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"fv" = (
-/obj/item/ammo_magazine/awp,
-/obj/item/gun/projectile/automatic/serdy/awp,
-/turf/simulated/floor/reinforced{
- temperature = 277;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"fw" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor3)
-"fx" = (
-/obj/machinery/autolathe/armory,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"fy" = (
-/obj/structure/barricade/cutout/viva,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"fz" = (
-/obj/random/plushielarge,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"fA" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"fB" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"fC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"fD" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/obj/item/storage/fancy/egg_box,
-/obj/item/storage/fancy/egg_box,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"fE" = (
-/obj/structure/table/standard,
-/obj/item/pen/crayon/marker/black,
-/obj/item/pen/crayon/marker/black{
- pixel_y = 5
- },
-/obj/item/pen/crayon/marker/black{
- pixel_y = 3
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"fF" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"fG" = (
-/turf/unsimulated/floor/outdoors/mud/turfpack/station,
-/area/awaymission/diescraper/indoors/floor5)
-"fH" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"fI" = (
-/obj/structure/table/rack/shelf,
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -9
- },
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/random/soap{
- pixel_y = 8
- },
-/obj/random/soap{
- pixel_x = -1;
- pixel_y = 10
- },
-/obj/item/clothing/under/bathrobe{
- pixel_x = 3;
- pixel_y = -5
- },
-/obj/item/clothing/under/bathrobe{
- pixel_x = 6;
- pixel_y = -2
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/diescraper/indoors/floor9)
-"fJ" = (
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"fK" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"fL" = (
-/obj/item/bodybag,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"fM" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/structure/bed/padded,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"fN" = (
-/obj/item/stool/padded{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"fO" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"fP" = (
-/obj/effect/simple_portal/linked{
- portal_id = 6666;
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "oncenter"
- },
-/obj/effect/map_effect/perma_light/gateway,
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "oncenter";
- density = 0
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"fQ" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/machinery/telecomms/server,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"fR" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"fS" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/cups,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"fT" = (
-/obj/structure/table/steel_reinforced,
-/obj/structure/window/titanium{
- dir = 2
- },
-/obj/random/maintenance/clean,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"fU" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"fV" = (
-/obj/machinery/door/window/eastright{
- dir = 2
- },
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"fX" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"fZ" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"ga" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/aesirsalad,
-/obj/item/reagent_containers/food/snacks/flowerchildsalad{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/rosesalad{
- pixel_y = 12
- },
-/obj/item/reagent_containers/food/snacks/tossedsalad{
- pixel_y = -4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"gb" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"gc" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"gd" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 9
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"gf" = (
-/obj/effect/floor_decal/rust,
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"gg" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/mob/living/simple_mob/humanoid/merc/ranged/technician,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"gh" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"gi" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"gj" = (
-/obj/structure/table/hardwoodtable,
-/obj/effect/decal/remains,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"gk" = (
-/obj/random/junk,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"gl" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 170;
- teleport_y = 80;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"gm" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"gn" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"gp" = (
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor6)
-"gq" = (
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"gr" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/computer/arcade{
- dir = 8
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"gs" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"gt" = (
-/obj/item/tape/engineering,
-/obj/machinery/door/airlock/glass{
- locked = 1;
- icon_state = "door_locked"
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"gu" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"gv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"gw" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"gx" = (
-/obj/structure/closet/crate/engineering,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"gy" = (
-/obj/structure/table/steel,
-/obj/random/tool/powermaint,
-/obj/random/tool/power,
-/obj/item/rcd/advanced/loaded,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"gz" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/omelette,
-/obj/item/reagent_containers/food/snacks/omelette{
- pixel_y = 8
- },
-/obj/item/reagent_containers/food/snacks/omelette,
-/obj/item/reagent_containers/food/snacks/omelette{
- pixel_y = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"gA" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"gB" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"gC" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"gD" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"gE" = (
-/obj/structure/safe/floor,
-/obj/item/reagent_containers/pill/cyanide,
-/obj/item/storage/pill_bottle/healing_nanites,
-/obj/effect/landmark/corpse/doctor,
-/obj/item/reagent_containers/glass/beaker/vial/supermatter,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"gF" = (
-/obj/item/grenade/confetti,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"gG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/bed/chair/comfy/black{
- dir = 8
- },
-/obj/effect/decal/remains,
-/obj/random/drinkbottle,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"gH" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/railing,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"gI" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"gK" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 40;
- teleport_y = 138
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"gL" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"gM" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"gN" = (
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"gO" = (
-/obj/structure/table/standard,
-/obj/item/cell/device/super,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"gP" = (
-/obj/structure/disposalpipe/broken{
- dir = 1
- },
-/obj/random/trash,
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"gQ" = (
-/obj/item/clothing/shoes/bhop,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"gR" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/survival_pod,
-/obj/item/spacecash/c1000,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"gS" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"gT" = (
-/mob/living/simple_mob/mechanical/cyber_horror,
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"gV" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- health = 1e+006;
- req_access = list(5)
- },
-/obj/machinery/telecomms/processor,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"gW" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/obj/item/stack/material/diamond{
- amount = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"gX" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 1
- },
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"gY" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"gZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ha" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 295.15
- },
-/area/awaymission/diescraper/indoors/floor10)
-"hb" = (
-/obj/structure/table/glass,
-/obj/machinery/chemical_dispenser/bar_soft/full,
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"hc" = (
-/obj/machinery/papershredder,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"hd" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"he" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"hf" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"hg" = (
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"hh" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"hi" = (
-/obj/machinery/door/airlock/glass_medical{
- req_one_access = null
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"hj" = (
-/obj/structure/reagent_dispensers/beerkeg/fakenuke,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"hk" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"hl" = (
-/obj/structure/sign/signnew/flammables,
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"hm" = (
-/obj/machinery/door/airlock/medical{
- req_one_access = null
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"hn" = (
-/obj/machinery/light{
- dir = 8;
- overlay_color = "#FFFEB8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"ho" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"hp" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"hq" = (
-/obj/item/stack/cable_coil/random,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/port_gen/pacman/super,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"hr" = (
-/obj/machinery/light/poi,
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/belt/utility/full/multitool,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"hs" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ht" = (
-/obj/machinery/light,
-/mob/living/simple_mob/mechanical/cyber_horror,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"hv" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green,
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"hw" = (
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"hy" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"hz" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"hA" = (
-/obj/structure/table/bench/sifwooden/padded,
-/obj/item/firework_star/weather/confetti,
-/obj/item/reagent_containers/food/snacks/tomatomeat,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"hB" = (
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"hC" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"hD" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/item/weldingtool/alien,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"hE" = (
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"hF" = (
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/table/steel_reinforced,
-/obj/random/tool,
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"hH" = (
-/mob/living/simple_mob/animal/giant_spider/pepper,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"hJ" = (
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"hK" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"hL" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"hM" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"hN" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 213;
- teleport_y = 219
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"hO" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/multiple/gun/projectile/shotgun,
-/obj/random/multiple/gun/projectile/smg,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"hP" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"hQ" = (
-/obj/structure/inflatable,
-/turf/simulated/floor/plating{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"hR" = (
-/mob/living/simple_mob/mechanical/hivebot/support,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"hS" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"hT" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"hU" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/devilledegg,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"hV" = (
-/obj/structure/bed/chair/shuttle,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"hW" = (
-/obj/machinery/shower{
- pixel_y = 16
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10,
-/obj/machinery/door/window/westright,
-/obj/structure/curtain/open/shower,
-/obj/structure/window/reinforced/tinted/frosted,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"hX" = (
-/obj/machinery/vending/boozeomat{
- emagged = 1;
- req_access = newlist()
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"hY" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"hZ" = (
-/obj/random/trash,
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"ia" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 10
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"ib" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"ic" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"id" = (
-/obj/effect/floor_decal/corner/paleblue/border,
-/obj/machinery/light,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"ie" = (
-/obj/structure/fence/hedge,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"if" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"ig" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"ih" = (
-/obj/structure/table/standard,
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"ii" = (
-/obj/structure/table/rack/shelf,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"ij" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor6)
-"ik" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"il" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 12
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"in" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/quickdraw/syringe_case,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"ip" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"iq" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"ir" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"it" = (
-/obj/structure/table/bench/padded,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"iu" = (
-/obj/structure/fence/corner{
- dir = 9
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"iv" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"iw" = (
-/obj/random/trash{
- pixel_y = -1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ix" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"iy" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"iz" = (
-/obj/structure/sign/warning/server_room,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"iA" = (
-/obj/structure/sign/warning/secure_area,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"iB" = (
-/obj/structure/prop/blackbox,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor10)
-"iC" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"iD" = (
-/obj/structure/closet/crate/trashcart,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"iE" = (
-/obj/effect/map_helper/no_tele/area,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor11)
-"iF" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"iG" = (
-/obj/structure/table/wooden_reinforced,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"iH" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"iI" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor10)
-"iJ" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"iK" = (
-/turf/simulated/floor/tiled/old_tile,
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"iL" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"iM" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"iN" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"iO" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"iP" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"iQ" = (
-/mob/living/simple_mob/animal/space/tree,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"iR" = (
-/obj/structure/sign/levels/elevator{
- dir = 6;
- name = "\improper Elevator Floor 50"
- },
-/turf/unsimulated/shuttle/wall/dark,
-/area/awaymission/diescraper/indoors/floor2)
-"iS" = (
-/obj/structure/closet/secure_closet/guncabinet{
- req_one_access = list(43,67)
- },
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/obj/item/cell/device/weapon,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"iT" = (
-/obj/machinery/light/small/neon,
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor6)
-"iU" = (
-/obj/structure/salvageable/machine,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"iV" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"iW" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/toy/plushie/green_fox,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"iX" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced,
-/obj/item/reagent_containers/food/snacks/monkeykabob,
-/obj/item/reagent_containers/food/snacks/monkeykabob{
- pixel_y = 14
- },
-/obj/item/reagent_containers/food/snacks/monkeykabob{
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/snacks/monkeykabob{
- pixel_y = 7
- },
-/obj/item/reagent_containers/food/snacks/monkeykabob{
- pixel_y = 11
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"iY" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"iZ" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 10
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"ja" = (
-/obj/structure/table/standard,
-/obj/item/autopsy_scanner,
-/obj/item/surgical/FixOVein,
-/obj/item/surgical/surgicaldrill,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"jb" = (
-/obj/machinery/hyperpad/centre{
- map_pad_id = "rizz";
- map_pad_link_id = "skibidi"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor1)
-"jc" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/reagent_containers/food/drinks/cans/starkist,
-/obj/item/reagent_containers/food/drinks/cans/space_mountain_wind,
-/obj/item/reagent_containers/food/drinks/cans/root_beer,
-/obj/item/reagent_containers/food/drinks/cans/gingerale,
-/obj/item/reagent_containers/food/drinks/cans/cola,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"jd" = (
-/obj/structure/window/basic,
-/obj/structure/table/rack/wood,
-/obj/item/clothing/under/circuitry,
-/obj/item/clothing/suit/storage/teshari/cloak/standard/black_grey{
- pixel_y = 6
- },
-/obj/item/clothing/under/captain_fly,
-/obj/item/clothing/under/bluepyjamas,
-/obj/machinery/light/floortube{
- overlay_color = "#e060e0";
- brightness_color_ns = "#9C439C";
- light_color = "#e060e0";
- brightness_color = "#e060e0";
- name = "tinted light fixture"
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"je" = (
-/mob/living/simple_mob/humanoid/pirate/ranged/shotgun,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"jf" = (
-/obj/item/seeds/towermycelium,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"jg" = (
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"jh" = (
-/obj/structure/table/gamblingtable,
-/obj/item/spacecash/c1000,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"ji" = (
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"jj" = (
-/obj/structure/bed/chair/shuttle{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"jl" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"jm" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"jn" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"jo" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"jp" = (
-/obj/structure/bed/chair/comfy/orange{
- dir = 8
- },
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"jq" = (
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"jr" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/random/mainttoyloot/nofail,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"jt" = (
-/obj/machinery/light/poi{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"ju" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"jv" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_coffee/full,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"jw" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/salvageable/console_broken_os{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"jx" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"jy" = (
-/obj/item/flashlight/lamp/green{
- pixel_y = 2
- },
-/obj/structure/table/bench/sifwooden,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"jz" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"jA" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"jB" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/dispenser/oxygen,
-/obj/effect/floor_decal/borderfloorblack{
- dir = 5
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 5
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"jC" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"jD" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#e060e0";
- light_power = 1;
- light_range = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/rum,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"jG" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"jH" = (
-/obj/machinery/papershredder,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"jI" = (
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"jJ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"jK" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = -4
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"jL" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"jM" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"jN" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/paper_bin,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"jO" = (
-/obj/structure/table/standard,
-/obj/machinery/computer/med_data/laptop{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"jP" = (
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"jQ" = (
-/obj/structure/fence/hedge/corner,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"jR" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"jS" = (
-/obj/structure/sign/coffee_shop_library{
- pixel_y = 0;
- pixel_x = -32
- },
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"jT" = (
-/mob/living/simple_mob/humanoid/merc/ranged/ionrifle,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"jU" = (
-/obj/structure/table/woodentable,
-/obj/item/robot_parts/robot_component/camera,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"jV" = (
-/obj/effect/decal/mecha_wreckage/baron{
- dir = 8
- },
-/obj/effect/decal/cleanable/blood/oil/streak,
-/turf/simulated/floor/outdoors/rocks,
-/area/awaymission/diescraper/outside)
-"jW" = (
-/obj/structure/prop/machine/comm_tower/starts_on,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"jX" = (
-/obj/structure/closet/jcloset,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
- },
-/obj/item/soap/nanotrasen,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"jY" = (
-/obj/item/gun/magic/firestaff/vrwizard/fire,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"jZ" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/dark{
- icon_state = "milspec-damaged2"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"ka" = (
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"kb" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor112)
-"kc" = (
-/obj/structure/table/glass,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"kd" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/cans/terra_cola{
- pixel_y = 12;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/drinks/cans/terra_cola{
- pixel_y = 12;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/drinks/cans/terra_cola{
- pixel_y = 12;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/terra_cola{
- pixel_y = 12;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/orangejuice{
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/milk{
- pixel_y = -3;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/milk{
- pixel_y = -3;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/milk{
- pixel_y = -3;
- pixel_x = -3
- },
-/obj/structure/window/basic{
- dir = 2
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"ke" = (
-/obj/structure/salvageable/machine,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"kf" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"kg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged5"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"kh" = (
-/turf/unsimulated/wall/fakeglass{
- dir = 4
- },
-/area/awaymission/diescraper/indoors/floor11)
-"ki" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"kj" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"kk" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/item/reagent_containers/food/drinks/cans/cola{
- pixel_y = 11;
- pixel_x = 10
- },
-/obj/item/reagent_containers/food/drinks/cans/cola{
- pixel_y = 11;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/cola{
- pixel_y = 11;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/cans/cola{
- pixel_y = 11
- },
-/obj/item/reagent_containers/food/drinks/cans/cola{
- pixel_y = 11;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = 1
- },
-/obj/item/reagent_containers/food/drinks/cans/decaf_cola{
- pixel_x = 5
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"kl" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"km" = (
-/obj/structure/table/woodentable,
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"kn" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"ko" = (
-/obj/effect/fake_sun/warm,
-/turf/simulated/wall/solidrock,
-/area/awaymission/diescraper/outside)
-"kp" = (
-/obj/structure/fence/corner{
- dir = 10
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"kq" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/mob/living/simple_mob/humanoid/merc/ranged/space,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"kr" = (
-/obj/item/stool/baystool/padded{
- pixel_y = 0;
- dir = 4
- },
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ks" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"kt" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"ku" = (
-/obj/structure/table/reinforced,
-/obj/machinery/cash_register{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"kv" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"kw" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 194;
- teleport_y = 82;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"kx" = (
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ky" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"kz" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"kA" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"kB" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"kC" = (
-/obj/structure/closet/crate/medical{
- name = "surgery crate"
- },
-/obj/item/reagent_containers/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";
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/firstaid/surgery,
-/obj/item/storage/firstaid/surgery,
-/obj/item/defib_kit/loaded,
-/obj/random/contraband/nofail,
-/obj/item/organ/internal/augment/armmounted,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"kD" = (
-/obj/effect/overlay/snow/floor,
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"kE" = (
-/obj/structure/bed/chair/sofa/left/purp{
- dir = 1
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"kF" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/condiment/soysauce,
-/obj/item/reagent_containers/food/condiment/soysauce{
- pixel_y = 0;
- pixel_x = 5
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"kG" = (
-/obj/structure/toilet/prison{
- dir = 4
- },
-/obj/item/robot_parts/head,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"kH" = (
-/obj/structure/table/hardwoodtable,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/item/reagent_containers/food/snacks/generalschicken{
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/generalschicken{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/generalschicken{
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"kI" = (
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"kJ" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/outdoors/ice/turfpack/station{
- color = "grey"
- },
-/area/awaymission/diescraper/sky)
-"kK" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"kL" = (
-/obj/item/clothing/shoes/bhop,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"kM" = (
-/obj/structure/salvageable/server,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"kN" = (
-/obj/structure/fence/corner,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"kO" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"kP" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"kQ" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"kR" = (
-/turf/simulated/wall/titanium,
-/area/awaymission/diescraper/indoors/floor8)
-"kS" = (
-/obj/effect/floor_decal/stairs,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"kT" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"kU" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"kV" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor5)
-"kW" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/snacks/butterscotch,
-/obj/item/reagent_containers/food/snacks/burrito_spicy,
-/obj/item/reagent_containers/food/snacks/burrito_hell{
- pixel_x = 3
- },
-/obj/structure/window/basic{
- dir = 2
- },
-/obj/structure/window/basic{
- dir = 8
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump{
- dir = 8
- },
-/obj/machinery/door/window/eastleft{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/white,
-/area/awaymission/diescraper/indoors/floor7)
-"kX" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"kY" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/snacks/sliceable/cheesewheel,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"kZ" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"la" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor2)
-"lb" = (
-/obj/item/banner/red{
- name = "CONVENTION CENTER CLOSED"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"lc" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor2)
-"ld" = (
-/obj/structure/sign/poster/custom{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/item/storage/box/glasses/square{
- pixel_y = 0;
- pixel_x = 6
- },
-/obj/item/storage/box/glass_extras/straws,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"le" = (
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"lf" = (
-/obj/structure/window/basic{
- dir = 4
- },
-/mob/living/simple_mob/slime/feral,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"lg" = (
-/obj/machinery/light{
- dir = 1
- },
-/mob/living/simple_mob/metroid/juvenile/super,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"lh" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"li" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = -4
- },
-/obj/machinery/light/poi,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"lj" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"lk" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"ll" = (
-/obj/machinery/oxygen_pump/mobile/stabilizer,
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"lm" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/outside)
-"ln" = (
-/obj/structure/bed/padded,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"lo" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/obj/item/card/emag,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"lp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"lq" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"ls" = (
-/obj/structure/table/standard,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"lt" = (
-/obj/structure/table/bench/sifwooden/padded,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"lu" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"lv" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"lw" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/neurotoxin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"ly" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/maintenance/clean,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"lz" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/bottle/stoxin{
- pixel_x = -6;
- pixel_y = 10
- },
-/obj/item/reagent_containers/glass/bottle/antitoxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/reagent_containers/glass/bottle/inaprovaline{
- pixel_x = 1
- },
-/obj/random/medical,
-/obj/item/storage/firstaid/regular{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/regular,
-/obj/random/medical,
-/obj/item/storage/box/gloves{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/box/masks,
-/obj/effect/floor_decal/borderfloorwhite{
- dir = 4
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"lA" = (
-/obj/machinery/light/small/torch{
- dir = 1
- },
-/obj/effect/decal/remains,
-/obj/item/gun/energy/staff/focus,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"lB" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor8)
-"lC" = (
-/obj/machinery/computer/arcade,
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"lE" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"lF" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/cell/high,
-/obj/item/cell/high,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"lG" = (
-/turf/unsimulated/wall/fakeglass2{
- dir = 1
- },
-/area/awaymission/diescraper/indoors/floor11)
-"lI" = (
-/obj/effect/landmark/mobcorpse/syndicatesoldier,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"lJ" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/item/paper_bin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"lK" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/random/trash,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"lL" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 118;
- teleport_y = 140;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"lM" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"lN" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"lO" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/outdoors/newdirt/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor7)
-"lQ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/outside)
-"lR" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"lS" = (
-/obj/random/maintenance,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"lT" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"lU" = (
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"lV" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor3)
-"lW" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"lX" = (
-/obj/item/gun/magnetic/gasthrower,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"lY" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/mech_toy,
-/obj/random/mech_toy,
-/obj/random/mech_toy,
-/obj/item/toy/plushie/susred,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"lZ" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/water/pool{
- temperature = 293.15
- },
-/area/awaymission/diescraper/indoors/floor7)
-"ma" = (
-/obj/structure/sign/warning/secure_area/slabs{
- icon_state = "slab4-off"
- },
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"mb" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"mc" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#e060e0";
- light_power = 1;
- light_range = 6
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"md" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"me" = (
-/obj/structure/girder/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"mf" = (
-/obj/structure/salvageable/implant_container,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"mg" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/rglass,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"mh" = (
-/obj/structure/salvageable/implant_container,
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"mi" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"mj" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/folder,
-/obj/item/folder/white,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"mk" = (
-/mob/living/simple_mob/animal/giant_spider/nurse/queen/eggless,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"ml" = (
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"mm" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"mn" = (
-/obj/structure/table/marble,
-/obj/item/material/knife/butch,
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/obj/item/material/kitchen/rollingpin,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"mo" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"mp" = (
-/obj/structure/table/standard,
-/obj/item/storage/bag/mail,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"mq" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"mr" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/mixer/candy,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"mt" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"mu" = (
-/obj/structure/closet/crate/solar,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"mv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"mw" = (
-/mob/living/simple_mob/clowns/big/c_shift/anormal{
- dir = 2
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"mx" = (
-/obj/structure/barricade/cutout,
-/obj/effect/floor_decal/rust,
-/obj/random/soap,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"my" = (
-/obj/effect/decal/remains/mummy1,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"mz" = (
-/obj/structure/table/rack/wood,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"mA" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/bundle/custom_library/reference/ThermodynamicReactionsandResearch,
-/obj/item/book/bundle/custom_library/fiction/coldmountain,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"mB" = (
-/obj/machinery/light/floortube,
-/obj/structure/bed/padded,
-/obj/item/bedsheet,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"mC" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"mD" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -36
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"mE" = (
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"mF" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 134;
- teleport_y = 217
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"mG" = (
-/obj/structure/bed/chair/wood,
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"mI" = (
-/turf/simulated/wall/elevator,
-/area/awaymission/diescraper/indoors/floor2)
-"mJ" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- dir = 8
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"mK" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"mL" = (
-/obj/structure/bed/chair/sofa/right/purp{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"mM" = (
-/turf/unsimulated/wall/fakeglass2{
- dir = 4
- },
-/area/awaymission/diescraper/indoors/floor11)
-"mN" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"mO" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/item/stack/material/wood,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"mP" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 4
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor7)
-"mQ" = (
-/turf/unsimulated/shuttle/wall/dark,
-/area/awaymission/diescraper/indoors/floor1)
-"mR" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"mS" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/tool/power,
-/obj/random/tool/power,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"mT" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"mU" = (
-/obj/structure/table/reinforced,
-/obj/machinery/cash_register{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"mV" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"mW" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/obj/random/drinkbottle,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"mX" = (
-/obj/structure/table/gamblingtable,
-/obj/item/moneybag,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"mY" = (
-/turf/simulated/floor/water/pool{
- temperature = 293.15
- },
-/area/awaymission/diescraper/indoors/floor7)
-"mZ" = (
-/obj/structure/table/woodentable,
-/obj/random/trash{
- pixel_y = -1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"na" = (
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"nb" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/mob/living/simple_mob/animal/giant_spider/pepper,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"nc" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"nd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"ne" = (
-/obj/structure/bed/chair/comfy/blue{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"nf" = (
-/obj/item/reagent_containers/food/drinks/cans/nukie_banana,
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"ng" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"nh" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 1
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"ni" = (
-/obj/item/computer_hardware/battery_module/super,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"nj" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"nk" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 2
- },
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"nl" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"nn" = (
-/obj/structure/table/rack/steel,
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = -5
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"no" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"np" = (
-/obj/machinery/gateway,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"nq" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"nr" = (
-/obj/structure/girder,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"nt" = (
-/obj/item/storage/toolbox/mechanical,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"nu" = (
-/obj/machinery/door/window/eastright{
- dir = 8
- },
-/obj/machinery/door/window,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"nv" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 24
- },
-/obj/effect/floor_decal/borderfloorblack{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"nw" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/cornoil,
-/obj/item/reagent_containers/food/condiment/cookingoil,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"nx" = (
-/obj/item/tape/police,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/diescraper/indoors/floor1)
-"ny" = (
-/obj/structure/bed/chair/sofa/right/orange,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"nz" = (
-/obj/machinery/light/poi{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"nA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/fruit_smudge,
-/obj/item/toy/plushie/bigcat,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"nB" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"nC" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"nD" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"nE" = (
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/material/knife{
- pixel_x = 10;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"nF" = (
-/obj/item/toy/plushie/red_eastdragon{
- desc = "This plushie looks like a doofus."
- },
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"nG" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"nH" = (
-/obj/machinery/power/apc{
- dir = 4;
- pixel_x = 26
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"nI" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"nJ" = (
-/obj/structure/table/gamblingtable,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/structure/window/plastitanium{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"nK" = (
-/obj/item/stack/material/wood{
- amount = 5
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"nL" = (
-/obj/structure/fence/hedge/corner{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"nM" = (
-/obj/structure/low_wall/bay/white,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"nN" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/soap,
-/obj/random/soap,
-/obj/random/soap,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"nO" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/remains,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"nP" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 213;
- teleport_y = 158
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"nQ" = (
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"nR" = (
-/obj/structure/sink/countertop{
- pixel_y = 14
- },
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 9
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"nS" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_green{
- pixel_y = 13
- },
-/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_pink{
- pixel_y = 8
- },
-/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_purple{
- pixel_y = 2
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"nT" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"nU" = (
-/obj/structure/bed/chair/sofa/left/orange,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"nV" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"nW" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/contraband/nofail,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"nX" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"nY" = (
-/obj/structure/table/standard,
-/obj/item/modular_computer/laptop/preset,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"nZ" = (
-/obj/structure/table/gamblingtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/item/toy/plushie/teshari/y_yw,
-/obj/structure/window/plastitanium{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"oa" = (
-/mob/living/simple_mob/clowns/big/c_shift/longface,
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"ob" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/random/medical/pillbottle,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"oc" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_alc/full{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"od" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"oe" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"of" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"og" = (
-/mob/living/simple_mob/metroid/juvenile/super,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"oh" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 2
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"oi" = (
-/obj/effect/floor_decal/stairs,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"oj" = (
-/obj/effect/decal/mecha_wreckage/hoverpod{
- dir = 8
- },
-/turf/simulated/floor/outdoors/rocks,
-/area/awaymission/diescraper/outside)
-"ok" = (
-/obj/structure/window/reinforced/survival_pod{
- dir = 2
- },
-/turf/unsimulated/wall/seperator,
-/area/awaymission/diescraper/indoors/floor3)
-"ol" = (
-/obj/item/gun/magic/firestaff,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"om" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"on" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/obj/machinery/light,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"oo" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"op" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"oq" = (
-/obj/structure/sign/signnew/oxidants,
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"or" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"os" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/item/modular_computer/laptop/preset,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"ot" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"ou" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/obj/item/reagent_containers/food/drinks/cans/waterbottle,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"ov" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"ow" = (
-/mob/living/simple_mob/slime/feral,
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"ox" = (
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"oz" = (
-/obj/item/stool/baystool/padded{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"oB" = (
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/table/rack/wood,
-/obj/item/clothing/gloves/orange,
-/obj/item/clothing/gloves/red{
- pixel_y = 5
- },
-/obj/item/clothing/gloves/green{
- pixel_y = -5
- },
-/obj/item/clothing/gloves/purple{
- pixel_y = 12
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"oC" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 59;
- teleport_y = 162
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"oD" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"oE" = (
-/obj/item/reagent_containers/food/drinks/bottle/rum,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"oF" = (
-/obj/structure/sign/department/medbay{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"oG" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 41;
- teleport_y = 199
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"oH" = (
-/mob/living/simple_mob/animal/space/bats{
- faction = "metroids"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"oI" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"oJ" = (
-/obj/machinery/computer/operating{
- dir = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"oK" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 59;
- teleport_y = 103
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"oL" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"oM" = (
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"oN" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"oP" = (
-/obj/structure/flora/tree/bigtree,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"oQ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/medical/lite,
-/obj/random/medical/lite,
-/obj/random/medical/lite,
-/obj/random/medical/lite,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"oR" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/caution/yellow,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"oS" = (
-/obj/structure/table/standard,
-/obj/random/medical,
-/obj/random/medical,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"oT" = (
-/obj/structure/table/hardwoodtable,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"oU" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/portalloot,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"oV" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"oX" = (
-/obj/structure/closet/lasertag/red,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"oY" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor7)
-"oZ" = (
-/obj/structure/table/standard,
-/obj/machinery/computer/med_data/laptop,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"pa" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"pb" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/sliceable/cheesewheel,
-/obj/item/reagent_containers/food/snacks/sliceable/cheesewheel,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"pc" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = 14;
- pixel_x = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"pd" = (
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey{
- pixel_y = 8;
- pixel_x = 10
- },
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/snaps{
- pixel_y = 7
- },
-/obj/item/reagent_containers/food/drinks/bottle/wine{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 0;
- pixel_x = 13
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"pf" = (
-/obj/structure/sink/puddle,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"pg" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/rcd/electric/mounted/rig,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"ph" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"pi" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/cell/device/giga{
- pixel_y = -3
- },
-/obj/item/cell/device/giga{
- pixel_y = -8
- },
-/obj/structure/window/basic{
- dir = 2
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"pj" = (
-/obj/structure/barricade/cutout,
-/obj/random/maintenance,
-/obj/random/soap,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"pk" = (
-/obj/structure/table/hardwoodtable,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/item/reagent_containers/food/snacks/kitsuneudon{
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/kitsuneudon{
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/kitsuneudon{
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"pl" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor10)
-"pm" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/material,
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"pn" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/large,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"po" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"pp" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"pr" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"ps" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor11)
-"pt" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/bordercorner{
- dir = 1
- },
-/obj/structure/barricade/cutout,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/rtg/fake_z_wires,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"pu" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 8
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"pv" = (
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"pw" = (
-/turf/unsimulated/floor{
- icon_state = "elevatorshaft"
- },
-/area/awaymission/diescraper/indoors/floor8)
-"px" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"py" = (
-/obj/item/gun/magic/firestaff/vrwizard/lighting,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"pz" = (
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"pA" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"pB" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/tramadol,
-/obj/item/storage/pill_bottle/tramadol,
-/obj/item/storage/pill_bottle/vermicetol,
-/obj/item/storage/pill_bottle/vermicetol,
-/obj/item/storage/pill_bottle/zoom,
-/obj/item/storage/pill_bottle/zoom,
-/obj/item/storage/pill_bottle/zoom,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"pC" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"pE" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"pF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/obj/structure/salvageable/server,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"pG" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"pH" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"pI" = (
-/obj/structure/table/woodentable,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"pJ" = (
-/obj/structure/salvageable/data,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"pK" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/obj/item/computer_hardware/processor_unit,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"pL" = (
-/obj/structure/window/reinforced/survival_pod{
- dir = 1
- },
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/window/reinforced/survival_pod{
- dir = 4
- },
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor7)
-"pM" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"pN" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/old/pizza,
-/obj/item/reagent_containers/food/snacks/old/pizza,
-/obj/item/reagent_containers/food/snacks/old/pizza,
-/obj/item/reagent_containers/food/snacks/old/pizza{
- pixel_y = -3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"pO" = (
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"pP" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"pQ" = (
-/obj/structure/frame,
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged5"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"pR" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"pS" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"pT" = (
-/mob/living/simple_mob/animal/passive/mouse/rat{
- name = "Emily"
- },
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"pU" = (
-/obj/machinery/light{
- dir = 2;
- layer = 3
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"pV" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"pW" = (
-/obj/structure/table/standard,
-/obj/structure/sink/countertop{
- dir = 1
- },
-/obj/item/trash/plate,
-/obj/item/trash/plate{
- pixel_y = -2
- },
-/obj/item/trash/plate{
- pixel_y = 2
- },
-/obj/item/trash/plate{
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"pX" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"pY" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"pZ" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"qb" = (
-/obj/effect/catwalk_plated/dark,
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"qc" = (
-/obj/item/gun/magnetic/fuelrod,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"qd" = (
-/obj/machinery/light{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"qe" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/window/reinforced/survival_pod,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"qf" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"qg" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib3"
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"qh" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors)
-"qi" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/modular_computer/telescreen/preset/generic{
- pixel_y = 0;
- pixel_x = 32
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"qj" = (
-/obj/item/stack/material/wood,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor7)
-"qk" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife{
- pixel_y = 0;
- pixel_x = 11
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"ql" = (
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"qm" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor/multi_tile/glass{
- dir = 1
- },
-/obj/machinery/door/blast/regular/open,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor4second)
-"qn" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"qq" = (
-/obj/structure/bookcase,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor7)
-"qs" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"qt" = (
-/obj/machinery/door/airlock{
- name = "Custodial Closet"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"qu" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/ketchup{
- pixel_y = 2;
- pixel_x = -10
- },
-/obj/item/reagent_containers/food/condiment/ketchup{
- pixel_y = -3;
- pixel_x = -10
- },
-/obj/item/reagent_containers/food/condiment/mustard{
- pixel_y = 12;
- pixel_x = -10
- },
-/obj/item/reagent_containers/food/condiment/mustard{
- pixel_y = 6;
- pixel_x = -10
- },
-/obj/item/reagent_containers/food/condiment/small/packet/mayo{
- pixel_y = 0;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/packet/mayo{
- pixel_y = -8;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/packet/mayo{
- pixel_y = -4;
- pixel_x = -3
- },
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/obj/fruitspawner/potato,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"qv" = (
-/obj/structure/railing/grey,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"qw" = (
-/obj/item/storage/mrebag/side,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"qx" = (
-/mob/living/simple_mob/humanoid/merc/ranged/sniper,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"qy" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"qz" = (
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"qA" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/clown{
- pixel_y = 5
- },
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"qB" = (
-/obj/structure/table/standard,
-/obj/random/donkpocketbox,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"qC" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"qD" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"qE" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"qF" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/souldew,
-/obj/item/storage/pill_bottle/souldew,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"qG" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"qH" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"qI" = (
-/obj/structure/sign/poster/custom{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"qJ" = (
-/obj/structure/closet/cabinet,
-/obj/random/maintenance/medical,
-/obj/random/cash,
-/obj/random/cigarettes,
-/obj/random/firstaid,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/maintenance,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"qK" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"qL" = (
-/obj/structure/table/steel,
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/glass/beaker/large,
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor2)
-"qM" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"qO" = (
-/obj/structure/barricade/cutout,
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"qP" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"qQ" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 60;
- teleport_y = 103
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"qR" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"qS" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"qT" = (
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"qU" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"qV" = (
-/obj/structure/sign/warning/secure_area/slabs{
- icon_state = "slab2-off"
- },
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"qW" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"qX" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"qY" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"qZ" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"ra" = (
-/obj/structure/closet/excavation,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"rb" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"rc" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"rd" = (
-/obj/structure/table/woodentable,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"re" = (
-/obj/machinery/vending/coffee,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"rf" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 213;
- teleport_y = 162
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"rg" = (
-/obj/structure/janitorialcart,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/poi{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"rh" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/salvageable/server,
-/obj/random/junk,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"ri" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 130;
- teleport_y = 42;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"rj" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"rk" = (
-/obj/structure/table/rack/shelf,
-/obj/item/roller,
-/obj/item/roller{
- pixel_y = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"rl" = (
-/obj/structure/table/gamblingtable,
-/obj/item/coin/verdantium,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"rm" = (
-/obj/structure/railing,
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"rn" = (
-/obj/effect/floor_decal/stairs,
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 148;
- teleport_y = 159;
- pixel_x = -1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"ro" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"rp" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/projectile/revolver/toy/big_iron,
-/obj/item/toy/plushie/green_fox{
- icon = 'icons/obj/surgery_vr.dmi';
- name = "The most beautiful plushie ever";
- desc = "A small toy plushie. You feel like you forgot to install something."
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"rq" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"rr" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"rs" = (
-/obj/structure/bed/chair/shuttle{
- dir = 4
- },
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"rt" = (
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor9)
-"ru" = (
-/obj/structure/sign/warning/server_room,
-/turf/simulated/wall,
-/area/awaymission/diescraper/indoors/floor10)
-"rv" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"rw" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"rx" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 41;
- teleport_y = 138
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"ry" = (
-/obj/structure/closet/crate/bin,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"rz" = (
-/obj/item/gun/launcher/confetti_cannon/fake_shottie,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"rA" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"rB" = (
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"rD" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 195;
- teleport_y = 82;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"rE" = (
-/obj/machinery/computer/arcade{
- dir = 8
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"rF" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"rG" = (
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"rH" = (
-/obj/structure/table/marble,
-/obj/item/material/knife/butch,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/condiment/small/peppermill{
- pixel_x = 3
- },
-/obj/item/material/kitchen/rollingpin,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"rI" = (
-/obj/random/trash,
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"rJ" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 6;
- pixel_y = 0
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor9)
-"rK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"rL" = (
-/obj/structure/table/standard,
-/obj/item/stack/medical/advanced/bruise_pack,
-/obj/item/surgical/retractor,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"rM" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/burrito_cheese_spicy{
- pixel_x = -3;
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/burrito_hell{
- pixel_x = -12;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/burrito_cheese{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/burrito{
- pixel_x = 13;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/meatburrito{
- pixel_y = -4;
- pixel_x = -12
- },
-/obj/item/reagent_containers/food/snacks/meatburrito{
- pixel_y = -4;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/cheeseburrito{
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/burrito_vegan{
- pixel_x = 5;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/burrito_mystery{
- pixel_x = 11;
- pixel_y = -4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"rN" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"rO" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"rP" = (
-/obj/item/tape/police,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"rQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/drinkbottle,
-/mob/living/simple_mob/animal/giant_spider/electric,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"rR" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"rS" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor5)
-"rT" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor1)
-"rU" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"rV" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/purifyingagent,
-/obj/item/storage/pill_bottle/purifyingagent,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"rZ" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/concrete,
-/obj/fiftyspawner/concrete,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"sa" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"sb" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"sc" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 171;
- teleport_y = 80;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"sd" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"se" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 93;
- teleport_y = 198;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"sf" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 9
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor9)
-"sg" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"sh" = (
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/table/rack/wood,
-/obj/item/clothing/gloves/orange,
-/obj/item/clothing/gloves/red{
- pixel_y = 5
- },
-/obj/item/clothing/gloves/green{
- pixel_y = -5
- },
-/obj/item/clothing/gloves/purple{
- pixel_y = 12
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"si" = (
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"sj" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"sl" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/glass/beaker/measuring_cup{
- pixel_x = 10;
- pixel_y = 8
- },
-/obj/item/reagent_containers/dropper{
- pixel_x = -4;
- pixel_y = 0
- },
-/obj/item/reagent_containers/glass/rag{
- pixel_x = 7;
- pixel_y = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"sm" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"sn" = (
-/obj/structure/closet/crate/large{
- anchored = 1
- },
-/obj/item/reagent_containers/glass/beaker/vial/random,
-/obj/item/reagent_containers/glass/beaker/vial/random,
-/obj/item/reagent_containers/pill/happy,
-/obj/item/reagent_containers/pill/happy,
-/obj/item/reagent_containers/pill/happy,
-/obj/item/reagent_containers/pill/vermicetol,
-/obj/item/reagent_containers/pill/vermicetol,
-/obj/item/reagent_containers/pill/vermicetol,
-/obj/item/reagent_containers/pill/vermicetol,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"sp" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"sq" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor9)
-"sr" = (
-/obj/structure/sign/graffiti/pisoff{
- pixel_y = 32
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"ss" = (
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"st" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"su" = (
-/obj/item/storage/secure/briefcase/money{
- locked = 0
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"sv" = (
-/obj/machinery/light{
- dir = 2
- },
-/obj/structure/table/woodentable,
-/obj/item/melee/baton/cattleprod,
-/obj/item/cell/hyper,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"sw" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"sx" = (
-/obj/random/trash{
- pixel_y = -1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"sz" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"sA" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"sB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"sC" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"sD" = (
-/mob/living/simple_mob/humanoid/pirate/ranged/handcannon,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"sE" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"sF" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 2
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"sG" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"sH" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/vegetablepizza,
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/mushroompizza{
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/sliceable/pizza/meatpizza{
- pixel_y = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"sI" = (
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"sJ" = (
-/obj/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"sK" = (
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/telecomms/bus,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"sL" = (
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"sM" = (
-/obj/item/storage/secure/briefcase/rifle{
- locked = 0
- },
-/turf/simulated/floor/outdoors/dirt/turfpack/station,
-/area/awaymission/diescraper/outside)
-"sN" = (
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged5"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"sO" = (
-/obj/structure/table/woodentable,
-/obj/item/pen/fountain,
-/obj/item/modular_computer/laptop/preset,
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"sP" = (
-/obj/random/trash,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"sQ" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/clowndouble,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"sS" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"sT" = (
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib3"
- },
-/mob/living/simple_mob/mechanical/cyber_horror/ling_cyber_horror,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"sU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"sV" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor1)
-"sX" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/gun/energy/mouseray/otie,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"sY" = (
-/obj/random/tool/alien,
-/obj/structure/closet/crate,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"sZ" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ta" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"tb" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"tc" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/bordercorner{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"td" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"te" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/item/tabloid,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"tf" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/mask/breath,
-/obj/item/suit_cooling_unit,
-/obj/item/clothing/suit/space/void/exploration,
-/obj/item/clothing/head/helmet/space/void/exploration,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/mask/breath,
-/obj/item/suit_cooling_unit,
-/obj/item/tank/jetpack/carbondioxide,
-/obj/item/clothing/suit/space/void/exploration,
-/obj/item/clothing/head/helmet/space/void/exploration,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"tg" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/portalloot,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"th" = (
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/salvageable/console_broken_os{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"ti" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"tj" = (
-/obj/structure/table/gamblingtable,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/toy,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"tk" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"tl" = (
-/obj/machinery/computer/id_restorer{
- pixel_y = 26
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"tm" = (
-/obj/structure/fence/end{
- dir = 8
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"tn" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/glass/beaker/measuring_cup,
-/obj/item/reagent_containers/food/condiment/enzyme,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"to" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"tp" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/space_mountain_wind{
- pixel_y = 0;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/space_up{
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/drinks/bottle/cola,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"tq" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"tr" = (
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"ts" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"tt" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/mob/living/simple_mob/animal/giant_spider/webslinger,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"tu" = (
-/obj/structure/bed/double/padded,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/item/bedsheet/double,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"tv" = (
-/obj/structure/bed/chair/wood{
- dir = 8;
- pixel_y = 0
- },
-/mob/living/simple_mob/humanoid/pirate,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"tw" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"tx" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"ty" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"tz" = (
-/obj/item/toy/partypopper,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"tA" = (
-/obj/structure/prop/machine/comm_tower/starts_on,
-/turf/simulated/floor/reinforced{
- temperature = 277;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"tC" = (
-/obj/structure/table/steel,
-/obj/item/reagent_containers/glass/bottle/biomass{
- pixel_y = 13;
- pixel_x = -8
- },
-/obj/item/reagent_containers/chem_disp_cartridge/synaptizine,
-/obj/item/reagent_containers/chem_disp_cartridge/hyperzine,
-/obj/machinery/chemical_dispenser,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"tD" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/glasses/square{
- pixel_x = 9;
- pixel_y = 1
- },
-/obj/item/storage/box/glasses/rocks{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/pint{
- pixel_y = 11;
- pixel_x = -6
- },
-/obj/item/storage/box/glasses/meta/metapint{
- pixel_y = 11;
- pixel_x = 9
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"tE" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/random/maintenance/clean,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"tF" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor10)
-"tG" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"tH" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/rack/shelf/wood,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/plushie,
-/obj/random/plushie,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"tI" = (
-/obj/structure/table/standard,
-/obj/item/organ/internal/augment/bioaugment/sprint_enhance,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"tJ" = (
-/obj/structure/bed/chair/sofa/brown{
- dir = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"tK" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = -4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"tL" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"tM" = (
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor10)
-"tN" = (
-/mob/living/simple_mob/vore/aggressive/rat/phoron{
- name = "giant rat";
- desc = "This rat makes all of the rules.";
- health = 150
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"tO" = (
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"tP" = (
-/obj/effect/decal/remains,
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/reinforced{
- temperature = 277;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"tQ" = (
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_one_access = null
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"tR" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"tS" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"tT" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 4
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"tU" = (
-/obj/structure/sign/directions/eva{
- dir = 5
- },
-/obj/structure/sign/directions/stairs_up{
- dir = 5;
- pixel_y = 8
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"tV" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"tX" = (
-/obj/structure/bed/chair/shuttle{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"tZ" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/tool,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"ub" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 196;
- teleport_y = 226;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor11)
-"uc" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"ud" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"ue" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"ug" = (
-/obj/structure/table/steel,
-/obj/random/tool/powermaint,
-/obj/random/tool/power,
-/obj/item/tool/transforming/altevian,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"uh" = (
-/obj/machinery/washing_machine,
-/obj/item/toy/plushie/possum,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"ui" = (
-/obj/structure/table/borosilicate,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"uj" = (
-/obj/item/clothing/shoes/bhop,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"uk" = (
-/mob/living/simple_mob/humanoid/pirate/ranged/armored,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"ul" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor9)
-"um" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/random/trash{
- pixel_y = -1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"un" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"uo" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"up" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = -4
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"uq" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"ur" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"us" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"ut" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor1)
-"uu" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"uv" = (
-/obj/structure/railing/grey{
- dir = 8
- },
-/obj/structure/railing/grey{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"uw" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"uy" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"uz" = (
-/obj/effect/floor_decal/corner/white/border/shifted,
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"uA" = (
-/turf/simulated/floor/tiled/freezer/cold,
-/area/awaymission/diescraper/indoors/floor10)
-"uB" = (
-/obj/machinery/light/small/torch{
- dir = 1
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"uD" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 9;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 10;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 7
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = 3
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = -10
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = -3
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"uE" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 142;
- teleport_y = 45
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"uF" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"uG" = (
-/obj/structure/table/standard,
-/obj/structure/sink/countertop,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"uH" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/structure/bed/chair/comfy/beige{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"uI" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/machinery/vending/donksoft{
- req_log_access = null
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"uJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"uK" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/suit/storage/hooded/teshari/standard{
- pixel_y = 0;
- pixel_x = -8
- },
-/obj/item/clothing/suit/storage/hooded/teshari/standard/black_blue,
-/obj/item/clothing/suit/storage/hooded/teshari/standard/black_brown{
- pixel_y = 0;
- pixel_x = 6
- },
-/obj/item/toy/plushie/teshari/y_yw{
- pixel_y = 4
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"uL" = (
-/obj/effect/decal/cleanable/blood,
-/obj/random/maintenance,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"uM" = (
-/obj/structure/table/woodentable,
-/obj/item/paper/pamphlet/violent_video_games,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"uN" = (
-/obj/effect/decal/remains/mouse,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"uO" = (
-/obj/structure/flora/pottedplant/decorative,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"uP" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"uQ" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/wall/solidrock,
-/area/awaymission/diescraper/outside)
-"uR" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor2)
-"uS" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"uT" = (
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"uU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"uW" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"uX" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"uY" = (
-/obj/structure/table/woodentable,
-/obj/item/pen/fountain8,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"uZ" = (
-/obj/structure/table/glass,
-/obj/item/storage/rollingpapers,
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"vb" = (
-/obj/structure/medical_stand/anesthetic,
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "metroid_gib1"
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"vc" = (
-/obj/structure/table/hardwoodtable,
-/obj/structure/window/reinforced{
- dir = 8;
- health = null
- },
-/obj/item/reagent_containers/food/snacks/chickenkatsu{
- pixel_y = 2
- },
-/obj/item/reagent_containers/food/snacks/chickenkatsu{
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/hotandsoursoup,
-/obj/item/reagent_containers/food/snacks/hotandsoursoup{
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/chickenmomo,
-/obj/item/reagent_containers/food/snacks/chickenmomo,
-/obj/item/reagent_containers/food/snacks/chickenmomo,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"vd" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"ve" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"vf" = (
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"vg" = (
-/obj/structure/bed/chair/office/dark{
- dir = 2
- },
-/obj/effect/decal/remains,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"vh" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = 10
- },
-/obj/item/reagent_containers/food/snacks/taco,
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = -5
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"vi" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/mechanical,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"vj" = (
-/obj/structure/table/bench/sifwooden/padded,
-/obj/item/grenade/confetti/party_ball,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"vk" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"vl" = (
-/obj/structure/closet/crate/solar,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"vn" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"vo" = (
-/obj/item/reagent_containers/food/snacks/tomatosoup,
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/filth,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"vp" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"vq" = (
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"vr" = (
-/turf/simulated/floor/concrete{
- temperature = 225.15;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"vs" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/gun/energy/supercannon,
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"vt" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"vu" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"vv" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"vw" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"vx" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor4second)
-"vy" = (
-/mob/living/simple_mob/mechanical/cyber_horror/cat_cyber_horror,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"vz" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- dir = 4
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"vA" = (
-/obj/machinery/light{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"vB" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 5
- },
-/obj/structure/closet/secure_closet/medical_wall/pills{
- pixel_x = 32;
- locked = 0
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"vC" = (
-/obj/machinery/vending/snack{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"vD" = (
-/obj/structure/simple_door/wood,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"vE" = (
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"vF" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"vG" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"vH" = (
-/obj/item/tape/engineering,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"vI" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"vJ" = (
-/obj/machinery/light/poi{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"vK" = (
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"vL" = (
-/obj/structure/closet/crate/secure/large,
-/obj/random/material,
-/obj/random/material,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"vM" = (
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"vN" = (
-/obj/structure/table/steel_reinforced,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/item/cell/giga,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"vO" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"vP" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"vQ" = (
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"vR" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"vS" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/snacks/chipplate,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"vT" = (
-/obj/structure/sink/kitchen{
- pixel_y = 17
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"vU" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/toy,
-/obj/random/toy,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"vV" = (
-/obj/structure/bed/chair/sofa/orange,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"vW" = (
-/obj/effect/decal/cleanable/blood/oil/streak,
-/turf/simulated/floor/outdoors/dirt/turfpack/station,
-/area/awaymission/diescraper/outside)
-"vX" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"vY" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"wa" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"wb" = (
-/obj/machinery/gateway,
-/obj/effect/map_effect/perma_light/gateway,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"wc" = (
-/obj/structure/bed/chair/wood{
- dir = 8;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"wd" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"we" = (
-/obj/machinery/vending/dinnerware,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"wf" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden{
- dir = 4
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor2)
-"wg" = (
-/obj/machinery/shower{
- pixel_y = 0;
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10,
-/obj/machinery/door/window/westright,
-/obj/structure/curtain/open/shower,
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor9)
-"wh" = (
-/obj/structure/bed/chair/sofa/bench/marble{
- dir = 4
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"wi" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"wj" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 2
- },
-/obj/effect/floor_decal/industrial/warning/color/red{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"wk" = (
-/obj/structure/sign/signnew/explosives,
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"wl" = (
-/obj/effect/floor_decal/stairs{
- dir = 4
- },
-/obj/machinery/light{
- dir = 2;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"wn" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"wo" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 95;
- teleport_y = 141;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"wp" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"wq" = (
-/obj/structure/bed/chair,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"wr" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"ws" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"wt" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"wv" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"ww" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"wx" = (
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"wy" = (
-/obj/structure/bed/chair/sofa/right/purp{
- dir = 1
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"wz" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/cell/device/weapon/recharge/alien/hybrid,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"wA" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/item/gun/energy/gun/burst,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"wB" = (
-/obj/machinery/door/airlock/medical{
- req_one_access = null
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"wC" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 233;
- teleport_y = 239
- },
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/sky)
-"wD" = (
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"wE" = (
-/obj/machinery/suit_cycler/exploration,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"wF" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = -8
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = 2
- },
-/obj/item/reagent_containers/food/snacks/sliceable/supremoburrito{
- pixel_x = 12
- },
-/obj/item/reagent_containers/food/snacks/fuegoburrito,
-/obj/item/reagent_containers/food/snacks/slice/bigbeanburrito/filled{
- pixel_y = 0;
- pixel_x = -8
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"wG" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"wH" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/meatburrito{
- pixel_y = -4;
- pixel_x = -12
- },
-/obj/item/reagent_containers/food/snacks/meatburrito{
- pixel_y = -4;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/cheeseburrito{
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/burrito_vegan{
- pixel_x = 5;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/burrito_mystery{
- pixel_x = 11;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/burrito_hell{
- pixel_x = -12;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/burrito_cheese_spicy{
- pixel_x = -3;
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/burrito_cheese{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/snacks/burrito{
- pixel_x = 13;
- pixel_y = 6
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"wI" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"wJ" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"wK" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"wL" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/reagent_containers/spray/chemsprayer,
-/obj/random/tool/power,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"wM" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"wN" = (
-/obj/random/trash{
- pixel_y = -1
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"wO" = (
-/obj/structure/railing,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"wQ" = (
-/obj/structure/table/reinforced,
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "mfloor2"
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"wR" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor2)
-"wS" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/trash/plate,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"wT" = (
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"wV" = (
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"wW" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"wX" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"wY" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"xa" = (
-/turf/simulated/floor/outdoors/newdirt/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor7)
-"xb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/salvageable/server,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"xd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 9
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"xe" = (
-/obj/structure/fence,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"xf" = (
-/obj/structure/salvageable/console,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"xg" = (
-/obj/effect/floor_decal/rust,
-/obj/random/multiple/large_corp_crate,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"xh" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"xi" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/obj/item/storage/mre/random,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"xj" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/tool,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"xk" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"xl" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"xm" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"xn" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"xo" = (
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/sky)
-"xp" = (
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/structure/table/rack/wood,
-/obj/item/clothing/suit/storage/toggle/lawyer/bluejacket{
- pixel_y = 2;
- pixel_x = -7
- },
-/obj/item/clothing/suit/storage/toggle/lawyer/purpjacket{
- pixel_y = 2
- },
-/obj/item/clothing/suit/storage/toggle/leather_jacket{
- pixel_y = 1;
- pixel_x = 8
- },
-/obj/item/clothing/under/suit_jacket/burgundy{
- pixel_y = -3;
- pixel_x = -6
- },
-/obj/item/clothing/under/suit_jacket/charcoal{
- pixel_y = -3
- },
-/obj/item/clothing/under/suit_jacket/checkered{
- pixel_y = -2;
- pixel_x = 8
- },
-/obj/item/clothing/shoes/dress{
- pixel_y = -10
- },
-/obj/item/clothing/shoes/dress{
- pixel_y = -10
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"xq" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 2
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"xr" = (
-/mob/living/simple_mob/humanoid/pirate/ranged,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"xs" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/projectile/revolver/toy,
-/obj/item/gun/projectile/revolver/toy,
-/obj/item/gun/projectile/revolver/toy,
-/obj/item/gun/projectile/revolver/toy,
-/obj/item/gun/projectile/revolver,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"xt" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"xu" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"xv" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/mob/living/simple_mob/humanoid/pirate/las/armored,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"xw" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/obj/effect/mobblocker{
- dir = 4
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"xx" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"xy" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/item/paper_bin,
-/obj/item/paper_bin,
-/obj/item/paper_bin,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"xz" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"xA" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"xB" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"xD" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor7)
-"xE" = (
-/obj/effect/floor_decal/rust,
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/tool/alien,
-/obj/structure/closet/crate,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"xF" = (
-/mob/living/simple_mob/mechanical/cyber_horror,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"xG" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor11)
-"xH" = (
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"xI" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"xJ" = (
-/obj/machinery/light,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"xK" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 5
- },
-/obj/random/medical,
-/obj/random/medical,
-/obj/structure/closet/secure_closet/medical_wall/pills{
- pixel_x = 32;
- locked = 0
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"xL" = (
-/obj/structure/table/woodentable,
-/obj/item/melee/baton/cattleprod,
-/obj/item/cell/hyper,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"xM" = (
-/obj/effect/decal/remains/unathi,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"xN" = (
-/obj/machinery/light/floortube{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"xO" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 4
- },
-/mob/living/simple_mob/animal/space/goose{
- faction = "metroids"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"xP" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"xQ" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/structure/salvageable/implant_container,
-/obj/item/reagent_containers/food/condiment/ketchup,
-/obj/item/reagent_containers/food/condiment/mustard,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"xR" = (
-/mob/living/simple_mob/slime/feral,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"xT" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/obj/structure/girder/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"xU" = (
-/obj/structure/table/borosilicate,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"xV" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"xW" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"xX" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/glasses/sunglasses{
- pixel_y = -9
- },
-/obj/item/clothing/glasses/sunglasses/big{
- pixel_y = -5
- },
-/obj/item/clothing/glasses/sunglasses/bigshot{
- pixel_y = -3
- },
-/obj/item/clothing/glasses/gglasses,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"xY" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"ya" = (
-/obj/structure/fence,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"yb" = (
-/obj/item/stack/material/uranium{
- amount = 12
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"yc" = (
-/obj/structure/table/bench/sifwooden/padded,
-/obj/item/gun/launcher/confetti_cannon/overdrive,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"yd" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"ye" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"yf" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"yg" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/vending/dinnerware{
- dir = 1
- },
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"yh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/door/blast/regular/open,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor4second)
-"yi" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/carton/flour/rustic{
- pixel_y = 0;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/condiment/carton/sugar,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"yj" = (
-/turf/simulated/wall/titanium,
-/area/awaymission/diescraper/indoors/floor112)
-"yk" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/burncard,
-/obj/item/storage/pill_bottle/burncard,
-/obj/item/storage/pill_bottle/juggernog,
-/obj/item/storage/pill_bottle/juggernog,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"yl" = (
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"yn" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/machinery/light/floortube,
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"yp" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/item/storage/firstaid/fire{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/fire,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"yq" = (
-/obj/structure/table/marble,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"yr" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/bundle/custom_library/fiction/beyondthedoor,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"ys" = (
-/obj/machinery/door/airlock/medical{
- req_one_access = null
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"yt" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"yu" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/prop/machine/random_radio,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"yv" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"yw" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"yx" = (
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"yy" = (
-/mob/living/simple_mob/tomato{
- dir = 2
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"yz" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 213;
- teleport_y = 100
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"yA" = (
-/obj/structure/sink/kitchen{
- pixel_y = 17
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"yC" = (
-/obj/item/stack/material/steel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"yD" = (
-/mob/living/simple_mob/humanoid/pirate/captain,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"yE" = (
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"yF" = (
-/obj/random/soap,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"yG" = (
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"yH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/drinkbottle,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"yI" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"yJ" = (
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor2)
-"yK" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/maintenance/engineering,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor6)
-"yL" = (
-/obj/effect/decal/cleanable/fruit_smudge,
-/obj/item/clothing/shoes/dress,
-/obj/random/humanoidremains,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"yM" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/door/window/brigdoor/eastleft{
- dir = 2;
- req_access = list(886)
- },
-/obj/machinery/cash_register,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"yN" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/concrete,
-/obj/fiftyspawner/concrete,
-/obj/random/awayloot/nofail,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"yO" = (
-/obj/item/modular_computer/console/preset/civilian{
- pixel_y = 0;
- dir = 4
- },
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"yP" = (
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"yQ" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"yR" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"yS" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/mob/living/simple_mob/vore/otie/feral/chubby{
- dir = 8;
- faction = "metroids"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"yT" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"yU" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/rust,
-/obj/machinery/vending/tool{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"yV" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"yW" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"yX" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/fiftyspawner/phoron,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"yY" = (
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- name = "south bump";
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = -24
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"yZ" = (
-/obj/structure/table/woodentable,
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"za" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"zb" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/closet/crate/trashcart,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"zc" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"zd" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"ze" = (
-/obj/item/c_tube,
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"zf" = (
-/obj/random/trash,
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"zg" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"zh" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"zi" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"zj" = (
-/obj/structure/largecrate/animal/swoopie,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"zk" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"zl" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/reagent_containers/food/snacks/lomein{
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/snacks/lomein{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/lomein{
- pixel_y = 0
- },
-/obj/item/reagent_containers/food/snacks/fortunecookie{
- pixel_y = 7;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/snacks/fortunecookie{
- pixel_y = 7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/snacks/fortunecookie{
- pixel_y = 7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/snacks/fortunecookie{
- pixel_y = 7
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"zm" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/fruitspawner/icechili,
-/obj/fruitspawner/icechili,
-/obj/fruitspawner/icechili,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"zn" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"zo" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"zp" = (
-/mob/living/simple_mob/humanoid/merc/ranged/space/shotgun/auto,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"zq" = (
-/obj/structure/mopbucket,
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"zr" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor3)
-"zs" = (
-/turf/unsimulated/wall,
-/area/awaymission/diescraper/indoors/floor8)
-"zt" = (
-/obj/structure/table/standard,
-/obj/structure/closet/secure_closet/medical_wall{
- pixel_y = 0;
- pixel_x = 32;
- locked = 0
- },
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/item/reagent_containers/blood/OMinus,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"zu" = (
-/obj/structure/bed/chair/wood{
- dir = 1;
- pixel_y = 0
- },
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"zv" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"zw" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/jager{
- pixel_y = 11;
- pixel_x = 16
- },
-/obj/item/reagent_containers/food/drinks/bottle/gin{
- pixel_y = 3;
- pixel_x = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/cognac{
- pixel_y = 7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/drinks/bottle/patron{
- pixel_y = 11;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/drinks/bottle/bluecuracao{
- pixel_y = 1;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/whitewine{
- pixel_y = 2;
- pixel_x = 6
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"zx" = (
-/obj/structure/window/plastitanium{
- dir = 1;
- name = "screen"
- },
-/turf/simulated/wall,
-/area/awaymission/diescraper/indoors/floor10)
-"zy" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"zz" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"zA" = (
-/obj/effect/floor_decal/corner/white/border,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"zB" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/survival_pod,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"zC" = (
-/obj/machinery/shower{
- pixel_y = 16
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10,
-/obj/machinery/door/window/westright,
-/obj/structure/curtain/open/shower,
-/obj/structure/window/reinforced/tinted/frosted,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor9)
-"zE" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey,
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey,
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 0;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 0;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 0;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 1;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 1;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 1;
- pixel_x = 6
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"zF" = (
-/obj/structure/bed/chair/shuttle{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"zH" = (
-/obj/structure/reagent_dispensers/water_cooler/full{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"zI" = (
-/obj/machinery/computer/arcade{
- dir = 4
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"zJ" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"zK" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/obj/item/reagent_containers/food/snacks/meat/chicken,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"zL" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"zM" = (
-/obj/structure/sign/small/warning/high_voltage,
-/turf/simulated/wall,
-/area/awaymission/diescraper/indoors/floor10)
-"zN" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"zO" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/item/pen/autostun/paralyse,
-/obj/item/pen,
-/obj/item/pen,
-/obj/item/pen,
-/obj/item/pen/fountain,
-/obj/item/pen/fountain2,
-/obj/item/pen/fountain3,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"zP" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/outdoors/newdirt/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor7)
-"zQ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"zS" = (
-/obj/structure/table/marble{
- color = "grey"
- },
-/obj/machinery/door/window/eastleft,
-/obj/machinery/door/window/brigdoor/eastleft{
- dir = 8;
- req_access = list(886)
- },
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"zT" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 60;
- teleport_y = 162
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"zU" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"zV" = (
-/obj/effect/decal/cleanable/blood/oil,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"zW" = (
-/obj/effect/decal/remains,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"zX" = (
-/obj/structure/table/marble,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/chili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/fruitspawner/ghostchili,
-/obj/machinery/light{
- dir = 4
- },
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/obj/fruitspawner/soybean,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"zY" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"zZ" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor3)
-"Aa" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Ab" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Ac" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/rcd/electric/mounted/mecha,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Ad" = (
-/obj/structure/table/reinforced,
-/obj/item/gun/launcher/syringe,
-/obj/machinery/recharger,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Ae" = (
-/turf/simulated/floor/outdoors/rocks,
-/area/awaymission/diescraper/outside)
-"Af" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"Ag" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ah" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"Ai" = (
-/obj/item/stack/material/supermatter{
- amount = 5
- },
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"Aj" = (
-/obj/item/modular_computer/console/preset/civilian,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Ak" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/telecomms/broadcaster,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"Al" = (
-/obj/structure/sign/signnew/secure{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Am" = (
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"An" = (
-/obj/structure/fence/door/opened,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"Ao" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"Ap" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Aq" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/paracetamol,
-/obj/item/storage/pill_bottle/paracetamol,
-/obj/item/storage/pill_bottle/peridaxon,
-/obj/item/storage/pill_bottle/peridaxon,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Ar" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 9;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 10;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 9
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/snacks/chickenwing{
- pixel_y = 8;
- pixel_x = 7
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = 3
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = -10
- },
-/obj/item/storage/box/wings{
- pixel_y = 1;
- pixel_x = -3
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"As" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife{
- pixel_y = 0;
- pixel_x = 11
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Au" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/item/newspaper,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Aw" = (
-/obj/machinery/vending/hotfood{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"Ax" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ay" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/machinery/light{
- dir = 2;
- layer = 3
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Az" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"AA" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"AB" = (
-/obj/item/grenade/supermatter,
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"AC" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"AD" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor2)
-"AE" = (
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"AF" = (
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"AG" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood,
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"AH" = (
-/obj/structure/fence/end{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"AI" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"AJ" = (
-/obj/structure/table/woodentable,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"AK" = (
-/obj/machinery/photocopier/faxmachine,
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"AL" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = -4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"AM" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/multitool{
- pixel_x = 4
- },
-/obj/item/multitool{
- pixel_x = -5
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"AN" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"AO" = (
-/obj/structure/table/marble{
- color = "grey"
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"AP" = (
-/obj/effect/floor_decal/corner/yellow/border/shifted,
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/outside)
-"AQ" = (
-/turf/unsimulated/wall/fakeglass{
- dir = 8
- },
-/area/awaymission/diescraper/indoors/floor11)
-"AR" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 17;
- teleport_y = 200;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"AS" = (
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"AT" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"AU" = (
-/obj/random/material,
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"AV" = (
-/obj/structure/table/woodentable,
-/obj/random/mug,
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"AW" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 6
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"AX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"AY" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"AZ" = (
-/obj/structure/fence/end,
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"Ba" = (
-/obj/structure/railing/grey{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/railing/grey{
- dir = 4
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Bb" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 2
- },
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor10)
-"Bc" = (
-/obj/machinery/gateway,
-/obj/effect/floor_decal/techfloor/orange,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"Be" = (
-/obj/structure/table/hardwoodtable,
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/obj/item/stack/material/morphium{
- amount = 20
- },
-/obj/item/stack/material/supermatter{
- amount = 20
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"Bf" = (
-/obj/structure/inflatable/door,
-/turf/simulated/floor/plating{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Bg" = (
-/turf/simulated/wall/elevator,
-/area/awaymission/diescraper/indoors/floor1)
-"Bh" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor6)
-"Bi" = (
-/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey{
- pixel_y = 8;
- pixel_x = 10
- },
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_y = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/wine{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_y = 1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_y = 3;
- pixel_x = 14
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Bj" = (
-/obj/machinery/light{
- dir = 2
- },
-/obj/structure/table/woodentable,
-/obj/item/card/id/diescrapergun,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Bk" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/awaymission/diescraper/outside;
- base_turf = /turf/simulated/floor/concrete;
- landmark_tag = "diescraper_parking";
- name = "Skyscraper Parking Lot"
- },
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"Bl" = (
-/obj/structure/urinal{
- pixel_y = 32
- },
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Bm" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Bn" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/vending/dinnerware{
- dir = 8;
- pixel_x = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Bo" = (
-/obj/structure/closet/secure_closet/freezer/kitchen/mining,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"Bp" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 10
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor7)
-"Bq" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/projectile,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Br" = (
-/turf/simulated/floor/tiled/dark{
- icon_state = "milspec-damaged2"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Bs" = (
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Bt" = (
-/obj/structure/table/standard,
-/obj/item/gun/energy/medigun,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Bu" = (
-/obj/random/mech,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Bv" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 4
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"Bw" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"By" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Bz" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor1)
-"BA" = (
-/obj/structure/fireaxecabinet{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"BB" = (
-/obj/item/clothing/head/pizzaguy,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"BC" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor7)
-"BD" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"BE" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/fiftyspawner/phoron,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"BF" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor1)
-"BG" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/integrated_circuit_printer/all_upgrades,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"BH" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- pixel_y = 3;
- dir = 4;
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/rag{
- pixel_x = 7;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/beaker/measuring_cup{
- pixel_x = 10;
- pixel_y = 8
- },
-/obj/item/reagent_containers/dropper{
- pixel_x = -4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"BI" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/bordercorner{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"BJ" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"BK" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"BL" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"BM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"BN" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 170;
- teleport_y = 141;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"BO" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"BP" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"BQ" = (
-/obj/structure/table/woodentable,
-/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"BR" = (
-/obj/random/trash,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"BS" = (
-/obj/structure/table/standard,
-/obj/item/pen{
- pixel_y = -5
- },
-/obj/item/pen/blue,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"BT" = (
-/obj/structure/closet,
-/obj/item/gun/energy/gun/rifle,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"BU" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 195;
- teleport_y = 139;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"BV" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2";
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"BW" = (
-/obj/effect/floor_decal/stairs{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"BX" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 14;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/kahlua{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/lemonadeschnapps{
- pixel_y = 5;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/goldschlager{
- pixel_y = 13;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/absinthe{
- pixel_y = 3;
- pixel_x = -8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"BY" = (
-/obj/item/stack/material/wood,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"BZ" = (
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Ca" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 9
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"Cc" = (
-/obj/item/stack/material/steel{
- amount = 15
- },
-/obj/item/stack/material/glass/reinforced{
- amount = 10
- },
-/obj/structure/mopbucket,
-/obj/item/mop,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Cd" = (
-/obj/random/trash,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Ce" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_coffee/full{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Cf" = (
-/obj/structure/closet/crate,
-/obj/item/storage/box/lights/mixed,
-/obj/item/flashlight,
-/obj/item/flashlight,
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/item/radio{
- frequency = 1487;
- icon_state = "med_walkietalkie";
- name = "Medbay Emergency Radio Link"
- },
-/obj/item/tool/crowbar/red,
-/obj/item/tool/crowbar/red,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/suit/straight_jacket,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"Cg" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ch" = (
-/turf/unsimulated/wall/seperator,
-/area/space)
-"Ci" = (
-/obj/item/modular_computer/console/preset/civilian{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Cj" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"Ck" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/door/window/brigdoor/eastleft{
- dir = 4;
- req_access = list(886)
- },
-/obj/item/cell/giga,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Cl" = (
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Cm" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/mimedouble,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"Co" = (
-/obj/structure/bed/chair/shuttle,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Cq" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"Cr" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Ct" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/mask/breath,
-/obj/item/suit_cooling_unit,
-/obj/item/clothing/suit/space/void/pilot,
-/obj/item/clothing/head/helmet/space/void/pilot,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/mask/breath,
-/obj/item/suit_cooling_unit,
-/obj/item/tank/jetpack/carbondioxide,
-/obj/item/clothing/suit/space/void/pilot,
-/obj/item/clothing/head/helmet/space/void/pilot,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Cu" = (
-/obj/machinery/computer{
- desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages.";
- dir = 1;
- name = "Broken Computer"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Cv" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Cx" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"Cy" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 13;
- teleport_y = 104
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"Cz" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"CA" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"CB" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"CC" = (
-/obj/structure/table/marble,
-/obj/machinery/cash_register{
- req_access = null;
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"CD" = (
-/obj/item/modular_computer/console/preset/civilian,
-/obj/effect/floor_decal/industrial/warning/color/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"CE" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"CF" = (
-/obj/structure/sign/signnew/biohazard{
- pixel_y = 32
- },
-/obj/item/tape/medical,
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"CH" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"CI" = (
-/obj/item/computer_hardware/battery_module/lambda,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"CJ" = (
-/obj/machinery/light{
- dir = 2;
- layer = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"CK" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/item/tape/police,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"CL" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"CM" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/random/drinkbottle,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"CN" = (
-/obj/structure/table/steel_reinforced,
-/obj/structure/bedsheetbin,
-/obj/item/toy/sif{
- pixel_y = 16
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"CO" = (
-/obj/machinery/iv_drip,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"CP" = (
-/obj/structure/table/rack/shelf/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"CQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/flicker{
- dir = 4
- },
-/obj/structure/salvageable/server,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"CR" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"CT" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"CU" = (
-/obj/item/clothing/head/hardhat,
-/obj/effect/catwalk_plated/dark,
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"CV" = (
-/obj/structure/bed/padded,
-/obj/item/bedsheet,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"CW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/remains/mummy1,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"CX" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"CY" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 4
- },
-/obj/item/tape/medical,
-/obj/structure/barricade,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"CZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Da" = (
-/obj/structure/fence/end{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"Db" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 2
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Dc" = (
-/obj/structure/table/standard,
-/obj/item/organ/internal/augment/bioaugment/thermalshades,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Dd" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"De" = (
-/obj/effect/floor_decal/industrial/warning/color/red{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor10)
-"Df" = (
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"Dg" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"Dh" = (
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Di" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"Dj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stolenpackage,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Dk" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"Dl" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/reagent_containers/food/drinks/cans/tonic,
-/obj/item/reagent_containers/food/drinks/cans/tonic,
-/obj/item/reagent_containers/food/drinks/cans/space_mountain_wind,
-/obj/item/reagent_containers/food/drinks/cans/sodawater,
-/obj/item/reagent_containers/food/drinks/cans/root_beer,
-/obj/item/reagent_containers/food/drinks/cans/grape_juice,
-/obj/item/reagent_containers/food/drinks/cans/gingerale,
-/obj/item/reagent_containers/food/drinks/cans/dr_gibb,
-/obj/item/reagent_containers/food/drinks/cans/cola,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Dm" = (
-/obj/structure/fence/door{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"Dn" = (
-/obj/structure/prop/machine/tradebeacon,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Dp" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = 3;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = -5;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = -4;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = 0;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 3;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 7;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 10;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -12;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -3;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -6;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -9;
- pixel_x = 8
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Dq" = (
-/obj/structure/bed/chair/oldsofa/corner{
- dir = 4
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"Dr" = (
-/obj/structure/closet/crate,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Ds" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/mainttoyloot/nofail,
-/obj/item/toy/plushie/green_fox,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"Dt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Dw" = (
-/mob/living/simple_mob/animal/space/goose{
- faction = "metroids"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Dx" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/paper_bin,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"Dy" = (
-/obj/machinery/light/poi{
- dir = 1
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Dz" = (
-/obj/machinery/button/remote/airlock{
- dir = 4;
- pixel_y = -10;
- id = "yourefireduwu"
- },
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"DA" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/reagentgrinder,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"DB" = (
-/obj/structure/table/steel_reinforced,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"DC" = (
-/obj/structure/railing/grey{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"DD" = (
-/obj/random/junk,
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"DE" = (
-/mob/living/simple_mob/humanoid/merc/ranged/sniper,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"DF" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"DG" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"DH" = (
-/obj/structure/window/reinforced/survival_pod{
- dir = 8
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"DI" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"DJ" = (
-/obj/structure/bed/chair/comfy/brown,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"DK" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"DL" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_x = 2;
- pixel_y = 9
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"DM" = (
-/obj/structure/table/reinforced,
-/obj/item/retail_scanner,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"DN" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"DO" = (
-/obj/structure/bed/chair/office/dark{
- dir = 2
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"DP" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"DQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"DR" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor7)
-"DT" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/ammo,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"DU" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"DV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"DW" = (
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"DY" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"DZ" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"Ea" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 10
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor3)
-"Eb" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 2
- },
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor2)
-"Ec" = (
-/obj/machinery/door/blast/puzzle{
- id = "youup"
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"Ed" = (
-/obj/random/vendordrink{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"Ee" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"Ef" = (
-/obj/structure/toilet{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Eg" = (
-/obj/machinery/door/airlock/glass_medical{
- req_one_access = null
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Ei" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Ek" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"El" = (
-/obj/machinery/computer{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Em" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 148;
- teleport_y = 219;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs,
-/obj/structure/window/plastitanium{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"En" = (
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Eo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"Ep" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Er" = (
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Es" = (
-/obj/random/trash,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Et" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"Eu" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/tool/power,
-/obj/item/rcd/advanced/loaded,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Ev" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"Ew" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light/poi{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Ex" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Ey" = (
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Ez" = (
-/obj/structure/prop/statue{
- anchored = 0
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"EA" = (
-/obj/structure/flora/bboulder2,
-/turf/unsimulated/floor/outdoors/mud/turfpack/station,
-/area/awaymission/diescraper/indoors/floor5)
-"EB" = (
-/obj/machinery/light/bigfloorlamp{
- light_range = 10
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"EC" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"ED" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/vial,
-/obj/item/storage/fancy/vials,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"EE" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"EF" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/chrono,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"EG" = (
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"EH" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"EI" = (
-/obj/structure/closet/cabinet,
-/obj/random/maintenance/medical,
-/obj/random/cash,
-/obj/random/cigarettes,
-/obj/random/firstaid,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/maintenance,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"EJ" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"EK" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"EL" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"EM" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/toolbox,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"EN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/oil/streak,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"EO" = (
-/mob/living/simple_mob/humanoid/pirate/captain,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"EQ" = (
-/obj/item/storage/secure/briefcase/fuelrod,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"ER" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"ES" = (
-/obj/machinery/washing_machine,
-/obj/item/reagent_containers/food/snacks/badrecipe,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"ET" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor3)
-"EU" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/effect/decal/remains,
-/obj/item/gun/projectile/revolver{
- pixel_y = 1;
- pixel_x = -13
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"EV" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/blood_regen,
-/obj/item/storage/pill_bottle/blood_regen,
-/obj/item/storage/pill_bottle/kelotane,
-/obj/item/storage/pill_bottle/kelotane,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"EW" = (
-/obj/structure/table/bench/wooden,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"EX" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/material/twohanded/sledgehammer,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"EY" = (
-/obj/structure/closet/crate/hydroponics/exotic,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"EZ" = (
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"Fa" = (
-/obj/structure/bed/chair/oldsofa/left,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Fb" = (
-/obj/machinery/atmospherics/unary/heater{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Fc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Fd" = (
-/obj/item/toy/balloon,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"Fe" = (
-/obj/item/material/shard/shrapnel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Ff" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#e060e0";
- light_power = 1;
- light_range = 6
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Fg" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood/alt/tile,
-/area/awaymission/diescraper/indoors/floor9)
-"Fh" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = 3;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = -5;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = -4;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/chickenfillet{
- pixel_y = 0;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 3;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 7;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit{
- pixel_y = 10;
- pixel_x = 9
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -12;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -3;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -6;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/nugget{
- pixel_y = -9;
- pixel_x = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Fi" = (
-/obj/structure/table/woodentable,
-/obj/item/modular_computer/laptop/preset/custom_loadout,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Fj" = (
-/obj/structure/table/standard,
-/obj/item/defib_kit/loaded,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Fk" = (
-/obj/structure/window/basic,
-/obj/structure/table/rack/wood,
-/obj/machinery/light/floortube{
- overlay_color = "#e060e0";
- brightness_color_ns = "#9C439C";
- light_color = "#e060e0";
- brightness_color = "#e060e0";
- name = "tinted light fixture"
- },
-/obj/item/clothing/under/clown,
-/obj/item/clothing/under/clown/blue,
-/obj/item/clothing/under/clown/green,
-/obj/item/clothing/under/clown/purple,
-/obj/item/clothing/under/clown/yellow,
-/obj/item/clothing/mask/gas/clown_hat,
-/obj/item/clothing/shoes/clown_shoes,
-/obj/item/clothing/shoes/clown_shoes,
-/obj/item/clothing/shoes/clown_shoes,
-/obj/item/clothing/shoes/clown_shoes,
-/obj/item/clothing/shoes/clown_shoes,
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"Fl" = (
-/obj/structure/table/bench/glass,
-/obj/structure/flora/pottedplant/bamboo{
- pixel_y = 10
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Fm" = (
-/obj/structure/table/steel,
-/obj/item/stack/material/phoron{
- amount = 5
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- icon_state = "dmg4"
- },
-/area/awaymission/diescraper/indoors/floor2)
-"Fo" = (
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Fp" = (
-/obj/structure/inflatable,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Fq" = (
-/obj/structure/fence{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"Fr" = (
-/obj/machinery/door/airlock/glass{
- locked = 1;
- icon_state = "door_locked"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor1)
-"Fs" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"Ft" = (
-/obj/structure/table/rack/steel,
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = -5
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/towel{
- color = "#3fc0ea";
- name = "light blue towel";
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Fu" = (
-/mob/living/carbon/human/ai_controlled/greytide{
- icon_state = "rune_teleport"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Fv" = (
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"Fx" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor6)
-"Fy" = (
-/turf/simulated/mineral/ignore_oregen,
-/area/awaymission/diescraper/outside)
-"Fz" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"FA" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 210;
- teleport_y = 98
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"FB" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"FC" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"FD" = (
-/obj/structure/table/glass,
-/obj/random/pottedplant,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"FE" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor1)
-"FF" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"FG" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"FH" = (
-/obj/structure/closet/cabinet,
-/obj/random/maintenance/medical,
-/obj/random/cash,
-/obj/random/cigarettes,
-/obj/random/firstaid,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/maintenance,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"FI" = (
-/obj/structure/table/wooden_reinforced,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet/violent_video_games,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"FJ" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"FK" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 134;
- teleport_y = 216
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"FL" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"FM" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/burrito_hell,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"FN" = (
-/obj/structure/table/standard,
-/obj/structure/sign/poster/custom{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"FO" = (
-/obj/machinery/light/poi{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"FP" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"FQ" = (
-/obj/machinery/door/airlock/medical{
- req_one_access = null
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"FR" = (
-/obj/machinery/vending/tool{
- emagged = 1;
- req_access = null;
- req_log_access = null
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"FS" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"FT" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"FU" = (
-/obj/structure/bed/chair,
-/obj/effect/decal/remains,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"FV" = (
-/turf/simulated/wall/ironphoron,
-/area/awaymission/diescraper/indoors/floor7)
-"FW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/fence,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"FX" = (
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"FY" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor11)
-"FZ" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Ga" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor9)
-"Gb" = (
-/obj/structure/table/steel,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Gc" = (
-/obj/structure/table/woodentable,
-/obj/item/pen/fountain7,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Gd" = (
-/obj/structure/table/glass,
-/obj/random/pottedplant,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"Ge" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/obj/item/reagent_containers/food/snacks/spagetti,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Gf" = (
-/obj/structure/table/reinforced,
-/obj/item/gun/energy/medigun,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Gg" = (
-/obj/structure/table/woodentable,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Gh" = (
-/obj/structure/table/bench/wooden,
-/obj/item/reagent_containers/food/drinks/bottle/rum,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"Gi" = (
-/obj/random/junk,
-/obj/item/stack/material/steel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Gj" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Gk" = (
-/obj/item/pizzavoucher,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"Gm" = (
-/obj/structure/sign/securearea{
- icon_state = "restroom"
- },
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor1)
-"Gn" = (
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"Go" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 8
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Gp" = (
-/obj/item/material/shard/shrapnel,
-/obj/item/material/shard/shrapnel,
-/obj/item/stack/material/steel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Gq" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/item/reagent_containers/food/snacks/badrecipe,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Gr" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = 19
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"Gs" = (
-/obj/machinery/light{
- dir = 2;
- layer = 3
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"Gt" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gib1_flesh"
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Gu" = (
-/obj/effect/decal/cleanable/blood,
-/obj/machinery/space_heater,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Gv" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"Gw" = (
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Gx" = (
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Gy" = (
-/obj/structure/bed/chair/sofa/left/purp{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Gz" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/pill/inaprovaline{
- pixel_y = 11;
- pixel_x = 7
- },
-/obj/item/reagent_containers/pill/inaprovaline{
- pixel_y = -3;
- pixel_x = 6
- },
-/obj/item/reagent_containers/pill/inaprovaline{
- pixel_y = 0;
- pixel_x = 6
- },
-/obj/item/reagent_containers/pill/inaprovaline{
- pixel_y = 1;
- pixel_x = 8
- },
-/obj/item/reagent_containers/pill/inaprovaline{
- pixel_y = 8;
- pixel_x = 9
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"GA" = (
-/obj/item/stool/padded{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"GB" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/bundle/custom_library/reference/recyclingprocedures,
-/obj/item/spellbook/oneuse/fireball,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"GC" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/obj/structure/table/woodentable,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"GD" = (
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"GE" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 94;
- teleport_y = 198;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"GG" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"GH" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- pixel_y = 15
- },
-/obj/item/reagent_containers/glass/rag{
- pixel_x = 7;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/beaker/measuring_cup{
- pixel_x = 10;
- pixel_y = 8
- },
-/obj/item/reagent_containers/dropper{
- pixel_x = -4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"GI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/trash,
-/obj/random/junk,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"GJ" = (
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/outside)
-"GK" = (
-/obj/structure/inflatable,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"GL" = (
-/obj/machinery/light,
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/outside)
-"GM" = (
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"GN" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"GO" = (
-/obj/machinery/vending/dinnerware{
- dir = 4;
- pixel_x = -4
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"GP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/osteodaxon,
-/obj/item/storage/pill_bottle/osteodaxon,
-/obj/item/storage/pill_bottle/osteodaxon,
-/obj/item/storage/pill_bottle/combat,
-/obj/item/storage/pill_bottle/corophizine,
-/obj/item/storage/pill_bottle/corophizine,
-/obj/item/storage/pill_bottle/nutriment,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"GQ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"GR" = (
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/window/reinforced/survival_pod{
- dir = 4
- },
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/obj/item/material/shard{
- pixel_x = 5;
- pixel_y = 10
- },
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor7)
-"GS" = (
-/obj/effect/mobblocker{
- dir = 2
- },
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"GT" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/flashlight/lamp/clown,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"GU" = (
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"GV" = (
-/obj/machinery/door/airlock/external,
-/turf/simulated/floor/plating{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor7)
-"GW" = (
-/obj/structure/salvageable/server,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"GX" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/mobblocker{
- dir = 2
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"GY" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"GZ" = (
-/obj/machinery/light{
- dir = 4;
- layer = 3
- },
-/obj/structure/table/bench/standard,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Ha" = (
-/turf/simulated/wall/thull,
-/area/awaymission/diescraper/indoors/floor7)
-"Hb" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Hc" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Hd" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"He" = (
-/mob/living/simple_mob/clowns/big/c_shift/honkling,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Hf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Hg" = (
-/obj/structure/toilet{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"Hh" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor11)
-"Hi" = (
-/obj/structure/toilet{
- dir = 4
- },
-/mob/living/simple_mob/mechanical/cyber_horror/cat_cyber_horror,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Hj" = (
-/obj/structure/table/bench/standard,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Hk" = (
-/turf/simulated/floor/reinforced{
- temperature = 277;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"Hm" = (
-/obj/machinery/computer/arcade/clawmachine,
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"Hn" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 4
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"Ho" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Hp" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"Hq" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Hr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ht" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/chem_disp_cartridge/radium,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Hu" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/food/condiment/mustard{
- pixel_y = 6;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/condiment/ketchup,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"Hv" = (
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor2)
-"Hw" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 214;
- teleport_y = 219
- },
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Hx" = (
-/obj/structure/table/standard,
-/obj/item/surgical/hemostat,
-/obj/item/surgical/cautery,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"Hy" = (
-/obj/machinery/telecomms/receiver,
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"Hz" = (
-/obj/structure/table/bench/standard,
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"HA" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"HB" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"HC" = (
-/obj/structure/table/woodentable,
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"HD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/clothing/mask/smokable/cigarette/cigar,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"HE" = (
-/obj/effect/floor_decal/stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"HF" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"HG" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 5
- },
-/obj/random/medical,
-/obj/structure/closet/secure_closet/medical_wall/pills{
- pixel_x = 32;
- locked = 0
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"HH" = (
-/obj/structure/table/rack,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"HI" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"HJ" = (
-/obj/structure/prop/statue,
-/turf/simulated/floor/water/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"HK" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/grenade/box,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"HL" = (
-/obj/structure/table/bench/sifwooden/padded,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"HM" = (
-/obj/structure/bed/chair/sofa/purp{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"HN" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"HO" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"HP" = (
-/obj/machinery/light/floortube{
- dir = 8
- },
-/mob/living/simple_mob/animal/space/bats{
- faction = "metroids"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"HQ" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/ghostmuffin/poison,
-/obj/item/reagent_containers/food/snacks/ghostmuffin/berry{
- pixel_y = -2;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/snacks/ghostmuffin/berry{
- pixel_y = 2;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/snacks/ghostmuffin/berry{
- pixel_y = -5;
- pixel_x = 6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"HR" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"HS" = (
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"HT" = (
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"HU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"HV" = (
-/obj/structure/table/woodentable,
-/obj/machinery/recharger,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"HW" = (
-/obj/effect/simple_portal/linked{
- portal_id = 6666;
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "oncenter"
- },
-/obj/effect/map_effect/perma_light/gateway,
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "oncenter";
- density = 0
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"HX" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"HY" = (
-/obj/structure/table/steel,
-/obj/item/clothing/head/welding,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"HZ" = (
-/obj/item/storage/mrebag/menu3,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Ia" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 94;
- teleport_y = 141;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"Ib" = (
-/obj/structure/bookcase,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Ic" = (
-/obj/random/maintenance/clean,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"If" = (
-/obj/structure/table/standard,
-/obj/structure/closet/secure_closet/medical_wall{
- pixel_y = 32;
- locked = 0
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ih" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 5
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"Ii" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_y = -3;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_y = -3;
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_y = -3;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_y = -3;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/snacks/unajerky{
- pixel_y = 12;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/snacks/unajerky{
- pixel_y = 12;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/unajerky{
- pixel_y = 15;
- pixel_x = -2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Ij" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/cash_register{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ik" = (
-/obj/machinery/light/poi,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"Il" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"Im" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/suit/storage/vest/tactical,
-/obj/item/clothing/suit/storage/vest/tactical,
-/obj/item/clothing/suit/storage/vest/tactical,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 295.15
- },
-/area/awaymission/diescraper/indoors/floor10)
-"In" = (
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/sky)
-"Io" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"Ip" = (
-/obj/structure/table/hardwoodtable,
-/obj/structure/table/hardwoodtable,
-/obj/random/pizzabox,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"Iq" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"Ir" = (
-/obj/machinery/power/apc/alarms_hidden{
- dir = 4;
- pixel_x = 20
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Is" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/clothing/mask/gas/clear,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"It" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/effect/decal/remains/mummy2,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Iu" = (
-/obj/structure/table/woodentable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Iv" = (
-/obj/item/material/shard/shrapnel,
-/obj/item/material/shard/shrapnel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Iw" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"Ix" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Iy" = (
-/mob/living/simple_mob/vore/aggressive/panther,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"Iz" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"IB" = (
-/obj/structure/table/standard,
-/obj/structure/sink/countertop{
- pixel_y = 3;
- dir = 8;
- pixel_x = 6
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"IC" = (
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"ID" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/remains/mummy2,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"IE" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"IF" = (
-/obj/structure/bed/chair/sofa/left/blue{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"IG" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"IH" = (
-/obj/structure/railing,
-/obj/structure/table/hardwoodtable,
-/obj/item/multitool,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"II" = (
-/obj/structure/medical_stand/anesthetic,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"IJ" = (
-/turf/simulated/floor/lava,
-/area/awaymission/diescraper/indoors/floor11)
-"IK" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"IL" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"IM" = (
-/obj/structure/barricade/cutout/gondola,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"IN" = (
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"IO" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"IP" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"IQ" = (
-/obj/machinery/door/airlock/multi_tile/metal/mait,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"IR" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/corner/green/border,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"IS" = (
-/obj/effect/floor_decal/corner/white/border/shifted,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"IT" = (
-/obj/machinery/telecomms/relay,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"IU" = (
-/obj/random/vendorfood,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"IV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"IW" = (
-/obj/machinery/portable_atmospherics/canister/empty,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"IX" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"IY" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/toolbox,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"IZ" = (
-/obj/effect/wingrille_spawn,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"Ja" = (
-/obj/item/modular_computer/console/preset/civilian,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Jb" = (
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"Jc" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Jd" = (
-/obj/effect/map_effect/interval/sound_emitter/clownsteps,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Je" = (
-/obj/machinery/biogenerator,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Jf" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Jg" = (
-/mob/living/simple_mob/humanoid/pirate/shield/machete/armored,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"Jh" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"Ji" = (
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Jj" = (
-/obj/effect/floor_decal/corner/paleblue/border/shifted,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"Jk" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"Jl" = (
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Jm" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 24
- },
-/obj/effect/floor_decal/borderfloorblack{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Jn" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Jp" = (
-/obj/structure/bed/chair/oldsofa{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Jq" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Jr" = (
-/mob/living/simple_mob/slime/feral,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Ju" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Jv" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/modular_computer/laptop/preset,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Jw" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor5)
-"Jx" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/fruitspawner/icechili,
-/obj/fruitspawner/icechili,
-/obj/fruitspawner/icechili,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Jy" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Jz" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"JB" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/corner/green/border,
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"JC" = (
-/obj/machinery/door/window/eastright{
- pixel_y = 0;
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"JD" = (
-/obj/structure/table/standard,
-/obj/item/surgical/bonesetter,
-/obj/item/surgical/bonegel,
-/obj/item/surgical/bioregen,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"JE" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"JF" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"JG" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"JH" = (
-/obj/item/stack/cable_coil/green,
-/obj/structure/table/bench/steel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor5)
-"JI" = (
-/obj/structure/table/standard,
-/obj/random/medical,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"JJ" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"JK" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"JL" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/table/rack/shelf/steel,
-/obj/random/tool,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"JM" = (
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"JN" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/bicaridine,
-/obj/item/storage/pill_bottle/bicaridine,
-/obj/item/storage/pill_bottle/myelamine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"JO" = (
-/obj/effect/floor_decal/rust,
-/obj/random/maintenance,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"JQ" = (
-/obj/structure/table/woodentable,
-/obj/random/plushie,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"JR" = (
-/obj/structure/table/standard,
-/obj/item/surgical/scalpel,
-/obj/item/surgical/circular_saw{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"JS" = (
-/obj/effect/overlay/snow/floor,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"JT" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/gun/launcher/pneumatic,
-/obj/item/tank/oxygen/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"JU" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"JW" = (
-/obj/structure/table/marble{
- color = "grey"
- },
-/obj/item/cell/giga,
-/obj/item/cell/giga,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"JX" = (
-/obj/machinery/floodlight,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"JY" = (
-/mob/living/simple_mob/vore/alienanimals/skeleton/alt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"JZ" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"Ka" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/salvageable/server,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Kb" = (
-/obj/machinery/floor_light{
- anchored = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Kc" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/machinery/light{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/cans/lemon_cola{
- pixel_y = 12;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/cans/straw_cola{
- pixel_x = 2
- },
-/obj/structure/window/basic{
- dir = 2
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Kd" = (
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor4second)
-"Ke" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/projectile/scrapped_laser,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor6)
-"Kf" = (
-/obj/structure/bed/chair/wood{
- dir = 8;
- pixel_y = 0
- },
-/mob/living/simple_mob/humanoid/pirate/mate/ranged/shotgun,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"Kg" = (
-/obj/effect/decal/remains,
-/turf/simulated/floor/outdoors/rocks,
-/area/awaymission/diescraper/outside)
-"Kh" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Ki" = (
-/obj/structure/bed/chair/wood{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Kj" = (
-/obj/item/melee/umbrella/random,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"Kk" = (
-/obj/item/clothing/under/pizzaguy,
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"Kl" = (
-/obj/structure/table/woodentable,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Km" = (
-/obj/structure/bed/chair/sofa/right/blue{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Kn" = (
-/obj/structure/table/woodentable,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/obj/item/paper/pamphlet,
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"Ko" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Kp" = (
-/obj/item/fuel_assembly/phoron,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Kq" = (
-/obj/random/trash,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Ks" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"Kt" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Ku" = (
-/obj/structure/closet/crate/secure/large,
-/obj/effect/floor_decal/rust,
-/obj/item/ammo_magazine/m9mm/compact,
-/obj/item/ammo_magazine/m9mm/compact,
-/obj/item/ammo_magazine/m9mm/compact,
-/obj/item/gun/projectile/pistol,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 295.15
- },
-/area/awaymission/diescraper/indoors/floor10)
-"Kv" = (
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"Kw" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Kx" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/sink/kitchen{
- dir = 8;
- pixel_y = 0;
- pixel_x = -12
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ky" = (
-/obj/item/digestion_remains/skull/teshari,
-/obj/effect/decal/cleanable/filth,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Kz" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"KA" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 12
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"KB" = (
-/obj/machinery/shower{
- pixel_y = 0;
- dir = 8
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor9)
-"KC" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/item/robot_parts/head,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"KE" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"KF" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"KG" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"KH" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/modular_computer/laptop/preset/custom_loadout/elite,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"KI" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/structure/sink/kitchen{
- pixel_y = 21
- },
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"KJ" = (
-/obj/machinery/computer/arcade/clawmachine,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"KK" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/shoes/sandals_elegant{
- pixel_y = -9;
- pixel_x = -6
- },
-/obj/item/clothing/shoes/skater{
- pixel_y = -8
- },
-/obj/item/clothing/shoes/sneakersblue{
- pixel_y = 4;
- pixel_x = 4
- },
-/obj/item/clothing/shoes/sneakerspurple{
- pixel_y = 4;
- pixel_x = -2
- },
-/obj/item/clothing/shoes/sneakersred{
- pixel_x = -9;
- pixel_y = 4
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"KL" = (
-/mob/living/simple_mob/clowns/big/c_shift/punished,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"KM" = (
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"KN" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/reagent_containers/food/drinks/cans/thirteenloko,
-/obj/item/reagent_containers/food/drinks/cans/space_up,
-/obj/item/reagent_containers/food/drinks/cans/sodawater,
-/obj/item/reagent_containers/food/drinks/cans/grape_juice,
-/obj/item/reagent_containers/food/drinks/cans/dr_gibb_diet,
-/obj/item/reagent_containers/food/drinks/cans/cola,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"KO" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"KP" = (
-/obj/item/stack/cable_coil/green{
- amount = 2
- },
-/obj/effect/map_effect/perma_light,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"KQ" = (
-/obj/structure/table/standard,
-/obj/random/energy,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"KR" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light/floortube,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"KS" = (
-/obj/structure/bed/chair/office/dark{
- dir = 2
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"KT" = (
-/obj/structure/flora/tree/bigtree,
-/turf/unsimulated/floor/outdoors/mud/turfpack/station,
-/area/awaymission/diescraper/indoors/floor5)
-"KU" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"KV" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/energy/highend,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"KW" = (
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged4"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"KX" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"KY" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/barricade/cutout,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"KZ" = (
-/obj/structure/bed/chair,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"La" = (
-/obj/structure/bed/chair/shuttle,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"Lb" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Lc" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Ld" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Le" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/corner/green/border,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/wall{
- dir = 1;
- pixel_y = -35
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Lf" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"Lg" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Lh" = (
-/obj/structure/table/hardwoodtable,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"Li" = (
-/obj/structure/salvageable/machine,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Lj" = (
-/obj/structure/bonfire,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"Lk" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"Ll" = (
-/obj/machinery/light/small,
-/turf/unsimulated/floor{
- icon_state = "elevatorshaft"
- },
-/area/awaymission/diescraper/indoors/floor8)
-"Lm" = (
-/obj/structure/closet/grave,
-/obj/item/material/gravemarker,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Ln" = (
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Lo" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Lp" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Lq" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Lr" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"Ls" = (
-/obj/structure/closet/crate/secure/large,
-/obj/item/storage/backpack/parachute,
-/obj/item/storage/backpack/parachute,
-/obj/item/storage/backpack/parachute,
-/obj/item/storage/backpack/parachute,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Lt" = (
-/obj/machinery/light/floortube{
- dir = 1
- },
-/turf/simulated/floor/concrete{
- temperature = 225.15;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"Lu" = (
-/turf/simulated/floor/outdoors/grass/heavy{
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"Lv" = (
-/obj/machinery/suit_cycler/pilot,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Lw" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Lx" = (
-/turf/simulated/floor/outdoors/dirt/turfpack/station,
-/area/awaymission/diescraper/outside)
-"Ly" = (
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/outside)
-"Lz" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/pandenata{
- pixel_y = 11;
- pixel_x = 1
- },
-/obj/item/reagent_containers/food/snacks/pandenata{
- pixel_y = 0;
- pixel_x = 1
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"LA" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted{
- dir = 2
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"LB" = (
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"LC" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"LD" = (
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"LE" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/validsalad{
- pixel_y = 18
- },
-/obj/item/reagent_containers/food/snacks/validsalad{
- pixel_y = 13
- },
-/obj/item/reagent_containers/food/snacks/boiledrice{
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/boiledrice{
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/boiledrice{
- pixel_y = 0
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"LF" = (
-/obj/machinery/photocopier/faxmachine,
-/obj/structure/table/standard,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"LG" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"LH" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/ammo_all,
-/obj/random/ammo_all,
-/obj/item/storage/mre/random,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"LI" = (
-/obj/effect/floor_decal/borderfloorblack/corner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/bordercorner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"LJ" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"LK" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/plushie,
-/obj/random/plushie,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor1)
-"LL" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"LM" = (
-/obj/machinery/power/solar_control{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"LN" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/tape/medical,
-/obj/structure/barricade,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"LO" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"LP" = (
-/obj/structure/fence,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"LQ" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/shoes/hitops/orange{
- pixel_y = -8;
- pixel_x = -8
- },
-/obj/item/clothing/shoes/hitops/purple{
- pixel_y = -8
- },
-/obj/item/clothing/shoes/hitops/red{
- pixel_y = -8;
- pixel_x = 4
- },
-/obj/item/clothing/shoes/black/cuffs{
- pixel_y = 4;
- pixel_x = -10
- },
-/obj/item/clothing/shoes/black/cuffs/blue{
- pixel_y = 4;
- pixel_x = -4
- },
-/obj/item/clothing/shoes/black/cuffs/octavious{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/clothing/shoes/black/cuffs/red{
- pixel_y = 4;
- pixel_x = 8
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"LR" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"LS" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/pill/osteodaxon{
- pixel_x = 7;
- pixel_y = 1
- },
-/obj/item/reagent_containers/pill/osteodaxon{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/reagent_containers/pill/osteodaxon{
- pixel_x = 6;
- pixel_y = 5
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"LT" = (
-/obj/structure/flora/pottedplant/subterranean,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"LU" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"LV" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/phenethylamine,
-/obj/item/storage/pill_bottle/phenethylamine,
-/obj/item/storage/pill_bottle/phenethylamine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"LX" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"LY" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 93;
- teleport_y = 80
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"LZ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Ma" = (
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor5)
-"Mb" = (
-/obj/structure/table/steel,
-/obj/item/paper_bin{
- pixel_y = -6
- },
-/obj/item/camera{
- name = "Autopsy Camera";
- pixel_x = -2;
- pixel_y = 7
- },
-/obj/item/pen/red{
- pixel_x = -1;
- pixel_y = -9
- },
-/obj/item/pen/blue{
- pixel_x = 3;
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"Mc" = (
-/mob/living/simple_mob/mechanical/cyber_horror/ling_cyber_horror,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Md" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor2)
-"Me" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/tamales{
- pixel_x = 1;
- pixel_y = 18
- },
-/obj/item/reagent_containers/food/snacks/tamales{
- pixel_x = 1;
- pixel_y = 11
- },
-/obj/item/reagent_containers/food/snacks/enchiladas{
- pixel_y = -4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"Mf" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor10)
-"Mg" = (
-/turf/unsimulated/wall/seperator,
-/area/awaymission/diescraper/sky)
-"Mh" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/waffles,
-/obj/item/reagent_containers/food/snacks/waffles,
-/obj/item/reagent_containers/food/snacks/waffles,
-/obj/item/reagent_containers/food/snacks/waffles{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/waffles{
- pixel_y = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Mi" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 12
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Mj" = (
-/obj/structure/table/woodentable,
-/obj/item/spacecasinocash,
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"Mk" = (
-/obj/machinery/door/window/brigdoor/eastright{
- req_access = list(886)
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Ml" = (
-/turf/simulated/floor/water/turfpack/station,
-/area/awaymission/diescraper/indoors/floor5)
-"Mm" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/structure/closet/crate/bin,
-/obj/item/clothing/shoes/dress,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"Mn" = (
-/obj/machinery/telecomms/relay/preset/ruskie{
- on = 0
- },
-/turf/simulated/floor/bluegrid{
- name = "Mainframe Base";
- nitrogen = 100;
- oxygen = 0;
- temperature = 80
- },
-/area/awaymission/diescraper/indoors/floor10)
-"Mo" = (
-/obj/structure/railing/grey,
-/obj/structure/railing/grey{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Mp" = (
-/obj/item/rig_module/device/paperdispenser,
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Mq" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Mr" = (
-/obj/structure/bed/chair/comfy/lime{
- dir = 8
- },
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Ms" = (
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"Mt" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Mu" = (
-/obj/structure/window/reinforced/survival_pod{
- dir = 1
- },
-/obj/structure/window/reinforced/survival_pod,
-/obj/structure/window/reinforced/survival_pod{
- dir = 4
- },
-/obj/structure/grille/rustic{
- health = 25;
- name = "reinforced grille"
- },
-/obj/item/material/shard{
- icon_state = "medium"
- },
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor7)
-"Mw" = (
-/obj/item/bodybag,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Mx" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"My" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"Mz" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"MA" = (
-/obj/structure/salvageable/shuttle_console,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"MB" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"MC" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/multitool,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"MD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/organ/internal/augment/armmounted/shoulder/surge,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"ME" = (
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"MF" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"MG" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"MH" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"MI" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"MJ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"MK" = (
-/obj/effect/decal/cleanable/blood/oil,
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"ML" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor6)
-"MM" = (
-/obj/structure/inflatable/door,
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor7)
-"MN" = (
-/mob/living/simple_mob/clowns/big/c_shift/punished,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"MO" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"MP" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/gun/magnetic/railgun,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"MQ" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"MR" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/fluff/fidgetspinner,
-/obj/item/fluff/fidgetspinner/red,
-/obj/item/fluff/fidgetspinner/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"MS" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/reagent_dispensers/fueltank/barrel/two,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"MT" = (
-/obj/structure/morgue{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"MU" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/rig/industrial/equipped,
-/obj/item/gun/launcher/spikethrower,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"MV" = (
-/obj/structure/salvageable/server_os,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"MW" = (
-/obj/item/material/minihoe,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"MX" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/maintenance/clean,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"MY" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"MZ" = (
-/mob/living/simple_mob/tomato,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Na" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Nb" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/obj/structure/table/standard,
-/obj/machinery/computer/med_data/laptop,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Nc" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Nd" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Ne" = (
-/obj/structure/low_wall/bay/white,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"Nf" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Ng" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/mixer/cereal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Nh" = (
-/mob/living/simple_mob/mechanical/cyber_horror,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ni" = (
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/vial/alkysine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Nj" = (
-/obj/structure/girder,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor7)
-"Nk" = (
-/obj/machinery/light{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Nl" = (
-/obj/structure/table/gamblingtable,
-/obj/item/book/bundle/custom_library/nonfiction/viabilityofcorporategov,
-/obj/item/book/bundle/custom_library/fiction/silence,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"Nm" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 171;
- teleport_y = 141;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Nn" = (
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"No" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/modular_computer/tablet/preset/custom_loadout/hybrid,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Np" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/steeldecal/steel_decals10,
-/obj/effect/floor_decal/steeldecal/steel_decals10{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor9)
-"Nq" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 4
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Nr" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/bluespace_coffee,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"Ns" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/flashlight/lamp/green{
- pixel_y = 5
- },
-/obj/item/flashlight/lamp/green,
-/obj/item/flashlight/lamp/green{
- pixel_y = -5
- },
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"Nt" = (
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Nu" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Nv" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/toy/desk/officetoy,
-/obj/item/toy/partypopper,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"Nw" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = -4
- },
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Nx" = (
-/obj/machinery/hyperpad/centre{
- map_pad_id = "skibidi";
- map_pad_link_id = "rizz"
- },
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor2)
-"Ny" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Nz" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/item/storage/box/buns{
- pixel_y = -3
- },
-/obj/item/storage/box/buns{
- pixel_y = 10
- },
-/obj/item/storage/box/buns,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"NA" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"NB" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/structure/window/basic{
- dir = 2
- },
-/obj/item/reagent_containers/food/snacks/candy/gummy,
-/obj/item/reagent_containers/food/snacks/candy/gummy,
-/obj/item/reagent_containers/food/snacks/candy/gummy,
-/obj/item/reagent_containers/food/snacks/candy/donor,
-/obj/item/reagent_containers/food/snacks/candy/proteinbar,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"NC" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"ND" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"NE" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/tiled/freezer/cold,
-/area/awaymission/diescraper/indoors/floor10)
-"NF" = (
-/obj/structure/prop/machine/nt_biocan,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"NG" = (
-/obj/structure/table/woodentable,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/paper_bin,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"NH" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"NI" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"NK" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/diescraper/indoors/floor9)
-"NL" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/snacks/sosjerky{
- pixel_y = -3;
- pixel_x = 10
- },
-/obj/item/reagent_containers/food/snacks/sosjerky{
- pixel_y = -3;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/sosjerky{
- pixel_y = -3;
- pixel_x = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"NM" = (
-/obj/structure/sign/directions/stairs_up{
- dir = 9
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor2)
-"NN" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"NO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"NP" = (
-/obj/structure/barricade/cutout/cultist,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"NQ" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"NR" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"NS" = (
-/obj/item/computer_hardware/network_card,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"NT" = (
-/obj/machinery/door/blast/puzzle{
- id = "gonna"
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"NU" = (
-/obj/machinery/washing_machine,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"NV" = (
-/obj/structure/flora/pottedplant/decorative,
-/mob/living/simple_mob/slime/feral,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"NX" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"NY" = (
-/obj/structure/bed/chair/shuttle{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"NZ" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Oa" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ob" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Oc" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/folder,
-/obj/item/folder/white,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Od" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/recharger,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Oe" = (
-/obj/machinery/light,
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Of" = (
-/obj/structure/table/reinforced,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Og" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/drinks/bottle/jager{
- pixel_y = 11;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/drinks/bottle/gin{
- pixel_y = 3;
- pixel_x = 13
- },
-/obj/item/reagent_containers/food/drinks/bottle/cognac{
- pixel_y = 7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/drinks/bottle/patron{
- pixel_y = 11;
- pixel_x = 2
- },
-/obj/item/reagent_containers/food/drinks/bottle/bluecuracao{
- pixel_y = 1;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/whitewine{
- pixel_y = 2;
- pixel_x = 6
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Oh" = (
-/obj/structure/table/woodentable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/melee/baton/cattleprod,
-/obj/item/cell/hyper,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Oi" = (
-/obj/item/fuel_assembly/blitz/shielded,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Oj" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Ok" = (
-/obj/mecha/working/ripley/deathripley,
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Ol" = (
-/obj/structure/barricade/cutout,
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Om" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"On" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 1
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"Oo" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Op" = (
-/obj/item/material/shard,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Oq" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"Or" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Os" = (
-/obj/structure/closet/crate,
-/obj/random/awayloot/nofail,
-/obj/random/awayloot/nofail,
-/obj/random/awayloot/nofail,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Ot" = (
-/obj/structure/medical_stand/anesthetic,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Ou" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Ov" = (
-/obj/structure/table/sifwooden_reinforced,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Ow" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"Ox" = (
-/obj/structure/table/standard,
-/obj/item/defib_kit/loaded,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Oy" = (
-/obj/structure/safe/floor,
-/obj/item/gun/projectile/gyropistol,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/mob/living/simple_mob/humanoid/merc/ranged/space/shotgun,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Oz" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"OA" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"OB" = (
-/obj/machinery/oxygen_pump/mobile/stabilizer,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"OC" = (
-/obj/effect/wingrille_spawn,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"OD" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 5
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"OE" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"OF" = (
-/obj/structure/closet/lasertag/blue,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"OG" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/simulated/floor/water/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"OH" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"OJ" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"OK" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"OL" = (
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"OM" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastleft{
- dir = 8
- },
-/obj/item/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/toxin,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"ON" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"OO" = (
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"OP" = (
-/obj/structure/bed/chair/oldsofa,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"OQ" = (
-/obj/structure/shuttle/engine/heater{
- dir = 4
- },
-/turf/simulated/wall/thull,
-/area/awaymission/diescraper/indoors/floor7)
-"OR" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"OS" = (
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"OT" = (
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"OU" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"OV" = (
-/obj/machinery/computer{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"OW" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"OX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"OY" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor2)
-"OZ" = (
-/obj/random/tool,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"Pa" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/woodentable,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Pb" = (
-/obj/structure/table/standard,
-/obj/item/modular_computer/laptop/preset,
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Pc" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"Pd" = (
-/obj/structure/closet/cabinet,
-/obj/random/maintenance/medical,
-/obj/random/cash,
-/obj/random/cigarettes,
-/obj/random/firstaid,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/junk,
-/obj/random/maintenance,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Pf" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 2
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor10)
-"Pg" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/pizzabox,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"Ph" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 18;
- teleport_y = 200;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"Pi" = (
-/obj/effect/floor_decal/corner/yellow/border/shifted,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"Pj" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"Pk" = (
-/obj/item/tape/police,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"Pl" = (
-/obj/machinery/light/floortube{
- dir = 2
- },
-/turf/simulated/floor/concrete{
- temperature = 225.15;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"Pm" = (
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"Pn" = (
-/obj/structure/bed/chair/sofa/blue{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Po" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"Pp" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/toilet/prison{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Pq" = (
-/obj/structure/table/glass,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Pr" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"Ps" = (
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"Pt" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/lettuce,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/obj/item/reagent_containers/food/snacks/meat,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"Pu" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Pv" = (
-/obj/effect/floor_decal/rust,
-/obj/random/maintenance,
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor4second)
-"Pw" = (
-/obj/machinery/door/blast/angled{
- dir = 4;
- maxhealth = 69420
- },
-/turf/space,
-/area/awaymission/diescraper/outside)
-"Px" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 210;
- teleport_y = 99
- },
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"Py" = (
-/obj/structure/fence/hedge/end{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Pz" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/obj/machinery/light,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"PA" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 8
- },
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"PB" = (
-/obj/structure/closet/crate{
- name = "blood crate"
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OMinus,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"PC" = (
-/obj/structure/railing/grey,
-/obj/structure/railing/grey{
- dir = 8
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"PD" = (
-/obj/machinery/gibber,
-/turf/simulated/floor/tiled/freezer/cold,
-/area/awaymission/diescraper/indoors/floor10)
-"PE" = (
-/mob/living/simple_mob/humanoid/pirate/ranged/armored,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"PF" = (
-/obj/machinery/light/poi{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"PG" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"PH" = (
-/obj/structure/sink/puddle,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"PI" = (
-/obj/effect/simple_portal/coords{
- icon = 'icons/obj/machines/gateway.dmi';
- icon_state = "on";
- dir = 8
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 8
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"PK" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/spaceacillin,
-/obj/item/storage/pill_bottle/spaceacillin,
-/obj/item/storage/pill_bottle/spaceacillin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"PL" = (
-/obj/structure/sign/levels/elevator{
- dir = 5
- },
-/turf/unsimulated/shuttle/wall/dark,
-/area/awaymission/diescraper/indoors/floor1)
-"PM" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/unidentified_medicine,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"PN" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"PO" = (
-/obj/structure/sign/warning/secure_area/slabs,
-/turf/unsimulated/wall/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"PP" = (
-/mob/living/simple_mob/metroid/juvenile/alpha,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"PQ" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/tool/power,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"PR" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"PS" = (
-/obj/structure/table/glass,
-/obj/machinery/chemical_dispenser/bar_alc/full,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"PT" = (
-/obj/structure/bed/chair/wood{
- dir = 2;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"PU" = (
-/mob/living/simple_mob/metroid/juvenile/queen,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"PV" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"PW" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/beacon_locator{
- pixel_y = 4
- },
-/obj/item/beacon_locator,
-/obj/item/beacon_locator{
- pixel_y = -4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"PY" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = 13;
- pixel_y = 0
- },
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Qb" = (
-/mob/living/simple_mob/humanoid/pirate/armored,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"Qd" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor6)
-"Qf" = (
-/obj/machinery/photocopier,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Qg" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32;
- pixel_y = -4
- },
-/obj/item/reagent_containers/food/snacks/tomatosoup,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Qh" = (
-/obj/random/trash,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Qi" = (
-/obj/structure/table/darkglass,
-/turf/simulated/floor/carpet/retro,
-/area/awaymission/diescraper/indoors/floor9)
-"Qj" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ql" = (
-/turf/simulated/wall/concrete,
-/area/awaymission/diescraper/indoors/floor6)
-"Qm" = (
-/obj/random/organ,
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/blood/gibs{
- color = "red";
- icon_state = "gibup1_flesh"
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Qn" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Qo" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Qq" = (
-/obj/structure/table/standard,
-/obj/structure/sink/countertop{
- pixel_y = 3;
- dir = 4;
- pixel_x = -6
- },
-/obj/random/contraband/nofail,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Qr" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Qs" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32;
- pixel_y = -4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Qt" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Qv" = (
-/mob/living/simple_mob/animal/giant_spider/tunneler/fast,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor3)
-"Qy" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 8
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Qz" = (
-/obj/structure/prop/dominator{
- pixel_y = 9
- },
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"QA" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/storage/box/buns{
- pixel_y = -3
- },
-/obj/item/storage/box/buns{
- pixel_y = 10
- },
-/obj/item/storage/box/buns,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"QB" = (
-/obj/item/storage/secure/briefcase/money,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"QC" = (
-/obj/structure/sign/signnew/biohazard{
- pixel_y = -32
- },
-/obj/item/tape/medical,
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"QD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/item/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -21
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"QE" = (
-/obj/effect/wingrille_spawn,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"QF" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"QG" = (
-/obj/effect/overlay/snow/floor,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"QH" = (
-/obj/structure/table/standard,
-/obj/structure/mirror{
- dir = 1;
- pixel_y = -27
- },
-/obj/item/surgical/cautery,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"QI" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/cell_charger,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"QJ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/obj/fruitspawner/tomato,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"QK" = (
-/obj/machinery/door/window/eastleft{
- dir = 2
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"QM" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"QN" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"QO" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"QP" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/fiftyspawner/plastic,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"QQ" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/random/material/refined,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"QR" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/cell/device/weapon/recharge/alien/omni,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"QT" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/obj/effect/mobblocker{
- dir = 2
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"QU" = (
-/obj/machinery/door/window/northright,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"QV" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor6)
-"QW" = (
-/obj/structure/barricade/cutout/greytide,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"QX" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/lava,
-/area/awaymission/diescraper/indoors/floor11)
-"QY" = (
-/mob/living/simple_mob/animal/giant_spider/webslinger,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"QZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/fryer,
-/mob/living/simple_mob/animal/passive/mouse/white,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Ra" = (
-/obj/structure/table/gamblingtable,
-/obj/item/deck/cards,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"Rb" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"Rc" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Rd" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/storage/mre/random,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Re" = (
-/obj/structure/flora/pottedplant/drooping,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Rf" = (
-/obj/machinery/light,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Rg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/roof)
-"Rh" = (
-/obj/machinery/vending/engivend{
- emagged = 1;
- req_access = null;
- req_log_access = null
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"Ri" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"Rj" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"Rk" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 6
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"Rl" = (
-/obj/effect/decal/mecha_wreckage/ripley,
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Rm" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Rn" = (
-/obj/effect/floor_decal/rust,
-/obj/structure/shuttle/engine/heater{
- dir = 4
- },
-/turf/simulated/wall/thull,
-/area/awaymission/diescraper/indoors/floor7)
-"Rp" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Rq" = (
-/obj/machinery/light,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Rr" = (
-/obj/structure/table/woodentable,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Rs" = (
-/obj/structure/table/standard,
-/obj/random/drinkbottle,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Ru" = (
-/obj/item/reagent_containers/food/drinks/bottle/rum,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor8)
-"Rv" = (
-/turf/simulated/floor/water/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Rw" = (
-/obj/random/trash,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor6)
-"Rx" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 117;
- teleport_y = 79;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Ry" = (
-/turf/space,
-/area/space)
-"Rz" = (
-/obj/effect/floor_decal/corner/paleblue/border/shifted,
-/obj/effect/floor_decal/corner/paleblue/border,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"RA" = (
-/obj/item/stack/material/wood,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"RB" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 8
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor5)
-"RC" = (
-/obj/structure/table/standard,
-/obj/structure/mirror{
- dir = 1;
- pixel_y = -27
- },
-/obj/item/surgical/scalpel,
-/obj/item/autopsy_scanner,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"RD" = (
-/obj/structure/window/basic,
-/obj/structure/table/rack/wood,
-/obj/item/clothing/head/sombrero{
- pixel_y = 8
- },
-/obj/item/clothing/accessory/poncho,
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"RE" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/random/medical,
-/obj/random/firstaid,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"RF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/random/junk,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"RG" = (
-/obj/machinery/light/flicker,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"RI" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"RJ" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"RK" = (
-/turf/unsimulated/shuttle/wall/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"RL" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"RM" = (
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"RN" = (
-/obj/structure/bed/chair/oldsofa/left{
- dir = 4
- },
-/turf/simulated/floor/carpet/gaycarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"RO" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"RP" = (
-/obj/random/junk,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"RQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"RR" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/recharger,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"RS" = (
-/obj/structure/table/glass,
-/obj/machinery/chemical_dispenser/bar_coffee/full,
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"RT" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"RU" = (
-/obj/structure/largecrate/animal/catgirl,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"RV" = (
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"RW" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"RY" = (
-/obj/machinery/door/airlock/maintenance/common,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"RZ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/flashlight/lamp,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"Sa" = (
-/obj/structure/prop/transmitter{
- message_to_play = "Youre so skibidi"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Sb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/storage/backpack/dufflebag/cratebooze,
-/mob/living/simple_mob/animal/giant_spider/ion,
-/turf/simulated/floor,
-/area/awaymission/diescraper/indoors/floor3)
-"Sc" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor6)
-"Sd" = (
-/obj/structure/table/gamblingtable,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/structure/window/plastitanium{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Se" = (
-/turf/simulated/shuttle/wall/voidcraft/hard_corner,
-/area/awaymission/diescraper/outside)
-"Sf" = (
-/mob/living/simple_mob/vore/alienanimals/startreader{
- icon_living = "cutout_basic";
- icon_dead = "cutout_basic";
- icon_state = "cutout_basic";
- icon = 'icons/obj/cardboard_cutout.dmi';
- name = "stand-up figure?"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Sg" = (
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"Sh" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Si" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/rig/industrial/equipped,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Sj" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2";
- temperature = 277;
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor11)
-"Sk" = (
-/obj/machinery/light/poi{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- dir = 8;
- pixel_y = 0;
- pixel_x = 4
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor10)
-"Sl" = (
-/obj/effect/floor_decal/stairs,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Sm" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donut,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Sn" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor10)
-"So" = (
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor11)
-"Sp" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/bed/chair/sofa/bench/marble{
- dir = 8
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"Sq" = (
-/obj/machinery/reagentgrinder,
-/obj/structure/table/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Ss" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/turf/simulated/sky/south{
- temperature = 295.15
- },
-/area/awaymission/diescraper/sky)
-"St" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/alkysine,
-/obj/item/storage/pill_bottle/alkysine,
-/obj/item/storage/pill_bottle/antitox,
-/obj/item/storage/pill_bottle/antitox,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Su" = (
-/turf/simulated/floor/wood/alt/tile,
-/area/awaymission/diescraper/indoors/floor9)
-"Sv" = (
-/obj/structure/bed/chair/sofa/left/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"Sw" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/under/color/grey{
- pixel_y = 7;
- pixel_x = -7
- },
-/obj/item/clothing/under/color/lightblue{
- pixel_y = 7
- },
-/obj/item/clothing/under/color/lightbrown{
- pixel_x = 6;
- pixel_y = 7
- },
-/obj/item/clothing/under/color/lightpurple{
- pixel_y = -1;
- pixel_x = -7
- },
-/obj/item/clothing/under/color/red{
- pixel_y = -1
- },
-/obj/item/clothing/under/color/fjumpsuit/yellowgreenf{
- pixel_y = -1;
- pixel_x = 7
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"Sy" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Sz" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = 0;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = -8;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = -4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"SA" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/reagent_containers/food/snacks/soydope{
- pixel_y = -10
- },
-/obj/item/reagent_containers/food/snacks/friedrice,
-/obj/item/reagent_containers/food/snacks/friedrice{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/friedrice{
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/snacks/eggroll{
- pixel_y = 7;
- pixel_x = -10
- },
-/obj/item/reagent_containers/food/snacks/eggroll{
- pixel_y = 7
- },
-/obj/item/reagent_containers/food/snacks/eggroll{
- pixel_y = 7;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/snacks/eggroll{
- pixel_y = 7;
- pixel_x = 8
- },
-/obj/item/reagent_containers/food/snacks/eggroll{
- pixel_y = 7;
- pixel_x = -5
- },
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"SB" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/diescraper/indoors/floor4second)
-"SC" = (
-/obj/random/trash{
- pixel_y = -1
- },
-/mob/living/simple_mob/animal/passive/mouse/rat,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"SD" = (
-/obj/random/pottedplant,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"SE" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"SF" = (
-/obj/machinery/door/airlock,
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"SG" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"SH" = (
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"SI" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"SJ" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 40;
- teleport_y = 199
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"SK" = (
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"SL" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor1)
-"SM" = (
-/obj/effect/floor_decal/rust,
-/obj/item/material/shard/shrapnel,
-/obj/item/material/shard/shrapnel,
-/obj/effect/overlay/snow/floor,
-/obj/effect/mobblocker{
- dir = 2
- },
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"SN" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/pill_bottle/rezadone,
-/obj/item/storage/pill_bottle/rezadone,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"SO" = (
-/obj/structure/bed/chair/sofa/brown{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"SP" = (
-/obj/random/pottedplant,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"SQ" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"SR" = (
-/obj/structure/closet/crate/secure/large,
-/obj/random/material/refined,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"SS" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_y = 14;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/drinks/bottle/kahlua{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/lemonadeschnapps{
- pixel_y = 5;
- pixel_x = -3
- },
-/obj/item/reagent_containers/food/drinks/bottle/goldschlager{
- pixel_y = 13;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/absinthe{
- pixel_y = 3;
- pixel_x = -8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"ST" = (
-/obj/structure/bed/chair/oldsofa/right{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"SU" = (
-/obj/structure/table/marble{
- color = "grey"
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"SV" = (
-/obj/machinery/vending/food{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"SW" = (
-/obj/structure/closet,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"SX" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_y = -6;
- pixel_x = -13
- },
-/obj/item/reagent_containers/food/condiment/small/saltshaker{
- pixel_y = -7;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/condiment/small/peppergrinder{
- pixel_y = 7;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/condiment/small/peppergrinder{
- pixel_y = 4;
- pixel_x = -12
- },
-/mob/living/simple_mob/animal/passive/mouse/white,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"SY" = (
-/obj/structure/table/borosilicate,
-/obj/item/tape/engineering,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"SZ" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/toy/desk/officetoy,
-/obj/item/toy/plushie/ipc,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"Ta" = (
-/obj/machinery/portable_atmospherics/powered/reagent_distillery/industrial,
-/obj/machinery/atmospherics/portables_connector,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Tb" = (
-/obj/machinery/microwave{
- pixel_x = -5;
- pixel_y = 9
- },
-/obj/structure/table/marble,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"Tc" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"Td" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Te" = (
-/obj/item/storage/box/cups,
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Tf" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Tg" = (
-/obj/machinery/power/solar_control,
-/obj/effect/floor_decal/industrial/warning/color/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Th" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Tj" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 117;
- teleport_y = 140;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"Tk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/woodentable,
-/obj/item/organ/internal/augment/armmounted/shoulder/multiple/medical,
-/obj/item/organ/internal/augment/armmounted/hand/sword,
-/obj/item/organ/internal/augment/armmounted/dartbow,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Tl" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"Tm" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donut,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Tn" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/pancakes,
-/obj/item/reagent_containers/food/snacks/pancakes{
- pixel_y = -3;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/pancakes{
- pixel_y = 1;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/snacks/pancakes{
- pixel_y = -4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"To" = (
-/obj/item/material/shard{
- icon_state = "splinterslarge"
- },
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/random/mainttoyloot/nofail,
-/obj/random/mainttoyloot/nofail,
-/obj/random/mainttoyloot/nofail,
-/obj/random/mainttoyloot/nofail,
-/obj/random/mainttoyloot/nofail,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"Tp" = (
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Tq" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Tr" = (
-/obj/structure/table/standard,
-/obj/item/storage/box/donut,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"Ts" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/machinegun,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Tt" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"Tu" = (
-/obj/machinery/atmospherics/unary/freezer{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Tv" = (
-/obj/structure/closet/crate/engineering,
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Tw" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 156;
- teleport_y = 38
- },
-/obj/structure/window/reinforced/survival_pod{
- dir = 8
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"Tx" = (
-/obj/structure/flora/skeleton,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"Ty" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/simulated/floor/tiled/kafel_full,
-/area/awaymission/diescraper/indoors/floor2)
-"Tz" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/turcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"TA" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/item/paper_bin,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"TB" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/obj/structure/bed/chair/sofa/bench/marble{
- dir = 8
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"TC" = (
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"TD" = (
-/mob/living/simple_mob/mechanical/cyber_horror/corgi,
-/turf/unsimulated/floor/tiled/freezer,
-/area/awaymission/diescraper/indoors/floor8)
-"TE" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 131;
- teleport_y = 42;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"TF" = (
-/obj/structure/girder,
-/turf/simulated/floor/reinforced{
- temperature = 277;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"TG" = (
-/obj/structure/anomaly_container,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"TH" = (
-/obj/machinery/vending/tool{
- emagged = 1;
- req_access = null;
- req_log_access = null
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"TI" = (
-/obj/structure/salvageable/console_os{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"TK" = (
-/obj/effect/floor_decal/borderfloorblack,
-/obj/effect/floor_decal/corner/green/border,
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"TL" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/item/fluff/fidgetspinner,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"TM" = (
-/obj/structure/table/steel,
-/obj/item/autopsy_scanner,
-/obj/item/surgical/scalpel,
-/obj/item/surgical/cautery,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"TN" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/bag/circuits/all,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"TO" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 118;
- teleport_y = 197;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"TQ" = (
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor7)
-"TR" = (
-/obj/structure/bed/chair/wood{
- dir = 1;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"TS" = (
-/obj/structure/bed/chair/wood{
- dir = 4
- },
-/mob/living/simple_mob/humanoid/pirate/machete,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"TT" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"TU" = (
-/obj/structure/table/reinforced,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"TV" = (
-/obj/structure/table/marble,
-/obj/structure/sink/countertop{
- dir = 1
- },
-/obj/item/reagent_containers/glass/rag{
- pixel_x = 7;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/beaker/measuring_cup{
- pixel_x = 10;
- pixel_y = 8
- },
-/obj/item/reagent_containers/dropper{
- pixel_x = -4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"TW" = (
-/obj/structure/fence/corner{
- dir = 4
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2"
- },
-/area/awaymission/diescraper/outside)
-"TX" = (
-/obj/structure/bed/chair/sofa/right/brown{
- dir = 2
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"TY" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"TZ" = (
-/obj/structure/salvageable/console_os{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Ua" = (
-/obj/machinery/power/apc/hyper{
- dir = 4;
- pixel_x = 23
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Ub" = (
-/obj/structure/closet/crate/trashcart,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Uc" = (
-/obj/item/stack/material/supermatter,
-/turf/simulated/floor/carpet/happy,
-/area/awaymission/diescraper/indoors/floor7)
-"Ud" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Ue" = (
-/obj/effect/shuttle_landmark{
- base_area = /area/awaymission/diescraper/roof;
- base_turf = /turf/simulated/floor/concrete;
- landmark_tag = "diescraper_roof";
- name = "Skyscraper Roof"
- },
-/turf/simulated/floor/concrete{
- temperature = 225.15;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"Uf" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 206;
- teleport_y = 225
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"Ug" = (
-/obj/machinery/vending/engivend{
- emagged = 1;
- req_access = null;
- req_log_access = null
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Uh" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- name = "1W-entertainment monitor";
- pixel_y = 32
- },
-/turf/unsimulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor9)
-"Ui" = (
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"Uj" = (
-/obj/machinery/computer,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Uk" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Ul" = (
-/obj/structure/table/standard,
-/obj/machinery/microwave{
- pixel_y = 8;
- pixel_x = 3
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"Um" = (
-/mob/living/simple_mob/mechanical/hivebot/tank,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Un" = (
-/mob/living/simple_mob/mechanical/mecha/ripley/deathripley,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"Uo" = (
-/obj/item/stack/material/steel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Up" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Uq" = (
-/obj/structure/table/standard,
-/obj/random/drinkbottle,
-/obj/random/drinksoft,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Ur" = (
-/obj/structure/toilet{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Us" = (
-/obj/machinery/power/apc{
- dir = 8;
- pixel_x = -26
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/closet/crate/engineering,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Ut" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"Uu" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/diescraper/indoors/floor4second)
-"Uv" = (
-/obj/machinery/vending/boozeomat{
- req_access = null
- },
-/turf/simulated/floor/carpet/geo,
-/area/awaymission/diescraper/indoors/floor6)
-"Uw" = (
-/turf/simulated/shuttle/floor/black,
-/area/awaymission/diescraper/indoors/floor1)
-"Ux" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Uy" = (
-/obj/structure/mopbucket,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Uz" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"UA" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/machinery/oxygen_pump/mobile/stabilizer,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"UB" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/slime_extract/yellow,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"UC" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/outdoors/sidewalk/slab{
- icon_state = "slab2";
- temperature = 277;
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor11)
-"UD" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/rainbowdouble,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"UE" = (
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"UF" = (
-/obj/structure/table/bench/sifwooden/padded,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"UG" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/random/material/refined,
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"UI" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"UJ" = (
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"UK" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"UL" = (
-/obj/structure/bookcase,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"UN" = (
-/obj/structure/sign/securearea{
- icon_state = "restroom"
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor4)
-"UO" = (
-/turf/unsimulated/shuttle/wall/dark,
-/area/awaymission/diescraper/indoors/floor2)
-"UP" = (
-/obj/item/clothing/shoes/bhop,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"UQ" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/table/borosilicate,
-/obj/item/gun/energy/lasertag/blue,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"UR" = (
-/obj/effect/floor_decal/stairs{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"US" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"UT" = (
-/mob/living/simple_mob/animal/space/bats{
- faction = "metroids"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"UU" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"UV" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor6)
-"UX" = (
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/indoors/floor112)
-"UY" = (
-/turf/simulated/floor/outdoors/sidewalk/side{
- movement_cost = 0;
- temperature = 293.15
- },
-/area/awaymission/diescraper/outside)
-"UZ" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/wingrille_spawn/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Va" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Vb" = (
-/mob/living/simple_mob/slime/feral/silver,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"Vc" = (
-/obj/structure/bookcase,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"Vd" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/nt_muffin{
- pixel_y = 3;
- pixel_x = 4
- },
-/obj/item/reagent_containers/food/snacks/nt_muffin{
- pixel_y = -3;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/snacks/nt_muffin{
- pixel_y = -2;
- pixel_x = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Ve" = (
-/turf/simulated/floor/outdoors/sidewalk/slab{
- movement_cost = 0;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/diescraper/indoors/floor2)
-"Vf" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor8)
-"Vg" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor10)
-"Vh" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"Vi" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Vj" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = -3
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Vk" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = -4
- },
-/obj/item/toy/partypopper,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/diescraper/indoors/floor9)
-"Vl" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor4second)
-"Vm" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/tool/power,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Vo" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/vermouth,
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/rum{
- pixel_x = -5
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/obj/item/reagent_containers/food/drinks/bottle/sake{
- pixel_x = 6
- },
-/obj/structure/window/basic{
- dir = 1
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"Vp" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Vq" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor4)
-"Vr" = (
-/obj/machinery/door/airlock{
- id_tag = "yourefireduwu"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"Vs" = (
-/obj/structure/table/gamblingtable,
-/obj/item/coin/uranium,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor8)
-"Vt" = (
-/obj/structure/salvageable/implant_container_os,
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged5"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"Vu" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Vv" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"Vw" = (
-/obj/structure/table/gamblingtable,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/obj/random/plushie,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor6)
-"Vx" = (
-/obj/random/plushielarge,
-/obj/structure/window/plastitanium{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Vy" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Vz" = (
-/obj/structure/table/rack/shelf,
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -9
- },
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/item/towel/random{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/random/soap{
- pixel_y = 8
- },
-/obj/random/soap{
- pixel_x = -1;
- pixel_y = 10
- },
-/obj/item/clothing/under/bathrobe{
- pixel_x = 3;
- pixel_y = -5
- },
-/obj/item/clothing/under/bathrobe{
- pixel_x = 6;
- pixel_y = -2
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"VA" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_y = 19
- },
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"VB" = (
-/obj/effect/decal/remains,
-/obj/item/gun/energy/stunrevolver,
-/obj/item/melee/baton,
-/turf/simulated/floor/outdoors/rocks,
-/area/awaymission/diescraper/outside)
-"VC" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/orangedouble,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"VD" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"VE" = (
-/turf/simulated/wall,
-/area/awaymission/diescraper/indoors/floor10)
-"VG" = (
-/obj/machinery/light{
- dir = 1
- },
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/backline,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"VH" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"VI" = (
-/obj/structure/table/marble,
-/obj/item/material/knife{
- pixel_x = 10;
- pixel_y = 0
- },
-/obj/item/material/kitchen/rollingpin{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor9)
-"VJ" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"VK" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"VM" = (
-/obj/machinery/light{
- dir = 4;
- layer = 3
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"VN" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"VO" = (
-/obj/effect/map_effect/perma_light/brighter{
- light_range = 10;
- light_color = "#b3deff"
- },
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"VP" = (
-/obj/machinery/light{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"VQ" = (
-/obj/structure/table/woodentable,
-/obj/machinery/computer/med_data/laptop{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"VR" = (
-/obj/machinery/recharger/wallcharger{
- pixel_y = 22
- },
-/mob/living/simple_mob/humanoid/pirate/ranged,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"VS" = (
-/mob/living/simple_mob/humanoid/merc/ranged/space/shotgun,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"VT" = (
-/obj/effect/floor_decal/rust,
-/obj/item/material/shard/shrapnel,
-/obj/item/stack/material/steel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"VU" = (
-/obj/structure/table/woodentable,
-/obj/item/spacecasinocash,
-/obj/item/spacecasinocash,
-/obj/random/awayloot/nofail,
-/turf/unsimulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor6)
-"VV" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/microwave,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"VW" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"VX" = (
-/mob/living/simple_mob/mechanical/hivebot/ranged_damage/backline,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor2)
-"VY" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"VZ" = (
-/obj/structure/bed/chair/bay/comfy/brown{
- dir = 8
- },
-/mob/living/simple_mob/humanoid/pirate/mate/ranged,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"Wa" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Wb" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright{
- pixel_y = 0;
- dir = 8
- },
-/obj/item/storage/firstaid/o2{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/o2,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"Wc" = (
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Wd" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave{
- pixel_x = 2;
- pixel_y = 9
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"We" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 94;
- teleport_y = 80
- },
-/obj/effect/floor_decal/stairs/dark_stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"Wf" = (
-/obj/machinery/power/rtg/fake_z_wires,
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor9)
-"Wg" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"Wh" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Wi" = (
-/obj/machinery/light/floortube,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"Wj" = (
-/obj/structure/bed/chair/office/light,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Wk" = (
-/obj/effect/floor_decal/corner/white/border/shifted,
-/turf/simulated/floor/concrete{
- outdoors = 1
- },
-/area/awaymission/diescraper/outside)
-"Wl" = (
-/obj/machinery/door/airlock/glass{
- locked = 1;
- icon_state = "door_locked"
- },
-/turf/unsimulated/floor{
- icon_state = "elevatorshaft"
- },
-/area/awaymission/diescraper/indoors/floor8)
-"Wm" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Wn" = (
-/obj/effect/floor_decal/stairs/dark_stairs,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/reinforced{
- temperature = 277
- },
-/area/awaymission/diescraper/indoors/floor11)
-"Wo" = (
-/obj/effect/step_trigger/teleporter/deathfall{
- teleport_x = 55;
- teleport_y = 16
- },
-/turf/simulated/sky/moving/south{
- temperature = 277
- },
-/area/awaymission/diescraper/sky)
-"Wp" = (
-/mob/living/simple_mob/mechanical/hivebot/precusor/laser,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor2)
-"Wq" = (
-/obj/structure/table/standard,
-/obj/structure/sink/countertop,
-/obj/structure/mirror{
- pixel_y = 28
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Wr" = (
-/obj/structure/closet/grave,
-/obj/item/material/gravemarker,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"Ws" = (
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor4second)
-"Wt" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Wv" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Ww" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"Wy" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 13;
- teleport_y = 163
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Wz" = (
-/obj/effect/floor_decal/corner/purple/diagonal{
- color = "#f700ff"
- },
-/obj/structure/table/rack/shelf/steel,
-/obj/item/toy/desk/fan,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"WA" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/simulated/floor/carpet,
-/area/awaymission/diescraper/indoors/floor9)
-"WB" = (
-/obj/machinery/light{
- dir = 1;
- overlay_color = "#FFFEB8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor7)
-"WC" = (
-/obj/item/stack/cable_coil/green{
- amount = 2
- },
-/turf/simulated/floor/plating{
- icon_state = "dmg1"
- },
-/area/awaymission/diescraper/indoors/floor8)
-"WD" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"WE" = (
-/obj/structure/table/marble,
-/obj/structure/window/reinforced{
- dir = 4;
- health = 1e+006
- },
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/snacks/lasagna,
-/obj/item/reagent_containers/food/snacks/lasagna{
- pixel_y = 9
- },
-/obj/item/reagent_containers/food/snacks/lasagna{
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"WF" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/light/poi,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"WH" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/obj/structure/table/rack/shelf,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"WI" = (
-/obj/machinery/artifact/predefined/hungry_statue,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"WJ" = (
-/turf/simulated/floor/lava/turfpack/station,
-/area/awaymission/diescraper/outside)
-"WK" = (
-/obj/structure/reagent_dispensers/water_cooler/full,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"WL" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"WM" = (
-/obj/item/rig_module/device/paperdispenser,
-/obj/structure/table/standard,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"WN" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/item/camera,
-/turf/simulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor4)
-"WO" = (
-/obj/structure/table/woodentable,
-/obj/item/pen/fountain6,
-/obj/machinery/light/floortube{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"WP" = (
-/obj/machinery/camera/network/civilian{
- dir = 4
- },
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"WQ" = (
-/mob/living/simple_mob/vore/aggressive/rat,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"WR" = (
-/obj/structure/table/woodentable,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"WS" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"WT" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 14;
- teleport_y = 163
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"WW" = (
-/obj/structure/table/standard,
-/obj/random/drinkbottle,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"WX" = (
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"WY" = (
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"WZ" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/rods,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Xa" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"Xb" = (
-/obj/structure/table/marble,
-/obj/machinery/cash_register{
- req_access = null;
- dir = 1
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"Xc" = (
-/obj/effect/floor_decal/rust,
-/obj/random/junk,
-/obj/item/material/shard/shrapnel,
-/obj/item/stack/material/steel,
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Xd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/simulated/floor/tiled/steel{
- icon_state = "milspec-damaged4"
- },
-/area/awaymission/diescraper/indoors/floor4)
-"Xe" = (
-/obj/structure/table/marble,
-/obj/item/material/kitchen/rollingpin,
-/obj/item/material/knife{
- pixel_y = 0;
- pixel_x = 11
- },
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/glass/beaker,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Xf" = (
-/obj/effect/decal/cleanable/filth,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor1)
-"Xh" = (
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Xj" = (
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"Xk" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Xl" = (
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Xm" = (
-/obj/machinery/door/airlock/freezer{
- name = "Restrooms";
- locked = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Xn" = (
-/obj/machinery/oxygen_pump/mobile/stabilizer,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 6
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"Xo" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/steel,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Xp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/tiled/steel_dirty,
-/area/awaymission/diescraper/indoors/floor8)
-"Xq" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"Xr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"Xs" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/decal/cleanable/liquid_fuel,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Xt" = (
-/obj/structure/table/rack/shelf/wood,
-/obj/random/portalloot,
-/turf/simulated/floor/wood/alt/panel/broken,
-/area/awaymission/diescraper/indoors/floor6)
-"Xu" = (
-/obj/structure/shuttle/engine/router,
-/turf/unsimulated/floor/tiled/eris/dark/techfloor{
- temperature = 277;
- nitrogen = 93.7835;
- oxygen = 20.7263
- },
-/area/awaymission/diescraper/indoors/floor7)
-"Xv" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/machinery/light{
- dir = 1
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Xw" = (
-/obj/effect/floor_decal/industrial/warning/color/yellow{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/color/red{
- dir = 4
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Xx" = (
-/turf/unsimulated/floor/tiled/milspec,
-/area/awaymission/diescraper/indoors/floor6)
-"Xy" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Xz" = (
-/obj/structure/simple_door/wood,
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"XA" = (
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"XB" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/clowndouble,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/window/basic{
- dir = 4
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"XC" = (
-/obj/structure/salvageable/console_broken_os{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"XD" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
- },
-/obj/machinery/light/floortube,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"XF" = (
-/obj/item/gun/projectile/revolver/stainless,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor3)
-"XG" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"XI" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/item/tape/police,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor1)
-"XJ" = (
-/obj/structure/flora/pottedplant/crystal,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"XK" = (
-/obj/structure/simple_door/wood,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor5)
-"XL" = (
-/obj/structure/table/steel_reinforced,
-/obj/fiftyspawner/steel,
-/obj/random/awayloot/nofail,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"XM" = (
-/obj/structure/table/standard,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"XN" = (
-/obj/structure/girder,
-/turf/simulated/floor/reinforced,
-/area/awaymission/diescraper/sky)
-"XO" = (
-/obj/machinery/door/airlock,
-/obj/item/tape/police,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"XP" = (
-/obj/effect/floor_decal/corner/paleblue/bordercorner{
- dir = 8
- },
-/turf/unsimulated/floor/tiled/yellow,
-/area/awaymission/diescraper/indoors/floor8)
-"XQ" = (
-/obj/structure/inflatable/door,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"XR" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 2
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"XS" = (
-/obj/item/storage/mrebag/menu6,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"XT" = (
-/obj/effect/floor_decal/rust,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor7)
-"XU" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/salvageable/console_broken_os{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"XV" = (
-/obj/machinery/button/remote/blast_door/single_use/slab/slab1{
- pixel_y = 30;
- id = "never"
- },
-/obj/effect/map_effect/perma_light/brighter{
- light_color = "#f58d42"
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/outside)
-"XW" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"XX" = (
-/obj/effect/floor_decal/borderfloorblack{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/barricade/cutout,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"XY" = (
-/obj/structure/table/glass,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor11)
-"XZ" = (
-/obj/machinery/door/airlock/maintenance,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"Ya" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 194;
- teleport_y = 139;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Yb" = (
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor2)
-"Yc" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/radio/beacon{
- pixel_y = 4;
- on = 0
- },
-/obj/item/radio/beacon{
- pixel_y = 1;
- on = 0
- },
-/obj/item/radio/beacon{
- pixel_y = -2;
- on = 0
- },
-/obj/machinery/light/poi{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor10)
-"Yd" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/unidentified_medicine,
-/obj/random/technology_scanner,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Ye" = (
-/obj/effect/floor_decal/rust,
-/obj/mecha/working/ripley,
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Yf" = (
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Yh" = (
-/obj/machinery/portable_atmospherics/canister/empty,
-/obj/item/stack/material/wood{
- amount = 5
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"Yi" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/toy/tennis/blue{
- pixel_y = 0;
- pixel_x = -3
- },
-/obj/item/toy/tennis/red{
- pixel_x = 4
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Yj" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/nanotrasen,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Yk" = (
-/obj/machinery/appliance/cooker/grill,
-/obj/machinery/light{
- pixel_y = 0;
- dir = 1
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor4)
-"Yl" = (
-/obj/structure/bed/padded,
-/obj/effect/decal/cleanable/mucus/mapped,
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Ym" = (
-/obj/structure/barricade,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor4)
-"Yn" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 118;
- teleport_y = 79;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Yo" = (
-/obj/structure/table/steel_reinforced,
-/obj/item/rcd/advanced/loaded,
-/obj/random/awayloot/looseloot,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor6)
-"Yp" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor9)
-"Yq" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 117;
- teleport_y = 197;
- pixel_x = -1
- },
-/obj/effect/floor_decal/stairs{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"Yr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/reagent_containers/spray/cleaner,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Ys" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/cash_register{
- req_access = null;
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"Yt" = (
-/obj/effect/step_trigger/teleporter/poi{
- teleport_x = 141;
- teleport_y = 45
- },
-/obj/effect/floor_decal/stairs,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Yu" = (
-/mob/living/simple_mob/humanoid/pirate/ranged/armored,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Yw" = (
-/obj/structure/bed/padded,
-/obj/effect/decal/cleanable/mucus/mapped,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Yx" = (
-/obj/random/trash{
- pixel_y = -1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"Yy" = (
-/obj/machinery/papershredder,
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor10)
-"Yz" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/obj/structure/closet/crate/secure/large,
-/obj/random/material,
-/obj/random/material,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"YA" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"YB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor4)
-"YC" = (
-/obj/structure/bed/chair/sofa/purp{
- dir = 1
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"YD" = (
-/obj/structure/flora/ausbushes/ywflowers,
-/turf/simulated/floor/outdoors/newdirt_nograss/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"YE" = (
-/obj/machinery/door/blast/puzzle{
- id = "never"
- },
-/turf/unsimulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor11)
-"YF" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/obj/effect/floor_decal/techfloor/orange{
- dir = 6
- },
-/turf/simulated/floor/tiled/techfloor/grid,
-/area/awaymission/diescraper/indoors/floor4second)
-"YG" = (
-/obj/item/stack/marker_beacon,
-/turf/simulated/floor/concrete{
- temperature = 225.15;
- outdoors = 1
- },
-/area/awaymission/diescraper/roof)
-"YH" = (
-/obj/structure/flora/pottedplant/stoutbush,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"YI" = (
-/obj/machinery/recharger/wallcharger{
- pixel_y = 22
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"YJ" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 2
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"YK" = (
-/obj/machinery/light{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"YL" = (
-/obj/item/clothing/head/helmet/bucket/wood,
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor7)
-"YM" = (
-/obj/machinery/light{
- dir = 8;
- layer = 3
- },
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"YN" = (
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/obj/structure/table/gamblingtable,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/toy,
-/obj/random/toy,
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor4)
-"YO" = (
-/obj/structure/sign/directions/stairs_down{
- dir = 6
- },
-/turf/simulated/wall/r_concrete,
-/area/awaymission/diescraper/indoors/floor8)
-"YP" = (
-/obj/item/tape/engineering,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"YQ" = (
-/obj/machinery/light{
- dir = 2;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"YR" = (
-/obj/random/material/refined,
-/obj/structure/table/rack/shelf/steel,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"YS" = (
-/turf/simulated/wall/wood,
-/area/awaymission/diescraper/indoors/floor2)
-"YT" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/item/lampshade,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/diescraper/indoors/floor10)
-"YU" = (
-/obj/random/trash,
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -28;
- pixel_y = 2
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4)
-"YV" = (
-/obj/structure/railing,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor11)
-"YW" = (
-/obj/structure/flora/bboulder1,
-/turf/simulated/floor/water/turfpack/station{
- outdoors = 0
- },
-/area/awaymission/diescraper/indoors/floor5)
-"YX" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/obj/structure/bed/chair/sofa/bench/marble{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor5)
-"YY" = (
-/obj/structure/prop/machine/nt_cruciforge,
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"YZ" = (
-/obj/structure/girder,
-/obj/structure/sign/directions/stairs_up{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"Za" = (
-/obj/machinery/door/airlock/glass_medical{
- req_one_access = null
- },
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Zc" = (
-/obj/structure/table/steel,
-/obj/random/tool/powermaint,
-/obj/random/tool/power,
-/obj/item/rcd_ammo/large,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Zd" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/unsimulated/floor/wood/alt/parquet,
-/area/awaymission/diescraper/indoors/floor9)
-"Ze" = (
-/obj/structure/barricade/cutout/fluke,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"Zf" = (
-/obj/structure/bed/chair/oldsofa/left,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/diescraper/indoors/floor9)
-"Zg" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Zh" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_mob/clowns/big/blob{
- faction = "mouse"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/diescraper/indoors/floor4)
-"Zi" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor1)
-"Zj" = (
-/obj/structure/table/rack/wood,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"Zk" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = -8;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = -4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/fish_taco{
- pixel_y = 0;
- pixel_x = 7
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = -8
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/taco{
- pixel_y = 2
- },
-/turf/simulated/floor/wood/alt/panel,
-/area/awaymission/diescraper/indoors/floor6)
-"Zl" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor1)
-"Zo" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/item/reagent_containers/food/drinks/bottle/orangejuice{
- pixel_y = 0;
- pixel_x = -9
- },
-/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{
- pixel_y = 0;
- pixel_x = -4
- },
-/obj/item/reagent_containers/food/drinks/bottle/applejuice{
- pixel_y = 2;
- pixel_x = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"Zp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor10)
-"Zq" = (
-/obj/structure/table/reinforced,
-/obj/item/gun/launcher/syringe,
-/obj/random/organ,
-/turf/unsimulated/floor/tiled/old_tile/blue,
-/area/awaymission/diescraper/indoors/floor8)
-"Zr" = (
-/obj/structure/salvageable/server,
-/obj/machinery/light{
- dir = 8;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-"Zs" = (
-/obj/machinery/light{
- dir = 4;
- pixel_y = 0
- },
-/obj/structure/table/steel,
-/obj/item/reagent_containers/spray/chemsprayer,
-/obj/item/reagent_containers/glass/bottle/lube,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"Zt" = (
-/obj/effect/overlay/snow/floor,
-/obj/effect/floor_decal/industrial/warning/color/tile/yellow,
-/obj/item/tape/engineering,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/sky)
-"Zu" = (
-/obj/machinery/door/airlock/glass_medical{
- req_one_access = null
- },
-/turf/simulated/floor/tiled/old_tile,
-/area/awaymission/diescraper/indoors/floor8)
-"Zv" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass2,
-/area/awaymission/diescraper/indoors/floor7)
-"Zw" = (
-/obj/machinery/photocopier,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"Zx" = (
-/obj/structure/table/steel,
-/obj/random/toolbox,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor6)
-"Zy" = (
-/obj/structure/barricade/cutout,
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor4second)
-"Zz" = (
-/obj/machinery/button/remote/blast_door/single_use/slab/slab4{
- id = "youup";
- pixel_y = 28
- },
-/turf/simulated/floor/cult,
-/area/awaymission/diescraper/indoors/floor4second)
-"ZA" = (
-/obj/structure/table/marble,
-/obj/structure/window/basic{
- dir = 1
- },
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs{
- pixel_y = -5
- },
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs{
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs{
- pixel_y = 0
- },
-/obj/item/reagent_containers/food/snacks/bacon_and_eggs{
- pixel_y = 3
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ZB" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 8;
- health = 1e+006
- },
-/obj/item/storage/firstaid/adv{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor8)
-"ZC" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/diescraper/indoors/floor10)
-"ZD" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- locked = 0
- },
-/turf/simulated/floor/wood,
-/area/awaymission/diescraper/indoors/floor4)
-"ZE" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor8)
-"ZF" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/diescraper/indoors/floor2)
-"ZG" = (
-/obj/effect/floor_decal/rust,
-/obj/effect/decal/cleanable/liquid_fuel,
-/obj/effect/overlay/snow/floor,
-/turf/simulated/floor/plating{
- temperature = 277;
- oxygen = 20.7263;
- nitrogen = 93.7835
- },
-/area/awaymission/diescraper/indoors/floor7)
-"ZH" = (
-/obj/item/storage/firstaid/adv{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/o2{
- pixel_x = 5
- },
-/obj/item/storage/firstaid/fire{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/storage/firstaid/toxin{
- pixel_x = -5
- },
-/obj/structure/table/rack/shelf,
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor4second)
-"ZI" = (
-/obj/structure/bed/chair/oldsofa/left,
-/turf/simulated/floor/tiled/asteroid_steel/turfpack/station,
-/area/awaymission/diescraper/indoors/floor10)
-"ZJ" = (
-/obj/machinery/vending/coffee{
- dir = 4;
- pixel_x = -6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ZK" = (
-/obj/machinery/atmospherics/unary/heater/sauna{
- dir = 4
- },
-/turf/simulated/floor/wood/alt,
-/area/awaymission/diescraper/indoors/floor7)
-"ZL" = (
-/mob/living/simple_mob/metroid/mine,
-/turf/simulated/floor/bmarble,
-/area/awaymission/diescraper/indoors/floor1)
-"ZM" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/diescraper/indoors/floor8)
-"ZN" = (
-/obj/effect/floor_decal/stairs/dark_stairs{
- dir = 1
- },
-/obj/machinery/light{
- pixel_y = 0;
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/diescraper/indoors/floor7)
-"ZO" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/diescraper/indoors/floor7)
-"ZP" = (
-/obj/structure/table/standard,
-/obj/structure/window/reinforced/tinted{
- dir = 2
- },
-/obj/machinery/photocopier/faxmachine,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"ZQ" = (
-/obj/structure/table/rack/shelf/steel,
-/obj/random/medical/lite,
-/turf/simulated/floor/tiled/eris/dark/techfloor_grid,
-/area/awaymission/diescraper/indoors/floor3)
-"ZR" = (
-/obj/structure/bed/chair/comfy/brown{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor10)
-"ZS" = (
-/obj/structure/table/woodentable,
-/obj/item/reagent_containers/food/drinks/cans/icecoffee,
-/obj/item/reagent_containers/food/drinks/cans/icecoffee{
- pixel_y = 2;
- pixel_x = 4
- },
-/obj/item/spacecasinocash,
-/turf/unsimulated/floor/tiled/techfloor,
-/area/awaymission/diescraper/indoors/floor6)
-"ZT" = (
-/obj/structure/bed/chair/wood{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/awaymission/diescraper/indoors/floor3)
-"ZU" = (
-/obj/structure/table/rack/wood,
-/obj/item/clothing/under/color/yellow{
- pixel_y = -2;
- pixel_x = -7
- },
-/obj/item/clothing/under/color/rainbow{
- pixel_y = -2
- },
-/obj/item/clothing/under/color/lightbrown{
- pixel_y = -2;
- pixel_x = 8
- },
-/obj/item/clothing/under/color/green{
- pixel_y = 4;
- pixel_x = -8
- },
-/obj/item/clothing/under/color/darkred{
- pixel_y = 4
- },
-/obj/item/clothing/under/color/blue{
- pixel_y = 4;
- pixel_x = 8
- },
-/turf/simulated/floor/wood/alt/parquet/turfpack,
-/area/awaymission/diescraper/indoors/floor7)
-"ZV" = (
-/obj/machinery/light{
- dir = 1;
- pixel_y = 0
- },
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor3)
-"ZW" = (
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/greendouble,
-/turf/simulated/floor/carpet/sblucarpet,
-/area/awaymission/diescraper/indoors/floor9)
-"ZX" = (
-/obj/effect/floor_decal/stairs,
-/obj/machinery/light{
- dir = 4;
- light_color = "#DDFFD3"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor3)
-"ZY" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/blood,
-/turf/simulated/floor/plating,
-/area/awaymission/diescraper/indoors/floor5)
-"ZZ" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/lino,
-/area/awaymission/diescraper/indoors/floor2)
-
-(1,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-ko
-"}
-(2,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-uQ
-"}
-(3,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(4,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(5,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(6,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Ly
-Ly
-Lx
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(7,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Ly
-Ly
-Ly
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(8,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Ly
-Lx
-Lu
-Lu
-Lx
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(9,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-GJ
-XV
-Lx
-Lx
-Lu
-Lx
-Lu
-Lu
-Lu
-Lu
-Lu
-Lx
-Lu
-Lx
-Lx
-Lu
-Lu
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-UY
-ap
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(10,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Iz
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Ly
-Lu
-Lu
-Lx
-Lu
-Lu
-Lu
-Lx
-Lx
-Lu
-Lu
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lx
-Lx
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(11,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-pa
-pa
-pa
-qZ
-qZ
-pa
-pa
-pa
-qZ
-pa
-pa
-pa
-pa
-pa
-qZ
-pa
-pa
-pa
-qZ
-pa
-pa
-pa
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-kt
-kt
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-kt
-kt
-kt
-kt
-kt
-kt
-ET
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-ET
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-Kt
-Kt
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lu
-Lu
-Lu
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(12,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-DP
-gZ
-Lp
-gZ
-gZ
-Lp
-Kx
-qR
-KF
-aw
-qM
-aw
-Ee
-fk
-KF
-qu
-Po
-Io
-Po
-Po
-Po
-Po
-jG
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-gG
-HD
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-Xh
-vE
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-bB
-Dt
-Fb
-Tu
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-la
-GW
-Zr
-GW
-GW
-GW
-Ey
-Ey
-Ey
-Zg
-hp
-Zg
-Vy
-Zg
-Ey
-Ey
-la
-ng
-ng
-ME
-uw
-tG
-ng
-ox
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(13,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-Ge
-gZ
-DA
-QJ
-Vj
-gZ
-gZ
-Vv
-KF
-pQ
-aw
-rK
-kg
-Zh
-KF
-lk
-Po
-rH
-Nz
-xQ
-Po
-yg
-KF
-ao
-ao
-ao
-xW
-ao
-xW
-ao
-ao
-ao
-xW
-ao
-ao
-ao
-ao
-qZ
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-Sb
-yH
-ET
-zZ
-zZ
-ho
-ho
-ho
-ho
-Cy
-ET
-ET
-vE
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-tE
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-ET
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Ta
-as
-wf
-ju
-uR
-uR
-uR
-Wy
-Yb
-Yb
-Yb
-OY
-OY
-la
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Db
-Ey
-Db
-hp
-Db
-hp
-Ey
-la
-ng
-gf
-kl
-uw
-uw
-ng
-ng
-uR
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Ly
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(14,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-qZ
-gZ
-ix
-nw
-pb
-gZ
-gZ
-Ag
-KF
-Vt
-Ee
-Xd
-rK
-RG
-KF
-nl
-Po
-kY
-hz
-yf
-Po
-Pt
-KF
-xW
-xW
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-cV
-pC
-qZ
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-ET
-rQ
-ET
-zZ
-zZ
-ho
-ZX
-ho
-ho
-cj
-ET
-ET
-vE
-vE
-vE
-Kh
-XD
-vE
-vE
-vE
-os
-XD
-vE
-vE
-vE
-Kh
-XD
-vE
-vE
-vE
-os
-NC
-vE
-vE
-vE
-vE
-vE
-ET
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-uR
-Fm
-ng
-Sq
-uR
-uR
-uR
-WT
-Yb
-Sl
-Yb
-OY
-OY
-la
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Zg
-Ey
-Zg
-Ey
-dD
-Ey
-Ey
-la
-ng
-uw
-tw
-Wh
-Hq
-hv
-ng
-uR
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Ly
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(15,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-qZ
-gZ
-gZ
-gZ
-gZ
-gZ
-gZ
-gZ
-KF
-sN
-aw
-aw
-KW
-qM
-KF
-KI
-Po
-Po
-Mm
-WN
-Po
-VJ
-KF
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-xW
-ao
-ao
-ao
-ao
-ao
-iV
-ao
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-ET
-eX
-ET
-Jz
-Jz
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-vE
-vE
-vE
-tE
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-QQ
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-uR
-qL
-ng
-tC
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-zv
-zv
-la
-Ey
-Ey
-Ey
-Ey
-Mq
-Ey
-jm
-Ts
-jm
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-la
-ng
-uw
-ox
-uw
-yU
-ng
-ng
-ng
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(16,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-Sy
-gZ
-gZ
-OU
-eg
-WE
-Ij
-KF
-LN
-CY
-CY
-CY
-CY
-KF
-Po
-Po
-Po
-Po
-Po
-Po
-bl
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-ao
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-eX
-ET
-Jz
-Jz
-ET
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-QY
-os
-NC
-Xh
-vE
-vE
-Kh
-tt
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-Nd
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Kp
-SE
-eU
-eU
-eU
-ng
-wR
-ng
-ng
-uR
-zv
-zv
-la
-Ey
-Ey
-Ey
-gc
-Mq
-Ey
-Ey
-Ey
-Zg
-Ey
-bw
-Ey
-Zg
-Ey
-ls
-la
-ez
-la
-la
-la
-la
-la
-la
-la
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(17,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-gZ
-gZ
-gZ
-fo
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-KF
-yf
-yf
-yf
-yf
-yf
-KF
-DK
-qZ
-Ri
-uy
-Vu
-Vu
-Vu
-Vu
-Jf
-Vu
-LY
-qZ
-qZ
-qZ
-xW
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-cm
-Ea
-Jz
-Jz
-ET
-vE
-vE
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-TY
-XU
-TA
-CE
-vE
-tE
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-uR
-uR
-iF
-uR
-uR
-uR
-uR
-uR
-uR
-NM
-zv
-zv
-la
-Mq
-Mq
-Mq
-Ci
-Mq
-Ey
-Ey
-hR
-Db
-hp
-Db
-hp
-Db
-hp
-fg
-la
-hL
-Sv
-SO
-zU
-ip
-Sv
-SO
-zU
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(18,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-gZ
-gZ
-gb
-sH
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-dv
-Kz
-Kz
-Kz
-Kz
-Kz
-CH
-CH
-CH
-gu
-CH
-qZ
-Ri
-Ri
-Vu
-Vu
-Vu
-Vu
-Vu
-Vu
-We
-qZ
-qZ
-qZ
-ao
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-ve
-fw
-fw
-ve
-vE
-vE
-vE
-vE
-Kh
-XD
-vE
-vE
-vE
-Kh
-XD
-vE
-vE
-vE
-Kh
-XD
-vE
-vE
-vE
-os
-XD
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-vE
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Gd
-Ah
-Ah
-Ah
-Ah
-Mx
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-Ey
-Ey
-Ey
-Ey
-Ey
-Um
-Ey
-Ey
-dD
-Ey
-Zg
-Ey
-Zg
-Ey
-Sm
-la
-hL
-hL
-hL
-hL
-hL
-hL
-hL
-hL
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-es
-NR
-NR
-NR
-aE
-jS
-ZJ
-NR
-NR
-NR
-NR
-NR
-NR
-vG
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-vG
-NR
-NR
-NR
-NR
-NR
-NR
-vG
-NR
-NR
-NR
-AS
-Zi
-Zi
-Zi
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(19,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-dl
-KF
-KF
-KF
-Kz
-dv
-sw
-CH
-CH
-CH
-CH
-CH
-sw
-CH
-CH
-Kz
-Kz
-CH
-CH
-CH
-CH
-qZ
-rR
-rR
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-iV
-xW
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-vE
-fw
-fw
-vE
-vE
-vE
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-TX
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-LU
-Ey
-rA
-Ey
-Ey
-Ey
-Ey
-Ey
-lv
-Ey
-Ey
-Ey
-Ey
-Ey
-gY
-la
-hL
-hL
-hL
-hL
-hL
-hL
-hL
-hL
-la
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-es
-NR
-NR
-NR
-jv
-NR
-NR
-NR
-NR
-NR
-td
-td
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-td
-td
-NR
-NR
-NR
-zo
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-OZ
-Zi
-Zi
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(20,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-lT
-Ou
-Ou
-Ou
-Kz
-Kz
-CH
-CH
-CH
-CH
-sI
-CH
-CH
-CH
-CH
-dv
-Kz
-CH
-CH
-CH
-CH
-qZ
-rR
-rR
-qZ
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-qZ
-fq
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-vE
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-os
-NC
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-vE
-vE
-vE
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-tJ
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-la
-Kt
-Kt
-ng
-Lw
-Kt
-Kt
-la
-la
-Kt
-Kt
-la
-Kt
-Kt
-la
-la
-DI
-hL
-hL
-hL
-hL
-hL
-hL
-hL
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-rv
-NR
-NR
-pN
-NR
-NR
-td
-td
-NR
-Wv
-Wv
-NR
-NR
-NR
-td
-td
-NR
-NR
-Wv
-Wv
-NR
-NR
-NR
-td
-td
-NR
-NR
-DJ
-Wv
-Wv
-vu
-NR
-Bz
-Zi
-FF
-Zi
-Bz
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(21,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-DZ
-KF
-KF
-KF
-Kz
-Kz
-CH
-kf
-kf
-CH
-kf
-kf
-CH
-CH
-sI
-Kz
-Kz
-CH
-CH
-CH
-CH
-qZ
-rR
-rR
-qZ
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-Qv
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-Qv
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-Qv
-fw
-fw
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-ce
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-kO
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-if
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-tn
-NR
-NR
-ZA
-NR
-NR
-Wv
-Wv
-NR
-Wv
-Wv
-NR
-NR
-zo
-Wv
-Wv
-NR
-NR
-LC
-LC
-NR
-NR
-NR
-Wv
-Wv
-NR
-NR
-DJ
-Wv
-Wv
-vu
-NR
-Bz
-Zi
-pY
-Zi
-dw
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(22,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-Ms
-zm
-dU
-xt
-Kz
-dv
-CH
-Gg
-Kl
-CH
-Kl
-Kl
-CH
-CH
-CH
-Kz
-Kz
-Kz
-Kz
-Yx
-CH
-iZ
-rR
-rR
-qZ
-iP
-Ou
-qi
-Ou
-TN
-cM
-Ou
-iP
-vA
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-vE
-fw
-fw
-fw
-fw
-fw
-zr
-fw
-fw
-fw
-fw
-fw
-zr
-fw
-fw
-fw
-fw
-fw
-fw
-zr
-fw
-fw
-fw
-fw
-fw
-fw
-zr
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Gd
-Ah
-Ah
-xz
-Ah
-Ah
-Ah
-Ah
-Ah
-xz
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-FS
-Tt
-Tt
-Tt
-FS
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-la
-la
-la
-la
-la
-la
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Th
-NR
-NR
-HQ
-NR
-NR
-Lc
-Wv
-NR
-LC
-LC
-NR
-NR
-NR
-Wv
-Lc
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Wv
-Wv
-NR
-NR
-DJ
-Wv
-Wv
-vu
-NR
-Bz
-Zi
-nH
-xj
-Zi
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(23,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-hh
-Ms
-Ms
-Me
-Kz
-Kz
-CH
-Kl
-Kl
-CH
-Kl
-Kl
-CH
-CH
-CH
-CH
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-CH
-iP
-xJ
-GY
-Lg
-Ou
-BG
-Ou
-iP
-iP
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-aJ
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-YS
-Kt
-Kt
-YS
-Kt
-Kt
-YS
-Kt
-Kt
-YS
-Ey
-zh
-YS
-Tt
-CJ
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-Kt
-SV
-Ed
-hL
-fu
-hL
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yt
-NR
-NR
-Vd
-NR
-NR
-LC
-LC
-NR
-kx
-NR
-NR
-NR
-NR
-LC
-LC
-NR
-NR
-kx
-NR
-NR
-NR
-NR
-LC
-LC
-NR
-kx
-NR
-NR
-NR
-NR
-NR
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lu
-ep
-ep
-Lx
-WJ
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(24,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-vT
-Ms
-Ms
-rM
-Kz
-Kz
-CH
-uX
-uX
-CH
-uX
-uX
-sI
-iw
-CH
-kf
-kf
-sw
-CH
-Kz
-Kz
-Kz
-Kz
-Kz
-CH
-iP
-Ou
-gW
-Ou
-Ou
-Vi
-Ou
-iP
-iP
-qZ
-iV
-xW
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-Nk
-lV
-pV
-KG
-pV
-vE
-vE
-eZ
-KG
-sm
-lV
-vE
-vE
-lV
-pV
-KG
-pV
-vE
-vE
-eZ
-Rs
-sm
-lV
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Ey
-Ey
-Ey
-aM
-Ey
-Ey
-Ey
-Ey
-Ey
-aM
-Ey
-Ey
-YS
-Tt
-Tt
-uR
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-uR
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-Kt
-hL
-hL
-hL
-hL
-mp
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Nn
-NR
-NR
-Tn
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-NR
-NR
-NR
-zo
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-Lu
-su
-Ae
-WJ
-WJ
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(25,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-we
-Ms
-Ms
-Lz
-Kz
-Yx
-sw
-CH
-CH
-sI
-CH
-CH
-sw
-CH
-sI
-Kl
-Kl
-CH
-CH
-CH
-CH
-CH
-Kz
-Kz
-CH
-iP
-Ou
-Vi
-KH
-No
-NZ
-Ou
-iP
-iP
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-ZV
-vE
-fw
-fw
-vE
-vE
-lV
-pV
-KS
-vE
-vE
-vE
-vE
-NC
-vE
-lV
-vE
-vE
-lV
-pV
-KS
-vE
-vE
-vE
-vE
-NC
-vE
-lV
-vE
-vE
-os
-XD
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Kt
-xk
-Tt
-uR
-Ah
-Ah
-Ah
-BK
-Ah
-Ah
-Ah
-Ah
-uR
-ti
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-hL
-hL
-hL
-hL
-Tr
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-cZ
-NR
-NR
-Mh
-NR
-NR
-NR
-NR
-td
-td
-NR
-ur
-ur
-ur
-ur
-ur
-oH
-ur
-ur
-ur
-ur
-ur
-ur
-oH
-ur
-ur
-NR
-NR
-NR
-td
-td
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-oj
-WJ
-WJ
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(26,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-CB
-Ms
-Ms
-Xb
-Kz
-Kz
-CH
-kf
-kf
-CH
-kf
-kf
-CH
-CH
-CH
-Kl
-Kl
-CH
-ft
-ft
-CH
-CH
-dv
-Kz
-CH
-iP
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-iP
-iP
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-QY
-vE
-vE
-vE
-vE
-vE
-Xh
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-Xh
-vE
-vE
-vE
-vE
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Kt
-Tt
-Tt
-uR
-UO
-UO
-UO
-UO
-UO
-UO
-UO
-Lk
-ah
-Ah
-Ah
-Ah
-Ah
-Tt
-VP
-la
-DI
-hL
-hL
-hL
-ou
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Lx
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NR
-NR
-NR
-gz
-NR
-NR
-NR
-NR
-Wv
-Wv
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-oH
-ur
-ur
-ur
-ur
-ur
-NR
-NR
-NR
-Wv
-Wv
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-sM
-Kg
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(27,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-Yk
-Ms
-Ms
-wF
-Kz
-dv
-CH
-Kl
-Kl
-CH
-Kl
-Kl
-CH
-CH
-CH
-um
-uX
-iw
-Kl
-Kl
-CH
-CH
-Kz
-Kz
-CH
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-vA
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Cr
-Ld
-ZZ
-Ey
-Ey
-Cr
-Ld
-ZZ
-Ey
-Ey
-Ey
-YS
-Tt
-Tt
-uR
-UO
-mI
-mI
-mI
-mI
-mI
-iR
-Tt
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-gS
-hL
-hL
-hL
-hL
-hL
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Ho
-NR
-NR
-Th
-NR
-NR
-NR
-NR
-Wv
-Wv
-NR
-ur
-ur
-NR
-NR
-NR
-NR
-UT
-kx
-NR
-NR
-NR
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-Wv
-Lc
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-Pm
-oj
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(28,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-DL
-Ms
-Ms
-Sz
-Kz
-Kz
-CH
-Kl
-Kl
-CH
-Kl
-Kl
-CH
-SC
-CH
-CH
-CH
-CH
-wc
-wc
-CH
-CH
-Kz
-Kz
-Kz
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-IQ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-vE
-fw
-fw
-vE
-vE
-lV
-pV
-ON
-vE
-vE
-vE
-NC
-vE
-pV
-lV
-vE
-vE
-lV
-pV
-ON
-vE
-vE
-vE
-NC
-vE
-pV
-lV
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Ey
-te
-Lb
-ze
-Ey
-Ey
-ts
-Lb
-WM
-Ey
-Ey
-Ey
-Kt
-Tt
-Tt
-uR
-UO
-mI
-lc
-eI
-eI
-ba
-Eb
-Tt
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-hL
-hL
-hL
-Wp
-hL
-hL
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NR
-NR
-Th
-Th
-NR
-xO
-xO
-NR
-LC
-LC
-NR
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-LC
-LC
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-Lu
-Ae
-Lx
-Lx
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(29,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-DL
-zX
-fX
-KF
-Kz
-Kz
-CH
-uX
-uX
-iw
-uX
-uX
-CH
-CH
-PT
-Kl
-TR
-sw
-CH
-CH
-CH
-sw
-Kz
-Kz
-Kz
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-fq
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-vE
-lV
-pV
-RI
-pV
-vE
-vE
-pV
-nY
-pV
-lV
-vE
-vE
-lV
-WW
-vw
-pV
-vE
-vE
-pV
-Pb
-JI
-lV
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Kt
-Tt
-xk
-uR
-UO
-mI
-eI
-Nx
-eI
-ba
-Eb
-Tt
-Ah
-Ah
-Ah
-EF
-Ah
-Tt
-VP
-la
-DI
-hL
-hL
-hL
-yv
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NR
-NR
-NR
-zo
-NR
-Wv
-Lc
-NR
-NR
-NR
-NR
-ur
-ur
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-ur
-ur
-ur
-HP
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-Lu
-oj
-Ae
-Pm
-Pm
-ap
-Pm
-UY
-Lx
-bP
-bP
-"}
-(30,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-KF
-KF
-KF
-KF
-Kz
-dv
-sw
-sI
-CH
-sI
-CH
-sI
-sw
-CH
-PT
-Kl
-zu
-CH
-ft
-ft
-CH
-CH
-Kz
-Kz
-CH
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-iP
-vA
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vE
-vE
-fw
-fw
-vE
-Nk
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-lV
-lV
-lV
-lV
-vE
-vE
-os
-XD
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Rq
-YS
-Lk
-Tt
-uR
-UO
-mI
-lc
-eI
-eI
-ba
-Eb
-Tt
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-hL
-hL
-hL
-hL
-qB
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NR
-NR
-NR
-NR
-NR
-Wv
-Wv
-NR
-NR
-td
-td
-ur
-aT
-Bz
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-ur
-ur
-ur
-oH
-ur
-ur
-NR
-tX
-tX
-Wv
-tX
-tX
-NR
-NR
-Bz
-Lu
-Lx
-Pm
-Lx
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(31,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-nB
-Tb
-GO
-iX
-dv
-Kz
-CH
-kf
-kf
-CH
-kf
-kf
-CH
-CH
-CH
-CH
-CH
-CH
-Kl
-Kl
-CH
-CH
-dv
-Kz
-CH
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-vE
-fw
-fw
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-UU
-XU
-TA
-CE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Cr
-Ld
-ZZ
-Ey
-Ey
-Cr
-Ld
-ZZ
-Ey
-Ey
-Ey
-Kt
-Tt
-Tt
-uR
-UO
-mI
-mI
-mI
-mI
-mI
-UO
-cK
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-Kt
-KZ
-OJ
-OJ
-kQ
-pW
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NR
-NR
-RT
-NR
-NR
-ai
-ai
-NR
-kx
-Wv
-Wv
-ur
-ur
-Bz
-NR
-NR
-NR
-RT
-NR
-NR
-NR
-NR
-Bz
-ur
-oH
-ur
-ur
-ur
-ur
-NR
-jj
-rs
-Wv
-jj
-jj
-kx
-NR
-sV
-Lu
-Lx
-Pm
-Lx
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(32,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-EC
-ct
-ct
-LE
-Kz
-Kz
-CH
-Kl
-Kl
-CH
-Kl
-Kl
-CH
-iw
-PT
-Kl
-TR
-CH
-wc
-wc
-CH
-CH
-Kz
-Kz
-CH
-Ou
-Ou
-PM
-Ou
-Ou
-nJ
-nJ
-Vx
-Ou
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-vE
-qC
-fw
-fw
-vE
-vE
-vE
-qC
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-qC
-vE
-vE
-vE
-vE
-vE
-qC
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-fw
-aJ
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Ey
-ts
-Lb
-WM
-Ey
-Ey
-ts
-Lb
-WM
-Ey
-Ey
-Ey
-Kt
-Tt
-Tt
-uR
-UO
-UO
-UO
-UO
-UO
-UO
-UO
-Lk
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-Kt
-KZ
-OJ
-OJ
-jA
-OJ
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-rT
-rT
-rT
-rT
-Ho
-NR
-NR
-NR
-NR
-Wv
-Lc
-ur
-ur
-Bz
-mQ
-mQ
-mQ
-mQ
-mQ
-mQ
-mQ
-Ho
-ur
-ur
-ur
-Wv
-Wv
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ut
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(33,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-yA
-ct
-ct
-ga
-Kz
-Kz
-CH
-Kl
-Kl
-CH
-Kl
-Kl
-CH
-CH
-PT
-Kl
-TR
-CH
-CH
-CH
-CH
-CH
-Kz
-Kz
-CH
-Ou
-Ou
-PM
-Ou
-Ou
-Sd
-nZ
-Sd
-Ou
-qZ
-iV
-xW
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-lV
-lV
-dk
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-vE
-vE
-Zw
-lV
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-KQ
-YS
-Tt
-CJ
-uR
-Ah
-Ah
-Ah
-ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Tt
-Tt
-la
-la
-la
-la
-la
-la
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Lx
-Lx
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-LK
-hg
-fz
-FI
-NR
-NR
-NR
-NR
-NR
-LC
-LC
-ur
-ur
-Bz
-mQ
-Bg
-Bg
-Bg
-Bg
-Bg
-PL
-NR
-ur
-ur
-ur
-UE
-Wv
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ut
-Lu
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(34,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-ct
-Lr
-ct
-CC
-Kz
-Kz
-CH
-uX
-uX
-CH
-uX
-uX
-CH
-CH
-CH
-CH
-CH
-sw
-CH
-Kz
-Kz
-Kz
-Kz
-Kz
-CH
-Ou
-IU
-PM
-IU
-Ou
-xJ
-qZ
-DU
-qd
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-bK
-QM
-QM
-QM
-lV
-lV
-WX
-dX
-WX
-nb
-iv
-iv
-iv
-dX
-WX
-WX
-vE
-vE
-Zw
-lV
-os
-yn
-vE
-vE
-vE
-os
-aO
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-Ey
-Ey
-Ey
-Ve
-Ve
-Ve
-Ve
-Ve
-Ey
-KQ
-Kt
-xk
-Tt
-MO
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-tH
-hg
-hg
-iG
-NR
-td
-td
-NR
-NR
-NR
-NR
-ur
-ur
-Bz
-mQ
-Bg
-FE
-Uw
-Uw
-BF
-cl
-ur
-ur
-ur
-oH
-NR
-Wv
-NR
-NR
-NR
-UT
-NR
-NR
-NR
-NR
-NR
-NR
-sV
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(35,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-EC
-ct
-ct
-Vq
-Kz
-Kz
-sw
-CH
-CH
-CH
-CH
-CH
-sg
-CH
-iw
-CH
-Kz
-Kz
-Kz
-dv
-Kz
-ic
-Kz
-Kz
-Rm
-Ou
-aW
-Yd
-aW
-Ou
-tj
-YN
-tj
-Ou
-qZ
-fq
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-ok
-WX
-XF
-mk
-KR
-vP
-Dx
-vP
-WX
-WX
-WX
-vE
-vE
-pV
-lV
-UU
-XU
-TA
-CE
-vE
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-cI
-LX
-Ey
-Ey
-Ve
-ZF
-pu
-MG
-Ve
-Ey
-KQ
-Kt
-Tt
-Tt
-ng
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Tt
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-LK
-hg
-hg
-dV
-NR
-Wv
-Lc
-NR
-td
-td
-NR
-ur
-ur
-Bz
-mQ
-Bg
-Uw
-jb
-Uw
-BF
-cl
-ur
-ur
-ur
-ur
-Wv
-Wv
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-sV
-Lu
-Lx
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(36,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-ct
-ct
-ct
-Fs
-Kz
-Kz
-CH
-kf
-kf
-CH
-kf
-kf
-CH
-CH
-CH
-dv
-Kz
-Kz
-Kz
-Kz
-CH
-Rk
-Tf
-Tf
-qZ
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-Ou
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-ok
-WX
-vg
-vP
-vP
-vP
-vP
-vP
-vP
-WX
-lV
-vE
-vE
-AK
-lV
-Kh
-NC
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-fw
-fw
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Ey
-RW
-Ey
-Ey
-Ey
-Ve
-nh
-HW
-np
-Ve
-Ey
-gO
-YS
-Tt
-Tt
-uR
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-la
-NN
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-la
-la
-la
-la
-la
-cU
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-vU
-hg
-hg
-iG
-NR
-LC
-LC
-NR
-Wv
-Wv
-NR
-ur
-ur
-Bz
-mQ
-Bg
-FE
-Uw
-Uw
-BF
-cl
-ur
-oH
-ur
-ur
-NR
-Wv
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ut
-Lu
-vW
-Lx
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(37,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-ct
-pz
-gI
-Fs
-Kz
-Kz
-CH
-mZ
-Kl
-iw
-Kl
-Kl
-CH
-CH
-CH
-Kz
-Kz
-CH
-CH
-CH
-CH
-qZ
-Tf
-Tf
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-QM
-QM
-QM
-QM
-lV
-ok
-WX
-WX
-hH
-vP
-vP
-vP
-KR
-WX
-WX
-lV
-vE
-vE
-pV
-lV
-xB
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-ei
-BW
-BW
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Aj
-xl
-Ey
-Ey
-Ve
-WL
-dG
-af
-Ve
-Ey
-gO
-Kt
-Tt
-Tt
-uR
-Ah
-Ah
-Ah
-BK
-Ah
-Ah
-Ah
-la
-NQ
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Mq
-Ey
-cu
-WH
-cu
-Ey
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-vU
-hg
-hg
-hg
-NR
-NR
-NR
-NR
-LC
-LC
-NR
-ur
-ur
-Bz
-mQ
-Bg
-Bg
-Bg
-Bg
-Bg
-mQ
-NR
-ur
-ur
-ur
-KO
-Jv
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-Dw
-ur
-ur
-ut
-Lu
-Ae
-jV
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(38,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-uc
-KF
-KF
-KF
-Kz
-dv
-CH
-uX
-uX
-iw
-uX
-uX
-CH
-CH
-sI
-Kz
-Kz
-CH
-CH
-CH
-CH
-qZ
-Tf
-Tf
-qZ
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-ao
-xW
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-lV
-WX
-gD
-WX
-wa
-wa
-iv
-DO
-gD
-WX
-lV
-vE
-vE
-NH
-lV
-UU
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-Xh
-vE
-vE
-ET
-BW
-wl
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-wA
-ot
-Ey
-Ey
-Ve
-Ve
-Ve
-Ve
-Ve
-Ey
-gO
-Kt
-Tt
-Tt
-uR
-la
-la
-la
-la
-la
-la
-la
-la
-FB
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Mq
-Ey
-Ey
-Ey
-Ey
-Ey
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-rT
-rT
-rT
-rT
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-ur
-ur
-Bz
-mQ
-mQ
-mQ
-mQ
-mQ
-mQ
-mQ
-Ho
-ur
-ur
-ur
-Wv
-Wv
-ur
-ur
-NR
-NR
-tS
-NR
-NR
-NR
-tS
-NR
-sV
-Lu
-UY
-VB
-Lx
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(39,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-lT
-Ou
-sU
-za
-uJ
-uJ
-zn
-Cg
-Cg
-Cg
-Cg
-Cg
-zn
-Cg
-Cg
-uJ
-uJ
-Cg
-Cg
-wN
-Ju
-qZ
-Tf
-Tf
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-ao
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-lV
-vE
-vE
-vE
-lV
-os
-yn
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-BW
-BW
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-Ey
-Ey
-lv
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Rq
-YS
-VG
-VX
-uR
-Ey
-Ey
-Ey
-Vy
-Ey
-Ey
-Ey
-la
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Ah
-Mq
-Ey
-Ey
-Ey
-Ey
-Ey
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-NL
-ur
-AI
-Of
-NR
-td
-td
-NR
-td
-td
-NR
-ur
-ur
-Bz
-NR
-NR
-NR
-Rc
-NR
-NR
-NR
-NR
-Bz
-ur
-oH
-ur
-ur
-ur
-ur
-NR
-NR
-NR
-bG
-Wv
-Wv
-ne
-NR
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(40,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-aX
-KF
-sB
-KF
-Yx
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-CH
-CH
-CH
-CH
-DQ
-qZ
-Ri
-Ri
-ER
-ER
-ER
-ER
-ER
-ER
-ER
-gK
-qZ
-qZ
-ao
-fq
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-bK
-QM
-QM
-QM
-lV
-JL
-oe
-hy
-oe
-hd
-cD
-cD
-YR
-UG
-TC
-lV
-vE
-vE
-vE
-vE
-CM
-XU
-TA
-CE
-vE
-vE
-vE
-vE
-ET
-ET
-ET
-SJ
-ho
-ho
-ho
-zZ
-zZ
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-YS
-AA
-YS
-YS
-YS
-YS
-YS
-Kt
-Kt
-YS
-Ud
-YS
-YS
-Tt
-Tt
-uR
-Ey
-EV
-JN
-bn
-eQ
-St
-Ey
-la
-Mq
-Mq
-Mq
-la
-Mq
-Mq
-Mq
-la
-Ey
-Ey
-Ey
-Ey
-YQ
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-cd
-ur
-ur
-mU
-NR
-Wv
-Wv
-NR
-po
-Wv
-NR
-ur
-aT
-Bz
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-ur
-ur
-ur
-tS
-NR
-NR
-NR
-NR
-NR
-Km
-Pn
-IF
-zo
-NR
-Bz
-Lu
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(41,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-gZ
-Ar
-Fh
-an
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-KF
-KF
-Ny
-KF
-Hr
-qZ
-Ri
-Sg
-ER
-ER
-ER
-ER
-ER
-MQ
-ER
-rx
-qZ
-qZ
-ao
-iV
-ao
-pa
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-dr
-xn
-JL
-TC
-RJ
-TC
-oe
-TC
-oe
-TC
-lV
-vE
-vE
-vE
-vE
-Kh
-NC
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-ET
-ET
-oG
-ho
-ZX
-ho
-zZ
-zZ
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-BT
-na
-Ty
-Ty
-Ty
-Ty
-YS
-od
-nW
-ss
-ss
-hc
-YS
-Tt
-Tt
-uR
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Nb
-QO
-Ey
-Ey
-Vy
-Ey
-Ey
-Ey
-Vy
-Ey
-Ey
-Ey
-Ey
-Ey
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Ii
-ur
-ur
-Of
-NR
-zo
-zo
-NR
-LC
-LC
-NR
-ur
-ur
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(42,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-pa
-gZ
-gZ
-tb
-OU
-hs
-eD
-uD
-Dp
-KF
-pk
-kH
-vc
-Ys
-Lh
-zl
-SA
-PG
-JJ
-wD
-KF
-YB
-UN
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-ao
-iV
-qZ
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-kt
-zc
-ZT
-QM
-QM
-lV
-xg
-oe
-TC
-TC
-TC
-TC
-TC
-TC
-TC
-TC
-mb
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-uR
-HF
-na
-na
-na
-na
-na
-YS
-xI
-LJ
-Vb
-ss
-Os
-YS
-Tt
-Tt
-uR
-wM
-LV
-Aq
-GP
-au
-yk
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-lw
-sn
-Ey
-Ey
-Ey
-Ni
-mC
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-he
-ur
-ur
-Of
-NR
-Lc
-Wv
-NR
-XR
-Wv
-vu
-ur
-ur
-Bz
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(43,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-qZ
-IE
-gZ
-tb
-gZ
-gZ
-gZ
-gZ
-fm
-KF
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-KF
-ad
-or
-Qo
-sz
-gP
-YU
-GQ
-Ny
-ao
-Ln
-lN
-lN
-lN
-lN
-lN
-uU
-qZ
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-ET
-QM
-QM
-QM
-ff
-lV
-xg
-TC
-WQ
-TC
-TC
-TC
-oe
-xn
-oe
-TC
-lV
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-uR
-BL
-na
-Ty
-Ty
-Ty
-Ty
-YS
-Oc
-ss
-ss
-ss
-LF
-YS
-Tt
-Tt
-uR
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Bt
-LS
-Gz
-oZ
-gE
-Ey
-Ey
-Ey
-ED
-uR
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-ur
-ur
-ur
-Of
-NR
-LC
-LC
-NR
-XR
-Wv
-vu
-ur
-ur
-Bz
-NR
-NR
-NR
-NR
-tS
-NR
-NR
-NR
-UT
-ur
-ur
-ur
-UT
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(44,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-lq
-gZ
-gZ
-tb
-gZ
-gZ
-gZ
-gZ
-gZ
-KF
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-wD
-KF
-rF
-KF
-kz
-KF
-Ym
-KF
-kz
-qZ
-sx
-xW
-ao
-ao
-ao
-ao
-ao
-ao
-qZ
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-IG
-QM
-QM
-QM
-ih
-lV
-sY
-TC
-TC
-TC
-TC
-oe
-TC
-TC
-TC
-TC
-lV
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-RU
-HF
-na
-na
-na
-na
-na
-YS
-jN
-ss
-ss
-ss
-kM
-YS
-Tt
-Tt
-uR
-Ey
-pB
-PK
-qF
-SN
-rV
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Mq
-Mq
-Ey
-Ey
-Ey
-pn
-uR
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-kk
-et
-ur
-Of
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-oH
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-NR
-Co
-Wv
-sV
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(45,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-pa
-gb
-gZ
-gZ
-Jy
-QZ
-Vv
-jJ
-SX
-As
-KF
-ZD
-fc
-zK
-bs
-HT
-Cq
-qk
-kF
-rB
-wD
-KF
-iP
-KF
-hZ
-KF
-KC
-KF
-Hg
-qZ
-ao
-xW
-ao
-ao
-ao
-xW
-xW
-ao
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-Ul
-IG
-pG
-QM
-MB
-lV
-xE
-oe
-TC
-TC
-TC
-AU
-AU
-AU
-pm
-TC
-lV
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-vE
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-zj
-HF
-na
-Ty
-Ty
-Ty
-Ty
-YS
-ks
-ss
-ss
-ss
-kM
-YS
-Tt
-Tt
-uR
-Ey
-Ey
-Ey
-Ey
-rA
-Ey
-Ey
-Ey
-Ey
-Ey
-rA
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-Ey
-qY
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yw
-QU
-ur
-ur
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-oz
-kr
-oz
-oz
-oz
-kr
-NR
-Bz
-Lu
-UY
-Pm
-Pm
-ap
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(46,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-qZ
-pa
-pa
-pa
-OX
-qZ
-pa
-pa
-pa
-pa
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-rF
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-kt
-kt
-kt
-kt
-kt
-ET
-ET
-kt
-kt
-kt
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-ET
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-kt
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-rT
-rT
-rT
-rT
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-iO
-ur
-ur
-ur
-ur
-ur
-ur
-iO
-ur
-ur
-NR
-NR
-NR
-mK
-mK
-mK
-mK
-mK
-mK
-mK
-mK
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(47,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-hk
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-wI
-wI
-wI
-wI
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-ur
-Yj
-jX
-rT
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-rT
-rT
-rT
-rT
-rT
-Xm
-Gm
-bi
-rT
-rT
-rT
-rT
-rT
-NR
-NR
-NR
-mK
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-Bz
-Lu
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(48,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Di
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-ci
-Ss
-GD
-kD
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-wI
-wI
-wI
-wI
-wI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-he
-He
-ur
-qt
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-rT
-nk
-nk
-aD
-mR
-JY
-rT
-NR
-mR
-aD
-oh
-oh
-rT
-NR
-NR
-NR
-mK
-ZL
-ur
-ZL
-ur
-ur
-ur
-hX
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(49,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Di
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-GD
-GD
-GD
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-wI
-wI
-wI
-wI
-wI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-ur
-Jd
-ur
-rT
-NR
-ur
-ur
-ur
-NR
-NR
-NR
-NR
-NR
-rT
-JY
-JY
-JY
-JY
-JY
-rT
-NR
-NR
-NR
-NR
-NR
-rT
-NR
-NR
-NR
-ur
-ur
-ur
-ur
-ur
-ur
-ur
-Bz
-Bz
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Fy
-bP
-bP
-"}
-(50,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-hk
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-GD
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-wI
-wI
-wI
-wI
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-zq
-ur
-ur
-aK
-rT
-kA
-ur
-PP
-ur
-NR
-NR
-NR
-NR
-NR
-rT
-Bl
-rT
-bi
-rT
-bi
-rT
-bi
-rT
-bi
-rT
-bi
-rT
-NR
-NR
-NR
-mK
-ur
-yQ
-ur
-ur
-yQ
-ur
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(51,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-Pu
-Pu
-Ws
-Pu
-Pu
-Pu
-Pu
-Ws
-Pu
-Pu
-Pu
-Pu
-Pu
-Ws
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ET
-ET
-ET
-ET
-ET
-ET
-kt
-kt
-kt
-ET
-ET
-ET
-ET
-ET
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-zq
-ur
-JK
-Zs
-rT
-NR
-ur
-ur
-ur
-NR
-NR
-PV
-NR
-NR
-rT
-Bl
-rT
-Ur
-rT
-Ur
-rT
-Ur
-rT
-Gq
-rT
-Ur
-rT
-NR
-NR
-RT
-mK
-sZ
-Og
-bz
-BX
-oc
-Ce
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(52,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-XX
-EL
-Mt
-IX
-IX
-JB
-Uu
-mN
-mN
-vt
-yx
-eo
-mN
-Ws
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-ef
-OL
-ax
-OL
-sb
-OL
-OL
-OL
-LH
-OL
-Rd
-eC
-ZQ
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-ss
-ss
-ss
-it
-yu
-yW
-xL
-HV
-Od
-it
-ss
-ss
-ss
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-og
-ur
-og
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lu
-Lu
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(53,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-BI
-EL
-Mt
-Ct
-tf
-IX
-IX
-zV
-zV
-mN
-bm
-Fz
-mN
-Pu
-Ss
-Ss
-Ss
-Ss
-GD
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-ef
-OL
-Is
-OL
-sb
-OL
-OL
-qw
-LH
-HZ
-Rd
-OL
-ZQ
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-ss
-ss
-az
-az
-az
-az
-az
-az
-it
-ss
-ss
-ss
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-ur
-PU
-ur
-Bz
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(54,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-mv
-Oo
-IX
-IX
-IX
-IX
-yx
-uu
-lS
-Va
-lS
-HO
-qO
-Pu
-Ss
-Ss
-Ss
-Ss
-GD
-wI
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-ef
-OL
-Is
-OL
-sb
-OL
-OL
-OL
-LH
-OL
-Rd
-XS
-ZQ
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-ss
-ss
-kK
-kK
-kK
-kK
-kK
-kK
-Es
-ss
-ss
-ss
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-ur
-ur
-GM
-Bz
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(55,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-lU
-EL
-jB
-Lv
-wE
-IX
-jq
-Va
-eo
-HO
-mN
-mN
-yF
-Pu
-Ss
-Ss
-Ss
-Ss
-GD
-wI
-NI
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-ef
-OL
-Is
-OL
-sb
-OL
-OL
-OL
-LH
-qw
-Rd
-OL
-ZQ
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-ss
-ss
-kK
-kK
-Fu
-kK
-kK
-kK
-ss
-ss
-ss
-ss
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-lg
-lb
-og
-Bz
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(56,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-tc
-EL
-cc
-iY
-VH
-Le
-Uu
-yx
-HO
-Fz
-yx
-HO
-jq
-Pu
-Ss
-Ss
-Ss
-Ss
-GD
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-it
-it
-ss
-kK
-kK
-kK
-kK
-sJ
-kK
-ss
-kK
-ss
-ss
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-dF
-ur
-dF
-Bz
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-iu
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-AZ
-UY
-UY
-UY
-UY
-Da
-kp
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(57,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-nv
-Xk
-IX
-IX
-IX
-IR
-Uu
-Uu
-IX
-Va
-mN
-Va
-YK
-Ws
-Ss
-Ss
-Ss
-Ss
-GD
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-de
-OL
-OL
-OL
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Pa
-yW
-yJ
-yJ
-ss
-yJ
-ss
-ss
-ss
-ss
-kK
-ss
-Bj
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-nx
-nx
-nx
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-IS
-Pm
-Rz
-Pm
-Rz
-Pm
-Jj
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(58,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-Jm
-CX
-CZ
-CZ
-Uk
-TK
-Uu
-Uu
-Pv
-Vl
-pj
-eo
-mN
-Pu
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-eb
-OL
-QR
-OL
-OL
-OL
-ET
-ET
-ET
-ET
-OL
-OL
-OL
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-it
-it
-yJ
-yJ
-AD
-uR
-uR
-uR
-uR
-nX
-kK
-ss
-pd
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yl
-yl
-yl
-yl
-eB
-qG
-qG
-qG
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-IS
-Pm
-Rz
-Pm
-Rz
-Pm
-Jj
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(59,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ws
-pt
-KY
-Al
-IX
-IX
-LI
-Uu
-Uu
-Kd
-Zz
-eo
-HO
-uu
-Pu
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-eb
-OL
-QR
-OL
-OL
-OL
-ho
-ho
-oK
-ET
-OL
-OL
-OL
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-kK
-yJ
-eN
-yJ
-uR
-zT
-jP
-jP
-ss
-kK
-ss
-zw
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-XI
-XI
-XI
-XI
-XI
-Pk
-qG
-qG
-mQ
-mQ
-mQ
-mQ
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-IS
-Pm
-Rz
-Pm
-Rz
-Pm
-Jj
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(60,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-Uu
-Uu
-Uu
-Uu
-yh
-qm
-Uu
-Uu
-vx
-Zy
-jq
-EE
-mN
-Pu
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-en
-OL
-wz
-Un
-OL
-Un
-ho
-kS
-qQ
-ET
-OL
-OL
-OL
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-Fu
-yJ
-Hv
-yJ
-uR
-oC
-jP
-jP
-ss
-kK
-ss
-Bi
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yl
-yl
-yl
-yl
-rm
-Pk
-qG
-qG
-mQ
-Bg
-Bg
-Bg
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-ap
-Pm
-Pm
-Pm
-Pm
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(61,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-Dr
-ra
-fl
-AM
-IX
-Vp
-Uu
-Uu
-AG
-IX
-mN
-yx
-YK
-Pu
-Ss
-Ss
-Ss
-Ss
-wI
-hS
-hS
-hS
-vQ
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-en
-OL
-wz
-OL
-OL
-OL
-ET
-ET
-ET
-ET
-OL
-OL
-OL
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-it
-az
-yJ
-Md
-AD
-uR
-uR
-uR
-uR
-nX
-kK
-ss
-SS
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-MI
-cG
-Zl
-yl
-rm
-Pk
-qG
-qG
-Fr
-Uw
-Uw
-Bg
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(62,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-fp
-fp
-fp
-dL
-IX
-yY
-Uu
-Uu
-JO
-mN
-UP
-sC
-mN
-Ws
-Ss
-LO
-Ss
-Ss
-GD
-GD
-LO
-GD
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Pa
-FG
-ss
-Md
-ss
-ss
-ss
-ss
-ss
-ss
-kK
-ss
-sv
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Et
-dn
-wb
-yl
-rm
-Pk
-qG
-qG
-Fr
-Uw
-Uw
-Bg
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(63,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-gd
-PI
-cC
-zi
-Xr
-cf
-Uu
-Uu
-mx
-yx
-mN
-UP
-eo
-qK
-GD
-GD
-wI
-Ss
-Ss
-Ss
-Ss
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vn
-OL
-vn
-OL
-OL
-OL
-OL
-OL
-QI
-DB
-Ck
-vN
-vN
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-it
-az
-ss
-kK
-ss
-ss
-ss
-ss
-ss
-ss
-sJ
-ss
-ss
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-KE
-MY
-Lf
-yl
-rm
-Pk
-qG
-qG
-mQ
-Bg
-Bg
-Bg
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-tm
-UY
-UY
-Hd
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(64,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-On
-fP
-Bc
-vk
-IX
-dN
-Uu
-SB
-Sf
-Fz
-Ol
-lS
-IX
-yE
-LO
-GD
-GD
-Ss
-Ss
-Ss
-LO
-GD
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-HI
-OL
-Bu
-OL
-OL
-OL
-OL
-OL
-OL
-fT
-MP
-DT
-DT
-DT
-HI
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Hc
-ss
-kK
-ss
-ss
-sJ
-ss
-ss
-ss
-ss
-ss
-kK
-kK
-ss
-Hc
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yl
-yl
-yl
-yl
-IH
-Pk
-qG
-qG
-mQ
-mQ
-mQ
-mQ
-mQ
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(65,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-Ih
-Hn
-YF
-ue
-cQ
-QD
-Uu
-Uu
-Va
-UP
-mN
-UP
-kL
-qK
-GD
-GD
-hS
-wI
-Ss
-LO
-wI
-wI
-NI
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-vn
-OL
-vn
-OL
-OL
-OL
-OL
-OL
-yM
-OL
-OL
-OL
-OL
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-ss
-ss
-ss
-ss
-ss
-ss
-kK
-kK
-kK
-kK
-kK
-kK
-ss
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-CK
-CK
-CK
-cw
-CK
-Pk
-qG
-qG
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-bk
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(66,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-MF
-MF
-MF
-IN
-IX
-IX
-Uu
-Uu
-MK
-yx
-oM
-Gu
-oM
-Ws
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-kt
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-ET
-OL
-OL
-OL
-KV
-kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Kt
-ss
-ss
-ss
-kX
-FG
-fH
-kK
-mG
-JQ
-WP
-ss
-ss
-ss
-Kt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yl
-yl
-yl
-OE
-yl
-qG
-qG
-qG
-iy
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(67,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-rk
-ZH
-fl
-dM
-iS
-ii
-Uu
-Uu
-uL
-yx
-mN
-Va
-YK
-Ws
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-OL
-Cv
-OL
-HK
-Bq
-KV
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-ss
-ss
-ss
-kX
-aY
-kP
-ss
-kX
-Oh
-kP
-ss
-ss
-ss
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-wq
-xu
-pA
-wq
-dA
-ND
-Xf
-Kk
-iy
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(68,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Uu
-Uu
-Uu
-Uu
-Uu
-Uu
-Uu
-Uu
-Ws
-Pu
-Pu
-Pu
-Pu
-Ws
-Ws
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-ET
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-uR
-Kt
-Kt
-Kt
-uR
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-FU
-Ip
-pA
-wq
-xu
-ND
-BB
-Gk
-BD
-BD
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(69,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-wq
-xu
-pA
-wq
-Pg
-ND
-qG
-qG
-vh
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Bk
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-AH
-UY
-UY
-Hd
-ap
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(70,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-wq
-sX
-yS
-wq
-Pg
-ND
-qG
-qG
-Pj
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-ap
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-ap
-Pm
-Pm
-Pm
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(71,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-wq
-xu
-pA
-wq
-gj
-ND
-qG
-qG
-BD
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(72,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-wq
-Pg
-pA
-wq
-xu
-dB
-ex
-xM
-SL
-iy
-iy
-iy
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(73,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-yl
-yl
-yl
-OE
-nI
-uN
-zW
-zW
-ew
-uT
-wr
-Bo
-iy
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(74,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Bz
-Lx
-Fq
-Pm
-Pm
-zA
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-uz
-Pm
-Wk
-Pm
-Fq
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(75,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-TW
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-ya
-kN
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(76,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(77,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-UY
-Pm
-Pm
-Pi
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(78,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Lx
-Lx
-Lx
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(79,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-Fy
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-Lx
-bP
-bP
-"}
-(80,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-Fy
-Fy
-Fy
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-Fy
-bP
-bP
-bP
-bP
-bP
-bP
-Fy
-Fy
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Fy
-Fy
-Fy
-Fy
-bP
-UY
-Pm
-Pm
-Pm
-Pm
-Pm
-UY
-bP
-bP
-bP
-"}
-(81,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lm
-lm
-lm
-lm
-lm
-Se
-bP
-bP
-bP
-"}
-(82,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lm
-lm
-lm
-lm
-lm
-Se
-bP
-bP
-bP
-"}
-(83,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lm
-lm
-lm
-lm
-lm
-Se
-bP
-bP
-bP
-"}
-(84,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lQ
-lm
-lm
-lm
-GL
-Se
-bP
-bP
-bP
-"}
-(85,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lm
-lm
-lm
-lm
-lm
-Se
-bP
-bP
-bP
-"}
-(86,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-lm
-lm
-AP
-lm
-lm
-Se
-bP
-bP
-bP
-"}
-(87,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-Se
-Pw
-Pw
-Pw
-Pw
-Pw
-Se
-bP
-bP
-bP
-"}
-(88,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-gi
-gi
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-gi
-gi
-gi
-gi
-gi
-gi
-JZ
-JZ
-JZ
-gi
-gi
-gi
-gi
-JZ
-JZ
-JZ
-gi
-gi
-gi
-gi
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bd
-bP
-bP
-bP
-bP
-bP
-bP
-"}
-(89,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-xY
-xY
-xY
-xY
-xY
-xY
-xY
-hn
-xY
-xY
-xY
-xY
-xY
-xY
-xY
-xY
-xD
-NA
-NA
-VW
-NA
-NA
-NA
-xD
-Zj
-mz
-Zj
-xD
-ay
-bq
-KL
-AB
-ay
-Uc
-CA
-bq
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Sh
-BR
-Sh
-Sh
-Sh
-Sh
-Sh
-Qd
-Qd
-Qd
-Qd
-Qd
-Sh
-Sh
-BR
-Sh
-EH
-EH
-EH
-EH
-EH
-dj
-EH
-EH
-EH
-Nf
-pP
-Nf
-iU
-iU
-Li
-qz
-qz
-kZ
-Nf
-Nf
-EH
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Fo
-Fo
-OO
-Jn
-Jn
-Jn
-Jn
-Fo
-Fo
-eH
-eH
-eH
-eH
-eH
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-WD
-WD
-Fo
-Fo
-xA
-fi
-fi
-fJ
-fJ
-JH
-fJ
-FC
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-bP
-"}
-(90,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-xY
-xY
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-FV
-xY
-xY
-xD
-NA
-HH
-HH
-NA
-NA
-NA
-LL
-NA
-NA
-NA
-xD
-ay
-bq
-ay
-nf
-oa
-Ai
-bq
-bq
-BC
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Sh
-Sh
-Sh
-Sh
-Sh
-Sh
-BR
-Qd
-Qd
-Qd
-Qd
-Qd
-Sh
-Sh
-Sh
-xh
-EH
-EH
-EH
-pP
-EH
-EH
-EH
-Xs
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-JZ
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Fo
-vR
-Jn
-Bm
-vR
-VO
-Jn
-vR
-Fo
-Fo
-Fo
-EB
-Fo
-eH
-Ux
-OO
-OO
-OO
-EB
-Fo
-OO
-Fo
-WD
-WD
-wX
-WD
-EB
-Fo
-Fo
-xA
-fi
-Iy
-nO
-fi
-FC
-FC
-FC
-Jw
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-"}
-(91,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-BC
-xY
-xY
-FV
-wG
-lY
-wG
-AT
-Wz
-jr
-xs
-qe
-gR
-zB
-FV
-xY
-xY
-xD
-LL
-xD
-xD
-ku
-xX
-DM
-xD
-xD
-xD
-xD
-xD
-ay
-bq
-MN
-AB
-ay
-Uc
-sE
-bq
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-gi
-Sh
-Sh
-xh
-Sh
-Sh
-Sh
-Qd
-Qd
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-oq
-wk
-hl
-Ql
-Ql
-Ql
-qz
-EH
-pP
-EH
-hD
-EH
-rI
-qz
-BZ
-JZ
-LP
-LP
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Jw
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-An
-fi
-Ao
-zN
-ZY
-OH
-nc
-FC
-Jw
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-ci
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(92,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DG
-BC
-xY
-xY
-FV
-wG
-To
-jr
-wG
-Nv
-wG
-MR
-wG
-wG
-wG
-IZ
-xY
-xY
-xD
-HS
-HS
-xp
-HS
-HS
-HS
-Mz
-jd
-HS
-KK
-xD
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-JZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Qd
-Qd
-Jh
-Jh
-Ql
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Ql
-Sc
-Sc
-Sc
-Sc
-Sc
-Ql
-qz
-qz
-Ep
-Li
-iU
-Li
-MS
-qz
-qz
-JZ
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Jw
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-ci
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(93,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-WB
-xY
-FV
-jr
-SZ
-fb
-jr
-wG
-jr
-wG
-wG
-bF
-vX
-IZ
-xY
-xY
-xD
-HS
-HS
-oB
-HS
-HS
-HS
-HS
-RD
-HS
-LQ
-xD
-BC
-BC
-Ia
-GG
-ZN
-GG
-GG
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Qd
-Rw
-Jh
-Jh
-Ql
-JZ
-fr
-dq
-dq
-hO
-JZ
-Ql
-Sc
-lC
-Xx
-Fv
-Sc
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Cx
-zf
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-OO
-Jn
-OO
-OO
-Jn
-OO
-WD
-WD
-eH
-eH
-eH
-Fo
-OO
-OO
-pr
-pr
-pr
-OO
-OO
-OO
-OO
-OO
-kV
-kV
-Jw
-Jw
-AR
-jz
-jz
-jz
-jz
-rS
-rS
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-ci
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(94,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-xY
-FV
-uF
-rp
-Br
-xY
-XT
-jZ
-JT
-wG
-wG
-wG
-IZ
-xY
-xY
-xD
-uK
-HS
-xp
-HS
-bJ
-HS
-HS
-bH
-HS
-LQ
-xD
-BC
-BC
-wo
-GG
-GG
-GG
-GG
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-eE
-jI
-uZ
-vp
-vp
-Sc
-Qd
-Qd
-Jh
-Gs
-Ql
-JZ
-tO
-tO
-tO
-pU
-JZ
-Ql
-Sc
-Hm
-Xx
-bj
-Sc
-JZ
-JF
-JF
-Ap
-Ap
-Ap
-Ap
-se
-JZ
-JZ
-JZ
-Jh
-xr
-zf
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-OO
-OO
-Jn
-OO
-Fo
-Fo
-WD
-eH
-eH
-eH
-eH
-eH
-eH
-YD
-OO
-gm
-pr
-pr
-pr
-OO
-OO
-OO
-kV
-kV
-Jw
-Jw
-Ph
-jz
-jz
-jz
-jz
-rS
-rS
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(95,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-xY
-Gw
-mE
-dp
-Br
-XT
-XT
-jZ
-Ds
-wG
-wG
-wG
-IZ
-xY
-xY
-xD
-nS
-HS
-HS
-HS
-HS
-HS
-HS
-HS
-HS
-KK
-xD
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-PS
-jI
-eE
-vp
-vp
-OC
-Qd
-Qd
-zf
-Jh
-Ql
-JZ
-fx
-bW
-tO
-tO
-JZ
-Ql
-Sc
-lC
-Xx
-Fv
-Sc
-JZ
-JF
-JF
-Ap
-fR
-Ap
-Ap
-GE
-JZ
-JZ
-JZ
-zJ
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-OO
-Jn
-Jn
-Fo
-WD
-Ob
-OO
-Fo
-Fo
-Cd
-Fo
-Fo
-eH
-Fo
-OO
-OO
-pr
-pr
-pr
-pr
-OO
-OO
-kV
-kV
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Hp
-Hp
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(96,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-GK
-GK
-XQ
-GK
-dp
-GK
-XQ
-GK
-wG
-uI
-wG
-wG
-FV
-DF
-xY
-xD
-ZU
-HS
-xp
-HS
-HS
-HS
-HS
-Fk
-HS
-LQ
-xD
-pS
-xY
-xY
-Cz
-xY
-qS
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-hb
-jI
-eE
-vp
-vp
-Sc
-Fx
-Qd
-zf
-Jh
-Ql
-JZ
-SU
-zS
-AO
-Mk
-JZ
-Ql
-Sc
-Xx
-Xx
-Xx
-Sc
-JZ
-to
-to
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-Jn
-OO
-OO
-WD
-WD
-WD
-OO
-Jn
-Jn
-vR
-Fo
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-OO
-pr
-pr
-pr
-pr
-OO
-kV
-kV
-EB
-Fo
-Fo
-Fo
-Fo
-EB
-Jw
-Hp
-Hp
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(97,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-GK
-Gw
-dp
-GK
-Gw
-GK
-Gw
-GK
-yG
-FV
-FV
-wG
-FV
-xY
-xY
-xD
-Sw
-HS
-sh
-HS
-HS
-HS
-HS
-RD
-IP
-KK
-xD
-NO
-xY
-xY
-xY
-xY
-vv
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Uv
-jI
-kc
-vp
-Ay
-Sc
-Qd
-Qd
-Jh
-Jh
-Ql
-Ql
-tO
-tO
-tO
-tO
-Ql
-Ql
-Sc
-Xx
-Xx
-Xx
-Sc
-JZ
-to
-to
-JZ
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-PH
-dS
-WD
-WD
-oP
-oP
-Fo
-Jn
-Jn
-vR
-VD
-Fo
-Fo
-Fo
-KT
-fG
-fG
-fG
-Fo
-pr
-qU
-pr
-OO
-kV
-kV
-Fo
-nM
-nM
-nM
-nM
-Fo
-Jw
-Hp
-Hp
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(98,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xY
-GK
-Bw
-Bw
-GK
-Bw
-GK
-Bw
-GK
-Bw
-Bw
-Bw
-aA
-xY
-xY
-xY
-xD
-xD
-xD
-xD
-xD
-HS
-xq
-xD
-xD
-xD
-xD
-xD
-FW
-Dm
-xe
-xe
-BC
-BC
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-RS
-jI
-eE
-vp
-vp
-Sc
-Qd
-Qd
-Jh
-Jh
-Ql
-Ql
-aI
-uk
-tO
-Wm
-Ql
-Ql
-Sc
-Xx
-Xx
-Xx
-Sc
-JZ
-to
-to
-JZ
-Ca
-Jh
-zf
-Jh
-Jh
-Jh
-zf
-Jh
-Jh
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-Jn
-Jn
-vR
-Fo
-Fo
-Fo
-fG
-fG
-OG
-OG
-Rv
-EA
-fG
-pr
-pr
-OO
-kV
-kV
-QF
-nM
-HJ
-Rv
-nM
-Fo
-RB
-Hp
-Hp
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(99,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-oY
-oY
-XQ
-GK
-xD
-xD
-GK
-XQ
-GK
-GK
-xD
-xD
-Fp
-Fp
-rc
-aA
-aA
-aA
-fK
-aA
-aA
-aA
-aA
-aA
-aA
-fK
-nd
-df
-xd
-aA
-aA
-aA
-GG
-GG
-GG
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-tD
-jI
-eE
-vp
-vp
-Gx
-Qd
-Qd
-Jh
-Jh
-Ql
-Ql
-YI
-tO
-tO
-JW
-Ql
-Ql
-Sc
-GC
-Xx
-Xx
-Sc
-JZ
-JF
-JF
-XW
-XW
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-Fo
-Fo
-Fo
-Fo
-oP
-OO
-Jn
-QF
-QF
-QF
-Fo
-fG
-OG
-Rv
-Rv
-OG
-OG
-Rv
-fG
-pr
-pr
-pr
-kV
-kV
-QF
-nM
-nM
-nM
-nM
-Fo
-Fo
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(100,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-yT
-Tp
-Tp
-Ek
-Ek
-Ek
-Op
-SH
-SH
-SH
-SH
-Bf
-Gw
-MM
-aA
-aA
-aA
-aA
-aA
-aA
-jT
-jT
-jT
-aA
-aA
-aA
-ig
-aA
-aA
-aA
-aA
-aA
-GG
-GG
-wK
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-jI
-jI
-fV
-vp
-vp
-vp
-Qd
-Qd
-zf
-Jh
-Ql
-Ql
-VR
-sD
-je
-eV
-Ql
-Ql
-Sc
-Kn
-Xx
-Xx
-Sc
-JZ
-JF
-tx
-XW
-XW
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-oP
-OO
-QF
-QF
-QF
-QF
-fG
-OG
-Rv
-Rv
-Rv
-Rv
-Rv
-fG
-pr
-pr
-pr
-kV
-kV
-EB
-Fo
-Fo
-Fo
-VD
-EB
-Fo
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-uv
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-ud
-PC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(101,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-ZG
-ZG
-ZG
-wV
-Ek
-Ha
-pL
-GR
-Mu
-Ha
-SH
-hQ
-hQ
-GK
-gC
-gC
-xD
-IZ
-IZ
-xD
-xD
-aA
-aA
-xD
-xD
-IZ
-QE
-xD
-xD
-xY
-iC
-xY
-Bp
-BC
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Qd
-Qd
-Jh
-Jh
-Ql
-Ql
-Wc
-Ql
-Ql
-Ql
-Ql
-Ql
-Sc
-Sc
-cr
-Sc
-Sc
-JZ
-JZ
-JZ
-JZ
-JZ
-Jh
-Jh
-Jh
-Jh
-Qd
-Qd
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-kV
-kV
-OO
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-OO
-QF
-QF
-QF
-QF
-fG
-Rv
-Rv
-OO
-fG
-Ml
-Rv
-fG
-pr
-pr
-pr
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(102,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-xw
-yT
-ZG
-qn
-JG
-KM
-VS
-dH
-dH
-Ha
-Ji
-RP
-TQ
-xD
-aB
-IW
-UL
-qq
-qq
-Vc
-xD
-aA
-le
-xD
-Oy
-vq
-Hf
-ZK
-xD
-xY
-xD
-xD
-xD
-xD
-xD
-xD
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Ql
-Ql
-Ql
-Ql
-Ql
-Ql
-Fx
-Qd
-Jh
-Jh
-Ql
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Ql
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-yR
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Qd
-Qd
-lK
-Jh
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-QF
-QF
-Fo
-Fo
-QF
-fG
-Rv
-Rv
-fG
-fG
-Ml
-Rv
-Rv
-fG
-Fo
-Fo
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(103,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-xw
-xw
-ZG
-JG
-KM
-KM
-QB
-EQ
-Ha
-SH
-SH
-TQ
-xD
-IW
-TQ
-TQ
-gq
-nK
-gq
-nr
-aA
-aA
-xD
-Ei
-cX
-BM
-Aa
-wn
-xY
-IV
-Dg
-Zo
-tp
-ka
-ka
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Xe
-Jx
-zg
-Sc
-Sh
-Rw
-Qd
-Qd
-Qd
-Qd
-ij
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-ij
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Jh
-Jh
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-OO
-Fo
-Fo
-oP
-QF
-QF
-QF
-QF
-Fo
-oP
-Fo
-fG
-fG
-Rv
-Rv
-Rv
-Rv
-Rv
-Rv
-fG
-fG
-Fo
-WD
-Fo
-Ne
-wh
-wh
-Ne
-wh
-wh
-EB
-wh
-wh
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ba
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-PC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(104,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-xw
-ZG
-Ha
-KM
-eK
-qc
-GV
-SH
-TQ
-TQ
-xD
-Yh
-TQ
-qq
-Vc
-gq
-gq
-gq
-aA
-aA
-IZ
-qx
-vq
-vq
-kW
-xD
-xY
-xD
-Dg
-Dg
-Dg
-Dg
-Dg
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-tO
-tO
-tO
-Sc
-Sh
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-Fo
-Fo
-Fo
-QF
-QF
-QF
-QF
-Fo
-Fo
-Fo
-fG
-fG
-fG
-YW
-Rv
-Rv
-Rv
-fG
-KT
-Fo
-WD
-dg
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-sP
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(105,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-xw
-Ha
-KM
-Oi
-KM
-SH
-Ji
-RA
-TQ
-GK
-GK
-GK
-GK
-YL
-gq
-TQ
-gq
-aA
-aA
-IZ
-oQ
-vq
-vq
-NB
-xD
-xY
-xD
-Dg
-Dg
-XG
-Dg
-DV
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-tO
-tO
-tO
-lR
-GA
-Qd
-Qd
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-zf
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-jf
-jf
-OO
-OO
-QF
-Fo
-Fo
-Fo
-OO
-OO
-Fo
-Fo
-fG
-fG
-Rv
-Rv
-fG
-fG
-Fo
-RM
-Fo
-dg
-Fo
-pr
-pr
-pr
-pr
-pr
-pr
-pr
-pr
-Fo
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(106,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-xw
-DW
-Gi
-Iv
-cJ
-bA
-SH
-TQ
-GK
-TQ
-aB
-GK
-gq
-gq
-gq
-BY
-aA
-aA
-IZ
-bR
-vq
-vq
-Kc
-xD
-xY
-xD
-Dg
-gg
-XG
-Dg
-jo
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Wd
-tO
-tO
-yq
-GA
-Qd
-Qd
-Jh
-jQ
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-Py
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Je
-MW
-PH
-jf
-uW
-Fo
-KX
-OO
-Fo
-OO
-OO
-OO
-OO
-Fo
-Fo
-fG
-fG
-fG
-fG
-dg
-Fo
-Fo
-vR
-WD
-Fo
-eH
-eH
-eH
-eH
-eH
-eH
-eH
-eH
-Fo
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-YG
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-YG
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(107,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-cb
-En
-Xc
-VT
-fL
-SH
-RA
-GK
-gq
-qj
-XQ
-aB
-BY
-gq
-gq
-aA
-aA
-xD
-zE
-vq
-vq
-kd
-xD
-xY
-xD
-Dg
-Dg
-XG
-Dg
-ZO
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-cL
-tO
-tO
-FM
-GA
-Qd
-Rw
-Jh
-nL
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-ie
-Py
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-hE
-dS
-Fo
-uW
-Fo
-uW
-OO
-Fo
-OO
-Fo
-dS
-Fo
-Fo
-Fo
-Fo
-Fo
-fG
-fG
-eL
-Fo
-VD
-vR
-dg
-Fo
-dg
-dg
-dg
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(108,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-SM
-DD
-Gp
-eY
-Mw
-Ek
-SH
-XQ
-gq
-gq
-GK
-TQ
-gq
-DN
-xD
-CT
-aA
-xD
-Vo
-vq
-vq
-pi
-xD
-xY
-xD
-VV
-Dg
-Dg
-Dg
-SG
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-tO
-tO
-tO
-lR
-GA
-Qd
-Qd
-Jh
-Jh
-Jh
-Jh
-zf
-zf
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-Jn
-EY
-Fo
-uW
-Fo
-uW
-Fo
-Fo
-Qh
-fn
-OO
-OO
-OR
-Fo
-OO
-Fo
-oP
-Fo
-Fo
-WD
-vR
-Fo
-Cd
-dg
-Ne
-wd
-YX
-Ne
-wd
-wd
-EB
-wd
-wd
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-sP
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(109,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-QT
-Cl
-Wt
-yC
-av
-Ek
-SH
-xD
-GK
-GK
-GK
-Nj
-mO
-xD
-xD
-aA
-aA
-xD
-xD
-vq
-YJ
-xD
-xD
-xY
-xD
-xD
-pI
-pI
-pI
-xD
-xD
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-tO
-tO
-wH
-Sc
-Sh
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-WD
-Fo
-uW
-Fo
-KX
-OO
-Fo
-Fo
-Fo
-Fo
-OR
-OR
-OO
-OO
-Fo
-Fo
-Fo
-vR
-vR
-vR
-WD
-WD
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(110,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-GX
-En
-gk
-Mw
-Fe
-Ek
-xD
-Bw
-Bw
-GK
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-fK
-aA
-aA
-aA
-aA
-aA
-aA
-fK
-aA
-aA
-aA
-aA
-aA
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-nq
-tO
-Zk
-Sc
-Sh
-Qd
-Bh
-Qd
-Qd
-Rw
-Bh
-Qd
-Qd
-Qd
-Qd
-Bh
-Qd
-Qd
-Rw
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-mA
-yr
-Ui
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-kV
-kV
-OO
-Jn
-WD
-WD
-OO
-OO
-OO
-Fo
-Fo
-Fo
-Fo
-OR
-Ko
-Ko
-Ko
-OR
-OR
-Fo
-Fo
-Fo
-Fo
-WD
-Fo
-Fo
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-Pl
-BV
-BV
-BV
-BV
-BV
-BV
-Lt
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(111,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-GX
-qn
-RP
-fL
-Uo
-Ek
-GK
-Bw
-Bw
-GK
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Ql
-cR
-Ql
-Ql
-Ql
-Ql
-Ql
-Sh
-Sh
-Ql
-Ql
-Jh
-Jh
-Jh
-Jh
-Ql
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-QV
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Jh
-Qd
-Qd
-aP
-Kj
-Ui
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-OO
-WD
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-OR
-OR
-OR
-OR
-OR
-OR
-Fo
-Fo
-Fo
-QF
-Fo
-QF
-Fo
-kV
-kV
-EB
-Fo
-Cd
-Fo
-VD
-EB
-Fo
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-sP
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-BV
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(112,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-GS
-Xu
-KM
-Ha
-Ek
-GK
-Bw
-Bw
-GK
-si
-vz
-vz
-vz
-si
-vz
-vz
-vz
-si
-si
-xa
-xa
-xa
-si
-si
-si
-si
-si
-aA
-aA
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Ub
-Sh
-zb
-Sh
-Sh
-Sh
-wY
-Sh
-Sh
-Sh
-Ql
-Sc
-Jg
-Jg
-Sc
-Sc
-Sc
-Sc
-Sc
-Oj
-Sc
-Sc
-Sc
-JZ
-JZ
-JZ
-JZ
-OD
-Jh
-Jh
-Jh
-Jh
-Qd
-Qd
-Nl
-Ui
-Ui
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-OO
-Ob
-WD
-OO
-Fo
-Fo
-Fo
-Fo
-oP
-Fo
-OR
-OR
-OR
-OR
-Fo
-Fo
-Fo
-Fo
-Fo
-eH
-eH
-eH
-kV
-kV
-Fo
-nM
-nM
-nM
-nM
-Fo
-Fo
-kV
-kV
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-BV
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(113,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Rn
-OQ
-OQ
-Ha
-Ek
-GK
-Bw
-Bw
-XQ
-Rj
-Rj
-Rj
-Rj
-si
-si
-si
-si
-Rj
-Rj
-zP
-mY
-mY
-xa
-xa
-si
-si
-si
-aA
-aA
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Sh
-Sh
-Sh
-Sh
-Yu
-Sh
-Sh
-Sh
-Sh
-Sh
-Ql
-iT
-SK
-Qb
-cn
-yO
-yO
-Sc
-tO
-gp
-gp
-SP
-Sc
-JZ
-JF
-JF
-Ap
-Ap
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-GB
-Vw
-Ui
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-OO
-OO
-WD
-WD
-OO
-Fo
-Fo
-WD
-WD
-Fo
-Fo
-pf
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-eH
-eH
-eH
-OO
-kV
-kV
-Fo
-nM
-HJ
-Rv
-nM
-dg
-bN
-lj
-lj
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-Pl
-BV
-BV
-BV
-BV
-BV
-BV
-Lt
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(114,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-JG
-cF
-cF
-RP
-Ek
-GK
-Bw
-Bw
-GK
-si
-mJ
-mJ
-mJ
-si
-TB
-TB
-TB
-si
-si
-xa
-mY
-mY
-lZ
-mY
-xa
-xa
-mP
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-lX
-Sh
-Sh
-Sh
-Sh
-Sh
-Sh
-Sh
-Sh
-Sh
-Ql
-Sc
-Om
-hJ
-hJ
-xv
-pK
-Sc
-Xt
-gp
-gp
-tO
-Sc
-JZ
-JF
-JF
-fR
-Ap
-Qd
-Qd
-Qd
-Qd
-Qd
-Qd
-Cx
-Jh
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-Jn
-OO
-OO
-WD
-WD
-OO
-Fo
-Fo
-WD
-WD
-WD
-WD
-WD
-Fo
-Fo
-Fo
-eH
-eH
-eH
-eH
-YD
-OO
-kV
-kV
-Fo
-nM
-nM
-nM
-nM
-dg
-Jw
-lj
-lj
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-gh
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-Ue
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(115,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-ZG
-Ek
-Ek
-Ek
-GK
-Bw
-Bw
-GK
-si
-si
-si
-si
-FT
-nV
-nV
-nV
-Rj
-Rj
-Rj
-mY
-mY
-mY
-mY
-lO
-xa
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-iz
-iA
-YP
-YP
-JZ
-JZ
-Sc
-ch
-cn
-AE
-yO
-on
-Sc
-tg
-gp
-Xt
-tO
-Sc
-JZ
-to
-to
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-OO
-Jn
-Jn
-OO
-WD
-WD
-OO
-OO
-WD
-WD
-WD
-WD
-WD
-WD
-WD
-Fo
-eH
-eH
-eH
-eH
-OO
-OO
-OO
-kV
-kV
-EB
-Fo
-Fo
-Fo
-Fo
-EB
-Jw
-lj
-lj
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(116,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ZG
-Tp
-Ek
-Ek
-xD
-GK
-GK
-GK
-xa
-si
-si
-nV
-nV
-nV
-nV
-si
-si
-BC
-si
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-LG
-LG
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Us
-gx
-Tv
-gx
-CD
-RL
-RL
-RL
-RL
-TH
-JZ
-Sc
-Nr
-nQ
-NS
-wi
-VZ
-Sc
-tO
-gp
-Ke
-tO
-Sc
-JZ
-to
-to
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-Jn
-Jn
-Jn
-OO
-OO
-Fo
-WD
-Fo
-OO
-Ob
-WD
-WD
-WD
-WD
-WD
-eH
-eH
-eH
-OO
-OO
-OO
-OO
-OO
-kV
-kV
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-lj
-lj
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-gh
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(117,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ZG
-ZG
-Ek
-Ek
-xD
-Bw
-Bw
-GK
-si
-xa
-si
-nV
-Rj
-nV
-nV
-si
-xa
-si
-si
-BC
-BC
-BC
-kw
-xV
-ag
-xV
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-PR
-nG
-Sh
-Sh
-zz
-RL
-RL
-RL
-RL
-HY
-JZ
-Sc
-ZS
-hJ
-hJ
-yO
-yO
-Sc
-tO
-tO
-gp
-tO
-Sc
-JZ
-JF
-JF
-XW
-XW
-XW
-XW
-XW
-Rx
-JZ
-JZ
-Jh
-Jh
-Jh
-gi
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-OO
-OO
-dS
-OO
-Jn
-OO
-OO
-Fo
-WD
-WD
-Fo
-VD
-Fo
-Fo
-Fo
-oP
-oP
-OO
-OO
-OO
-OO
-dS
-OO
-OO
-kV
-kV
-Jw
-Jw
-Jw
-Tj
-fh
-fh
-fh
-rS
-rS
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-gh
-Nt
-YG
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-vr
-YG
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(118,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-ZG
-gk
-Ek
-GK
-Bw
-Bw
-GK
-si
-si
-si
-nV
-Rj
-nV
-nV
-si
-Rj
-zP
-qH
-BC
-BC
-BC
-rD
-xV
-xV
-xV
-DR
-DR
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Li
-Sh
-Zx
-Zx
-zz
-RL
-PE
-RL
-RL
-HY
-JZ
-Sc
-bE
-SK
-ni
-wi
-VZ
-Sc
-MX
-tO
-gp
-tO
-Sc
-JZ
-JF
-tx
-XW
-XW
-XW
-rU
-XW
-Yn
-JZ
-JZ
-Jh
-Ks
-Jh
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-kV
-kV
-Jn
-OO
-OO
-OO
-OO
-Jn
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-kV
-kV
-Jw
-Jw
-Jw
-lL
-fh
-fh
-fh
-rS
-rS
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(119,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ZG
-ZG
-Ek
-GK
-Bw
-Bw
-GK
-Rj
-Rj
-Rj
-Rj
-qH
-nV
-nV
-nV
-si
-BC
-Rj
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-JZ
-Li
-Sh
-gy
-Sh
-zz
-RL
-RL
-RL
-UV
-UV
-JZ
-Sc
-CI
-hJ
-hJ
-lo
-sd
-Sc
-aa
-gp
-gp
-ly
-Sc
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Jw
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(120,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ZG
-ZG
-Tp
-XQ
-Bw
-Bw
-XQ
-si
-si
-si
-si
-Rj
-Zv
-Zv
-nV
-si
-si
-Rj
-si
-si
-si
-si
-si
-si
-si
-si
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-JZ
-Li
-Sh
-ug
-Zc
-zz
-RL
-RL
-RL
-UV
-UV
-JZ
-Sc
-Om
-hJ
-AE
-us
-Pz
-Sc
-yK
-gp
-tO
-oU
-Sc
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Jw
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Jw
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(121,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-ZG
-Tp
-GK
-Bw
-Bw
-GK
-Rj
-Rj
-Rj
-si
-si
-si
-nV
-nV
-si
-si
-Rj
-Zv
-Zv
-si
-FT
-si
-si
-iQ
-si
-BC
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Uj
-Sh
-Sh
-Sh
-Sh
-zz
-RL
-RL
-RL
-UV
-UV
-JZ
-Sc
-BQ
-bu
-hJ
-Mj
-VU
-Sc
-ML
-tO
-tO
-tO
-Sc
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Fo
-Fo
-Fo
-EB
-Fo
-Fo
-Fo
-Fo
-Fo
-oP
-Fo
-EB
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-EB
-Fo
-Fo
-Fo
-OO
-OO
-OO
-OO
-BJ
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Jw
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-gh
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-sP
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(122,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ZG
-Tp
-GK
-GK
-GK
-GK
-Zv
-Sp
-Sp
-Sp
-Sp
-Zv
-mJ
-Sp
-Sp
-Sp
-Zv
-Zv
-Zv
-Zv
-Zv
-si
-si
-si
-si
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Uj
-Sh
-Sh
-mu
-vl
-Tg
-RL
-RL
-RL
-Cj
-UV
-JZ
-Sc
-EO
-hJ
-hJ
-yZ
-km
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-Fo
-Fo
-Fo
-Fo
-Fo
-VD
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-VD
-Fo
-Fo
-Fo
-OO
-OO
-OO
-OO
-OO
-Fo
-VD
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Fo
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-sP
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(123,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-BC
-BC
-BC
-BC
-BC
-BC
-zd
-zd
-zd
-zd
-BC
-zd
-zd
-zd
-zd
-BC
-zd
-zd
-zd
-zd
-BC
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-gi
-gi
-RY
-gi
-gi
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-fB
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-gh
-Nt
-Nt
-Nt
-Nt
-Nt
-gh
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(124,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Zt
-GD
-oR
-wI
-Zt
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(125,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Zt
-wI
-GD
-wI
-Zt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(126,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Zt
-wI
-wI
-wI
-Zt
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-XN
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-jW
-Nt
-sP
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(127,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Zt
-GD
-GD
-GD
-Zt
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Hh
-ps
-ps
-Hh
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-xG
-uP
-xG
-xG
-wx
-wx
-xG
-xG
-Nt
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(128,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-pH
-zd
-BC
-zd
-zd
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Lo
-Lo
-Lo
-JZ
-JZ
-JZ
-JZ
-JZ
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-fB
-fB
-fB
-fB
-fB
-Jw
-Jw
-Jw
-fB
-fB
-fB
-fB
-fB
-Jw
-Ss
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Hh
-ps
-ps
-Hh
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-xG
-So
-hF
-mS
-tZ
-vi
-LM
-xG
-zy
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-fF
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(129,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dK
-me
-Bw
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-vY
-vY
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-fB
-Ss
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Hh
-ps
-ps
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Nt
-Nt
-xG
-So
-So
-So
-So
-So
-Af
-xG
-gv
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(130,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dK
-Bw
-me
-Bw
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-vY
-Ye
-vY
-Rl
-Lo
-Lo
-Ic
-Lo
-eS
-eS
-eS
-eS
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-VD
-Fo
-Fo
-OO
-OO
-OO
-OO
-OO
-Fo
-Fo
-It
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Hh
-Sj
-Sj
-FY
-FY
-FY
-FY
-ub
-Hh
-Hh
-Hh
-Nt
-Nt
-xG
-lF
-So
-So
-So
-So
-Af
-xG
-gv
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(131,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dK
-Bw
-Bw
-me
-Bw
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-vY
-JE
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-Fo
-OO
-OO
-OO
-Rv
-Rv
-OO
-OO
-OO
-OO
-ek
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-DC
-Hh
-UC
-Sj
-FY
-FY
-Wn
-FY
-eT
-Hh
-Hh
-Hh
-Nt
-Nt
-xG
-Rh
-Ev
-So
-So
-So
-gs
-Eo
-Rg
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Kw
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(132,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-dP
-dP
-dK
-Bw
-Bw
-BC
-BC
-BC
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-eS
-eS
-eS
-eS
-Lo
-xm
-Lo
-hf
-hf
-hf
-eS
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-ek
-OO
-Rv
-Rv
-Rv
-Rv
-Rv
-Rv
-Rv
-OO
-Fo
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-XN
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-uv
-Nt
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Nt
-Nt
-xG
-xG
-xG
-xG
-wx
-wx
-xG
-xG
-wv
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-Ix
-fF
-Nt
-Mo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(133,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dP
-dP
-dK
-Bw
-Ps
-Bw
-BC
-Px
-FA
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-Ok
-fO
-Rl
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-OO
-OO
-Rv
-Rv
-JM
-JM
-JM
-JM
-Rv
-OO
-OO
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-Lq
-qv
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(134,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dP
-dK
-dK
-Bw
-Bw
-Bw
-Bw
-BC
-UR
-UR
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Lo
-Yo
-Lo
-Ac
-Lo
-Lo
-Lo
-Lo
-wL
-Eu
-PQ
-EX
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-OO
-OO
-Rv
-Rv
-Ma
-Ma
-Ma
-Ma
-uB
-Rv
-Rv
-OO
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-DC
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-Nt
-qv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(135,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-xT
-aS
-aS
-Kv
-me
-me
-me
-me
-me
-Bw
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-Si
-Lo
-pg
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-eO
-gQ
-gQ
-gQ
-gQ
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-OO
-Rv
-Rv
-JM
-Ma
-py
-dd
-Ma
-JM
-JM
-JM
-JM
-OO
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ba
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-pv
-aq
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(136,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-dP
-dP
-Kv
-Bw
-Bw
-me
-Bw
-Bw
-Bw
-Bw
-Bw
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-MU
-Lo
-RR
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Ic
-Lo
-fd
-fd
-fd
-fd
-iq
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-OO
-Rv
-JM
-JM
-Ma
-lA
-Ez
-XK
-JM
-Ma
-eG
-JM
-OO
-Jw
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(137,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-dP
-dP
-dK
-Kv
-Bw
-Bw
-me
-Bw
-Bw
-me
-Bw
-Ps
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Ic
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-fd
-fd
-fd
-CU
-iq
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-OO
-Rv
-JM
-JM
-Ma
-ol
-jY
-Ma
-sr
-JM
-JM
-JM
-OO
-Jw
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(138,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zd
-JS
-JS
-Kv
-Kv
-Bw
-Bw
-me
-Kv
-Kv
-me
-Bw
-Bw
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-ro
-Xo
-ro
-XL
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-fd
-fd
-fd
-iq
-fd
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-OO
-Rv
-Rv
-JM
-Ma
-Ma
-Ma
-Ma
-uB
-Lj
-Rv
-OO
-OO
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(139,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zd
-dK
-dK
-Bw
-Bw
-Bw
-Ps
-me
-Bw
-Bw
-me
-Bw
-Bw
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-TG
-TG
-eS
-eS
-Lo
-JZ
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-OO
-OO
-Rv
-Rv
-Rv
-JM
-JM
-Rv
-Rv
-Rv
-Rv
-OO
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-XN
-Ss
-Ss
-Ss
-Ss
-Ss
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(140,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-dK
-dK
-dK
-HN
-Bw
-Bw
-me
-Bw
-Bw
-me
-HN
-Bw
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-Ss
-Ss
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-OO
-OO
-Rv
-Rv
-Rv
-JM
-Rv
-OO
-OO
-OO
-OO
-Fo
-fB
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-iE
-Az
-Az
-Az
-Hh
-Hh
-Hh
-Az
-Az
-Hh
-Hh
-Az
-Az
-Az
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(141,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-Bw
-Bw
-Bw
-Bw
-Bw
-Bw
-me
-Bw
-me
-me
-Bw
-Bw
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-UZ
-Lo
-mg
-WZ
-rZ
-yN
-Lo
-xm
-Lo
-Lo
-vM
-Lo
-eS
-Lo
-JZ
-Ss
-Ss
-Ss
-wI
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-Fo
-OO
-OO
-Rv
-Rv
-Rv
-Rv
-Wr
-OO
-Wr
-Fo
-ek
-fB
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-xo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hh
-VN
-Wi
-IL
-Uf
-Hh
-Hh
-Iw
-Iw
-bX
-bX
-bX
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(142,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zd
-Bw
-Bw
-Bw
-me
-me
-Bw
-Bw
-Bw
-Bw
-Bw
-Bw
-Ps
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-eS
-Lo
-JZ
-Ss
-Ss
-LO
-Ww
-bU
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-ek
-Fo
-OO
-OO
-OO
-OO
-OO
-OO
-OO
-Fo
-Fo
-my
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-XN
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-VN
-Wi
-IL
-eJ
-Hh
-Hh
-Iw
-Iw
-Df
-Df
-Oq
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(143,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zd
-Bw
-Bw
-Bw
-Bw
-Bw
-Bw
-Bw
-me
-me
-me
-me
-me
-Bw
-zd
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-gi
-Lo
-Lo
-fO
-Lo
-Ic
-Lo
-Lo
-Lo
-Lo
-Lo
-fO
-eS
-Lo
-JZ
-Ss
-Ss
-bU
-GD
-gH
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-VD
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-Wr
-Fo
-Lm
-VD
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-VN
-VN
-Hh
-Hh
-Hh
-Hh
-wt
-PN
-PO
-YE
-YE
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(144,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-JX
-JX
-Bw
-JX
-Bw
-me
-Bw
-me
-Bw
-Bw
-Bw
-Bw
-Bw
-BC
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-Lo
-JZ
-Ss
-Ss
-LO
-Ss
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-fB
-Fo
-ek
-Fo
-Fo
-Fo
-Fo
-OO
-OO
-Fo
-Fo
-Fo
-Fo
-Fo
-fB
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-VN
-VN
-Hh
-Hh
-Hh
-Hh
-Iw
-Iw
-mM
-Df
-Oq
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(145,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-BC
-zd
-zd
-BC
-BC
-zd
-zd
-zd
-BC
-zd
-Kv
-Kv
-zd
-zd
-BC
-Ss
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-JZ
-gi
-gi
-gi
-gi
-gi
-JZ
-JZ
-JZ
-gi
-gi
-gi
-gi
-gi
-JZ
-Ss
-Ss
-qb
-fd
-fd
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Jw
-fB
-fB
-fB
-fB
-fB
-Jw
-Jw
-Jw
-fB
-fB
-fB
-fB
-fB
-Jw
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-VN
-VN
-VN
-VN
-VN
-Hh
-Iw
-Iw
-qV
-NT
-NT
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(146,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-uj
-LO
-Ss
-Ss
-Ss
-Ss
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-fd
-fd
-fd
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hh
-Pc
-VN
-VN
-VN
-VN
-rP
-Iw
-Iw
-mM
-Df
-Oq
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(147,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-QG
-LO
-uj
-vQ
-vQ
-LO
-LO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-vQ
-vQ
-LO
-vQ
-LO
-fd
-fd
-LO
-kJ
-kJ
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-La
-VN
-xN
-VN
-VN
-rP
-Iw
-Iw
-bM
-cO
-cO
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(148,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-bU
-LO
-Iq
-rn
-vQ
-LO
-Ss
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Em
-Iq
-LO
-LO
-LO
-Ss
-Ss
-md
-GD
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-La
-VN
-VN
-VN
-VN
-rP
-Iw
-yV
-mM
-Df
-Oq
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(149,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-GD
-Rb
-GD
-vQ
-vQ
-LO
-Ss
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-vQ
-YZ
-LO
-GD
-LO
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-La
-VN
-VN
-VN
-VN
-rP
-YV
-QX
-ma
-Ec
-Ec
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(150,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-GD
-GD
-GD
-GD
-GD
-vQ
-Ss
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-GD
-GD
-GD
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-La
-VN
-VN
-VN
-VN
-rP
-YV
-IJ
-AQ
-Df
-Df
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(151,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hh
-yd
-VN
-xN
-VN
-FD
-Hh
-wO
-IJ
-lG
-Df
-Be
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(152,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Az
-VN
-VN
-VN
-VN
-XY
-oD
-YV
-IJ
-lG
-Df
-vs
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(153,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-oD
-VN
-VN
-VN
-VN
-XY
-oD
-YV
-IJ
-kh
-Df
-dZ
-Df
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(154,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-Ss
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-ci
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Az
-La
-VN
-VN
-VN
-XY
-oD
-YV
-IJ
-bX
-bX
-bX
-bX
-bX
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(155,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Az
-La
-VN
-xN
-VN
-FD
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(156,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hh
-lM
-zF
-zF
-HA
-VN
-VN
-VN
-Dd
-QN
-QN
-eM
-Hh
-Hh
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(157,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hh
-Az
-Az
-Az
-Hh
-Hh
-Az
-Az
-Az
-Hh
-Hh
-Hh
-Hh
-Hh
-Hh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(158,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(159,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(160,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(161,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(162,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(163,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(164,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(165,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-ws
-ws
-ws
-vO
-vO
-ws
-ws
-ws
-vO
-vO
-ws
-ws
-ws
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-ul
-kv
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-kv
-kv
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-zQ
-zQ
-Ut
-Ut
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-Ut
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-zQ
-zQ
-zQ
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(166,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-mm
-BS
-dJ
-dJ
-vd
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-iL
-kU
-Uy
-oL
-tr
-xy
-CP
-zO
-SW
-SW
-oL
-uA
-uA
-uA
-uA
-uA
-oL
-mf
-mf
-yX
-Gb
-cz
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-eR
-GU
-Up
-mq
-mq
-mq
-Up
-GU
-dx
-Vz
-CL
-qy
-dx
-om
-hB
-hB
-hB
-hB
-dx
-qP
-yP
-yP
-yP
-dx
-ul
-cW
-LB
-LB
-LB
-xU
-LB
-LB
-LB
-SY
-Or
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-TM
-IK
-Dk
-aR
-Mb
-kR
-cp
-cp
-zQ
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-wB
-px
-OT
-px
-Kq
-px
-Kq
-px
-px
-lI
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(167,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-fE
-Xj
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-AY
-Xj
-iL
-Yr
-rg
-oL
-lu
-tr
-tr
-er
-tr
-tr
-oL
-uA
-uA
-NE
-uA
-PD
-oL
-oN
-oN
-oN
-oN
-FZ
-vO
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-WA
-GU
-GU
-GU
-ae
-GU
-GU
-GU
-dx
-CL
-CL
-CL
-dx
-hB
-bD
-hB
-bD
-hB
-dx
-nF
-yP
-yP
-yP
-dx
-ul
-xU
-DE
-xU
-LB
-xU
-LB
-xU
-LB
-SY
-Or
-Or
-Or
-ul
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-rj
-Dk
-Dk
-Dk
-ck
-tQ
-cp
-cp
-hi
-cp
-cp
-JU
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-JU
-cp
-cp
-cp
-cp
-cp
-cp
-cp
-Ut
-LZ
-px
-px
-OT
-px
-px
-px
-px
-OT
-Ut
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-"}
-(168,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-eA
-Xj
-iL
-qE
-oL
-oL
-qE
-oL
-oL
-oL
-oL
-oL
-oL
-SF
-iK
-iK
-iK
-oL
-oL
-FL
-UK
-UK
-ty
-oN
-vO
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-ul
-GU
-GU
-GU
-GU
-ae
-GU
-GU
-dx
-Jb
-Jb
-CL
-gB
-hB
-hB
-hB
-hB
-hB
-dx
-pT
-yP
-yP
-yP
-dx
-ul
-oX
-KU
-xU
-LB
-LB
-LB
-UQ
-OF
-vH
-Or
-Wf
-Or
-ul
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Ut
-MT
-MT
-MT
-MT
-kR
-ib
-cp
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-zQ
-zQ
-kR
-Eg
-kR
-kR
-Eg
-kR
-zQ
-zQ
-kR
-hm
-Ut
-bp
-IY
-eu
-qf
-Ua
-ZE
-WC
-fU
-px
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(169,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-vO
-vd
-Xj
-Xj
-Xj
-rw
-rq
-eA
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-iL
-dR
-qI
-dR
-dR
-dR
-vJ
-qI
-dR
-dR
-hT
-Rp
-Rp
-mT
-mr
-Ng
-oL
-vF
-oN
-oN
-oN
-oN
-ke
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-ul
-GU
-GU
-GU
-GU
-GU
-GU
-GU
-dx
-rt
-rt
-CL
-dx
-hB
-bD
-hB
-hB
-hB
-dx
-yP
-yP
-yP
-yP
-dx
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-Or
-HX
-Or
-FR
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Ut
-kR
-kR
-kR
-kR
-kR
-cp
-cp
-kR
-kR
-kR
-kR
-kR
-kR
-oJ
-ik
-ik
-Uz
-ik
-kR
-oJ
-ik
-ik
-ik
-Uz
-kR
-Dk
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(170,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-mm
-rr
-Xj
-Xj
-oV
-Xj
-Xj
-Oz
-jw
-lJ
-xP
-Xj
-Xj
-Xj
-iL
-dR
-cA
-cA
-cA
-dR
-cA
-cA
-dR
-dR
-hT
-Rp
-Rp
-Rp
-Rp
-Rp
-oL
-vF
-oN
-oN
-oN
-oN
-ke
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-GU
-GU
-qJ
-VC
-UD
-mq
-ec
-dx
-KB
-Np
-CL
-dx
-zY
-sQ
-Cm
-hB
-hB
-dx
-NK
-at
-yP
-yP
-dx
-ul
-Ga
-Ga
-jR
-aG
-jR
-jR
-gl
-ul
-ul
-NX
-HX
-Or
-Ug
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-nR
-ia
-Xz
-Ef
-kR
-cp
-cp
-kR
-nR
-ia
-Xz
-Ef
-kR
-YA
-ik
-ik
-ik
-ik
-kR
-YA
-ik
-ik
-ik
-ik
-kR
-ZM
-Ut
-Ut
-Ut
-Ut
-BN
-DY
-DY
-DY
-Wg
-Wg
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(171,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Hb
-TZ
-aN
-Xj
-oV
-vd
-Xj
-br
-sA
-vd
-Xj
-Xj
-Xj
-Xj
-op
-dR
-Pr
-Hu
-Pr
-dR
-Hu
-Pr
-dR
-dR
-wS
-Rp
-QA
-Rp
-Rp
-WF
-oL
-vF
-oN
-oN
-oN
-oN
-ke
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-dx
-Tq
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-kT
-dx
-dx
-dx
-dx
-no
-dx
-ul
-Ga
-Ga
-jR
-jR
-jR
-jR
-sc
-ul
-ul
-hK
-HX
-Or
-Vm
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-ob
-id
-kR
-kR
-kR
-cp
-cp
-kR
-ar
-id
-kR
-kR
-kR
-JR
-rL
-Hx
-JD
-ja
-kR
-JR
-rL
-Hx
-JD
-ja
-kR
-kC
-Ut
-Ut
-Ut
-Ut
-Nm
-DY
-oi
-DY
-Wg
-Wg
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(172,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vd
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-AY
-Xj
-op
-dR
-cA
-cA
-cA
-dR
-cA
-cA
-dR
-dR
-wS
-Rp
-cv
-Rp
-Rp
-Xa
-oL
-vF
-oN
-oN
-oN
-oN
-ke
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-Pd
-Fl
-dx
-Vz
-qy
-dx
-AF
-Ab
-Gy
-HM
-HM
-mL
-Ab
-AF
-AF
-Zd
-Zd
-Ab
-AF
-AF
-AF
-ul
-Qr
-Qr
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-Or
-HX
-Or
-EM
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Gv
-XP
-wp
-ia
-ys
-cp
-cp
-ys
-Gv
-XP
-wp
-ia
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-UI
-UI
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(173,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vd
-Xj
-Xj
-Xj
-Xj
-eA
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-xP
-ws
-dR
-dR
-dR
-BO
-dR
-dR
-dR
-dR
-Ik
-oL
-Dy
-cY
-Rp
-Rp
-Xa
-oL
-vF
-oN
-oN
-oN
-EG
-EG
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-CL
-CL
-dx
-AF
-AF
-Su
-Fg
-Fg
-Su
-AF
-AF
-EN
-Zd
-EN
-Zd
-Zd
-AF
-AF
-ul
-Qr
-Qr
-ul
-NU
-uh
-ES
-NU
-st
-XZ
-Or
-HX
-Or
-cS
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gv
-sL
-sL
-wT
-kR
-cp
-cp
-kR
-Gv
-sL
-sL
-wT
-kR
-Ax
-ji
-kR
-OW
-kR
-bY
-AN
-ji
-ji
-kR
-hV
-Jl
-Fi
-ji
-ji
-ji
-ji
-ji
-nD
-nD
-nD
-Wg
-Wg
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(174,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-vd
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-xP
-ws
-dR
-cA
-cA
-cA
-dR
-cA
-cA
-dR
-BO
-wS
-Rp
-mn
-Rp
-Rp
-Nu
-oL
-vF
-TI
-oN
-oN
-oN
-mh
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-CL
-CL
-dx
-AF
-AF
-AF
-cx
-cx
-Zd
-Zd
-Zd
-Zd
-Zd
-Zd
-Zd
-AF
-AF
-AF
-ul
-Qn
-Qr
-ul
-st
-st
-st
-st
-st
-ul
-Or
-HX
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gv
-sL
-sL
-id
-kR
-cp
-cp
-kR
-Gv
-eF
-sL
-wT
-kR
-ji
-ji
-FQ
-ji
-kR
-bY
-ji
-ji
-ji
-kR
-hV
-Jl
-VK
-ji
-ji
-ji
-ji
-ji
-nD
-tq
-nD
-Wg
-Wg
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(175,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-mm
-rr
-Xj
-Xj
-rw
-rq
-Xj
-Oz
-XC
-Jc
-Xj
-Xj
-Xj
-Tm
-ws
-dR
-Pr
-Hu
-vS
-dR
-Hu
-Pr
-dR
-BO
-wS
-Rp
-mo
-Rp
-Rp
-li
-oL
-Qt
-oN
-oN
-oN
-oN
-pJ
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-gB
-CL
-wg
-dx
-AF
-AF
-up
-up
-AF
-AF
-Zd
-WS
-EN
-Zd
-Zd
-AF
-AF
-AF
-AF
-sf
-Qr
-Qr
-ul
-st
-st
-st
-st
-CN
-ul
-Or
-HX
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-xK
-tu
-bT
-Xn
-kR
-cp
-cp
-kR
-vB
-tu
-bT
-Xn
-kR
-il
-ji
-kR
-ji
-kR
-Fj
-ji
-ji
-XA
-kR
-hV
-ji
-ji
-ji
-ji
-ji
-ji
-Ut
-dC
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(176,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-TL
-th
-LA
-Xj
-Ja
-By
-Xj
-oV
-sA
-Mp
-Xj
-Xj
-Xj
-fS
-iL
-dR
-cA
-cA
-cA
-dR
-cA
-cA
-dR
-dR
-hT
-Rp
-Rp
-Rp
-Rp
-Rp
-oL
-vF
-oN
-oN
-oN
-oN
-pJ
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-Jr
-AF
-dx
-dx
-dx
-dx
-US
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-IC
-IC
-ul
-st
-st
-st
-st
-ee
-ul
-Or
-HX
-Or
-QP
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-kR
-kR
-kR
-kR
-ib
-cp
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-ji
-kR
-Fj
-ji
-Wj
-jO
-kR
-YH
-ji
-ji
-ji
-ji
-kB
-ji
-Ut
-px
-px
-px
-px
-px
-px
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(177,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Re
-Ib
-Ib
-Xj
-oV
-vd
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-zH
-iL
-vC
-Aw
-jt
-dR
-dR
-dR
-ld
-Sk
-dR
-Nc
-Rp
-PY
-oI
-pp
-Bn
-oL
-vF
-pX
-Dn
-Dn
-Dn
-pJ
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-IC
-IC
-IC
-IC
-jl
-IC
-MJ
-IC
-IC
-IC
-IC
-jl
-MJ
-IC
-IC
-IC
-IC
-jl
-MJ
-IC
-IC
-XZ
-st
-st
-st
-st
-iW
-ul
-Or
-HX
-Or
-BE
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-nR
-ia
-Xz
-Ef
-kR
-cp
-cp
-kR
-nR
-ia
-Xz
-pR
-kR
-XA
-ji
-ji
-pO
-kR
-kR
-ji
-kR
-kR
-kR
-ji
-ji
-LT
-kR
-kR
-kR
-kR
-kR
-px
-px
-px
-px
-px
-px
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(178,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Qf
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-Xj
-AY
-Xj
-Xj
-Xj
-AY
-Xj
-iL
-iL
-iL
-iL
-iL
-iL
-oL
-oL
-oL
-oL
-oL
-oL
-oL
-oL
-oL
-oL
-oL
-FP
-oL
-oL
-oL
-oL
-oL
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-AF
-AF
-US
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-xx
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-ul
-nN
-nN
-cy
-st
-bO
-ul
-Or
-Ir
-BP
-oo
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Tl
-id
-kR
-kR
-kR
-cp
-cp
-kR
-RE
-id
-kR
-kR
-kR
-FN
-ji
-ky
-ji
-Zu
-ji
-ji
-Fc
-rb
-AJ
-ji
-ji
-uM
-kR
-ji
-ji
-ji
-RK
-RK
-RK
-RK
-RK
-RK
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(179,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-jH
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-ws
-tr
-tr
-tr
-tr
-iL
-em
-rG
-gL
-gL
-iL
-ql
-ql
-EZ
-Tx
-iL
-Xj
-cE
-Xj
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-ny
-oT
-AF
-AF
-dx
-IC
-IC
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-US
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-ul
-ul
-ul
-ul
-ul
-ul
-sq
-ul
-ul
-ul
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Gv
-XP
-wp
-ia
-ys
-cp
-cp
-ys
-Gv
-XP
-wp
-ia
-kR
-uG
-ji
-XA
-ji
-kR
-ji
-ji
-ji
-Wj
-VQ
-ji
-ji
-Jl
-kR
-ji
-ji
-ji
-RK
-zs
-zs
-zs
-zs
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(180,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-mm
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Au
-XC
-lJ
-Xj
-Xj
-Xj
-Xj
-ws
-tr
-jL
-UB
-xR
-iL
-iM
-Ow
-rG
-rG
-iL
-EZ
-EZ
-EZ
-ql
-iL
-Xj
-cE
-Xj
-Xj
-Xj
-Xj
-sG
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-vV
-Yi
-AF
-aC
-dx
-gn
-IC
-dx
-fD
-TT
-TT
-FX
-FX
-RN
-uo
-fe
-Pd
-AF
-AF
-AF
-vD
-xH
-xH
-xH
-xH
-dx
-hW
-CL
-Yp
-Vz
-dx
-ul
-ul
-Or
-Or
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gv
-sL
-sL
-wT
-kR
-cp
-cp
-kR
-Gv
-sL
-eF
-wT
-kR
-lE
-ji
-FJ
-ji
-kR
-BA
-ji
-ji
-ji
-AJ
-ji
-ji
-Jl
-kR
-jC
-ji
-ji
-gt
-Wl
-pw
-pw
-pw
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(181,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-mm
-bc
-ZP
-vd
-Xj
-Xj
-Xj
-br
-sA
-vd
-Xj
-Xj
-Xj
-Xj
-iL
-Vh
-aj
-yL
-Fd
-iL
-Sn
-rG
-gL
-gL
-iL
-YT
-RZ
-wJ
-ql
-iL
-Xj
-cE
-Xj
-xP
-xP
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-nU
-AF
-AF
-aC
-dx
-IC
-IC
-dx
-SI
-fN
-TT
-FX
-FX
-FX
-Hz
-FX
-AF
-AF
-AF
-AF
-dx
-xH
-xH
-xH
-xH
-dx
-CL
-hP
-CL
-CL
-dx
-ul
-ul
-Or
-Or
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gv
-sL
-sL
-id
-kR
-cp
-cp
-kR
-Gv
-sL
-sL
-id
-kR
-re
-ji
-ji
-ji
-kR
-HB
-ji
-ji
-ji
-AJ
-ji
-ji
-NY
-kR
-ji
-ji
-ji
-gt
-Wl
-pw
-pw
-Ll
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(182,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-VE
-VE
-VE
-VE
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Vr
-tr
-mj
-ww
-tr
-iL
-iM
-rG
-rG
-rG
-iL
-EZ
-EZ
-EZ
-GT
-iL
-Xj
-cE
-iL
-iL
-iL
-Xj
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-IC
-IC
-dx
-GH
-TT
-TT
-FX
-FX
-FX
-FX
-FX
-dx
-dx
-dx
-gB
-dx
-xH
-xH
-xH
-xH
-dx
-dx
-dx
-dx
-gB
-dx
-dx
-dx
-dx
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-HG
-tu
-bT
-Xn
-kR
-cp
-cp
-kR
-vB
-tu
-bT
-Xn
-kR
-oF
-ji
-ji
-ji
-kR
-ji
-ry
-ji
-Wj
-VK
-ji
-ji
-Jl
-kR
-ji
-ji
-ji
-gt
-Wl
-pw
-pw
-pw
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(183,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Cc
-vK
-tN
-XO
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-vd
-Dz
-tr
-ej
-Tc
-Yy
-iL
-iM
-rG
-gL
-gL
-iL
-EZ
-EZ
-EZ
-Ns
-iL
-Xj
-cE
-Rr
-El
-tL
-Xj
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-IC
-IC
-dx
-pc
-yi
-VI
-FX
-FX
-AL
-AL
-FX
-dx
-CL
-CL
-CL
-dx
-xH
-xH
-xH
-xH
-dx
-OK
-vf
-RV
-RV
-RV
-RV
-HC
-HC
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-kR
-kR
-kR
-kR
-ib
-cp
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-Zu
-kR
-kR
-kR
-JC
-rd
-rd
-NG
-rd
-ji
-ji
-VK
-kR
-ji
-ji
-ji
-RK
-zs
-zs
-zs
-zs
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(184,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-nt
-EJ
-Ky
-VE
-Xj
-Xj
-Xj
-iL
-iL
-iL
-Xj
-Xj
-Xj
-iL
-iL
-Vr
-iL
-ws
-iL
-iL
-iL
-ta
-iL
-iL
-iL
-iL
-sa
-iL
-iL
-iL
-Xj
-Jq
-Rr
-sA
-Xj
-Xj
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-TT
-TT
-Gr
-nE
-dx
-IC
-IC
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-zC
-Il
-Vz
-dx
-Tz
-tV
-gw
-jy
-dx
-XB
-lf
-ow
-RV
-RV
-RV
-jp
-jp
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-II
-aH
-Cf
-PB
-cs
-cp
-cp
-dT
-cp
-cp
-cp
-cp
-zQ
-cp
-cp
-cp
-cp
-zQ
-cp
-cp
-cp
-cp
-cp
-ji
-ji
-ji
-kR
-ji
-ji
-ji
-RK
-RK
-RK
-RK
-RK
-RK
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(185,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-VE
-VE
-VE
-VE
-Xj
-Xj
-Xj
-Xj
-PF
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-tF
-tF
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-MH
-Xj
-cE
-tL
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-TT
-TT
-TT
-TT
-dx
-gn
-IC
-dx
-tT
-OS
-OS
-OS
-dx
-zC
-Yp
-fI
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-qD
-RV
-RV
-RV
-RV
-RV
-RV
-RV
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-ik
-ik
-ik
-ik
-QK
-cp
-TD
-cp
-cp
-cp
-cp
-cp
-hi
-cp
-cp
-cp
-cp
-hi
-cp
-gT
-cp
-cp
-cp
-Mc
-ji
-mV
-kR
-jC
-ji
-ji
-RK
-zs
-zs
-zs
-zs
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(186,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-Mf
-Mf
-di
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-HR
-fC
-fC
-fC
-fC
-fC
-UK
-KP
-iI
-fC
-fC
-fC
-fC
-fC
-fC
-fC
-fC
-fC
-fC
-fC
-aF
-tL
-tL
-Xj
-Xj
-sG
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-BH
-sj
-yI
-fD
-dx
-IC
-IC
-dx
-Qi
-OS
-OS
-OS
-dx
-CL
-CL
-CL
-dx
-AF
-aV
-aV
-AF
-BH
-sj
-hC
-fD
-dx
-RV
-RV
-RV
-wy
-dx
-Gr
-TT
-fD
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-ZB
-Wb
-OM
-yp
-lz
-cp
-cp
-JU
-cp
-cp
-cp
-cp
-zQ
-cp
-JU
-cp
-cp
-zQ
-cp
-cp
-JU
-cp
-cp
-ji
-ji
-ji
-ki
-ji
-ji
-ji
-gt
-Wl
-pw
-pw
-pw
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(187,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-Mf
-Mf
-di
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-cE
-Xj
-Xj
-Xj
-Xj
-bb
-Xj
-Xj
-Xj
-Xj
-xP
-xP
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-tL
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-dx
-dx
-dx
-dx
-dx
-IC
-IC
-dx
-PA
-OS
-OS
-OS
-dx
-gB
-dx
-dx
-dx
-AF
-AF
-AF
-AF
-TT
-TT
-TT
-TT
-dx
-Uh
-RV
-AV
-YC
-dx
-hU
-TT
-TT
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-kR
-kR
-kR
-kR
-CF
-QC
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-FQ
-kR
-kR
-kR
-FQ
-kR
-kR
-kR
-ji
-ji
-ji
-ji
-ji
-ji
-ji
-gt
-Wl
-pw
-pw
-Ll
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(188,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-nj
-nj
-tU
-vO
-vO
-vO
-vO
-VE
-ws
-ws
-Vg
-ws
-ru
-VE
-qW
-VE
-ws
-ws
-ws
-ws
-VE
-VE
-VE
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Rr
-rr
-Xj
-eA
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-lh
-vf
-vf
-WR
-dx
-IC
-IC
-dx
-OS
-OS
-OS
-OS
-vD
-AF
-AF
-Jr
-AF
-Jr
-AF
-UF
-dO
-TT
-TT
-TT
-TT
-dx
-Uh
-RV
-qA
-YC
-dx
-sl
-TT
-TT
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Ht
-Ad
-bC
-zQ
-cp
-cp
-zQ
-TU
-in
-dE
-kR
-iD
-Nh
-Am
-ji
-jx
-kR
-tI
-ji
-ji
-Oa
-kR
-ji
-ji
-ji
-ji
-ji
-ji
-ji
-gt
-Wl
-pw
-pw
-pw
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(189,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-Mf
-Mf
-di
-di
-bx
-Mf
-Mf
-VE
-Qz
-sF
-pl
-ac
-Sa
-VE
-Xj
-Xj
-Xj
-Xj
-Xj
-Xj
-Te
-WK
-VE
-nz
-Xj
-Xj
-nz
-Xj
-Xj
-Xj
-Xj
-Rr
-OV
-tL
-Xj
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-vf
-vf
-vf
-OK
-dx
-gn
-IC
-dx
-cP
-OS
-wW
-gM
-dx
-AF
-pZ
-AF
-AF
-AF
-Qy
-Jp
-AC
-TT
-TT
-VA
-nE
-dx
-RV
-RV
-RV
-kE
-dx
-uq
-TT
-hC
-dx
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Bs
-Bs
-Bs
-zQ
-cp
-cp
-zQ
-Bs
-Bs
-Bs
-kR
-iD
-ji
-ji
-Nh
-jx
-kR
-Dc
-ji
-ji
-RC
-kR
-ji
-ji
-uS
-ji
-ji
-ji
-ji
-RK
-zs
-zs
-zs
-zs
-zs
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(190,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-Mf
-Mf
-di
-di
-di
-Mf
-Mf
-VE
-PW
-sF
-pl
-gX
-Cu
-ws
-Xj
-Xj
-Xj
-rr
-Xj
-Xj
-Xj
-Xj
-zx
-AW
-LR
-LR
-vO
-tl
-Xj
-Xj
-Xj
-iL
-Xj
-Xj
-Xj
-Xj
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-vf
-vf
-vf
-FH
-dx
-IC
-IC
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-US
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-rO
-dx
-dx
-dx
-dx
-rJ
-ul
-ul
-ul
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Xv
-xF
-Bs
-Za
-cp
-cp
-Za
-Bs
-xF
-Rf
-kR
-kR
-kR
-kR
-Nh
-Ft
-kR
-HB
-ji
-ji
-QH
-kR
-Ut
-Ut
-Ut
-Ut
-YO
-ji
-ji
-RK
-RK
-RK
-RK
-RK
-RK
-RK
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(191,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-nj
-nj
-VE
-Yc
-sF
-pl
-ac
-Cu
-ws
-Xj
-gN
-tL
-sO
-cq
-By
-Xj
-Xj
-zx
-vO
-LR
-LR
-vO
-bI
-bI
-ZR
-bI
-iL
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-vf
-vf
-vf
-vf
-dx
-IC
-IC
-IC
-jl
-MJ
-IC
-IC
-IC
-IC
-MJ
-IC
-jl
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-IC
-MJ
-jl
-IC
-VY
-VY
-Ga
-Ga
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Bs
-Bs
-Yf
-zQ
-cp
-cp
-zQ
-Bs
-Yf
-Bs
-kR
-Hi
-OW
-kR
-ji
-nn
-kR
-CO
-ji
-ji
-YY
-kR
-Ut
-Wg
-Wg
-nD
-nD
-ji
-ji
-tk
-ye
-lp
-Gj
-Gj
-Gj
-Gj
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(192,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-nj
-nj
-VE
-tM
-Pf
-pl
-ac
-MC
-VE
-Xj
-gN
-tL
-tL
-tL
-By
-jU
-Xj
-zx
-vO
-LR
-LR
-vO
-vO
-vO
-vO
-vO
-vO
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-vf
-vf
-vf
-hM
-dx
-IC
-xx
-IC
-IC
-IC
-IC
-xx
-IC
-IC
-IC
-IC
-IC
-xx
-IC
-IC
-IC
-IC
-xx
-IC
-IC
-IC
-IC
-IC
-xx
-IC
-IC
-VY
-qX
-Ga
-Ga
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-OB
-fM
-Ot
-zQ
-cp
-cp
-zQ
-UA
-ln
-Ot
-kR
-ji
-Mi
-kR
-jx
-jx
-kR
-CO
-ji
-ji
-el
-kR
-Ut
-Wg
-Wg
-tq
-nD
-ji
-ji
-tk
-Gj
-lp
-Dj
-jM
-CW
-jM
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(193,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-nj
-nj
-VE
-iB
-Bb
-pl
-ac
-hr
-VE
-Xj
-gN
-Gc
-tL
-Iu
-By
-Xj
-Xj
-zx
-vO
-Mf
-Mf
-LD
-LD
-LD
-Ya
-vO
-vO
-Xj
-Xj
-Xj
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-al
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-US
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-dx
-US
-dx
-ul
-ul
-ul
-ul
-ul
-ul
-Qr
-Qr
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-kR
-kR
-kR
-kR
-ib
-cp
-kR
-kR
-kR
-kR
-kR
-FQ
-kR
-kR
-kR
-kR
-kR
-kR
-ji
-ji
-kR
-kR
-Ut
-UI
-UI
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Gj
-ID
-Gj
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(194,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-nj
-nj
-VE
-tM
-Pf
-pl
-ac
-Wa
-VE
-Xj
-gN
-uY
-tL
-by
-By
-Xj
-Xj
-zx
-vO
-Mf
-Mf
-LD
-jg
-LD
-BU
-vO
-vO
-Xj
-Xj
-bb
-Xj
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-gB
-CL
-pM
-CL
-dx
-sj
-Jk
-sj
-AF
-dx
-ui
-xU
-LB
-LB
-EI
-dx
-zC
-qy
-dx
-Dq
-Bv
-ph
-AF
-AF
-dx
-ul
-ul
-ul
-ab
-jR
-jR
-Ga
-Ga
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Gf
-aZ
-dE
-zQ
-cp
-cp
-zQ
-dE
-wQ
-Zq
-kR
-ji
-CO
-Uq
-Qq
-oS
-kR
-CO
-Nh
-ji
-uH
-kR
-Ut
-Wg
-Wg
-Xl
-Xl
-Xl
-Xl
-Yq
-Ut
-Ut
-Ut
-Gj
-Gj
-Gj
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(195,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-TE
-di
-di
-di
-Mf
-Mf
-VE
-be
-wj
-De
-Xw
-ds
-VE
-Xj
-gN
-Iu
-tL
-tL
-By
-Xj
-Xj
-VE
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-ir
-vO
-vO
-vO
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-dx
-zC
-Il
-Vz
-dx
-sj
-TT
-TT
-AF
-dx
-Mr
-Mr
-LB
-LB
-LB
-dx
-CL
-CL
-dx
-Zf
-HL
-IC
-AF
-mD
-dx
-ul
-ul
-ul
-do
-zk
-jR
-Ga
-Ga
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kR
-Yf
-Yf
-Bs
-zQ
-cp
-cp
-zQ
-Qm
-kI
-Gt
-kR
-Qj
-ji
-ji
-ji
-ji
-kR
-ji
-ji
-ji
-XA
-kR
-Ut
-Wg
-Wg
-Xl
-Xl
-UJ
-Xl
-TO
-Ut
-Ut
-Ut
-WI
-lp
-Gj
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(196,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-vO
-vO
-vO
-ri
-di
-di
-Ew
-Mf
-Mf
-VE
-sS
-gV
-nu
-sK
-fQ
-VE
-Xj
-gN
-tL
-WO
-tL
-By
-Xj
-Xj
-qE
-oN
-oN
-vO
-SQ
-vO
-SQ
-vO
-SQ
-vO
-EK
-ZC
-bS
-vO
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-ul
-AF
-AF
-dx
-dx
-dx
-dx
-dx
-kj
-TT
-TT
-AF
-dx
-LB
-LB
-LB
-GN
-ZW
-dx
-CL
-Vz
-dx
-XJ
-IC
-IC
-AF
-mD
-dx
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Ut
-kR
-dh
-xF
-Bs
-Za
-cp
-cp
-Za
-bZ
-sT
-Oe
-kR
-Wq
-ji
-Am
-ji
-ht
-kR
-HB
-mB
-ji
-XM
-kR
-Ut
-tk
-tk
-tk
-tk
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(197,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-VE
-FO
-of
-ml
-ml
-ml
-ws
-Xj
-Xj
-Xj
-EU
-Xj
-Xj
-eA
-Xj
-VE
-oN
-oN
-vO
-Na
-vO
-Na
-vO
-Na
-vO
-EK
-EK
-hY
-vO
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-ul
-AF
-AF
-AF
-AF
-YM
-AF
-AF
-AF
-AF
-AF
-AF
-dx
-Xq
-dx
-dx
-dx
-dx
-dx
-gB
-dx
-dx
-IC
-IC
-IC
-TT
-fD
-dx
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-ul
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Ut
-kR
-Yf
-Bs
-Bs
-zQ
-cp
-cp
-zQ
-kI
-qg
-Er
-kR
-If
-ji
-vy
-ji
-ji
-ji
-ji
-ji
-ji
-Ox
-kR
-xb
-HU
-lp
-Gj
-Gj
-Ut
-MD
-Tk
-dQ
-RQ
-HU
-Gj
-Gj
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(198,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-oN
-dI
-Zp
-hq
-zM
-sS
-of
-ml
-ml
-ml
-ws
-Xj
-Xj
-eA
-Xj
-Xj
-Xj
-Xj
-Xj
-VE
-oN
-oN
-vO
-EK
-EK
-EK
-EK
-EK
-EK
-EK
-EK
-EK
-ws
-qh
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-AF
-AF
-AF
-Jr
-Jr
-AF
-AF
-AF
-AF
-AF
-dx
-AF
-uO
-AF
-AF
-AF
-NV
-AF
-AF
-AF
-AF
-Nq
-Nq
-TT
-TV
-dx
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-ul
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-kG
-kR
-OB
-Yw
-Ot
-zQ
-cp
-cp
-zQ
-ll
-Yl
-vb
-kR
-XA
-CV
-ji
-CV
-ji
-kR
-XM
-zt
-IB
-NF
-kR
-lp
-HU
-Gj
-lp
-rh
-Ut
-dt
-lp
-Xp
-GI
-Gj
-GI
-Gj
-Ut
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(199,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-yb
-tR
-oN
-RO
-Ex
-Td
-Ak
-Mn
-Hy
-ml
-VE
-Xj
-nC
-Xj
-Xj
-Xj
-Xj
-nC
-Xj
-VE
-oN
-tR
-vO
-KA
-KA
-KA
-KA
-EK
-EK
-EK
-EK
-EK
-ws
-qh
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-VM
-AF
-AF
-AF
-Hj
-Hj
-GZ
-AF
-AF
-AF
-AF
-dx
-AF
-AF
-AF
-AF
-AF
-AF
-AF
-Jr
-AF
-AF
-bQ
-iN
-TT
-tK
-dx
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-Or
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-px
-kR
-kR
-kR
-kR
-kR
-cp
-cp
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-kR
-Ka
-pF
-CQ
-RF
-jM
-nA
-RF
-Gj
-ak
-zL
-xb
-IO
-Pp
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(200,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-ws
-ws
-ws
-ws
-vO
-vO
-vO
-vO
-ws
-ws
-ws
-ws
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-ws
-ws
-ws
-ws
-ws
-vO
-qh
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-ul
-ul
-ul
-kv
-kv
-kv
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-zQ
-zQ
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(201,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-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
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(202,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(203,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(204,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(205,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-vO
-ws
-ws
-vO
-ws
-ws
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-kv
-kv
-ul
-ul
-ul
-kv
-kv
-ul
-kv
-kv
-ul
-kv
-kv
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-zQ
-zQ
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-zQ
-zQ
-Ut
-zQ
-zQ
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(206,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-Yt
-fZ
-Mf
-Mf
-vO
-lW
-xi
-ev
-Dh
-Dh
-vI
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-SD
-AF
-AF
-AX
-dx
-AF
-AF
-hB
-mi
-iH
-ST
-hB
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Gn
-Gn
-Gn
-bV
-rN
-dY
-Gn
-Gn
-oE
-Gn
-Gn
-Gn
-Gn
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(207,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-uE
-fZ
-Mf
-Mf
-vO
-lW
-xi
-Ku
-Dh
-Dh
-Dh
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-rz
-AF
-dx
-AF
-AF
-hB
-yc
-vj
-vj
-hB
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-rN
-EW
-Gn
-EW
-EW
-EW
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-zQ
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(208,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-vO
-vO
-vO
-vO
-LR
-LR
-vO
-Dl
-KN
-ha
-hw
-hw
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-AF
-AF
-AF
-dx
-AF
-AF
-hB
-qT
-hB
-qT
-hB
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-rN
-Gh
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-oE
-Gn
-Gn
-Gn
-zQ
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(209,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Ki
-Ki
-Ki
-vO
-LR
-LR
-vO
-Ls
-jc
-Im
-hw
-hw
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-AF
-AF
-mw
-AF
-US
-AF
-AF
-hB
-hB
-qT
-hB
-tz
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Gn
-Gn
-Gn
-TS
-fj
-TS
-Gn
-oE
-Gn
-Gn
-Ut
-UI
-UI
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(210,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-Ki
-Ki
-Ki
-vO
-LR
-LR
-vO
-ed
-SR
-vL
-QW
-fy
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-lt
-nT
-bh
-LB
-dx
-gA
-AF
-hB
-hB
-hB
-hB
-hB
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-rN
-EW
-Gn
-mX
-Ra
-Vs
-Gn
-Gn
-Gn
-Gn
-Ut
-UI
-UI
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(211,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-Pq
-un
-Ov
-vO
-LR
-LR
-vO
-vO
-SR
-Yz
-NP
-IM
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-LB
-LB
-LB
-LB
-dx
-AF
-AF
-sp
-jK
-Vk
-jK
-sp
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-rN
-EW
-jD
-ea
-rl
-jh
-Gn
-mc
-Gn
-Gn
-Ut
-FK
-mF
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(212,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-Pq
-un
-Ov
-kq
-hw
-hw
-WY
-vO
-vO
-vO
-pE
-hw
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-KU
-Nw
-Nw
-LB
-dx
-AF
-AF
-ul
-ul
-ul
-ul
-ul
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gn
-Gn
-Gn
-tv
-Kf
-tv
-Gn
-oE
-Gn
-Gn
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(213,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-hw
-hw
-hw
-hw
-hw
-hw
-hw
-vO
-rf
-HE
-hw
-hw
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-dx
-dx
-dx
-dx
-dx
-AF
-AF
-fA
-hN
-ul
-yz
-fA
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-oE
-Gn
-nD
-nP
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(214,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-dW
-OA
-Xy
-hw
-hw
-hw
-hw
-vO
-bv
-HE
-hw
-hw
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-dx
-dx
-dx
-dx
-dx
-AF
-AF
-fA
-Hw
-ul
-bL
-fA
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-ov
-ov
-am
-Gn
-Gn
-Gn
-Gn
-Gn
-Gn
-jn
-nD
-fa
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(215,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-qs
-OA
-Xy
-hw
-hw
-hw
-hw
-vO
-vO
-vO
-pE
-Ze
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-aQ
-Qs
-Qg
-vf
-dx
-AF
-AF
-ul
-ul
-ul
-ul
-ul
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-mW
-Gn
-am
-Gn
-Gn
-lB
-lB
-lB
-lB
-Ut
-Ut
-Ut
-Ut
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(216,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-hw
-hw
-hw
-hw
-hw
-hw
-hw
-WY
-hw
-WY
-hw
-hw
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-vf
-kn
-Go
-hA
-dx
-AF
-AF
-CR
-gF
-OS
-OS
-CR
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-mW
-yD
-am
-Gn
-oE
-lB
-lB
-Kb
-Kb
-Kb
-Kb
-Kb
-lB
-zQ
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(217,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-dm
-Ki
-Ki
-Ki
-hw
-hw
-hw
-hw
-hw
-Ze
-hw
-hw
-Ze
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-vf
-vf
-vf
-vf
-dx
-gA
-AF
-rE
-rE
-rE
-rE
-OS
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-mW
-Gn
-ov
-Gn
-Gn
-lB
-lB
-Kb
-Kb
-Kb
-Kb
-Kb
-lB
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-fv
-tP
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-tA
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(218,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-dm
-Ki
-Ki
-Ki
-hw
-hw
-Ze
-hw
-hw
-hw
-hw
-hw
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-yy
-AF
-MZ
-AF
-US
-AF
-AF
-zI
-zI
-KJ
-zI
-OS
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-mW
-Gn
-mc
-Gn
-oE
-lB
-lB
-Ff
-Kb
-Kb
-Kb
-Ff
-lB
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(219,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-bg
-bg
-bg
-bg
-hw
-zp
-hw
-hw
-hw
-hw
-Ze
-hw
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-vo
-AF
-AF
-dx
-AF
-AF
-OS
-OS
-gF
-OS
-OS
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-dz
-ov
-ov
-Gn
-Gn
-lB
-lB
-Kb
-Kb
-Kb
-Kb
-Kb
-lB
-zQ
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(220,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ws
-OP
-OP
-OP
-OP
-hw
-hw
-hw
-hw
-hw
-hw
-hw
-hw
-hw
-ws
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-kv
-AF
-MZ
-AF
-AF
-dx
-AF
-AF
-OS
-OS
-OS
-OS
-OS
-AF
-kv
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-zQ
-Gn
-Gn
-Gn
-Gn
-Gn
-lB
-lB
-Kb
-Kb
-Kb
-Kb
-Kb
-lB
-zQ
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(221,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-ZI
-ZI
-Fa
-ZI
-hw
-hw
-hw
-hw
-hw
-hw
-dy
-hw
-hw
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-SD
-AF
-AF
-co
-dx
-AF
-AF
-KJ
-rE
-rE
-gr
-OS
-AF
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-hj
-Gn
-Gn
-jn
-Gn
-Ru
-lB
-lB
-lB
-lB
-Vf
-lB
-lB
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(222,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-vO
-ws
-ws
-vO
-vO
-ws
-ws
-ws
-vO
-ws
-ws
-vO
-ws
-ws
-vO
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-ul
-kv
-kv
-ul
-ul
-ul
-kv
-kv
-ul
-kv
-kv
-ul
-kv
-kv
-ul
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Ut
-zQ
-zQ
-Ut
-Ut
-zQ
-zQ
-zQ
-Ut
-zQ
-zQ
-Ut
-zQ
-zQ
-Ut
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(223,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-wC
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(224,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-TF
-TF
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(225,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-TF
-TF
-TF
-TF
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(226,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-TF
-TF
-TF
-TF
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(227,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-TF
-TF
-Hk
-yj
-yj
-kb
-kb
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(228,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-yj
-MV
-mt
-IT
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(229,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-yj
-MA
-UX
-bt
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(230,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-iJ
-UX
-UX
-UX
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(231,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-yj
-xf
-UX
-UX
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(232,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-yj
-Tw
-DH
-My
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(233,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-yj
-kb
-yj
-yj
-yj
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(234,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Hk
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(235,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-Wo
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(236,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(237,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(238,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(239,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(240,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(241,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(242,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(243,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-In
-Mg
-"}
-(244,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ch
-Ch
-Ch
-Ch
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-Mg
-"}
-(245,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(246,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(247,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(248,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(249,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(250,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(251,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(252,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(253,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(254,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(255,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
-(256,1,1) = {"
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-Ry
-"}
diff --git a/maps/southern_sun/submaps/gateway/hiddeneclipse.dm b/maps/southern_sun/submaps/gateway/hiddeneclipse.dm
deleted file mode 100644
index 8513edc26a..0000000000
--- a/maps/southern_sun/submaps/gateway/hiddeneclipse.dm
+++ /dev/null
@@ -1,66 +0,0 @@
-/area/awaymission/hiddeneclipse
- name = "Strange Place"
- icon_state = "red"
-
-/area/awaymission/hiddeneclipse/miningzonea
- name = "Distant Mining Site"
-
-/area/awaymission/hiddeneclipse/miningzonea/depature
- requires_power = 0
-
-/area/awaymission/hiddeneclipse/miningzoneb
- name = "Distant Mining Site"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier
- name = "Midnight Pantheon"
- requires_power = 0 //someone bap me if I ever figure out to do rad collectors.
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen
- name = "Midnight Pantheon - Kitchen"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe
- name = "Midnight Pantheon - Cafe"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory
- name = "Midnight Pantheon - Armory"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine
- name = "Midnight Pantheon - Engine Room"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison
- name = "Midnight Pantheon - Prison"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms
- name = "Midnight Pantheon - Dorm"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay
- name = "Midnight Pantheon - Cargo Bay"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm
- name = "Midnight Pantheon - Helm"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/camera
- name = "Midnight Pantheon - Camera Room"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/science
- name = "Midnight Pantheon - Research and Development"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense
- name = "Midnight Pantheon - VIP Guard"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber
- name = "Midnight Pantheon - VIP Chamber"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring
- name = "Midnight Pantheon - Enginering Monitoring"
-
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon
- name = "Midnight Pantheon - Cannon Control"
-
-/area/awaymission/hiddeneclipse/precursortemple
- name = "Strange Temple"
- requires_power = 0
-
-/area/awaymission/hiddeneclipse/theabyss
- name = "Strange Void"
- requires_power = 0
\ No newline at end of file
diff --git a/maps/southern_sun/submaps/gateway/hiddeneclipse.dmm b/maps/southern_sun/submaps/gateway/hiddeneclipse.dmm
deleted file mode 100644
index fa831c7351..0000000000
--- a/maps/southern_sun/submaps/gateway/hiddeneclipse.dmm
+++ /dev/null
@@ -1,68790 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aj" = (
-/obj/structure/sign/warning/radioactive,
-/turf/simulated/wall/r_lead,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"ak" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/ravanger,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"ao" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon)
-"as" = (
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"ax" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"aD" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"aT" = (
-/obj/structure/table/woodentable,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"aX" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"ba" = (
-/obj/item/borg/upgrade/modkit/range,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"bl" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/door/airlock/hatch,
-/obj/machinery/door/blast/regular,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"bv" = (
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse)
-"by" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse/precursortemple)
-"bz" = (
-/turf/simulated/wall/r_lead,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"bB" = (
-/obj/machinery/door/airlock/maintenance/cargo{
- name = "Airlock";
- req_one_access = null
- },
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"bC" = (
-/obj/machinery/power/emitter,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"bM" = (
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"bY" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"cd" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"cf" = (
-/obj/effect/simple_portal/coords{
- tele_x = 182;
- tele_y = 13;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"cl" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"cn" = (
-/turf/simulated/shuttle/wall/alien/blue,
-/area/awaymission/hiddeneclipse)
-"cw" = (
-/mob/living/simple_mob/humanoid/eclipse/solar/cryomancer,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"cx" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"cC" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"cK" = (
-/turf/simulated/wall/r_lead,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"cL" = (
-/obj/machinery/porta_turret/poi{
- faction = "eclipse"
- },
-/turf/simulated/floor/tiled/white,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"cO" = (
-/obj/effect/simple_portal/coords{
- tele_x = 175;
- tele_y = 231;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"cY" = (
-/obj/structure/table/rack,
-/obj/item/syndie/c4explosive/heavy,
-/obj/item/flame/lighter/zippo/c4detonator,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"da" = (
-/turf/space,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"dg" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"dq" = (
-/obj/structure/salvageable/computer_os,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"dr" = (
-/obj/effect/simple_portal/coords{
- tele_x = 8;
- tele_y = 248;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse)
-"dv" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"dx" = (
-/obj/structure/grille,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"dz" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"dD" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"dL" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/borg/upgrade/modkit/cooldown/repeater,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"dN" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"dQ" = (
-/obj/structure/table/rack,
-/obj/item/circuitboard/shield_gen_ex,
-/obj/item/perfect_tele/alien,
-/obj/item/storage/belt/medical/alien,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"dR" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"eg" = (
-/turf/simulated/floor/gorefloor,
-/area/awaymission/hiddeneclipse/theabyss)
-"em" = (
-/turf/simulated/floor/outdoors/ironsand,
-/area/awaymission/hiddeneclipse/theabyss)
-"ez" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"eA" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"eN" = (
-/obj/item/stock_parts/capacitor/hyper,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"eX" = (
-/turf/simulated/wall/rthull,
-/area/awaymission/hiddeneclipse/theabyss)
-"eZ" = (
-/obj/structure/table/woodentable,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"fq" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"fr" = (
-/turf/simulated/floor/outdoors/ice/dark_smooth,
-/area/awaymission/hiddeneclipse/theabyss)
-"fO" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"gk" = (
-/obj/effect/simple_portal/coords{
- tele_x = 199;
- tele_y = 219;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"gr" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"gI" = (
-/obj/structure/grille,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/machinery/door/blast/regular,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"gJ" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/item/mecha_parts/part/hades_left_arm,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"gS" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/slime_crystal,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"gU" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"gY" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"ha" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/item/mecha_parts/chassis/hades,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"hi" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/dogbed,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"hj" = (
-/turf/space,
-/area/awaymission/hiddeneclipse/theabyss)
-"hl" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"ho" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 3
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"hv" = (
-/obj/structure/table/steel,
-/obj/item/archaeological_find,
-/obj/item/archaeological_find,
-/obj/item/archaeological_find,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"hE" = (
-/obj/effect/simple_portal/coords{
- tele_x = 19;
- tele_y = 200;
- tele_z = 16
- },
-/turf/unsimulated/floor/dark,
-/area/awaymission/hiddeneclipse/theabyss)
-"hF" = (
-/obj/item/pickaxe/anamolous,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"hK" = (
-/obj/machinery/door/airlock/maintenance/cargo{
- name = "Airlock";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"hM" = (
-/turf/simulated/floor/water/deep,
-/area/awaymission/hiddeneclipse/theabyss)
-"iE" = (
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/precursortemple)
-"iN" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/teslanoodle,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"iR" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"iU" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/gun/energy/kinetic_accelerator/premiumka,
-/obj/item/borg/upgrade/modkit/resonator_blasts,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"jd" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/radiation,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"jj" = (
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"jp" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"jy" = (
-/turf/simulated/wall,
-/area/awaymission/hiddeneclipse/theabyss)
-"jB" = (
-/mob/living/simple_mob/humanoid/eclipse/solar/teslanoodle,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"jH" = (
-/obj/machinery/door/blast/puzzle,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"jL" = (
-/obj/structure/flora/tree/jungle,
-/turf/simulated/floor/grass,
-/area/awaymission/hiddeneclipse/theabyss)
-"jP" = (
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"jQ" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/radiation,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"jY" = (
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"kf" = (
-/turf/simulated/floor/outdoors/lavaland/basalt,
-/area/awaymission/hiddeneclipse/miningzonea)
-"kk" = (
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"ks" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"kB" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"lg" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"lk" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/head/security,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"ln" = (
-/obj/effect/simple_portal/coords{
- tele_x = 181;
- tele_y = 225;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"lF" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"lG" = (
-/obj/structure/table/rack,
-/obj/item/gun/energy/flamegun,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"lJ" = (
-/obj/item/stock_parts/matter_bin/hyper,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"mb" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"mc" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse/miningzonea)
-"me" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/gun/energy/kinetic_accelerator/premiumka,
-/obj/item/borg/upgrade/modkit/cooldown/repeater,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"mn" = (
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"mx" = (
-/obj/effect/simple_portal/coords{
- tele_x = 181;
- tele_y = 237;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"mB" = (
-/obj/item/stock_parts/micro_laser/hyper,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"mD" = (
-/turf/simulated/mineral/light,
-/area/awaymission/hiddeneclipse/miningzonea)
-"mI" = (
-/obj/machinery/crystal/lava,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"mN" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"mP" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"mV" = (
-/obj/machinery/gateway,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"nc" = (
-/obj/effect/decal/cleanable/ash,
-/turf/simulated/floor/lava,
-/area/awaymission/hiddeneclipse/theabyss)
-"nm" = (
-/obj/effect/simple_portal/coords{
- tele_x = 163;
- tele_y = 225;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"nt" = (
-/obj/effect/simple_portal/coords{
- tele_x = 175;
- tele_y = 225;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"nv" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/item/mecha_parts/part/hades_right_leg,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"ny" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/firemoff,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"nD" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"nF" = (
-/turf/simulated/floor/lava,
-/area/awaymission/hiddeneclipse/theabyss)
-"nJ" = (
-/turf/space,
-/area/awaymission/hiddeneclipse)
-"nL" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/water/deep,
-/area/awaymission/hiddeneclipse/theabyss)
-"nN" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"nS" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"nU" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/table/gold,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"ol" = (
-/obj/item/stool,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/ravanger,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"om" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/bed/double/padded,
-/obj/item/bedsheet/hosdouble,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"os" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"ox" = (
-/turf/simulated/floor/cult,
-/area/awaymission/hiddeneclipse/theabyss)
-"oy" = (
-/obj/item/stool,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"oz" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/aeroblaster,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"oF" = (
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"oI" = (
-/obj/machinery/atmospherics/unary/engine/bigger{
- dir = 1
- },
-/turf/space,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"oT" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"pf" = (
-/mob/living/simple_mob/slime/xenobio/sepia,
-/turf/simulated/floor/reinforced,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"pl" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/miner,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"pA" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"pE" = (
-/turf/simulated/shuttle/wall/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"pL" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"pO" = (
-/obj/item/circuitboard/pacman,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"pQ" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/cult,
-/area/awaymission/hiddeneclipse/theabyss)
-"pT" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/obj/structure/window/phoronreinforced,
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"qa" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"qd" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/closet,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"qi" = (
-/obj/structure/table/darkglass,
-/obj/machinery/button/remote/blast_door{
- id = "FindTheButton3"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/hiddeneclipse/theabyss)
-"qj" = (
-/obj/item/stock_parts/micro_laser/hyper,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"qL" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/table/gold,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"qQ" = (
-/obj/effect/forcefield/mime,
-/turf/simulated/floor/cult,
-/area/awaymission/hiddeneclipse/theabyss)
-"qT" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"rd" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/concrete,
-/area/awaymission/hiddeneclipse/theabyss)
-"rf" = (
-/obj/effect/simple_portal/coords{
- tele_x = 175;
- tele_y = 237;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"rn" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"rq" = (
-/obj/item/borg/upgrade/modkit/aoe/turfs/andmobs,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"rI" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"rP" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"rV" = (
-/obj/item/borg/upgrade/modkit/heater,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"rY" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/structure/table/steel,
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"sg" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/item/modular_computer/console{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"sq" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"sx" = (
-/obj/structure/table/rack,
-/obj/item/clothing/glasses/material,
-/obj/item/pickaxe/gold,
-/obj/item/pickaxe/plasmacutter,
-/obj/item/clothing/shoes/magboots,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"sH" = (
-/obj/structure/fans/hardlight/colorable,
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton3"
- },
-/turf/simulated/floor/concrete,
-/area/awaymission/hiddeneclipse/theabyss)
-"sK" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/white,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"sW" = (
-/obj/effect/simple_portal/coords{
- tele_x = 187;
- tele_y = 225;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"tZ" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/item/mecha_parts/part/hades_torso,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"ua" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 3
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"um" = (
-/obj/effect/simple_portal/linked{
- portal_id = "GatewayPuzzle"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"uw" = (
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton1"
- },
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/grass,
-/area/awaymission/hiddeneclipse/theabyss)
-"uz" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"uB" = (
-/obj/effect/simple_portal/coords{
- tele_x = 182;
- tele_y = 13;
- tele_z = 16
- },
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"uC" = (
-/mob/living/simple_mob/animal/crystalbeast/snail,
-/turf/simulated/mineral/floor/icey{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"uO" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"uT" = (
-/obj/item/stock_parts/scanning_module/hyper,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"vg" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon)
-"vh" = (
-/obj/structure/table/rack,
-/obj/item/stack/material/void_opal,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"vk" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/item/mecha_parts/part/hades_right_arm,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"vn" = (
-/obj/effect/simple_portal/coords{
- tele_x = 187;
- tele_y = 213;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"vx" = (
-/obj/item/pickaxe/anamolous,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"vF" = (
-/mob/living/simple_mob/mechanical/mining_drone{
- faction = "Possessed"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"vG" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/ice/dark_smooth,
-/area/awaymission/hiddeneclipse/theabyss)
-"vK" = (
-/obj/item/bedsheet,
-/obj/structure/bed,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"vT" = (
-/turf/simulated/mineral/crystal_shiny,
-/area/awaymission/hiddeneclipse/precursortemple)
-"wk" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"wm" = (
-/obj/structure/closet,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"wD" = (
-/mob/living/simple_mob/vore/spacecritter/radcrab/supermattercrab{
- faction = "eclipse"
- },
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"wJ" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"wN" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"wO" = (
-/obj/item/borg/upgrade/modkit/indoors,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"wQ" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/stack/material/void_opal,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"wR" = (
-/turf/simulated/floor/tiled/white,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"wY" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"xe" = (
-/mob/living/simple_mob/animal/giant_spider/nurse,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"xp" = (
-/obj/machinery/button/remote/blast_door{
- id = "FindTheButton4"
- },
-/turf/simulated/floor/cult,
-/area/awaymission/hiddeneclipse/theabyss)
-"xq" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/table/gold,
-/obj/structure/table/gold,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"xw" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/miner,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"xA" = (
-/obj/machinery/door/airlock/maintenance/cargo{
- name = "Airlock";
- req_one_access = null
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"xF" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse/theabyss)
-"xG" = (
-/obj/random/multiple/large_corp_crate,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"xJ" = (
-/obj/structure/inflatable,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse)
-"xM" = (
-/obj/effect/simple_portal/coords{
- tele_x = 205;
- tele_y = 219;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"xO" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"xU" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"yd" = (
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"yg" = (
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"yo" = (
-/obj/structure/fans/hardlight/colorable,
-/obj/structure/inflatable,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"yp" = (
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"yq" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"yx" = (
-/obj/structure/closet,
-/obj/random/plushie,
-/obj/random/mainttoyloot,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"yA" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"yD" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"yJ" = (
-/turf/simulated/floor/grass,
-/area/awaymission/hiddeneclipse/theabyss)
-"yN" = (
-/mob/living/simple_mob/humanoid/eclipse/head/shade,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/hiddeneclipse/theabyss)
-"yT" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/guardian,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"yX" = (
-/obj/effect/simple_portal/coords{
- tele_x = 182;
- tele_y = 13;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"zp" = (
-/obj/item/stool,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"zq" = (
-/obj/structure/table/steel,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzonea)
-"zy" = (
-/turf/simulated/mineral/floor/icey{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"zA" = (
-/obj/structure/fans/hardlight/colorable,
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton4"
- },
-/turf/simulated/floor/outdoors/dirt,
-/area/awaymission/hiddeneclipse/theabyss)
-"zB" = (
-/obj/machinery/gateway/centeraway{
- calibrated = 0
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"zD" = (
-/obj/effect/simple_portal/coords,
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"zP" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Ae" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"Aj" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/item/mecha_parts/part/hades_left_leg,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Al" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/gibber,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Ar" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/structure/table/steel,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"At" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/hiddeneclipse/theabyss)
-"Au" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Av" = (
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"AU" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"AZ" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Bf" = (
-/turf/simulated/floor/reinforced,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Bj" = (
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton4"
- },
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/outdoors/dirt,
-/area/awaymission/hiddeneclipse/theabyss)
-"Bn" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Bo" = (
-/obj/structure/table/rack,
-/obj/item/gun/energy/elementalray,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"Bp" = (
-/obj/structure/table/darkglass,
-/obj/machinery/button/remote/blast_door{
- id = "FindTheButton2"
- },
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"Bq" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/slime_extract/sapphire,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"BC" = (
-/obj/structure/grille,
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"BD" = (
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"BF" = (
-/obj/structure/reagent_dispensers/fueltank/high,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"BN" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/obj/structure/window/phoronreinforced,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"BU" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Ce" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/pummler,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"Cf" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/hellhound,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Ch" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/hellhound,
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"Cj" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/structure/table/steel,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"Cl" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Co" = (
-/obj/item/rig_module/vision/mining,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"Cy" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/autolathe,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"CD" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/aeroblaster,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"CF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"CG" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"CT" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/hiddeneclipse/theabyss)
-"CX" = (
-/turf/simulated/shuttle/wall/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"Db" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"De" = (
-/obj/machinery/mining/drill,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"Di" = (
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse)
-"Dt" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/pummler,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"DF" = (
-/obj/structure/grille,
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"DU" = (
-/obj/structure/shuttle/engine/heater,
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 6
- },
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"DV" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 8
- },
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Eu" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/stack/material/void_opal,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"EA" = (
-/turf/simulated/shuttle/plating/airless,
-/area/awaymission/hiddeneclipse)
-"EE" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"EG" = (
-/turf/unsimulated/wall{
- block_tele = 1;
- blocks_nonghost_incorporeal = 1;
- desc = "It's a strange, impenetrable darkness.";
- icon = 'icons/turf/flooring/weird_vr.dmi';
- icon_state = "dark";
- name = "dark"
- },
-/area/awaymission/hiddeneclipse/theabyss)
-"EH" = (
-/obj/effect/step_trigger/teleporter/random{
- affect_ghosts = 1;
- name = "escapeshuttle_leave";
- teleport_x = 25;
- teleport_x_offset = 245;
- teleport_y = 25;
- teleport_y_offset = 245;
- teleport_z = 6;
- teleport_z_offset = 6
- },
-/turf/unsimulated/wall{
- block_tele = 1;
- blocks_nonghost_incorporeal = 1;
- desc = "It's a strange, impenetrable darkness.";
- icon = 'icons/turf/flooring/weird_vr.dmi';
- icon_state = "dark";
- name = "dark"
- },
-/area/awaymission/hiddeneclipse/theabyss)
-"EI" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/obj/structure/window/phoronreinforced,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"EJ" = (
-/obj/effect/simple_portal/coords{
- tele_x = 187;
- tele_y = 237;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"EK" = (
-/mob/living/simple_mob/humanoid/possessed/industrial,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"ER" = (
-/obj/effect/simple_portal/linked{
- portal_id = "GatewayPuzzle"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Fg" = (
-/obj/effect/floor_decal/corner/blue/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/beige,
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon)
-"Fk" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"Fq" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"Fs" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"Fu" = (
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Fw" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/slime_extract/gold,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Fx" = (
-/obj/structure/shuttle/engine/heater,
-/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
- dir = 8
- },
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Fz" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"FB" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"FD" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/obj/structure/window/phoronreinforced,
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"FR" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"FS" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"FZ" = (
-/obj/structure/bed,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Gp" = (
-/obj/structure/grille,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Gu" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"GI" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"GP" = (
-/obj/machinery/mining/brace,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"GT" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse)
-"GU" = (
-/obj/structure/closet/crate,
-/obj/random/maintenance/cargo,
-/obj/random/maintenance/clean,
-/obj/random/maintenance/engineering,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/medical,
-/obj/random/maintenance/misc,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/research,
-/obj/random/maintenance/security,
-/obj/random/material,
-/obj/random/material/precious,
-/obj/random/material/refined,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"GW" = (
-/obj/structure/table/borosilicate,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"Hb" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/cryomancer,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Hn" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/closet,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"HI" = (
-/obj/structure/table/marble,
-/obj/random/cash,
-/obj/random/contraband,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"HK" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"HL" = (
-/turf/simulated/floor/concrete,
-/area/awaymission/hiddeneclipse/theabyss)
-"HW" = (
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton3"
- },
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/concrete,
-/area/awaymission/hiddeneclipse/theabyss)
-"Ik" = (
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"It" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/slime_extract/red,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Iu" = (
-/obj/machinery/button/remote/blast_door{
- id = "EclipseCarrierBD"
- },
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"IA" = (
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"IH" = (
-/obj/item/bedsheet,
-/obj/item/bedsheet/purple,
-/obj/structure/bed/padded,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"IJ" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/flock,
-/area/awaymission/hiddeneclipse/theabyss)
-"IO" = (
-/obj/effect/simple_portal/coords{
- tele_x = 193;
- tele_y = 219;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"IS" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"IW" = (
-/obj/item/gun/energy/kinetic_accelerator/premiumka,
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/borg/upgrade/modkit/damage,
-/obj/item/borg/upgrade/modkit/heater,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"IX" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/kinetic_crusher/glaive,
-/obj/item/borg/upgrade/modkit/range,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"Jg" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/outdoors/dirt,
-/area/awaymission/hiddeneclipse/theabyss)
-"Jh" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"Ji" = (
-/obj/structure/grille,
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Jj" = (
-/obj/structure/grille,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/obj/structure/window/titanium{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Jl" = (
-/obj/machinery/porta_turret/poi{
- faction = "eclipse"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"Jn" = (
-/obj/effect/simple_portal/coords{
- tele_x = 187;
- tele_y = 231;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"Jw" = (
-/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced{
- pilot_type = /mob/living/simple_mob/humanoid/eclipse/head/captain
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"JI" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"JJ" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"JR" = (
-/obj/structure/table/marble,
-/obj/effect/floor_decal/corner/green/diagonal,
-/obj/random/maintenance/foodstuff,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/green,
-/area/awaymission/hiddeneclipse/eclipsecarrier/kitchen)
-"Km" = (
-/turf/simulated/wall/rpshull,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Kn" = (
-/turf/simulated/floor/outdoors/shelfice,
-/area/awaymission/hiddeneclipse/theabyss)
-"Kq" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"KD" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"KF" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"KG" = (
-/obj/structure/table/rack,
-/obj/item/circuitboard/shield_gen_ex,
-/obj/item/rcd/shipwright/loaded,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"KK" = (
-/obj/item/gun/energy/mininglaser,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"KU" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"KV" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Li" = (
-/obj/structure/closet/crate/secure/loot,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"Lp" = (
-/obj/machinery/porta_turret/poi{
- faction = "eclipse"
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"Lr" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/hellhound,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Lu" = (
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse/theabyss)
-"Lw" = (
-/obj/effect/floor_decal/corner/blue/diagonal,
-/turf/simulated/floor/tiled/old_tile/beige,
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon)
-"Ly" = (
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"LF" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/item/modular_computer/console{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"LQ" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/unsimulated/floor/dark,
-/area/awaymission/hiddeneclipse/theabyss)
-"LT" = (
-/mob/living/simple_mob/humanoid/possessed/industrial,
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"LZ" = (
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"Mu" = (
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton2"
- },
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"My" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve/bordercorner,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"MD" = (
-/obj/random/outcrop,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"MO" = (
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"MR" = (
-/obj/effect/simple_portal/coords{
- tele_x = 181;
- tele_y = 213;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"MU" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/table/gold,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"MY" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Ni" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/item/melee/baton/slime/loaded,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Nl" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Nq" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"Nu" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Nv" = (
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"NF" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/wheel,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"NK" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/aeroblaster,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"NL" = (
-/obj/effect/simple_portal/coords{
- tele_x = 181;
- tele_y = 219;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"NN" = (
-/obj/random/landmine,
-/turf/simulated/floor/gorefloor,
-/area/awaymission/hiddeneclipse/theabyss)
-"NV" = (
-/turf/simulated/floor/outdoors/dirt,
-/area/awaymission/hiddeneclipse/theabyss)
-"Oa" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Of" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"Og" = (
-/turf/simulated/wall/r_lead,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"Ok" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"Ow" = (
-/turf/simulated/wall,
-/area/awaymission/hiddeneclipse)
-"Oz" = (
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzonea)
-"OD" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"OF" = (
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/hiddeneclipse/theabyss)
-"OU" = (
-/obj/random/outcrop,
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"OV" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/guardian,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"OX" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/miner,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"Pa" = (
-/turf/simulated/mineral/crystal_shiny,
-/area/awaymission/hiddeneclipse)
-"Pb" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/teslanoodle,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Pi" = (
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/hiddeneclipse/theabyss)
-"Pk" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"Pq" = (
-/mob/living/simple_mob/animal/giant_spider/tunneler,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"Pr" = (
-/obj/effect/simple_portal/coords{
- tele_x = 66;
- tele_y = 73;
- tele_z = 10
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"Pt" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"PG" = (
-/turf/unsimulated/floor/dark,
-/area/awaymission/hiddeneclipse/theabyss)
-"PN" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 7
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"PW" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"Qa" = (
-/mob/living/simple_mob/mechanical/mecha/ripley/red_flames{
- faction = "Possessed"
- },
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"Qf" = (
-/obj/item/stack/material/phoron{
- amount = 15
- },
-/obj/structure/table/steel,
-/turf/simulated/floor/wood,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Qg" = (
-/obj/machinery/crystal/lava,
-/turf/simulated/floor/lava,
-/area/awaymission/hiddeneclipse/theabyss)
-"Qi" = (
-/turf/simulated/floor/carpet/blue2,
-/area/awaymission/hiddeneclipse/theabyss)
-"Qt" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"Qv" = (
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"Qz" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/wheel,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"QE" = (
-/obj/structure/table/rack,
-/obj/item/plastique/seismic/locked,
-/obj/item/plastique/seismic/locked,
-/obj/item/plastique/seismic/locked,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"QI" = (
-/turf/simulated/mineral/light,
-/area/awaymission/hiddeneclipse)
-"QL" = (
-/turf/space,
-/area/awaymission/hiddeneclipse/miningzonea)
-"QV" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/smartfridge/secure/extract,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Ra" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Re" = (
-/obj/structure/table/rack,
-/obj/item/gun/energy/elementalray,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"Ro" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/borg/upgrade/modkit/aoe,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"RG" = (
-/obj/item/stool,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/firemoff,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"RN" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"RU" = (
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"RZ" = (
-/mob/living/simple_mob/mechanical/mining_drone{
- faction = "Possessed"
- },
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"Sa" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Sb" = (
-/obj/structure/table/rack,
-/obj/item/syndie/c4explosive/heavy/super_heavy,
-/obj/item/flame/lighter/zippo/c4detonator,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"Sc" = (
-/turf/simulated/floor/outdoors/lavaland/basalt{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse/miningzonea)
-"Sm" = (
-/obj/effect/simple_portal/coords{
- tele_x = 193;
- tele_y = 213;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alien/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"Su" = (
-/obj/structure/inflatable,
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse/precursortemple)
-"SA" = (
-/mob/living/simple_mob/humanoid/possessed/industrial,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"SC" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/obj/structure/window/phoronreinforced,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"SO" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/canon)
-"SQ" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/gorefloor,
-/area/awaymission/hiddeneclipse/theabyss)
-"SX" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"Tq" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/floor/tiled/milspec,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"Tu" = (
-/obj/effect/spider/stickyweb/dark,
-/mob/living/simple_mob/animal/giant_spider/tunneler,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"TH" = (
-/turf/simulated/floor/wood/sif,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"TI" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"TQ" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/effect/floor_decal/corner/mauve/bordercorner,
-/obj/effect/floor_decal/corner/mauve/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"TS" = (
-/obj/machinery/porta_turret/poi{
- faction = "eclipse"
- },
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipdefense)
-"Uk" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/silvernoodle,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/enginemonitoring)
-"Ul" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/steel,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Up" = (
-/obj/effect/spider/stickyweb/dark,
-/mob/living/simple_mob/animal/giant_spider/lurker,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"Ut" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"UC" = (
-/turf/simulated/wall,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"UM" = (
-/turf/simulated/mineral,
-/area/awaymission/hiddeneclipse)
-"US" = (
-/mob/living/simple_mob/humanoid/possessed/industrial,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"UV" = (
-/obj/effect/step_trigger/teleporter/random{
- affect_ghosts = 1;
- name = "escapeshuttle_leave";
- teleport_x = 25;
- teleport_x_offset = 245;
- teleport_y = 25;
- teleport_y_offset = 245;
- teleport_z = 6;
- teleport_z_offset = 6
- },
-/turf/space,
-/area/awaymission/hiddeneclipse/theabyss)
-"Vo" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Vp" = (
-/mob/living/simple_mob/vore/xeyakin,
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"Vs" = (
-/turf/simulated/wall/plastihull,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"VM" = (
-/obj/machinery/power/rad_collector,
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"VP" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"VT" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/head/scientist,
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"VU" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/structure/table/steel,
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"VV" = (
-/obj/random/outcrop,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"VZ" = (
-/obj/structure/grille,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 8
- },
-/obj/structure/window/titanium{
- dir = 1
- },
-/obj/machinery/door/blast/regular,
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Wj" = (
-/mob/living/simple_mob/humanoid/eclipse/lunar/wheel,
-/turf/simulated/floor/tiled/techfloor,
-/area/awaymission/hiddeneclipse/eclipsecarrier/armory)
-"Wk" = (
-/turf/simulated/wall,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Wt" = (
-/obj/structure/table/darkglass,
-/obj/machinery/button/remote/blast_door{
- id = "FindTheButton1"
- },
-/turf/simulated/floor/grass,
-/area/awaymission/hiddeneclipse/theabyss)
-"Wy" = (
-/turf/simulated/wall,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"WB" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"WL" = (
-/obj/effect/floor_decal/corner/purple/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/mauve/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/old_tile/purple,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"WN" = (
-/turf/simulated/floor/water/contaminated,
-/area/awaymission/hiddeneclipse/theabyss)
-"WS" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/froststalker,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/dorms)
-"WW" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/pummler,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"WY" = (
-/obj/effect/floor_decal/corner/pink/diagonal,
-/obj/structure/table/steel,
-/obj/structure/window/titanium,
-/obj/structure/window/titanium{
- dir = 4
- },
-/turf/simulated/floor/tiled/techmaint,
-/area/awaymission/hiddeneclipse/eclipsecarrier/helm)
-"Xa" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- dir = 8
- },
-/obj/structure/window/phoronreinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"Xs" = (
-/obj/structure/closet/secure_closet/guncabinet,
-/obj/item/borg/upgrade/modkit/aoe/mobs,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzoneb)
-"Xu" = (
-/turf/simulated/floor/flock,
-/area/awaymission/hiddeneclipse/theabyss)
-"XE" = (
-/turf/unsimulated/wall{
- block_tele = 1;
- blocks_nonghost_incorporeal = 1;
- desc = "It's a strange, impenetrable darkness.";
- icon = 'icons/turf/flooring/weird_vr.dmi';
- icon_state = "dark";
- name = "dark"
- },
-/area/awaymission/hiddeneclipse)
-"XF" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/structure/inflatable/door,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"XL" = (
-/obj/machinery/door/blast/regular{
- id = "EclipseCarrierBD"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"XV" = (
-/turf/simulated/floor/carpet/purcarpet,
-/area/awaymission/hiddeneclipse/eclipsecarrier/vipchamber)
-"Yn" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "EclipseCarrierBD"
- },
-/turf/simulated/floor/plating,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cargobay)
-"Yp" = (
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/eclipsecarrier/science)
-"Ys" = (
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"YB" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/door/airlock/silver,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"YF" = (
-/obj/structure/fans/hardlight/colorable,
-/turf/simulated/floor/outdoors/shelfice,
-/area/awaymission/hiddeneclipse/theabyss)
-"YK" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/aeroblaster,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"YL" = (
-/obj/structure/fans/hardlight/colorable,
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton2"
- },
-/turf/simulated/shuttle/floor/alien,
-/area/awaymission/hiddeneclipse/theabyss)
-"YQ" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/lunar/bulletstorm,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-"YV" = (
-/mob/living/simple_mob/animal/giant_spider/broodmother,
-/turf/simulated/mineral/floor{
- temperature = 293.15
- },
-/area/awaymission/hiddeneclipse)
-"YZ" = (
-/obj/item/stack/material/steel{
- amount = 25
- },
-/obj/structure/table/steel,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Zh" = (
-/obj/effect/simple_portal/coords{
- tele_x = 205;
- tele_y = 225;
- tele_z = 16
- },
-/turf/simulated/shuttle/floor/alienplating/blue,
-/area/awaymission/hiddeneclipse)
-"Zk" = (
-/obj/structure/prop/lock/projectile,
-/turf/simulated/floor/tiled/steel,
-/area/awaymission/hiddeneclipse/miningzonea)
-"Zm" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/awaymission/hiddeneclipse/miningzonea/depature)
-"Zn" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/door/airlock/sandstone,
-/turf/simulated/floor/tiled/old_tile/yellow,
-/area/awaymission/hiddeneclipse/eclipsecarrier/engine)
-"Zs" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/effect/floor_decal/corner/red{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightorange,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled/old_tile/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier/prison)
-"Zu" = (
-/obj/structure/table/rack,
-/obj/item/circuitboard/paradoxrift,
-/obj/item/clothing/glasses/omni,
-/obj/item/storage/belt/utility/alien/full,
-/turf/simulated/floor/tiled/monotile,
-/area/awaymission/hiddeneclipse/theabyss)
-"ZK" = (
-/obj/structure/fans/hardlight/colorable,
-/obj/machinery/door/blast/puzzle{
- id = "FindTheButton1"
- },
-/turf/simulated/floor/grass,
-/area/awaymission/hiddeneclipse/theabyss)
-"ZP" = (
-/obj/item/stool,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/old_tile/gray,
-/area/awaymission/hiddeneclipse/eclipsecarrier/cafe)
-"ZX" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/mob/living/simple_mob/humanoid/eclipse/solar/snipertesh,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/hiddeneclipse/eclipsecarrier)
-
-(1,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-"}
-(2,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-qQ
-ox
-ox
-ox
-qQ
-qQ
-ox
-ox
-ox
-qQ
-ox
-qQ
-ox
-ox
-EG
-EG
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-qi
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(3,1,1) = {"
-EG
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-ox
-qQ
-ox
-ox
-ox
-qQ
-qQ
-ox
-ox
-ox
-ox
-ox
-qQ
-EG
-EG
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-HL
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(4,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-EG
-EG
-qQ
-ox
-ox
-qQ
-ox
-ox
-ox
-ox
-ox
-qQ
-qQ
-qQ
-ox
-ox
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-jy
-jy
-jy
-jy
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(5,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-Wt
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-xp
-ox
-ox
-qQ
-ox
-qQ
-ox
-qQ
-ox
-ox
-ox
-qQ
-ox
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-eX
-eX
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(6,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-qQ
-qQ
-ox
-qQ
-ox
-qQ
-ox
-ox
-ox
-qQ
-ox
-ox
-ox
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-nF
-nF
-nF
-nF
-jy
-At
-At
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-eX
-eX
-dQ
-dQ
-eX
-eX
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(7,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-qQ
-ox
-ox
-ox
-qQ
-ox
-ox
-qQ
-qQ
-ox
-ox
-qQ
-ox
-qQ
-EG
-EG
-HL
-HL
-jy
-jy
-jy
-jy
-jy
-HL
-HL
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-eX
-Zu
-Ys
-Ys
-Zu
-eX
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(8,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-ox
-qQ
-ox
-ox
-qQ
-ox
-ox
-ox
-ox
-qQ
-ox
-ox
-ox
-pQ
-rd
-HL
-HL
-At
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-eX
-uB
-Ys
-Ys
-uB
-eX
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(9,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-qQ
-qQ
-ox
-qQ
-ox
-ox
-ox
-ox
-qQ
-ox
-ox
-ox
-qQ
-ox
-pQ
-rd
-HL
-HL
-At
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-eX
-KG
-Ys
-Ys
-KG
-eX
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(10,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-EG
-EG
-ox
-ox
-ox
-ox
-qQ
-ox
-qQ
-ox
-ox
-qQ
-ox
-qQ
-ox
-qQ
-EG
-EG
-HL
-HL
-jy
-jy
-jy
-jy
-jy
-HL
-HL
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-eX
-eX
-Ys
-Ys
-eX
-eX
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(11,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-ox
-qQ
-ox
-ox
-ox
-ox
-qQ
-ox
-ox
-qQ
-ox
-ox
-ox
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-nF
-nF
-nF
-nF
-jy
-At
-At
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-Ys
-Ys
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(12,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-qQ
-ox
-ox
-ox
-qQ
-qQ
-ox
-ox
-qQ
-ox
-ox
-ox
-qQ
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-Ys
-Ys
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(13,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-jL
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-ox
-ox
-qQ
-ox
-ox
-ox
-ox
-ox
-ox
-ox
-qQ
-qQ
-ox
-EG
-EG
-HL
-HL
-jy
-nF
-nF
-jy
-jy
-jy
-jy
-jy
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-Ys
-Ys
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(14,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-qQ
-ox
-ox
-qQ
-ox
-ox
-qQ
-qQ
-ox
-ox
-ox
-ox
-ox
-EG
-EG
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-HL
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-Ys
-Ys
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(15,1,1) = {"
-EG
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-yJ
-EG
-EG
-ox
-ox
-qQ
-ox
-ox
-ox
-qQ
-ox
-ox
-ox
-qQ
-ox
-ox
-qQ
-EG
-EG
-nF
-nF
-nF
-nF
-nF
-jy
-HL
-HL
-HL
-HL
-HL
-HL
-jy
-HL
-EG
-EG
-em
-em
-em
-em
-em
-em
-eX
-Ys
-Ys
-eX
-em
-em
-em
-em
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(16,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-uw
-ZK
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-pQ
-pQ
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-HW
-sH
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-AU
-AU
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(17,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-CT
-CT
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-Mu
-YL
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-Jg
-Jg
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-yo
-yo
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(18,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-nF
-Pi
-Pi
-nF
-nF
-nF
-nF
-nF
-EG
-EG
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-yg
-CX
-CX
-yg
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-Qi
-Qi
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-Qi
-Qi
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-Pq
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(19,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nc
-nc
-nF
-Pi
-Pi
-nF
-nF
-nF
-nF
-nF
-EG
-EG
-yg
-yg
-CX
-yg
-CX
-yg
-CX
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-Qi
-OF
-OF
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-OF
-OF
-Qi
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-Ly
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(20,1,1) = {"
-EG
-nF
-nF
-nF
-Qg
-Pi
-Pi
-Pi
-Pi
-Pi
-nc
-nF
-nF
-nF
-nF
-EG
-EG
-yg
-CX
-yg
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-OF
-Qi
-Qi
-OF
-OF
-OF
-OF
-OF
-OF
-Qi
-Qi
-OF
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(21,1,1) = {"
-EG
-nF
-nF
-nF
-Qg
-Pi
-Pi
-Pi
-Pi
-Pi
-nc
-nF
-nF
-nF
-nF
-EG
-EG
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-CX
-CX
-CX
-yg
-CX
-CX
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-Qi
-OF
-OF
-Qi
-Qi
-Qi
-Qi
-OF
-OF
-Qi
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-lF
-lF
-lF
-UM
-UM
-UM
-Ly
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(22,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-Pi
-Pi
-nF
-Qg
-Qg
-nF
-nF
-nF
-nF
-nF
-EG
-EG
-yg
-CX
-yg
-yg
-CX
-CX
-yg
-yg
-CX
-yg
-yg
-yg
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-OF
-Qi
-Qi
-OF
-OF
-Qi
-Qi
-OF
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(23,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-Pi
-Pi
-nF
-nF
-nF
-nc
-nc
-nF
-nF
-nF
-EG
-EG
-CX
-yg
-yg
-CX
-yg
-CX
-yg
-CX
-yg
-yg
-CX
-yg
-CX
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-Qi
-Qi
-OF
-OF
-OF
-OF
-Qi
-Qi
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-UM
-UM
-UM
-UM
-UM
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(24,1,1) = {"
-EG
-nF
-nF
-nF
-nc
-Pi
-Pi
-Pi
-Pi
-Pi
-Pi
-Pi
-Qg
-nF
-nF
-EG
-EG
-yg
-yg
-CX
-CX
-yg
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-CX
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-Qi
-OF
-OF
-Qi
-Qi
-OF
-OF
-Qi
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Up
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(25,1,1) = {"
-EG
-nF
-nF
-nF
-nc
-Pi
-Pi
-Pi
-Pi
-Pi
-Pi
-Pi
-Qg
-nF
-nF
-EG
-EG
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-CX
-Bp
-CX
-yg
-CX
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-Qi
-OF
-OF
-Qi
-Qi
-OF
-OF
-Qi
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(26,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-Qg
-Qg
-nF
-nF
-nF
-Pi
-Pi
-nF
-nF
-nF
-EG
-EG
-yg
-yg
-yg
-CX
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-yg
-yg
-CX
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-Qi
-Qi
-OF
-OF
-OF
-OF
-Qi
-Qi
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-Pq
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(27,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-nF
-nc
-nc
-Pi
-Pi
-nF
-nF
-nF
-EG
-EG
-yg
-CX
-yg
-yg
-CX
-yg
-yg
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-OF
-OF
-Qi
-Qi
-OF
-yN
-Qi
-Qi
-OF
-OF
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-VV
-IA
-Pq
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(28,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-Qg
-Pi
-Pi
-Pi
-Pi
-nc
-nF
-nF
-EG
-EG
-CX
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-CX
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-Qi
-Qi
-OF
-OF
-Qi
-Qi
-Qi
-Qi
-OF
-OF
-Qi
-Qi
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-Qv
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(29,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-Qg
-Pi
-Pi
-Pi
-Pi
-nc
-nF
-nF
-EG
-EG
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-yg
-CX
-CX
-yg
-yg
-CX
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-OF
-OF
-Qi
-Qi
-OF
-OF
-OF
-OF
-OF
-OF
-Qi
-Qi
-OF
-OF
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-Ly
-IA
-IA
-IA
-IA
-IA
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(30,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-nF
-Pi
-Pi
-Qg
-Qg
-nF
-nF
-nF
-EG
-EG
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-Qi
-OF
-OF
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-Qi
-OF
-OF
-Qi
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Li
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-lF
-lF
-OU
-lF
-lF
-lF
-OU
-lF
-lF
-lF
-lF
-OU
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(31,1,1) = {"
-EG
-nF
-nF
-nF
-nF
-nF
-nF
-nF
-Pi
-Pi
-nF
-nF
-nF
-nF
-nF
-EG
-EG
-yg
-yg
-yg
-CX
-yg
-CX
-yg
-yg
-yg
-CX
-yg
-yg
-yg
-CX
-EG
-EG
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-NV
-EG
-EG
-Qi
-Qi
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-OF
-Qi
-Qi
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-KK
-Qv
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-lF
-lF
-lF
-Tu
-lF
-lF
-lF
-Up
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-Tu
-lF
-IA
-IA
-VV
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(32,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-CT
-CT
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-yq
-yq
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-Bj
-zA
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Li
-IA
-IA
-xe
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-lF
-lF
-lF
-lF
-OU
-lF
-lF
-lF
-lF
-OU
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(33,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-YF
-YF
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-nL
-nL
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-LQ
-LQ
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Qv
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-rq
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-lF
-lF
-Up
-OU
-lF
-lF
-lF
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(34,1,1) = {"
-EG
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-Kn
-Kn
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-Qv
-IA
-IA
-xe
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-Qv
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-OU
-lF
-lF
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-Ly
-UM
-UM
-UM
-UM
-lF
-Up
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(35,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-EG
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-EG
-EG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-Qv
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(36,1,1) = {"
-EG
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-EG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-YV
-IA
-IA
-xe
-vx
-IA
-IA
-IA
-KK
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-OU
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-Pq
-IA
-UM
-UM
-UM
-OU
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(37,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Qv
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-Qv
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(38,1,1) = {"
-EG
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-EG
-EG
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-WN
-WN
-hM
-EG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Li
-IA
-IA
-IA
-IA
-IA
-IA
-xe
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(39,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-vG
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-WN
-WN
-hM
-EG
-EG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-Qv
-IA
-Co
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-OU
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(40,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-WN
-WN
-hM
-EG
-EG
-PG
-PG
-EG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-xe
-Qv
-IA
-IA
-IA
-IA
-IA
-IA
-Ly
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-OU
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(41,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Li
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-Ly
-VV
-IA
-IA
-IA
-IA
-IA
-lF
-lF
-Up
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-OU
-lF
-lF
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(42,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-Qv
-KK
-IA
-UM
-UM
-UM
-IA
-IA
-IA
-Qv
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(43,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-Tu
-lF
-lF
-lF
-lF
-lF
-Up
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(44,1,1) = {"
-EG
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-EG
-EG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-OU
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pq
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(45,1,1) = {"
-EG
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-OU
-lF
-Tu
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(46,1,1) = {"
-EG
-fr
-fr
-fr
-fr
-vG
-fr
-vG
-fr
-fr
-fr
-fr
-fr
-fr
-vG
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(47,1,1) = {"
-EG
-fr
-fr
-fr
-vG
-fr
-fr
-fr
-Kn
-Kn
-vG
-fr
-fr
-fr
-fr
-EG
-EG
-WN
-WN
-WN
-WN
-WN
-WN
-WN
-hM
-hM
-WN
-WN
-WN
-WN
-WN
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(48,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-YF
-YF
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-nL
-nL
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-hE
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-OU
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(49,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-SQ
-SQ
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-xF
-xF
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-Up
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(50,1,1) = {"
-EG
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(51,1,1) = {"
-EG
-eg
-eg
-eg
-NN
-eg
-eg
-NN
-NN
-NN
-NN
-eg
-eg
-NN
-eg
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-EG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-Pq
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(52,1,1) = {"
-EG
-eg
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-NN
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-EG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(53,1,1) = {"
-EG
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-NN
-NN
-NN
-NN
-NN
-eg
-eg
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-EG
-EG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(54,1,1) = {"
-EG
-eg
-NN
-eg
-eg
-NN
-eg
-NN
-eg
-eg
-eg
-eg
-eg
-NN
-eg
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Xu
-Xu
-Lu
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-OU
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(55,1,1) = {"
-EG
-eg
-eg
-NN
-eg
-eg
-NN
-NN
-eg
-NN
-NN
-NN
-eg
-eg
-NN
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Xu
-Xu
-Lu
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-IA
-Ly
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(56,1,1) = {"
-EG
-eg
-eg
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-SQ
-IJ
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Lu
-EG
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(57,1,1) = {"
-EG
-eg
-eg
-NN
-eg
-eg
-NN
-eg
-NN
-NN
-NN
-eg
-eg
-NN
-eg
-SQ
-IJ
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-Pq
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-Pq
-VV
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(58,1,1) = {"
-EG
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-eg
-NN
-eg
-NN
-NN
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-EG
-EG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(59,1,1) = {"
-EG
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-NN
-NN
-NN
-eg
-eg
-NN
-eg
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(60,1,1) = {"
-EG
-NN
-eg
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(61,1,1) = {"
-EG
-eg
-NN
-eg
-eg
-NN
-NN
-eg
-eg
-NN
-NN
-NN
-eg
-eg
-eg
-EG
-EG
-Xu
-Xu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-EG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(62,1,1) = {"
-EG
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-eg
-eg
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-PG
-EG
-PG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(63,1,1) = {"
-EG
-eg
-eg
-eg
-NN
-eg
-eg
-NN
-eg
-eg
-eg
-eg
-eg
-eg
-eg
-EG
-EG
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Xu
-Lu
-Lu
-Xu
-Xu
-Xu
-Xu
-Xu
-EG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-EG
-EG
-PG
-PG
-PG
-EG
-EG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-PG
-EG
-PG
-PG
-PG
-EG
-PG
-PG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-lF
-Up
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(64,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-IA
-IA
-IA
-IA
-IA
-Pq
-IA
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-OU
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(65,1,1) = {"
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-lF
-OU
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(66,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-OU
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(67,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Up
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-OU
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(68,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-Tu
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-lF
-Up
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(69,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-VV
-UM
-UM
-IA
-IA
-OU
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(70,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Up
-lF
-lF
-lF
-UM
-UM
-UM
-IA
-IA
-lF
-Tu
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(71,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-Tu
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(72,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-lF
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(73,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-FR
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-Pq
-IA
-IA
-IA
-VV
-lF
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(74,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-Ly
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(75,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-FR
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(76,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(77,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-FR
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-Up
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-UM
-IA
-Pq
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(78,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(79,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-FR
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-Pq
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(80,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-UM
-UM
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(81,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-FR
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-lF
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(82,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-FR
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-lF
-lF
-Up
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(83,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-lF
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(84,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-FR
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-lF
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(85,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-Pq
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(86,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-lF
-lF
-UM
-UM
-UM
-IA
-IA
-Ly
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(87,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-UM
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-lF
-lF
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(88,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-lF
-lF
-IA
-UM
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(89,1,1) = {"
-EG
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-hj
-UV
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(90,1,1) = {"
-EH
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-UV
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(91,1,1) = {"
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EH
-EG
-EG
-EG
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-QI
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(92,1,1) = {"
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-QI
-QI
-QI
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(93,1,1) = {"
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-QI
-QI
-QI
-dr
-QI
-QI
-QI
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(94,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-QI
-QI
-QI
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-bv
-UM
-Di
-Di
-bv
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(95,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-QI
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(96,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-QI
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(97,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(98,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-bv
-Di
-Di
-UM
-bv
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(99,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(100,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(101,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(102,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-SA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-bv
-Di
-Di
-UM
-bv
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(103,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(104,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(105,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(106,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-bv
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(107,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-SA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(108,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(109,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(110,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(111,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(112,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(113,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-bv
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(114,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-SA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-bv
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(115,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-Di
-Di
-Di
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(116,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(117,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-VV
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(118,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(119,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Km
-Km
-Km
-Km
-Km
-Km
-Km
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(120,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(121,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-IA
-IA
-IA
-IA
-VV
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(122,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-UM
-UM
-Km
-Km
-Kq
-Kq
-Kq
-Km
-Km
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(123,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-IA
-UM
-UM
-UM
-UM
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mD
-mc
-mc
-mc
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(124,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yd
-yd
-MD
-yd
-yd
-yd
-yd
-yd
-mc
-mc
-mc
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(125,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yd
-yd
-yd
-yd
-EK
-yd
-yd
-yd
-mc
-Km
-Km
-Kq
-US
-Kq
-Km
-Km
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(126,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yd
-yd
-yd
-yd
-yd
-yd
-yd
-yd
-jP
-Kq
-Kq
-Kq
-Kq
-IW
-Km
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(127,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yd
-yd
-yd
-MD
-yd
-yd
-yd
-jP
-Kq
-Kq
-Kq
-Kq
-IW
-Km
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(128,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-yd
-yd
-yd
-yd
-yd
-yd
-Km
-Km
-Kq
-US
-Kq
-Km
-Km
-mD
-Sc
-Sc
-Sc
-mD
-mc
-mc
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(129,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-Sc
-hF
-Sc
-wO
-Sc
-mD
-mc
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(130,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mc
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(131,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Kq
-Kq
-Kq
-Km
-Km
-Sc
-rV
-Sc
-ba
-Sc
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(132,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mD
-Sc
-Sc
-Sc
-mD
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(133,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-sx
-Kq
-Kq
-Kq
-sx
-Km
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(134,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Km
-Km
-xA
-Km
-Km
-Km
-Km
-mD
-mD
-mD
-mD
-mD
-mD
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(135,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-kf
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(136,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-kf
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-kf
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(137,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-kf
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-Kq
-kf
-Sc
-mI
-Sc
-Sc
-mD
-mD
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(138,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-RZ
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-Wk
-Wk
-Wk
-Kq
-vF
-Kq
-Wk
-Wk
-Wk
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(139,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-LT
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-mD
-mD
-mD
-mD
-Wk
-Kq
-Kq
-Kq
-Wk
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(140,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-uT
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-Wk
-kf
-kf
-kf
-Wk
-mD
-mD
-Sc
-Sc
-Sc
-mD
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(141,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-uT
-Sc
-Sc
-mD
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(142,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mc
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(143,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-eN
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-LT
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mc
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(144,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(145,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mI
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(146,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-RZ
-Sc
-Sc
-RZ
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Km
-Km
-Km
-Km
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(147,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-Km
-Km
-Km
-Km
-Km
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-hv
-Kq
-Kq
-Kq
-Km
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(148,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-Km
-Kq
-Kq
-Kq
-Km
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-hv
-Kq
-Kq
-Kq
-Kq
-Sc
-Sc
-Sc
-RZ
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(149,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mD
-mD
-Km
-Kq
-ER
-Kq
-jH
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Zk
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-hv
-Kq
-Kq
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-mI
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Km
-Km
-Km
-Km
-Km
-mD
-mc
-mc
-mc
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(150,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-by
-vT
-vT
-vT
-vT
-vT
-vT
-pE
-pE
-pE
-pE
-pE
-vT
-vT
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mD
-Km
-Kq
-Kq
-Kq
-Km
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-hv
-Kq
-Kq
-Kq
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-Sc
-mD
-Km
-wY
-wY
-wY
-wY
-wY
-Km
-mD
-mc
-mc
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(151,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-by
-vT
-vT
-vT
-vT
-vT
-vT
-pE
-oF
-oF
-oF
-pE
-vT
-vT
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mD
-Km
-Km
-Km
-Km
-Km
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-hv
-Kq
-Kq
-Kq
-Km
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-LT
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Km
-Kq
-Kq
-Kq
-bC
-Kq
-Km
-mD
-mc
-mc
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(152,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-by
-vT
-vT
-vT
-vT
-vT
-vT
-pE
-oF
-cf
-oF
-pE
-vT
-vT
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Km
-Km
-Km
-Km
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-mI
-Sc
-qj
-Sc
-Sc
-Sc
-Kq
-Kq
-Km
-mD
-mc
-mc
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(153,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-vT
-vT
-vT
-vT
-vT
-vT
-vT
-pE
-oF
-oF
-oF
-pE
-vT
-vT
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Kq
-Kq
-Km
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(154,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-vT
-vT
-vT
-vT
-vT
-vT
-pE
-pE
-pE
-Su
-pE
-pE
-pE
-vT
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-LT
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Kq
-Kq
-Km
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(155,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-vT
-vT
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-RU
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Kq
-Kq
-Kq
-Kq
-mB
-Km
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(156,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-vT
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-oF
-RU
-oF
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-lJ
-Sc
-mD
-mD
-mD
-mD
-mD
-Km
-wY
-YZ
-wY
-wY
-wY
-Km
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(157,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-oF
-pE
-Jw
-pE
-oF
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-eN
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Km
-Km
-Km
-Km
-Km
-Km
-Km
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(158,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-vT
-vT
-pE
-pE
-RU
-oF
-oF
-pE
-oF
-RU
-oF
-pE
-oF
-oF
-RU
-pE
-pE
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-RZ
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(159,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-vT
-pE
-pE
-oF
-oF
-RU
-oF
-oF
-oF
-RU
-oF
-oF
-oF
-RU
-oF
-oF
-pE
-pE
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-uC
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-LT
-Sc
-Sc
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(160,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-pE
-oF
-oF
-oF
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-oF
-oF
-oF
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-Sc
-Sc
-Sc
-mI
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-mI
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(161,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-pE
-oF
-oF
-pE
-oF
-RU
-oF
-pE
-oF
-oF
-pE
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-RZ
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-pO
-LT
-Sc
-Sc
-Sc
-mD
-mD
-mD
-mD
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(162,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-pE
-oF
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-oF
-pE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-mI
-Sc
-Sc
-Sc
-Sc
-Sc
-Sc
-lJ
-Sc
-Sc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Sc
-Sc
-Sc
-Sc
-Sc
-mD
-mD
-mD
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(163,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-pE
-RU
-RU
-RU
-RU
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-RU
-RU
-RU
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Sc
-Sc
-Sc
-Sc
-Km
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Wk
-Kq
-Kq
-Kq
-Wk
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(164,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-pE
-oF
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-oF
-pE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Oz
-Oz
-Oz
-Oz
-Km
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-Wk
-Kq
-Kq
-Kq
-Wk
-mD
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(165,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-pE
-oF
-oF
-pE
-oF
-RU
-oF
-pE
-oF
-oF
-pE
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Oz
-Oz
-Oz
-Oz
-Km
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-Wk
-Kq
-Kq
-Kq
-Wk
-QL
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(166,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-pE
-pE
-oF
-oF
-oF
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-RU
-oF
-oF
-oF
-oF
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-zq
-zq
-zq
-Qf
-Km
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-Wk
-Kq
-Kq
-Kq
-Wk
-QL
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(167,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-vT
-pE
-pE
-oF
-oF
-RU
-oF
-oF
-oF
-RU
-oF
-oF
-oF
-RU
-oF
-oF
-pE
-pE
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-Km
-Km
-Km
-Km
-Km
-Km
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-Wk
-Kq
-Kq
-Kq
-Wk
-QL
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(168,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-vT
-vT
-pE
-pE
-RU
-oF
-oF
-pE
-oF
-RU
-oF
-pE
-oF
-oF
-RU
-pE
-pE
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-QL
-Wk
-Kq
-US
-Kq
-Wk
-QL
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(169,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-oF
-pE
-RU
-pE
-oF
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mD
-mD
-mD
-mD
-mD
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-mc
-QL
-QL
-Wk
-Kq
-Kq
-Kq
-Wk
-QL
-QL
-QL
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(170,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-vT
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-oF
-RU
-oF
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-mc
-QL
-QL
-QL
-QL
-QL
-Wk
-Kq
-Kq
-Kq
-Wk
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(171,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-vT
-vT
-vT
-vT
-vT
-pE
-pE
-oF
-oF
-RU
-oF
-oF
-pE
-pE
-vT
-vT
-vT
-vT
-vT
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-QL
-QL
-QL
-QL
-QL
-QL
-Wk
-Kq
-Kq
-Kq
-Wk
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(172,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-QL
-QL
-QL
-QL
-QL
-QL
-Wk
-Kq
-Kq
-Kq
-Wk
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(173,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-nm
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-QL
-QL
-QL
-QL
-QL
-QL
-Wk
-Kq
-Kq
-Kq
-Wk
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(174,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-UC
-UC
-UC
-UC
-UC
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(175,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-yX
-iE
-iE
-iE
-cO
-pE
-yX
-iE
-iE
-iE
-nt
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-jY
-MO
-jY
-MO
-jY
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(176,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-MO
-Tq
-qa
-Fs
-MO
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(177,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-jY
-VP
-zB
-mV
-jY
-wk
-Qa
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(178,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-MO
-aD
-Zm
-Jh
-MO
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(179,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-rf
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-jY
-MO
-jY
-MO
-jY
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(180,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UC
-UC
-UC
-UC
-UC
-UC
-wk
-wk
-wk
-UC
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(181,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-ln
-iE
-iE
-iE
-yX
-pE
-NL
-iE
-iE
-iE
-yX
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-Ow
-GT
-GT
-GT
-Ow
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(182,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-Ow
-xJ
-xJ
-xJ
-Ow
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(183,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-sW
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-Ow
-EA
-EA
-nJ
-Ow
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(184,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-Ow
-EA
-EA
-EA
-Ow
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(185,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-pE
-RU
-oF
-mx
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-MR
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-EA
-EA
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(186,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-EA
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(187,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-EJ
-iE
-iE
-iE
-yX
-pE
-Jn
-iE
-iE
-iE
-yX
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(188,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(189,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(190,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(191,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-vn
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(192,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(193,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-Pa
-Pa
-Pa
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-yX
-iE
-iE
-iE
-Sm
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(194,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(195,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(196,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-eA
-eA
-eA
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(197,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-IO
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-yA
-hl
-wN
-wN
-dz
-dz
-qT
-dz
-dz
-dz
-Vs
-xO
-xO
-xO
-PW
-xO
-xO
-xO
-xO
-PW
-xO
-xO
-xO
-yA
-yA
-dD
-dD
-dD
-mn
-as
-as
-as
-as
-as
-as
-as
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(198,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-om
-qd
-Ra
-Ul
-Ra
-qd
-om
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-ez
-yA
-hl
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-Vs
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(199,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-ez
-yA
-hl
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-gr
-xO
-xO
-ZP
-eZ
-eZ
-ZP
-xO
-ZP
-aT
-eZ
-ZP
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(200,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-uC
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-rn
-Ra
-Ra
-Ra
-Ra
-Ra
-rn
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-ez
-yA
-JR
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-gr
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-xO
-eZ
-eZ
-xO
-KF
-yA
-yA
-dD
-dD
-CG
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(201,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-ez
-yA
-hl
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-gr
-xO
-xO
-RG
-eZ
-eZ
-ZP
-xO
-ZP
-eZ
-eZ
-ZP
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(202,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-ez
-BC
-dx
-rI
-DF
-BC
-ez
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-ez
-yA
-hl
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-Vs
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-yA
-yA
-dD
-dD
-dD
-mn
-as
-as
-as
-Pk
-as
-as
-as
-eA
-yA
-yA
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-yA
-Fx
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(203,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-gk
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-Zs
-rn
-rn
-rn
-rn
-YK
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-Pb
-rn
-rn
-Zs
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-ez
-yA
-hl
-wN
-wN
-hl
-Ch
-wN
-hl
-wN
-wN
-Vs
-xO
-xO
-ZP
-eZ
-eZ
-ZP
-xO
-ZP
-eZ
-eZ
-ol
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-DU
-da
-oI
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(204,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-Cf
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-WW
-rn
-rn
-rn
-rn
-rn
-ez
-ez
-yA
-hl
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-Vs
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-yA
-yA
-dD
-dD
-CG
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-Fx
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(205,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-Pa
-Pa
-Pa
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-yX
-iE
-iE
-iE
-xM
-pE
-Pr
-oF
-iE
-oF
-Pr
-pE
-zD
-oF
-oF
-oF
-zD
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-rn
-rn
-rn
-rn
-rn
-KD
-rn
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-Jj
-Nl
-Ji
-ez
-ez
-yA
-hl
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-gr
-xO
-xO
-ZP
-eZ
-eZ
-ZP
-xO
-zp
-eZ
-eZ
-ZP
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-DU
-da
-oI
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(206,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-Pa
-Pa
-Pa
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-oF
-oF
-iE
-oF
-oF
-pE
-oF
-oF
-oF
-oF
-oF
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-ez
-yA
-JR
-wN
-wN
-hl
-wN
-wN
-hl
-wN
-wN
-gr
-xO
-xO
-xO
-eZ
-eZ
-xO
-xO
-xO
-eZ
-eZ
-xO
-KF
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-yA
-Fx
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(207,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-RU
-oF
-Pr
-oF
-RU
-pE
-RU
-oF
-yX
-oF
-RU
-pE
-RU
-oF
-zD
-oF
-RU
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-Fu
-Fu
-Fu
-ez
-ez
-yA
-hl
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-gr
-xO
-xO
-oy
-eZ
-eZ
-ZP
-xO
-ZP
-eZ
-eZ
-ZP
-xO
-yA
-yA
-oz
-dD
-dD
-mn
-as
-as
-as
-as
-as
-as
-as
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-yA
-DU
-da
-oI
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(208,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-pE
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-FZ
-Fu
-FZ
-ez
-ez
-yA
-hl
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-wN
-Vs
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-yA
-yA
-Fx
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(209,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-rn
-rn
-rn
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-ez
-yA
-hl
-wN
-wN
-dz
-dz
-cl
-dz
-dz
-dz
-Vs
-xO
-xO
-xO
-bY
-xO
-xO
-xO
-xO
-bY
-xO
-xO
-xO
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-yA
-yA
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(210,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Wy
-Wy
-Wy
-Wy
-Wy
-Ik
-Ik
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-dR
-Av
-dR
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-dN
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-mb
-mb
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-dD
-dD
-dD
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-Og
-Og
-Zn
-Og
-Og
-Og
-Og
-Zn
-Og
-Og
-Og
-Og
-Og
-Og
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(211,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Wy
-Nv
-Nv
-cx
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-MY
-dD
-dD
-Dt
-aj
-MY
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-JI
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(212,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Wy
-Nv
-Nv
-cx
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-zP
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-NF
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-ny
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-kB
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-dD
-WS
-dD
-YB
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-HK
-Pt
-Pt
-jd
-Pt
-Xa
-pL
-pL
-os
-os
-Ae
-Ae
-BN
-Pt
-yA
-DU
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(213,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Wy
-Nv
-Nv
-cx
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-yT
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-MY
-MY
-dD
-dD
-dD
-aj
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Og
-Pt
-Pt
-Pt
-Pt
-SC
-VM
-VM
-xU
-EI
-VM
-VM
-pT
-Pt
-yA
-Fx
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(214,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-eA
-sK
-eA
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-MY
-MY
-MY
-cK
-Og
-Pt
-Pt
-Pt
-Pt
-XF
-Pt
-wD
-VM
-VM
-wD
-Pt
-XF
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(215,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cn
-cn
-cn
-cn
-cn
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-Xs
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Lw
-Lw
-SO
-SO
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Ut
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-cL
-wR
-cL
-yA
-yA
-yA
-yA
-yA
-yA
-cK
-MY
-MY
-MY
-cK
-Og
-Pt
-Pt
-dv
-Pt
-FD
-VM
-VM
-Xa
-BN
-VM
-VM
-FD
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(216,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cn
-Di
-Di
-Di
-cn
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cY
-Nv
-Nv
-Nv
-cY
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-iU
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-De
-cx
-De
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Lw
-Lw
-SO
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-FS
-FS
-Re
-FS
-FS
-FS
-FS
-mN
-mN
-mN
-IS
-IS
-fO
-IS
-IS
-IS
-IS
-fO
-IS
-IS
-mN
-mN
-mN
-mN
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fz
-Fz
-XV
-XV
-pA
-XV
-XV
-Fz
-Fz
-yA
-yA
-cL
-wR
-cL
-yA
-yA
-yA
-yA
-yA
-bz
-bz
-bz
-Qt
-bz
-bz
-bz
-bz
-bz
-bz
-Pt
-pT
-VM
-VM
-xU
-EI
-VM
-VM
-pT
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(217,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cn
-Di
-Zh
-Di
-Di
-uC
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cY
-Nv
-Nv
-Nv
-cY
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-Ro
-cx
-QE
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-QE
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Lw
-Lw
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-iR
-yA
-yA
-FS
-FS
-FS
-FS
-BD
-FS
-FS
-FS
-FS
-mN
-mN
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-mN
-mN
-mN
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fz
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-Fz
-yA
-yA
-eA
-sK
-eA
-yA
-yA
-yA
-yA
-yA
-bz
-MU
-xq
-Of
-MU
-MU
-qL
-Of
-sg
-bz
-Pt
-XF
-Pt
-wD
-VM
-VM
-wD
-Pt
-XF
-Pt
-yA
-DU
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(218,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cn
-Di
-Di
-Di
-cn
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cx
-cx
-gU
-cx
-cx
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-IX
-cx
-QE
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-QE
-cx
-Nv
-Nv
-Nv
-Wy
-Wy
-Wy
-Wy
-Wy
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Lw
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-FS
-BD
-BD
-BD
-FS
-FS
-FS
-mN
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-mN
-mN
-MY
-MY
-MY
-gY
-gY
-gY
-kk
-TS
-kk
-kk
-Lp
-kk
-TS
-kk
-gY
-gY
-gY
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-yA
-yA
-TH
-TH
-TH
-TH
-wm
-yA
-yA
-yA
-bz
-MU
-Of
-Of
-pl
-Of
-Of
-Of
-sg
-CF
-Pt
-FD
-VM
-VM
-Xa
-BN
-VM
-VM
-FD
-Pt
-yA
-Fx
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(219,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cn
-cn
-cn
-cn
-cn
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-Sb
-Nv
-Nv
-Nv
-Nv
-gU
-Nv
-Nv
-Nv
-Nv
-Nv
-dL
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-De
-cx
-De
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Wy
-Nv
-Nv
-Nv
-Wy
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Lw
-SO
-ao
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-YQ
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-BD
-BD
-BD
-BD
-BD
-FS
-FS
-GI
-GI
-GI
-Cj
-JJ
-JJ
-Ar
-GI
-GI
-Cj
-JJ
-JJ
-WY
-GI
-GI
-SX
-GI
-MY
-MY
-MY
-gY
-gY
-gY
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-gY
-gY
-gY
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-yA
-yA
-TH
-TH
-TH
-TH
-TH
-yA
-yA
-yA
-bz
-MU
-Of
-Of
-Of
-Of
-Of
-Of
-sg
-CF
-Pt
-pT
-VM
-VM
-xU
-EI
-VM
-VM
-pT
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(220,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-zy
-zy
-zy
-zy
-zy
-zy
-Pa
-zy
-zy
-zy
-zy
-Pa
-zy
-zy
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-Sb
-Nv
-Nv
-Nv
-Nv
-gU
-Nv
-Nv
-Nv
-Nv
-Nv
-iU
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-De
-cx
-De
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Nv
-Nv
-um
-Nv
-Wy
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-Lw
-Fg
-ao
-MY
-MY
-MY
-MY
-MY
-MY
-iN
-MY
-ak
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-yA
-yA
-lG
-BD
-BD
-BD
-vh
-Wj
-BD
-BD
-rP
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-lk
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-mN
-mN
-Ut
-ZX
-MY
-bM
-kk
-Fq
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-Fq
-kk
-kk
-XV
-XV
-XV
-XV
-Vp
-XV
-XV
-XV
-Db
-yA
-yA
-TH
-TH
-TH
-TH
-TH
-yA
-yA
-yA
-bz
-MU
-Of
-jQ
-Of
-Of
-Uk
-Of
-sg
-CF
-Pt
-XF
-Pt
-wD
-VM
-VM
-wD
-Pt
-XF
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(221,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-cx
-cx
-cx
-cx
-gU
-cx
-cx
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-Ro
-cx
-QE
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-QE
-cx
-Nv
-Nv
-Nv
-Wy
-Nv
-Nv
-Nv
-Wy
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-Lw
-Lw
-SO
-ao
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-xw
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-BD
-BD
-BD
-BD
-BD
-FS
-FS
-GI
-GI
-GI
-VU
-lg
-lg
-rY
-GI
-GI
-VU
-lg
-lg
-rY
-GI
-GI
-SX
-GI
-MY
-MY
-MY
-gY
-gY
-gY
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-kk
-gY
-gY
-gY
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-yA
-yA
-TH
-TH
-TH
-TH
-TH
-yA
-yA
-yA
-bz
-MU
-Of
-Of
-Of
-Of
-Of
-Of
-sg
-CF
-Pt
-FD
-VM
-VM
-Xa
-BN
-VM
-VM
-FD
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(222,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-cx
-cx
-cY
-Nv
-Nv
-Nv
-cY
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-IX
-cx
-QE
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-QE
-cx
-Nv
-Nv
-Nv
-Wy
-Wy
-Wy
-Wy
-Wy
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-FS
-BD
-BD
-BD
-FS
-FS
-FS
-mN
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-mN
-mN
-MY
-MY
-MY
-gY
-gY
-gY
-kk
-TS
-kk
-kk
-Jl
-kk
-TS
-kk
-gY
-gY
-gY
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-yA
-yA
-TH
-TH
-TH
-TH
-wm
-yA
-yA
-yA
-bz
-MU
-Of
-Of
-Ce
-Of
-Of
-Of
-sg
-CF
-Pt
-pT
-VM
-VM
-xU
-EI
-VM
-VM
-pT
-Pt
-yA
-DU
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(223,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-cx
-cx
-cY
-Nv
-Nv
-Nv
-cY
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-Xs
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-De
-cx
-De
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-iR
-yA
-yA
-FS
-FS
-FS
-FS
-BD
-FS
-FS
-FS
-FS
-mN
-mN
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-GI
-mN
-mN
-mN
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fz
-XV
-XV
-XV
-XV
-XV
-XV
-XV
-Fz
-yA
-yA
-eA
-sK
-eA
-yA
-yA
-yA
-yA
-yA
-bz
-MU
-nU
-Of
-MU
-MU
-nU
-Of
-sg
-bz
-Pt
-XF
-Pt
-wD
-VM
-VM
-wD
-Pt
-XF
-Pt
-yA
-Fx
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(224,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-dq
-Nv
-Nv
-Nv
-Nv
-me
-cx
-BF
-Nv
-Nv
-Nv
-Nv
-GP
-cx
-GP
-Nv
-Nv
-Nv
-Nv
-BF
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-FS
-FS
-FS
-FS
-Bo
-FS
-FS
-FS
-FS
-mN
-mN
-mN
-ks
-ks
-LF
-ks
-ks
-ks
-ks
-LF
-ks
-ks
-mN
-mN
-mN
-mN
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fz
-Fz
-XV
-XV
-nN
-XV
-XV
-Fz
-Fz
-yA
-yA
-cL
-wR
-cL
-yA
-yA
-yA
-yA
-yA
-bz
-bz
-bz
-Of
-bz
-bz
-bz
-bz
-bz
-bz
-Pt
-FD
-VM
-VM
-Xa
-BN
-VM
-VM
-FD
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(225,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-cx
-cx
-hK
-hK
-cx
-cx
-cx
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Ut
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-cL
-wR
-cL
-yA
-yA
-yA
-yA
-yA
-yA
-cK
-MY
-MY
-MY
-cK
-Og
-Pt
-Pt
-OD
-Pt
-pT
-VM
-VM
-xU
-EI
-VM
-VM
-pT
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(226,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-Wy
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-vg
-SO
-SO
-SO
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-eA
-sK
-eA
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-MY
-MY
-MY
-cK
-Og
-Pt
-Pt
-Pt
-Pt
-XF
-Pt
-wD
-VM
-VM
-wD
-Pt
-XF
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(227,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-Wy
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-CD
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-JI
-MY
-MY
-MY
-MY
-MY
-MY
-dD
-dD
-dD
-aj
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Og
-Pt
-Pt
-Pt
-Pt
-FD
-VM
-VM
-Xa
-BN
-VM
-VM
-FD
-Pt
-yA
-DU
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(228,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Nv
-Wy
-jp
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-ny
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-ak
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Nq
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-yT
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-ZX
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-dD
-WS
-dD
-YB
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-HK
-Pt
-Pt
-jd
-Pt
-xU
-pL
-pL
-WB
-WB
-pL
-pL
-EI
-Pt
-yA
-Fx
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(229,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Pa
-Pa
-Pa
-Pa
-Pa
-Pa
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-Wy
-bB
-Wy
-Wy
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-MY
-MY
-MY
-dD
-dD
-dD
-aj
-MY
-MY
-MY
-MY
-MY
-Cl
-MY
-MY
-MY
-Cl
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(230,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-Wy
-jj
-yx
-Wy
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-YB
-Av
-YB
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yp
-yp
-yp
-yA
-yA
-yA
-yA
-yA
-yA
-yp
-yp
-yp
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-dD
-dD
-dD
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-cK
-Og
-Og
-Zn
-Og
-Og
-Og
-Og
-Zn
-Og
-Og
-Og
-Og
-Og
-Og
-yA
-yA
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(231,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-Wy
-jj
-GW
-Wy
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-uO
-oT
-dg
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-Yn
-Iu
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-yA
-yA
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(232,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-Wy
-jj
-vK
-Wy
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-gI
-EE
-EE
-EE
-KU
-EE
-EE
-dg
-Oa
-uO
-oT
-oT
-oT
-dg
-Oa
-uO
-EE
-EE
-EE
-EE
-EE
-EE
-EE
-EE
-EE
-EE
-EE
-dg
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-yA
-yA
-DU
-da
-oI
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(233,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-Wy
-jp
-jp
-jp
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-pf
-Bf
-Bf
-bl
-oT
-oT
-oT
-oT
-oT
-oT
-Au
-Gp
-OV
-oT
-oT
-oT
-TI
-Gp
-wJ
-Gu
-Gu
-Gu
-Sa
-oT
-oT
-oT
-Sa
-Sa
-nv
-Sa
-sq
-Oa
-yA
-LZ
-LZ
-GU
-LZ
-xG
-LZ
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-mn
-as
-as
-as
-as
-as
-as
-as
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-yA
-Fx
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(234,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-VZ
-oT
-oT
-Ni
-oT
-gS
-oT
-oT
-Gp
-oT
-oT
-oT
-oT
-oT
-Gp
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-sq
-Oa
-yA
-Qz
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-yA
-DU
-da
-oI
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(235,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-oT
-oT
-Bq
-oT
-wQ
-oT
-oT
-Gp
-oT
-oT
-oT
-oT
-oT
-Gp
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-VT
-oT
-sq
-Oa
-yA
-LZ
-LZ
-xG
-LZ
-GU
-LZ
-LZ
-OX
-LZ
-GU
-LZ
-LZ
-LZ
-GU
-LZ
-LZ
-LZ
-GU
-NK
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-yA
-Fx
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(236,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-gI
-oT
-oT
-gS
-oT
-nS
-oT
-aX
-Gp
-Bn
-oT
-oT
-oT
-aX
-Gp
-Bn
-Sa
-tZ
-Sa
-Sa
-oT
-oT
-oT
-Sa
-Sa
-Sa
-Sa
-sq
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-CG
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-Og
-Pt
-Fk
-Fk
-Fk
-Fk
-Fk
-Fk
-Pt
-Og
-yA
-yA
-DU
-da
-oI
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(237,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-pf
-Bf
-Bf
-bl
-oT
-oT
-QV
-oT
-Al
-oT
-ua
-Oa
-Nu
-FB
-My
-FB
-BU
-Oa
-Nu
-FB
-FB
-TQ
-FB
-FB
-FB
-yD
-FB
-FB
-TQ
-FB
-BU
-Oa
-yA
-LZ
-LZ
-GU
-LZ
-xG
-LZ
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-Og
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Pt
-Og
-yA
-yA
-Fx
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(238,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-VZ
-oT
-oT
-nS
-oT
-It
-oT
-ho
-Oa
-Oa
-Oa
-mP
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-mP
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Vo
-Oa
-Oa
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-mn
-as
-as
-as
-as
-as
-as
-as
-eA
-yA
-yA
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-Og
-yA
-DU
-da
-oI
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(239,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-oT
-oT
-gS
-oT
-Ni
-oT
-ho
-Oa
-uO
-EE
-RN
-dg
-Yp
-Yp
-Yp
-Yp
-uO
-DV
-EE
-EE
-dg
-Oa
-uO
-EE
-RN
-EE
-dg
-Oa
-yA
-LZ
-LZ
-xG
-LZ
-GU
-LZ
-LZ
-xG
-LZ
-GU
-LZ
-cw
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-xG
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(240,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-gI
-oT
-oT
-Fw
-oT
-gS
-oT
-ho
-Oa
-fq
-oT
-oT
-oT
-EE
-EE
-EE
-EE
-oT
-oT
-oT
-oT
-PN
-Oa
-fq
-nS
-nS
-nS
-ho
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-Ok
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-CG
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(241,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-pf
-Bf
-Bf
-bl
-oT
-oT
-oT
-oT
-oT
-oT
-ax
-mP
-cC
-Lr
-oT
-oT
-oT
-oT
-oT
-oT
-oT
-Hb
-oT
-oT
-PN
-Oa
-fq
-oT
-oT
-oT
-ho
-Oa
-yA
-LZ
-LZ
-GU
-LZ
-xG
-LZ
-GU
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-GU
-LZ
-LZ
-LZ
-GU
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(242,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Oa
-Bf
-Bf
-Bf
-Bf
-VZ
-FB
-FB
-FB
-yD
-FB
-FB
-BU
-Oa
-nD
-WL
-WL
-WL
-vk
-Cy
-Cy
-WL
-Aj
-Eu
-WL
-gJ
-cd
-Oa
-uz
-ha
-KV
-Hn
-hi
-Oa
-yA
-LZ
-LZ
-LZ
-jB
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(243,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-AZ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-Oa
-yA
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-LZ
-yA
-yA
-dD
-dD
-dD
-mn
-as
-as
-as
-as
-as
-as
-as
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(244,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-XL
-XL
-XL
-XL
-XL
-XL
-XL
-XL
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-eA
-eA
-eA
-eA
-IH
-HI
-IH
-HI
-IH
-HI
-IH
-eA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-DU
-da
-oI
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(245,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-XL
-XL
-XL
-XL
-XL
-XL
-XL
-XL
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-yA
-Fx
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(246,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(247,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-da
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(248,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(249,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-UM
-UM
-UM
-UM
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(250,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(251,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(252,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(253,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(254,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(255,1,1) = {"
-XE
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-nJ
-XE
-"}
-(256,1,1) = {"
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-XE
-"}
diff --git a/maps/southern_sun/submaps/gateway/maddnesslab.dm b/maps/southern_sun/submaps/gateway/maddnesslab.dm
deleted file mode 100644
index 058ddd64fa..0000000000
--- a/maps/southern_sun/submaps/gateway/maddnesslab.dm
+++ /dev/null
@@ -1,148 +0,0 @@
-/area/awaymission/mol
- name = "Strange Place"
- icon_state = "red"
- base_turf = /turf/simulated/floor/outdoors/dirt
- outdoors = 0
- requires_power = 0
-
-/area/awaymission/mol/outside
- dynamic_lighting = 1
- outdoors = 1
-
-/area/awaymission/mol/entrancetunnel
-
-/area/awaymission/mol/security
- name = "Delta Vault"
-
-/area/awaymission/mol/medical
- name = "Delta Checkpoint"
-
-/area/awaymission/mol/vr
- name = "Delta Checkpoint"
-
-/area/awaymission/mol/vr/observation
- name = "Delta Checkpoint"
-
-/area/awaymission/mol/vr/shattered
- name = "Delta Checkpoint"
-
-/area/awaymission/mol/vr/observationroom
- name = "Vistor Processing"
-
-/area/awaymission/mol/vistortunnel
- name = "Vistor Processing"
-
-/area/awaymission/mol/vistortunnel/red
- name = "Vistor Room Red"
-
-/area/awaymission/mol/vistortunnel/blue
- name = "Vistor Room Blue"
-
-/area/awaymission/mol/vistortunnel/yellow
- name = "Vistor Room Yellow"
-
-/area/awaymission/mol/vistortunnel/orange
- name = "Vistor Room Orange"
-
-/area/awaymission/mol/vistortunnel/green
- name = "Vistor Room Green"
-
-/area/awaymission/mol/vistortunnel/purple
- name = "Vistor Purple"
-
-/area/awaymission/mol/scraptunnels
- name = "Scrap Tunnels"
-
-/area/awaymission/mol/scraptunnels/room1
- name = "Junk Sorting"
-
-/area/awaymission/mol/scraptunnels/room2
- name = "Collection Zone"
-
-/area/awaymission/mol/scraptunnels/room3
- name = "Shuttle Landing Zone"
-
-/area/awaymission/mol/scraptunnels/room4
- name = "Mech Smeltery"
-
-/area/awaymission/mol/kitchen
- name = "Kitchen Hallways"
-
-/area/awaymission/mol/kitchen/chamberA
- name = "Delta Kitchen Chamber A"
-
-/area/awaymission/mol/kitchen/chamberB
- name = "Delta Kitchen Chamber B"
-
-/area/awaymission/mol/kitchen/chamberC
- name = "Delta Kitchen Chamber C"
-
-/area/awaymission/mol/kitchen/ChamberD
- name = "Delta Kitchen Chamber D"
-
-/area/awaymission/mol/mines
- name = "Delta Mines"
-
-/area/awaymission/mol/realitycore
- name = "Void"
-
-/area/awaymission/mol/audiotorium
- name = "Audiotorium"
-
-/area/awaymission/mol/conveyorcontrol
- name = "Beta Control Room"
-
-/area/awaymission/mol/dorm
- name = "Dorm"
-
-/area/awaymission/mol/serverroom
- name = "Server Room"
-
-/area/awaymission/mol/securitycheckpoint
- name = "Security Checkpoint"
-
-/area/awaymission/mol/engi
- name = "Lab Enginering"
-
-/area/awaymission/mol/hardlightentrance
- name = "Hardlight Zone Entrance"
-
-/area/awaymission/mol/dorms
- name = "Delta Lab Dorms"
-
-/area/awaymission/mol/headdorms
- name = "Delta Lab Head Dorms"
-
-/area/awaymission/mol/themaze
- name = "Delta Maze"
-
-/area/awaymission/mol/crumblingmaze
- name = "Delta Breaking Maze"
-
-/obj/structure/prop/blackbox/maddnesslab
- catalogue_data = list(/datum/category_item/catalogue/information/blackbox/maddnesslab)
-
-/datum/category_item/catalogue/information/blackbox/maddnesslab
- name = "Black Box Data - Farewell"
- desc = {"Testing, testing.
- Well, this is awkward.
- Lab is finally closed.
- Everyone but boss man is gone.
- Which I mean dead, quit, fired, or some combination of them.
- And well the labs are a mess, and boss man well...that strange place did things to him.
- So, I took charge and did things. I locked boss up firmly in that sphere he so fondly likes.
- Locked the armory and hid the switches within the chassis we made.
,
- If someone goes looky for boss, they'll need to clear up the carnage we made
- Nothing is getting out of there. Except Ashy, they're the one sane thing left.
- Not really sure what else to do for my confession.
- We did some really messed up stuff man, and planned on doing worse.
- I think boss believes themselves to be god.
- And with that strange mecha, I don't blame them. Not sure the experimental janus designs I've seen
- surpass it.
- Soo uhhh, yeah we messed up. Imma walk off aimlessly into the desert
- Or maybe go home myself if I can bypass my own security measures
- Didn't want anyone coming in or out of the teleporter but couldn't break it
- So locked it behind a buttons in our research wings
- And hey if you're hearing this, take care of my drake please.
- Ashy is a good one.
- "}
\ No newline at end of file
diff --git a/maps/southern_sun/submaps/gateway/maddnesslab.dmm b/maps/southern_sun/submaps/gateway/maddnesslab.dmm
deleted file mode 100644
index 4d3b20780c..0000000000
--- a/maps/southern_sun/submaps/gateway/maddnesslab.dmm
+++ /dev/null
@@ -1,74329 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"ac" = (
-/obj/structure/flora/ausbushes/leafybush,
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"ae" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/random/trash_pile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"ah" = (
-/obj/machinery/door/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"ai" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"aj" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"an" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"ap" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"aq" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"ar" = (
-/obj/structure/table/steel,
-/obj/item/paper{
- name = "Help Me";
- info = "It won't get out of my head. It won't let me leave. I changed the blast doors to try and seal it away, but it refuses to let me make it unreachable. No matter how many barriers I try, if it gets the hint of being sealed permeantly, it makes me undo it. Please, if you read this. just leave. Just go. Don't try to kill it, you'll just be claimed too."
- },
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"at" = (
-/obj/machinery/honey_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"az" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"aA" = (
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"aB" = (
-/obj/structure/undies_wardrobe,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"aC" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"aF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"aI" = (
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"aJ" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"aK" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"aL" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"aO" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"aS" = (
-/obj/structure/table/darkglass,
-/obj/item/gun/magic/firestaff/vrwizard/lighting,
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"aU" = (
-/mob/living/simple_mob/vr/firewiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"aW" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"aX" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"aY" = (
-/obj/machinery/door/blast/puzzle{
- id = "SuperBossGate"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/realitycore)
-"bb" = (
-/obj/item/paper{
- name = "Dev Notes Secert";
- info = "I promised my nephew to put his level into this game. If you found it, uhh congrats. Didn't test it."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"be" = (
-/obj/effect/floor_decal/stairs/wood_stairs{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"bf" = (
-/obj/item/bedsheet,
-/obj/structure/bed,
-/obj/machinery/light,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"bg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/vore/candy/peppermint,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"bh" = (
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"bi" = (
-/mob/living/simple_mob/mechanical/mecha/vistor/vistorblue/shielded,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"bk" = (
-/obj/machinery/appliance/mixer/cereal,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"bl" = (
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/mol/vr/shattered)
-"bn" = (
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"bo" = (
-/mob/living/simple_mob/vr/firewiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"bu" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"bv" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/vending/blood,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"bw" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"bC" = (
-/obj/random/maintenance,
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"bF" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/structure/curtain,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"bH" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"bI" = (
-/mob/living/simple_mob/vr/frostwiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"bM" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorGreen"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"bO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"bR" = (
-/obj/structure/disposalpipe/segment,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"bS" = (
-/obj/structure/table/marble,
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"bU" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"bY" = (
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"bZ" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"cc" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"cd" = (
-/obj/structure/safe,
-/obj/item/encryptionkey/omni,
-/obj/item/clothing/glasses/omni,
-/obj/item/ammo_casing/microbattery/medical/omni3,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"ce" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"ch" = (
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"cj" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/kitchen)
-"ck" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/puzzle{
- id = "MadMedicalA"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"cl" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"cr" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"ct" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/mob/living/bot/cleanbot{
- name = "Reality Destroyer"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"cy" = (
-/obj/effect/spider/stickyweb/dark,
-/obj/effect/spider/eggcluster/royal,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/headdorms)
-"cz" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"cE" = (
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"cH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"cI" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"cK" = (
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"cL" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"cM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels/room2)
-"cN" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"cO" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/rainbow_soap,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"cQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/crumblingmaze)
-"cS" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"cW" = (
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"da" = (
-/obj/machinery/door/blast/regular{
- id = "MoLockB"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"db" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"dc" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"df" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"dg" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"di" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- name = "Notes";
- info = "We just pulled a cultist from the void. They were sleeping so we just nudge them into their room and prayed."
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"dj" = (
-/obj/structure/closet/crate,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/obj/item/spacecash/c1000,
-/turf/simulated/floor,
-/area/awaymission/mol/hardlightentrance)
-"dk" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"dl" = (
-/turf/simulated/wall/sifwood,
-/area/awaymission/mol/vr/shattered)
-"dm" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"ds" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorGreen"
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"dw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"dy" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"dB" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"dH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"dI" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"dJ" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/suit/armor/combat/imperial,
-/obj/item/clothing/gloves/arm_guard/combat/imperial,
-/obj/item/clothing/head/helmet/combat/imperial,
-/obj/item/clothing/shoes/leg_guard/combat/imperial,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"dK" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"dO" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/rainbow_soap,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 9
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"dP" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"dQ" = (
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/observation)
-"dR" = (
-/obj/machinery/door/airlock/security,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"dT" = (
-/obj/structure/cliff/automatic{
- dir = 2
- },
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"dY" = (
-/obj/structure/inflatable,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"dZ" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"ea" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"eb" = (
-/obj/structure/bed/chair/office{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"ed" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"ee" = (
-/obj/structure/table/reinforced,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"ef" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"ei" = (
-/obj/structure/bonfire/permanent,
-/obj/item/material/sword,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"em" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"eo" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"ep" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"eq" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"et" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"ex" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"ey" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"eB" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"eC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"eD" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/security)
-"eF" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"eL" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/ling_cyber_horror,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"eR" = (
-/mob/living/simple_mob/vore/candy/orangecabold,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"fa" = (
-/obj/item/stool/padded,
-/mob/living/simple_mob/vore/candy/orangecabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"fb" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"fe" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"fg" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/revolver/saa,
-/obj/item/gun/projectile/revolver/judge,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"fi" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"fk" = (
-/obj/structure/table/marble,
-/obj/item/flashlight/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"fm" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"fp" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"fq" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"fr" = (
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"ft" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorYellow"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"fu" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"fy" = (
-/obj/structure/grille,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"fz" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"fB" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"fD" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- name = "Notes";
- info = "Vistor Purple has the capability to manpulate light, turning itself seemingly invisible to the naked eye."
- },
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"fJ" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"fN" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"fQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/machinery/button/remote/blast_door{
- id = "FinaleGate4"
- },
-/obj/item/toy/plushie/fluff/lemonplush,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"fR" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/observationroom)
-"fS" = (
-/obj/random/outcrop,
-/obj/random/outcrop,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"fT" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"fY" = (
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"fZ" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"ga" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/vr/observation)
-"gh" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"gn" = (
-/obj/machinery/conveyor,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"gr" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"gy" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"gA" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"gB" = (
-/mob/living/simple_mob/vore/candy/orangecabold,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"gD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"gE" = (
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"gG" = (
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"gH" = (
-/obj/machinery/seed_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"gJ" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"gK" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"gN" = (
-/obj/random/obstruction,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"gO" = (
-/obj/machinery/gibber,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"gR" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"gU" = (
-/obj/structure/table/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"gW" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/cat_cyber_horror,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"gX" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"gY" = (
-/obj/machinery/door/airlock,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"ha" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/hardlightentrance)
-"hd" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"he" = (
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/regular/open{
- id = "MoLockC"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"hf" = (
-/obj/structure/table/standard,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/incendiary,
-/obj/item/grenade/chem_grenade/incendiary,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/soap/rainbow_soap,
-/obj/machinery/button/remote/blast_door{
- id = "FinaleGate1"
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"hg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"hh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"hp" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"hq" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"hs" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"ht" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"hw" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"hx" = (
-/obj/effect/decal/mecha_wreckage/durand,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"hz" = (
-/obj/item/paper{
- name = "Good Bye";
- info = "We have fallen. The ash fills our view. We can hear the creatures scurring in the dark. Dave has already given up, and while I try to keep him moving with promises of salvation, I know he's right. We're both dead down here. Once we fell off the lift, we were goners."
- },
-/turf/simulated/floor/outdoors/grass/smokestar,
-/area/awaymission/mol/mines)
-"hA" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 6
- },
-/obj/structure/table/steel_reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "MadMedicalB"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"hD" = (
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"hE" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"hG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"hI" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"hJ" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/weird_things/dark,
-/area/awaymission/mol/realitycore)
-"hL" = (
-/obj/random/obstruction,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"hM" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"hN" = (
-/obj/machinery/gibber,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"hO" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"hQ" = (
-/turf/simulated/floor/outdoors/grass/smokestar,
-/area/awaymission/mol/mines)
-"hS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"hU" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"hY" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"hZ" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"ia" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/item/defib_kit/compact/combat/loaded,
-/obj/item/defib_kit/compact/combat/loaded,
-/obj/structure/table/standard,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"ie" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"ig" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"ii" = (
-/obj/structure/table/marble,
-/obj/machinery/microwave,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"il" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"im" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"io" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"ip" = (
-/obj/machinery/conveyor{
- id = "Candy Zone"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"ir" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"is" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen)
-"it" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/material/twohanded/fireaxe/scythe,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"iz" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"iA" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/mol/security)
-"iE" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"iF" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"iG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"iH" = (
-/obj/machinery/honey_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"iI" = (
-/obj/random/trash_pile,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"iL" = (
-/mob/living/simple_mob/vr/frostwiz,
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"iM" = (
-/obj/random/obstruction,
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"iN" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"iP" = (
-/obj/structure/grille,
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"iR" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 10
- },
-/obj/machinery/oxygen_pump/mobile/anesthetic,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"iS" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"iT" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"iV" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/vr/shattered)
-"iW" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 3
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"jb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/crumblingmaze)
-"jc" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/revolver/saa,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"jd" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vr/shattered)
-"jf" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/dorms)
-"jg" = (
-/mob/living/simple_mob/mechanical/mecha/vistor/vistorpurple,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"ji" = (
-/mob/living/simple_mob/vore/candy/ouroboros,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"jj" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"jo" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"jp" = (
-/obj/structure/grille,
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/shattered)
-"jt" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"jv" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"jw" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"jx" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"jy" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"jz" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel)
-"jB" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"jI" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"jM" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"jQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"jT" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/storage/firstaid/experimental,
-/obj/item/storage/firstaid/clotting,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"jW" = (
-/obj/structure/table/marble,
-/obj/random/meat,
-/obj/random/meat,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"jY" = (
-/obj/machinery/gateway,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"jZ" = (
-/obj/machinery/appliance/cooker/grill,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"kd" = (
-/turf/simulated/wall/r_wall{
- can_open = 1
- },
-/area/awaymission/mol/kitchen)
-"kf" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"kg" = (
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/meat,
-/obj/random/meat,
-/obj/random/meat,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"kh" = (
-/obj/structure/salvageable/server,
-/obj/structure/salvageable/server,
-/turf/simulated/floor/bluegrid,
-/area/awaymission/mol/serverroom)
-"kj" = (
-/turf/simulated/floor/weird_things/dark,
-/area/awaymission/mol/realitycore)
-"kk" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"kl" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"km" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"ko" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLBossHidden"
- },
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"kp" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLSpoiler"
- },
-/turf/simulated/floor/outdoors/grass/smokestar,
-/area/awaymission/mol/mines)
-"kq" = (
-/turf/simulated/wall/dungeon{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/entrancetunnel)
-"kr" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ks" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"kt" = (
-/obj/structure/table/darkglass,
-/obj/item/gun/magic/firestaff/vrwizard/frost,
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"ky" = (
-/obj/structure/railing,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"kA" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"kC" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/gun/energy/vepr/plasma,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"kF" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/securitycheckpoint)
-"kH" = (
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"kJ" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen)
-"kL" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"kN" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"kP" = (
-/obj/machinery/crystal/ice,
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/ice/dark{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"kR" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room1)
-"kS" = (
-/obj/machinery/conveyor_switch{
- id = "Candy Zone"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"kU" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"kV" = (
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"kX" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"kZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"ld" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"le" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"lf" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"lh" = (
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"lj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"ll" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"lm" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/seed_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"ln" = (
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/observation)
-"lo" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"lr" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"ls" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"lt" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/reagent_containers/glass/beaker/bluespace,
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"lx" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"lz" = (
-/obj/structure/table/marble,
-/obj/machinery/button/remote/blast_door{
- id = "FinaleGate2"
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"lC" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"lD" = (
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"lF" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"lH" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/random/trash,
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"lJ" = (
-/obj/effect/spider/stickyweb/dark,
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/research,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"lK" = (
-/obj/structure/ghost_pod/manual/lost_drone,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"lL" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"lM" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/material/twohanded/fireaxe/scythe,
-/obj/item/melee/energy/sword/imperial,
-/obj/item/shield/energy/imperial,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"lO" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"lU" = (
-/obj/structure/flora/ausbushes/leafybush,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"lV" = (
-/obj/structure/railing,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"lW" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"lZ" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"ma" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"md" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/outdoors/desert_planet/deep_sand{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/outside)
-"mg" = (
-/obj/structure/door_assembly/door_assembly_hatch,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/serverroom)
-"mi" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/puzzle{
- id = "MadMedicalA"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"mj" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"mk" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"ml" = (
-/obj/structure/ghost_pod/manual/lost_drone,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"mo" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/gun/energy/vepr/plasma,
-/obj/item/gun/energy/imperial,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"mq" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"mt" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/item/clothing/head/vrwizard,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"mx" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/engi)
-"my" = (
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"mz" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"mA" = (
-/obj/effect/fake_sun/warm,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"mB" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"mC" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"mD" = (
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"mE" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/mol/serverroom)
-"mF" = (
-/mob/living/simple_mob/vr/alchemistbee,
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"mI" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/realitycore)
-"mL" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"mP" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 1
- },
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/observationroom)
-"mQ" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"mR" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/machinery/door/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"mS" = (
-/obj/item/paper{
- name = "Dev Notes 6";
- info = "We would have a boss here but we're a very low budget team. 1,000 k thalers barely let us set up shop. Jim is living out of his shuttle craft."
- },
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"mV" = (
-/obj/effect/spider/stickyweb/dark,
-/mob/living/simple_mob/animal/passive/mouse,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/headdorms)
-"mX" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"mY" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"mZ" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"nd" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"ng" = (
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"nh" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"ni" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "Candy Zone"
- },
-/obj/machinery/light{
- layer = 3
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"nj" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"no" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/vistortunnel)
-"np" = (
-/obj/structure/table/hardwoodtable,
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"nq" = (
-/obj/structure/table/gold,
-/obj/item/paper{
- name = "Just Stop";
- info = "Boss man is gone. I sent a syndi distress signal, and I hope they tear this place apart before anyone finds it. And if you get past them, and all our mistakes, you're not going to be able to use it. Just give up and go home."
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"nu" = (
-/obj/structure/salvageable/server,
-/turf/simulated/floor/bluegrid,
-/area/awaymission/mol/serverroom)
-"nx" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"nA" = (
-/obj/structure/table/marble,
-/obj/machinery/light{
- dir = 1
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"nL" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"nN" = (
-/obj/effect/decal/mecha_wreckage/gygax/adv,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"nO" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/random/trash_pile,
-/obj/random/trash_pile,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"nP" = (
-/obj/structure/railing,
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"nS" = (
-/obj/structure/railing,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"nT" = (
-/obj/machinery/door/blast/regular{
- id = "MolFluffV1"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"nX" = (
-/obj/structure/table/steel_reinforced,
-/obj/structure/disposalpipe/segment,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"nY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"nZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/plasma_cyber_horror,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"oa" = (
-/obj/machinery/door/blast/puzzle{
- id = "SuperBossGate"
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"ob" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"oe" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"of" = (
-/turf/simulated/wall/dungeon{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/vr/shattered)
-"og" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"oi" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/headdorms)
-"oj" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"ok" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"on" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"oo" = (
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/mol/serverroom)
-"ov" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ow" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/lasertag/blue,
-/obj/item/gun/energy/lasertag/blue,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"oz" = (
-/mob/living/simple_mob/vr/frostwiz,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"oE" = (
-/obj/structure/table/gold,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"oG" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"oH" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"oI" = (
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"oK" = (
-/obj/effect/floor_decal/corner/red/bordercorner,
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"oM" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"oN" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/green)
-"oO" = (
-/obj/machinery/door/airlock/hatch,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/serverroom)
-"oP" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"oR" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"oS" = (
-/obj/effect/spider/stickyweb/dark,
-/obj/effect/spider/eggcluster/royal,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"oV" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorBlue"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"oX" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"oZ" = (
-/obj/random/maintenance/engineering,
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"pc" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 9
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"pd" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"pi" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"pl" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"pn" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"po" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"pr" = (
-/obj/structure/table/rack/shelf,
-/obj/item/melee/energy/sword/imperial,
-/obj/item/shield/energy/imperial,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"ps" = (
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"pu" = (
-/mob/living/simple_mob/mechanical/mecha/imperion/phase1,
-/turf/simulated/floor/weird_things/dark,
-/area/awaymission/mol/realitycore)
-"pw" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"px" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"pB" = (
-/obj/effect/decal/mecha_wreckage/marauder,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"pD" = (
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"pE" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"pF" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"pI" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen/ChamberD)
-"pJ" = (
-/obj/structure/closet,
-/obj/random/maintenance,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/misc,
-/obj/random/maintenance/security,
-/obj/random/maintenance/research,
-/obj/random/maintenance/engineering,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"pK" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels/room2)
-"pN" = (
-/obj/random/obstruction,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"pT" = (
-/obj/machinery/sleeper/survival_pod{
- dir = 5
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"pV" = (
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"pW" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/puzzle{
- id = "MadMedicalB"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"pY" = (
-/obj/structure/catwalk,
-/turf/simulated/floor/lava,
-/area/awaymission/mol/vr/shattered)
-"qb" = (
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"qc" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"qd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"qf" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"qg" = (
-/obj/structure/table/marble,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"qj" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"ql" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"qn" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"qo" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"qp" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"qq" = (
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"qu" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"qv" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"qz" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"qA" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"qC" = (
-/obj/structure/disposaloutlet,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"qE" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"qF" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"qG" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/blue)
-"qJ" = (
-/obj/structure/bookcase,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"qL" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"qN" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorYellow"
- },
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"qO" = (
-/obj/machinery/conveyor{
- id = "Candy Zone";
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"qP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/clothing/suit/armor/combat/imperial,
-/obj/item/clothing/gloves/arm_guard/combat/imperial,
-/obj/item/clothing/head/helmet/combat/imperial,
-/obj/item/clothing/shoes/leg_guard/combat/imperial,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"qS" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"qT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"qV" = (
-/obj/effect/map_helper/no_phaseshift,
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"qW" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/lasertag/blue,
-/obj/item/gun/energy/lasertag/blue,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"qZ" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"ra" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"rb" = (
-/obj/item/stool/padded,
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"rd" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/mol/vistortunnel)
-"rf" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"rh" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/security)
-"ri" = (
-/obj/machinery/chemical_dispenser/xenoflora/full,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"rk" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"rl" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/cat_cyber_horror,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"rm" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "Candy Zone"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"rn" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"rt" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"ry" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"rA" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorPurple"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"rD" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"rE" = (
-/obj/structure/table/darkglass,
-/obj/item/bluespace_harpoon,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"rK" = (
-/obj/structure/table/steel,
-/obj/structure/curtain,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"rL" = (
-/obj/machinery/conveyor{
- id = "Candy Zone"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"rM" = (
-/mob/living/simple_mob/vr/frostwiz,
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"rO" = (
-/obj/structure/table/steel,
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"rP" = (
-/obj/machinery/crystal/lava,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"rQ" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"rS" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"rU" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"rW" = (
-/obj/item/paper{
- name = "Dev Notes 4";
- info = "Now you see, the sea level is a tad harder then the forsest, but you also have less of the next area to clear. Unless you want to full clear but who wants to do that."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"rX" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"rZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"sc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"sd" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"sf" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"sg" = (
-/obj/effect/decal/mecha_wreckage/mauler,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"sh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"sk" = (
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"so" = (
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/item/slime_extract/amber,
-/obj/structure/closet/crate,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"sq" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vr/observation)
-"ss" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"sz" = (
-/obj/structure/janitorialcart,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 3
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"sB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"sI" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"sK" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"sM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"sN" = (
-/turf/simulated/wall/dungeon{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/mines)
-"sQ" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"sS" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"sU" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"sY" = (
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"tb" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"tf" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"tg" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"tl" = (
-/obj/machinery/biogenerator,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"tn" = (
-/obj/structure/ghost_pod/manual/corgi,
-/obj/item/stack/animalhide/corgi,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"tp" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"tu" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"ty" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"tA" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/bluespace,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"tB" = (
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/shattered)
-"tD" = (
-/obj/structure/flora/ausbushes/leafybush,
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"tG" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/mines)
-"tH" = (
-/obj/item/stool/padded,
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"tI" = (
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"tK" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"tL" = (
-/obj/random/outcrop,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"tN" = (
-/obj/machinery/conveyor{
- id = "Candy Zone"
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"tP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"tR" = (
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"tS" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"tT" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorGreen"
- },
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"tU" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"tW" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorBlue"
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"tX" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/audiotorium)
-"tY" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"tZ" = (
-/mob/living/simple_mob/vr/frostwiz,
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"uc" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room3)
-"ud" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"uf" = (
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ug" = (
-/obj/structure/loot_pile/surface/bones,
-/obj/machinery/conveyor_switch{
- id = "Candy Zone"
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"uh" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"ui" = (
-/obj/effect/map_helper/no_tele,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"uk" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/corgi,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"ul" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"um" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"uo" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/conveyorcontrol)
-"up" = (
-/obj/structure/table/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"uq" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"uu" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"uv" = (
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/observationroom)
-"uz" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"uA" = (
-/obj/effect/floor_decal/corner/yellow/bordercorner,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"uD" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"uE" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"uH" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"uJ" = (
-/turf/simulated/mineral/crystal_shiny,
-/area/awaymission/mol/vr/shattered)
-"uM" = (
-/obj/machinery/conveyor_switch{
- id = "Candy Zone"
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"uN" = (
-/obj/machinery/door/blast/regular{
- id = "MolFluffV2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"uQ" = (
-/obj/structure/door_assembly/door_assembly_hatch,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"uR" = (
-/obj/item/beartrap/hunting{
- anchored = 1;
- deployed = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"uS" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"uU" = (
-/obj/effect/decal/mecha_wreckage/mauler,
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"uY" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"va" = (
-/obj/effect/map_helper/no_phaseshift,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"vb" = (
-/obj/effect/decal/mecha_wreckage/phazon,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"vc" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"vd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"ve" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"vh" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"vr" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"vw" = (
-/obj/item/modular_computer/console/preset/civilian,
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/observationroom)
-"vy" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"vz" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/engi)
-"vF" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"vG" = (
-/obj/machinery/door/airlock/angled_bay/double,
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"vH" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"vJ" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"vM" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/hardlightentrance)
-"vO" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"vP" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"vQ" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"vR" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 10
- },
-/obj/structure/table/steel_reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "MadMedicalA"
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"vS" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"vU" = (
-/obj/structure/curtain,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"vX" = (
-/obj/structure/table/standard,
-/obj/machinery/light,
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"wa" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room1)
-"wb" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"wc" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"we" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"wf" = (
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"wk" = (
-/obj/machinery/appliance/mixer/candy,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"wl" = (
-/obj/structure/flora/ausbushes/lavendergrass,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"wm" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"wn" = (
-/obj/machinery/autolathe,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"wq" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"wr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"wv" = (
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"wx" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"wz" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"wB" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/mol/entrancetunnel)
-"wF" = (
-/obj/machinery/door/airlock/gold,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"wI" = (
-/obj/structure/janitorialcart,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 10
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"wK" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"wM" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 8;
- pixel_x = -5
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"wN" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"wO" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"wP" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"wQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"wS" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"wW" = (
-/obj/machinery/door/airlock/medical,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"wY" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"xd" = (
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/shattered)
-"xe" = (
-/obj/machinery/disposal,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"xg" = (
-/obj/machinery/chemical_dispenser/xenoflora/full,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"xh" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"xi" = (
-/obj/structure/closet/toolcloset,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/electrical,
-/obj/item/clothing/gloves/yellow,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"xj" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/random/obstruction,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"xl" = (
-/obj/structure/table/steel,
-/obj/structure/curtain,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"xm" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"xo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen/ChamberD)
-"xp" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"xq" = (
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"xr" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"xs" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/chem_master,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"xt" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 5
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"xu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/random/trash,
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"xv" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"xw" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorRed"
- },
-/obj/effect/floor_decal/corner/red/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"xx" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/marble,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"xy" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"xA" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"xB" = (
-/turf/simulated/floor/outdoors/ice/dark{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"xC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/entrancetunnel)
-"xJ" = (
-/obj/structure/table/hardwoodtable,
-/obj/effect/spider/stickyweb/dark,
-/obj/item/card/id/syndicate_command,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"xM" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/light,
-/obj/machinery/body_scanconsole,
-/obj/machinery/body_scanconsole,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"xQ" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"xW" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"xX" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"ya" = (
-/obj/item/bedsheet,
-/obj/structure/bed,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"yb" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"ye" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/structure/table/standard,
-/obj/item/reagent_containers/spray/sterilizine,
-/obj/item/reagent_containers/spray/sterilizine,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"yf" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLBossRoom"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"yi" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"yj" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"yl" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"yo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"yp" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"yu" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/vr/shattered)
-"yx" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"yz" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"yA" = (
-/obj/effect/decal/mecha_wreckage/janus,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"yB" = (
-/obj/machinery/door/blast/regular{
- id = "MoLockA"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"yE" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"yH" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"yI" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"yK" = (
-/obj/structure/table/rack/shelf,
-/obj/item/gun/energy/imperial,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"yL" = (
-/obj/structure/table/marble,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"yN" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"yO" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"yP" = (
-/obj/effect/decal/mecha_wreckage/gygax,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"yQ" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 1
- },
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"yV" = (
-/obj/effect/decal/mecha_wreckage/gygax/medgax,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"yW" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorPurple"
- },
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"yY" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"zd" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"ze" = (
-/obj/structure/bed/chair/office{
- dir = 1
- },
-/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"zf" = (
-/obj/structure/inflatable,
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"zg" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/sleeper{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"zj" = (
-/obj/vehicle/bike/built,
-/obj/machinery/mech_recharger,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"zl" = (
-/obj/machinery/conveyor{
- id = "Candy Zone"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"zm" = (
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"zo" = (
-/turf/simulated/floor/outdoors/shelfice{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15;
- outdoors = -1
- },
-/area/awaymission/mol/vr/shattered)
-"zq" = (
-/mob/living/simple_mob/vore/candy/orangecabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"zr" = (
-/obj/structure/disposalpipe/trunk,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"zs" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"zu" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"zv" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"zx" = (
-/obj/structure/barricade/planks,
-/obj/item/tape/police,
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"zB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/blast/regular/open{
- id = "MoLockC"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/securitycheckpoint)
-"zC" = (
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"zE" = (
-/obj/machinery/chemical_dispenser/biochemistry/full,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"zF" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"zJ" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"zL" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"zO" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"zR" = (
-/obj/structure/prop/blackbox/maddnesslab,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"zS" = (
-/turf/simulated/mineral,
-/area/awaymission/mol/mines)
-"zT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"zX" = (
-/obj/effect/decal/mecha_wreckage/gorilla,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"zZ" = (
-/obj/machinery/door/airlock/security,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"Aa" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/beach/sand,
-/area/awaymission/mol/vr/shattered)
-"Ab" = (
-/obj/structure/table/marble,
-/obj/machinery/button/remote/blast_door{
- id = "MolFluffV1"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"Ac" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Ad" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Ae" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/entrancetunnel)
-"Af" = (
-/obj/machinery/button/remote/blast_door{
- id = "FinaleGate3"
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/bluegrid,
-/area/awaymission/mol/serverroom)
-"Ag" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"Ah" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Aj" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels)
-"Ak" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorOrange"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"An" = (
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"At" = (
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Av" = (
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"Aw" = (
-/obj/structure/table/marble,
-/obj/machinery/light,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Ax" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"AC" = (
-/obj/random/trash_pile,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"AD" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/plasma_cyber_horror,
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"AE" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"AG" = (
-/obj/structure/bed,
-/obj/item/bedsheet/captain,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"AI" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"AK" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"AQ" = (
-/obj/structure/table/steel_reinforced,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"AW" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/ice/dark{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"AX" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "Candy Zone"
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Bc" = (
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Bf" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Bh" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Bi" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Bj" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Bm" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Bn" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Bo" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Bp" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Br" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"Bs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Bt" = (
-/obj/item/clothing/accessory/poncho/roles/cloak/security,
-/obj/item/gun/projectile/gyropistol,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/clothing/glasses/sunglasses/sechud/tactical,
-/obj/structure/closet/secure_closet/guncabinet{
- name = "security cabinet"
- },
-/obj/item/melee/baton,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Bu" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"Bw" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Bx" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"Bz" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"BA" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/red)
-"BB" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"BF" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/light,
-/obj/machinery/sleep_console{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"BG" = (
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"BH" = (
-/obj/structure/closet/crate/secure/loot,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"BI" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"BJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"BL" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/crumblingmaze)
-"BR" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"BZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Cc" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Cd" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/dorms)
-"Cf" = (
-/obj/structure/table/rack/shelf,
-/obj/item/gun/projectile/revolver/judge,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Ch" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Cl" = (
-/obj/item/clothing/suit/storage/hooded/wintercoat/cosmic,
-/obj/structure/closet/wardrobe,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"Cm" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Co" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"Cr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"Cs" = (
-/obj/structure/closet/secure_closet/guncabinet{
- name = "ammo cabinet"
- },
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Cw" = (
-/obj/structure/disposalpipe/segment,
-/obj/random/trash,
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"Cx" = (
-/obj/structure/barricade/planks,
-/obj/item/tape/police,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Cy" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"CC" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"CE" = (
-/obj/machinery/door/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"CF" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"CH" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"CL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"CO" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"CR" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"CS" = (
-/obj/machinery/chemical_dispenser/biochemistry/full,
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"CW" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"CY" = (
-/obj/item/beartrap/hunting{
- anchored = 1;
- deployed = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"CZ" = (
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Da" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"Dc" = (
-/obj/item/modular_computer/console{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Dh" = (
-/obj/structure/table/reinforced,
-/obj/structure/disposalpipe/segment,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Di" = (
-/obj/random/obstruction,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Dj" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"Dl" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Dm" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Do" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Dp" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/obj/machinery/shower{
- dir = 8;
- pixel_x = -5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Dq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"Ds" = (
-/obj/random/obstruction,
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Du" = (
-/obj/machinery/porta_turret/poi{
- faction = "syndicate";
- check_weapons = 1;
- installation = /obj/item/gun/energy/lasershotgun
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"Dv" = (
-/obj/structure/table/marble,
-/obj/machinery/recharger,
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Dw" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"DE" = (
-/turf/simulated/shuttle/wall/alien,
-/area/awaymission/mol/realitycore)
-"DF" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"DG" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"DI" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"DL" = (
-/obj/effect/floor_decal/corner/yellow/bordercorner{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"DM" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"DN" = (
-/obj/structure/flora/ausbushes/grassybush,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"DO" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"DP" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/firstaid/bonemed,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"DQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"DR" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- name = "Notes";
- info = "I feel I may be drugged after seeing vistor orange."
- },
-/obj/machinery/light,
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"DS" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"DU" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"DV" = (
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"DW" = (
-/mob/living/simple_mob/vr/frostwiz,
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"DY" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/lasertag/red,
-/obj/item/gun/energy/lasertag/red,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"DZ" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/purple)
-"Eb" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"Ee" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"Ei" = (
-/obj/structure/cliff/automatic{
- dir = 6
- },
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"Ej" = (
-/obj/machinery/gateway/centeraway{
- calibrated = 0
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Ek" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"En" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"Eo" = (
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Eq" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"Er" = (
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"Et" = (
-/obj/random/obstruction,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Ez" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"EA" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"EB" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 9
- },
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"EH" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"EL" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"EM" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/reinforced,
-/area/awaymission/mol/audiotorium)
-"EO" = (
-/obj/structure/closet/jcloset,
-/obj/item/soap/rainbow_soap,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 5
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"EP" = (
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"ET" = (
-/obj/random/obstruction,
-/obj/random/obstruction,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"EU" = (
-/mob/living/simple_mob/mechanical/mecha/vistor/vistorgreen,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"EW" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"EY" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"EZ" = (
-/obj/item/modular_computer/console{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Fa" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"Fb" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Fd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"Fe" = (
-/obj/machinery/crystal/ice,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Fg" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"Fh" = (
-/obj/structure/closet/crate/secure/loot,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"Fi" = (
-/turf/simulated/wall/titanium,
-/area/awaymission/mol/audiotorium)
-"Fj" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLBossRoom"
- },
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Fk" = (
-/obj/effect/floor_decal/corner/red/bordercorner,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Fl" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Fn" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 5
- },
-/obj/machinery/shower{
- dir = 8;
- pixel_x = -5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Fp" = (
-/obj/machinery/door/airlock/security,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"Fq" = (
-/turf/simulated/wall/dungeon,
-/area/awaymission/mol/medical)
-"Fr" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"Fs" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Ft" = (
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/bordercorner{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Fu" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/orange)
-"Fv" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Fx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"Fz" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"FA" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/marble,
-/obj/structure/table/marble,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"FB" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"FG" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 8
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"FH" = (
-/obj/effect/decal/mecha_wreckage/odysseus,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"FQ" = (
-/obj/machinery/light,
-/obj/item/beartrap/hunting{
- anchored = 1;
- deployed = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"FS" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"FV" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/reagent_containers/glass/beaker/bluespace,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Gc" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Gf" = (
-/obj/random/obstruction,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Gi" = (
-/obj/item/flame/candle/everburn,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"Gj" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"Gm" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Gn" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Go" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Gp" = (
-/mob/living/simple_mob/humanoid/cultist/magus/rift,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"Gq" = (
-/obj/effect/landmark/gateway_scatter,
-/turf/simulated/floor/outdoors/desert_planet/deep_sand{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/outside)
-"Gr" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"Gy" = (
-/obj/structure/table/marble,
-/obj/machinery/button/remote/blast_door{
- id = "MolFluffV2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"GA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"GB" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"GC" = (
-/obj/structure/ghost_pod/manual/cursedblade,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"GD" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"GG" = (
-/obj/structure/railing,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"GH" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/simulated/floor/wood{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"GI" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"GJ" = (
-/obj/item/stool/padded,
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"GL" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/hardlightentrance)
-"GP" = (
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"GQ" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorRed"
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"GR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"GS" = (
-/obj/machinery/chem_master/condimaster,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"GU" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"GX" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/marble,
-/obj/item/paper{
- name = "Farewell";
- info = "Farewell our strange form of garbage collection. No idea why we used metal eating beetles, and robot spiders that dragged the gear back out, but heh. Have fun with my slime plush and the button to boss."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"GY" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"GZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Ha" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Hc" = (
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Hd" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorPurple"
- },
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"He" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"Hl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Ho" = (
-/obj/structure/table/hardwoodtable,
-/obj/item/flashlight/lamp/green,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"Hr" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Hs" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Ht" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Hw" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorYellow"
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"Hx" = (
-/obj/effect/decal/mecha_wreckage/gygax/dark,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"HA" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/outdoors/desert_planet/deep_sand{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/outside)
-"HF" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels)
-"HG" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"HH" = (
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"HI" = (
-/turf/simulated/floor/reinforced,
-/area/awaymission/mol/audiotorium)
-"HK" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"HP" = (
-/obj/structure/closet/crate/secure/loot,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"HS" = (
-/obj/structure/table/darkglass,
-/obj/item/telecube/randomized{
- name = "McGuffin"
- },
-/obj/item/paper{
- name = "Dev Notes 7";
- info = "And at the end of the dungeon, we would have an epic boss fight, the main plot would kick off with the discovery of this item. Oh and you unlock the massive multli player open world bit. Please fund us."
- },
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/shattered)
-"HW" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"HX" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"HY" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLSpoiler"
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"HZ" = (
-/obj/machinery/door/blast/regular/open{
- id = "MolFluffV2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Ib" = (
-/turf/simulated/floor/outdoors/desert_planet/deep_sand{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/outside)
-"Ie" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"If" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Ii" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Ij" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"Ik" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Il" = (
-/obj/random/multiple/corp_crate,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"Im" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"In" = (
-/obj/machinery/door/blast/regular{
- id = "MoLockB"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"Io" = (
-/obj/structure/table/marble,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Is" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Iy" = (
-/obj/effect/spider/stickyweb/dark,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/headdorms)
-"Iz" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"IA" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"IC" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/random/obstruction,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"ID" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"IJ" = (
-/obj/structure/table/steel,
-/obj/item/gun/projectile/revolver/webley,
-/turf/simulated/floor,
-/area/awaymission/mol/headdorms)
-"IK" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"IM" = (
-/obj/structure/flora/desert_planet/barrelcacti,
-/turf/simulated/floor/outdoors/desert_planet/deep_sand{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/outside)
-"IO" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"IR" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"IT" = (
-/obj/structure/safe,
-/obj/item/gun/energy/vepr/plasma,
-/obj/item/stack/material/supermatter,
-/obj/item/perfect_tele/alien,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"IV" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"IX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"IY" = (
-/mob/living/simple_mob/vore/candy/orangecabold,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"IZ" = (
-/obj/machinery/conveyor,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Ja" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"Jb" = (
-/turf/simulated/floor/beach/sand,
-/area/awaymission/mol/vr/shattered)
-"Jc" = (
-/obj/machinery/door/airlock/gold,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"Jg" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Jh" = (
-/obj/item/flame/candle/everburn,
-/obj/item/flame/candle/everburn,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"Ji" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Jn" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/machinery/door/airlock/gold,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Jo" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Js" = (
-/obj/structure/table/borosilicate,
-/obj/machinery/button/remote/blast_door{
- id = "VistorOrange"
- },
-/obj/effect/floor_decal/corner/lightorange/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Jw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"JA" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"JB" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"JF" = (
-/obj/effect/spider/stickyweb/dark,
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/morestuff,
-/obj/random/maintenance/research,
-/obj/random/maintenance/research,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"JJ" = (
-/mob/living/simple_mob/vore/candy/peppermint,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"JL" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"JM" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"JO" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"JR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"JW" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/autolathe,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"JZ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/random/trash_pile,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Kc" = (
-/obj/item/stool/padded,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Ke" = (
-/obj/structure/table/marble,
-/obj/fiftyspawner/steel,
-/obj/fiftyspawner/glass,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Kh" = (
-/obj/structure/kitchenspike,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"Kk" = (
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Kl" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Km" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Kp" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Kz" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"KE" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"KG" = (
-/obj/item/beartrap/hunting{
- anchored = 1;
- deployed = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"KJ" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"KK" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"KN" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"KP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"KT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room1)
-"KU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen)
-"KV" = (
-/obj/structure/fireaxecabinet{
- locked = 0
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room1)
-"KW" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"KY" = (
-/obj/structure/table/marble,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Lb" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/serverroom)
-"Lc" = (
-/turf/simulated/floor,
-/area/awaymission/mol/hardlightentrance)
-"Le" = (
-/mob/living/simple_mob/mechanical/mecha/vistor/vistororange,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"Lg" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"Li" = (
-/obj/structure/table/rack,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/item/gun/energy/lasertag/red,
-/obj/item/gun/energy/lasertag/red,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Lj" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/mob/living/simple_mob/mechanical/cyber_horror/corgi,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Ll" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/storage/firstaid/bonemed,
-/obj/item/storage/firstaid/experimental,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Lm" = (
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"Lq" = (
-/obj/structure/cryofeed{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Lx" = (
-/mob/living/simple_mob/vr/frostwiz,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"Lz" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/vr/observation)
-"LA" = (
-/mob/living/simple_mob/mechanical/cyber_horror/tajaran,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"LB" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"LH" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"LJ" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/serverroom)
-"LK" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"LM" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"LO" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "Candy Zone"
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"LP" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/mines)
-"LQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/hardlightentrance)
-"LR" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"LS" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"LV" = (
-/obj/item/paper{
- name = "Dev Notes 5";
- info = "After dealing with fog and limited vision, you're brought to this cavern with limited movement and vision. But don't worry, this is the best and maybe only entrance you can use to get all the goodies."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"LW" = (
-/obj/machinery/light,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"LY" = (
-/obj/structure/table/rack/shelf,
-/obj/item/storage/firstaid/clotting,
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Mb" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/inflatable,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Mc" = (
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"Md" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Me" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/mob/living/simple_mob/vore/candy/peppermint,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Mf" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Mg" = (
-/mob/living/simple_mob/mechanical/mecha/vistor/vistoryellow,
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"Mi" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"Mj" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Mk" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"Mr" = (
-/mob/living/simple_mob/vore/candy/purplecabold,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Mw" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Mx" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/dungeon{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/vr/shattered)
-"My" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"Mz" = (
-/obj/effect/floor_decal/corner/yellow/diagonal,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"MC" = (
-/obj/structure/table/standard,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/item/grenade/chem_grenade/incendiary,
-/obj/item/grenade/chem_grenade/incendiary,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/item/soap/rainbow_soap,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ME" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorOrange"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel/orange)
-"MI" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"MO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "Candy Zone"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"MP" = (
-/obj/structure/closet/crate/secure/loot,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"MQ" = (
-/mob/living/simple_mob/vore/ashy,
-/turf/simulated/floor/carpet/oracarpet,
-/area/awaymission/mol/mines)
-"MT" = (
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"MW" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"MX" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Nb" = (
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Nc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vr/observation)
-"Nd" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Nf" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Ng" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"Nh" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"Ni" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Nj" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Nl" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Nn" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"No" = (
-/mob/living/simple_mob/vore/candy/orangecabold,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Nq" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorBlue"
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"Ns" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning/corner,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Nv" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"Nx" = (
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/dorms)
-"Ny" = (
-/obj/structure/closet/toolcloset,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/electrical,
-/obj/item/clothing/gloves/yellow,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Nz" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"NB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"NG" = (
-/obj/structure/inflatable,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"NL" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"NM" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"NN" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"NP" = (
-/obj/item/paper{
- name = "Dev Notes 1";
- info = "Alright, so we are running out of budget, hence this papers instead of proper NPCs, or more interactive voice acted way. But here we start the player with a bit of story and a choice of four weapons."
- },
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"NQ" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"NR" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"NY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"Oa" = (
-/obj/structure/table/sifwooden_reinforced,
-/obj/item/reagent_containers/pill/cyanide,
-/obj/random/medical/pillbottle,
-/turf/simulated/floor/wood/sif{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Od" = (
-/obj/structure/table/darkglass,
-/obj/item/gun/magic/firestaff/vrwizard/fire,
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Ok" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/random/maintenance,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room2)
-"Ol" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/structure/table/standard,
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Om" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/hardlightentrance)
-"Oo" = (
-/obj/effect/floor_decal/corner/red/border,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Op" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/headdorms)
-"Os" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/audiotorium)
-"Ot" = (
-/obj/structure/cryofeed,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Ou" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Ov" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 6
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Oy" = (
-/mob/living/simple_mob/vore/candy/bluecabold,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Oz" = (
-/obj/item/paper{
- name = "Dev Notes 3";
- info = "Now here we give the player a choice, head to some islands, or a forest. Each with their own mechanics. Head to the forest and you need to deal with hefty foliage. Head to the sea and you need to be careful about waves and shifting tides. They also have their own side quests. Well on the planning board they do."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"OD" = (
-/obj/machinery/crystal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"OE" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"OI" = (
-/obj/structure/cliff/automatic,
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"OJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/headdorms)
-"OM" = (
-/obj/effect/spider/stickyweb/dark,
-/mob/living/simple_mob/animal/passive/mouse,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"ON" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"OO" = (
-/obj/machinery/crystal/ice,
-/turf/simulated/floor/outdoors/ice/dark_smooth{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"OP" = (
-/turf/simulated/floor/lava,
-/area/awaymission/mol/vr/shattered)
-"OS" = (
-/obj/machinery/power/emitter,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"OT" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"OW" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/crumblingmaze)
-"OZ" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 6
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Pc" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"Pf" = (
-/obj/structure/table/darkglass,
-/obj/item/gun/magic/firestaff/vrwizard/poison,
-/turf/simulated/mineral/floor/icey{
- nitrogen = 82.1472;
- oxygen = 21.8366;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"Pg" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/trash,
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"Ph" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"Pl" = (
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Pm" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Pq" = (
-/mob/living/simple_mob/vr/poisonwiz,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Pr" = (
-/obj/effect/landmark/loot_spawn,
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"Pu" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Pw" = (
-/obj/effect/floor_decal/stairs/wood_stairs{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"PA" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"PC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"PD" = (
-/obj/structure/flora/ausbushes/grassybush,
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"PE" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "Candy Zone"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"PF" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"PG" = (
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"PH" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"PI" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"PJ" = (
-/obj/machinery/porta_turret/poi{
- faction = "syndicate";
- check_weapons = 1;
- installation = /obj/item/gun/energy/lasershotgun
- },
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"PM" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/water{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/vr/shattered)
-"PQ" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/bodyscanner,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"PR" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"PV" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"PW" = (
-/obj/machinery/seed_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"PX" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"PZ" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/vr/observation)
-"Qc" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 5
- },
-/obj/structure/table/standard,
-/obj/item/reagent_containers/dropper,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Qd" = (
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"Qe" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"Qf" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"Qh" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"Qk" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"Qm" = (
-/obj/structure/closet/toolcloset,
-/obj/item/storage/toolbox/brass,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Qs" = (
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Qu" = (
-/obj/item/paper{
- name = "Dev Notes 2";
- info = "Now we start off the game with some story and a thrilling encounter. Due to time restraints and budget no cut scenes yet. But later, we promise."
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"QA" = (
-/obj/effect/decal/mecha_wreckage/gygax/serenity,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"QE" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"QF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"QG" = (
-/obj/structure/table/steel_reinforced,
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"QH" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberA)
-"QI" = (
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"QP" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"QR" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"QS" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "Candy Zone"
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"QU" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"QV" = (
-/mob/living/simple_mob/vr/doomknight,
-/turf/simulated/floor/dungeon,
-/area/awaymission/mol/vr/shattered)
-"QX" = (
-/mob/living/simple_mob/vr/glitch,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"QY" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Rc" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Rh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"Ri" = (
-/obj/item/modular_computer/console/preset/civilian,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"Rj" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Ro" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 6
- },
-/obj/machinery/oxygen_pump/mobile/anesthetic,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Ry" = (
-/obj/machinery/power/rtg/advanced,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Rz" = (
-/obj/structure/table/marble,
-/obj/item/slime_crystal,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/obj/item/reagent_containers/food/snacks/slime,
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"RB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/machinery/door/blast/regular/open{
- id = "MoLockC"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/securitycheckpoint)
-"RC" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"RE" = (
-/obj/structure/table/marble,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"RF" = (
-/obj/machinery/door/blast/puzzle{
- id = "VistorRed"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"RG" = (
-/mob/living/simple_mob/mechanical/mecha/forgotten,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"RH" = (
-/obj/machinery/conveyor{
- id = "Candy Zone";
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"RN" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels/room2)
-"RO" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"RP" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"RQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"RT" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"RU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/gray,
-/area/awaymission/mol/kitchen/ChamberD)
-"RW" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/structure/table/steel,
-/obj/structure/table/steel,
-/obj/structure/curtain,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"RZ" = (
-/mob/living/simple_mob/vore/candy/yellowcabold,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Sc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"Sd" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Se" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"Sk" = (
-/obj/structure/fans/hardlight,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Sl" = (
-/obj/structure/mopbucket,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop/advanced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 6
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Sn" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Ss" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Sv" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Sx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen/chamberB)
-"Sy" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- name = "Notes";
- info = "Vistor from the green specturem is higly toxic, creating spores that create a mess in a large area."
- },
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Sz" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/scraptunnels)
-"SA" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"SB" = (
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"SC" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"SG" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/simulated/floor/beach/sand,
-/area/awaymission/mol/vr/shattered)
-"SH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"SJ" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"SK" = (
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 8
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"SL" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen/chamberC)
-"SU" = (
-/obj/structure/flora/tree/palm,
-/turf/simulated/floor/beach/sand,
-/area/awaymission/mol/vr/shattered)
-"SV" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Ta" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels/room3)
-"Tb" = (
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"Td" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Tf" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 4
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/obj/machinery/door/airlock/gold,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Tg" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"Tk" = (
-/turf/simulated/mineral/floor/icey,
-/area/awaymission/mol/vr/shattered)
-"Tm" = (
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/hardlightentrance)
-"Tn" = (
-/mob/living/simple_mob/vr/glitch,
-/turf/unsimulated/ai_visible,
-/area/awaymission/mol/vr/shattered)
-"To" = (
-/obj/machinery/door/blast/regular{
- id = "MoLockA"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"Ts" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Tw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- health = 1e+006
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/blast/regular/open{
- id = "MoLockC"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/securitycheckpoint)
-"Tx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Ty" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"TA" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "MoLockC"
- },
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"TD" = (
-/turf/simulated/wall/solidrock{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/realitycore)
-"TE" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/headdorms)
-"TF" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"TG" = (
-/obj/effect/map_helper/base_turf{
- baseturf = /turf/simulated/floor/outdoors/dirt/sif/planetuse
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"TJ" = (
-/obj/machinery/door/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/kitchen)
-"TL" = (
-/obj/structure/table/standard,
-/obj/random/maintenance/research,
-/obj/item/clothing/suit/vrwizard,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"TM" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"TN" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"TO" = (
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"TR" = (
-/obj/machinery/sleeper/survival_pod,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"TS" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/dorms)
-"TU" = (
-/mob/living/simple_mob/vore/candy/redcabold,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"TV" = (
-/mob/living/simple_mob/vore/candy/marshmellowserpent,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"TW" = (
-/obj/structure/prop/fantasy/throne,
-/turf/simulated/floor/weird_things/dark,
-/area/awaymission/mol/realitycore)
-"TZ" = (
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Ua" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Ub" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Uc" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Ui" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/mines)
-"Uk" = (
-/obj/structure/flora/tree/bigtree,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Ul" = (
-/obj/effect/map_helper/no_phaseshift,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observationroom)
-"Um" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"Ur" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/mol/serverroom)
-"Us" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 3
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 3
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Ut" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"Uu" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/carpet/bcarpet,
-/area/awaymission/mol/vistortunnel/yellow)
-"Uw" = (
-/obj/item/card/id/silver{
- access = list(200)
- },
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"Ux" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate1"
- },
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"UA" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"UB" = (
-/obj/structure/railing,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border,
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"UC" = (
-/obj/effect/decal/mecha_wreckage/odysseus/murdysseus,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"UD" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"UE" = (
-/obj/structure/table/marble,
-/obj/machinery/button/remote/blast_door{
- id = "MoLockB"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"UF" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"UH" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/lava/harmless,
-/area/awaymission/mol/vr/shattered)
-"UI" = (
-/obj/structure/table/steel_reinforced,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/blue,
-/area/awaymission/mol/kitchen/chamberB)
-"UM" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/obj/machinery/shower{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/curtain/open/shower,
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"UN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"UO" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberA)
-"UT" = (
-/obj/structure/table/reinforced,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"UU" = (
-/obj/structure/table/hardwoodtable,
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"UZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/crumblingmaze)
-"Va" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/mines)
-"Vc" = (
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"Vd" = (
-/obj/machinery/conveyor{
- id = "Candy Zone";
- dir = 8
- },
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Ve" = (
-/obj/structure/cliff/automatic{
- dir = 4
- },
-/turf/simulated/floor/outdoors/dirt{
- oxygen = 21.8366;
- nitrogen = 82.1472;
- temperature = 293.15
- },
-/area/awaymission/mol/mines)
-"Vf" = (
-/obj/effect/spider/stickyweb/dark,
-/turf/simulated/floor/carpet/tealcarpet,
-/area/awaymission/mol/headdorms)
-"Vh" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/item/storage/firstaid/experimental,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Vj" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Vn" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"Vo" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate2"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Vp" = (
-/obj/structure/flora/ausbushes/brflowers,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Vs" = (
-/obj/effect/simple_portal/linked{
- portal_id = "MoLBossHidden"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/shattered)
-"Vt" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Vu" = (
-/obj/machinery/biogenerator,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Vx" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Vz" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 9
- },
-/obj/structure/table/standard,
-/obj/item/reagent_containers/dropper,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"VD" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vistortunnel/yellow)
-"VF" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"VG" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/kitchen/chamberB)
-"VH" = (
-/obj/structure/table/hardwoodtable,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"VI" = (
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"VJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"VK" = (
-/obj/structure/table/gold,
-/obj/machinery/button/remote/blast_door{
- id = "SuperBossGate";
- req_access = list(200)
- },
-/turf/simulated/floor/wood,
-/area/awaymission/mol/audiotorium)
-"VL" = (
-/obj/item/stool/padded,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"VN" = (
-/obj/structure/table/hardwoodtable,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/stolenpackage,
-/turf/simulated/floor/carpet/blue,
-/area/awaymission/mol/vistortunnel/blue)
-"VO" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"VP" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"VV" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/mol/serverroom)
-"VW" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"VX" = (
-/obj/structure/closet/secure_closet/guncabinet{
- name = "ammo cabinet"
- },
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/item/ammo_magazine/m75,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Wa" = (
-/obj/structure/table/marble,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"We" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Wf" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"Wh" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/machinery/optable,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Wi" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/neutral,
-/area/awaymission/mol/audiotorium)
-"Wj" = (
-/obj/structure/bed/chair,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Wk" = (
-/obj/structure/table/marble,
-/obj/machinery/light{
- dir = 1
- },
-/obj/random/maintenance/foodstuff,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Wo" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"Wp" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/securitycheckpoint)
-"Wu" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/door/airlock,
-/obj/machinery/door/blast/puzzle{
- id = "MadMedicalB"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Wv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/remote/blast_door{
- id = "MoLockA"
- },
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/securitycheckpoint)
-"Wx" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"Wz" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"WB" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/regular,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"WD" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"WH" = (
-/turf/simulated/floor/flock,
-/area/awaymission/mol/vr/shattered)
-"WM" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/machinery/chem_master,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"WN" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"WO" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"WQ" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room1)
-"WR" = (
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/yellow,
-/area/awaymission/mol/kitchen/chamberC)
-"WU" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/carpet/retro_red,
-/area/awaymission/mol/vistortunnel/red)
-"WV" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"WW" = (
-/turf/simulated/wall/dungeon{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/audiotorium)
-"WZ" = (
-/obj/structure/table/marble,
-/obj/machinery/recharger,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Xa" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"Xb" = (
-/obj/item/aliencoin{
- name = "Very useful Collectable";
- desc = "It will make a nice collection number go up, increasing your completion percentage."
- },
-/turf/simulated/floor/beach/sand,
-/area/awaymission/mol/vr/shattered)
-"Xd" = (
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberB)
-"Xg" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/hardlightentrance)
-"Xj" = (
-/mob/living/simple_mob/vr/firewiz,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Xk" = (
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"Xn" = (
-/obj/item/stool/padded,
-/mob/living/simple_mob/vore/candy/redcabold,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"Xo" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/themaze)
-"Xr" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Xw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/scraptunnels)
-"Xx" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor,
-/area/awaymission/mol/themaze)
-"Xy" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"XC" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 1
- },
-/obj/structure/table/standard,
-/obj/machinery/chemical_dispenser/biochemistry/full,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"XD" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"XE" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/simulated/floor/grass2{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"XF" = (
-/obj/machinery/door/blast/regular/open{
- id = "MolFluffV1"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"XG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"XH" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor,
-/area/awaymission/mol/crumblingmaze)
-"XK" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/light,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"XM" = (
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/vr/observationroom)
-"XN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"XP" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/brown,
-/area/awaymission/mol/vistortunnel/orange)
-"XQ" = (
-/obj/effect/floor_decal/corner/lightgrey/diagonal,
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen)
-"XR" = (
-/obj/item/material/barbedwire{
- anchored = 1;
- icon_state = "barbedwire-out"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-"XV" = (
-/turf/simulated/wall{
- can_open = 1
- },
-/area/awaymission/mol/mines)
-"XW" = (
-/obj/structure/table/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/random/maintenance/foodstuff,
-/obj/effect/floor_decal/corner/white/diagonal,
-/turf/simulated/floor/tiled/kafel_full/white,
-/area/awaymission/mol/kitchen/ChamberD)
-"XX" = (
-/obj/effect/floor_decal/corner/yellow/border,
-/obj/item/storage/firstaid/surgery,
-/obj/structure/table/standard,
-/obj/item/clothing/gloves/sterile,
-/obj/item/clothing/gloves/sterile,
-/obj/item/storage/box/masks,
-/obj/item/storage/box/masks,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Yb" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Yc" = (
-/obj/effect/floor_decal/corner/grey/diagonal,
-/obj/machinery/light{
- dir = 1;
- layer = 3
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels)
-"Yd" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/loot_pile/surface/bones,
-/turf/simulated/floor/tiled/kafel_full/red,
-/area/awaymission/mol/kitchen/chamberC)
-"Ye" = (
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/scraptunnels)
-"Yf" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/obj/item/clothing/glasses/night,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Yj" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"Yl" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"Yp" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"Yq" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/conveyorcontrol)
-"Yr" = (
-/obj/structure/table/standard,
-/obj/item/paper{
- name = "Notes";
- info = "The vistor from the blue region is quite spooked, and highly defensive. All projectile weaponry seems ineffective, however Bob was able to grab it and drag it into containment. Bob is currently undergoing medical treatment."
- },
-/obj/random/maintenance/research,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/vistortunnel)
-"Yv" = (
-/obj/structure/flora/ausbushes/fernybush,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Yy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"Yz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/themaze)
-"YA" = (
-/obj/machinery/light,
-/turf/simulated/floor/carpet/green,
-/area/awaymission/mol/vistortunnel/green)
-"YG" = (
-/turf/simulated/floor,
-/area/awaymission/mol/mines)
-"YJ" = (
-/turf/simulated/wall/solidrock{
- blocks_nonghost_incorporeal = 1
- },
-/area/awaymission/mol/mines)
-"YK" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/turf/simulated/floor/wood/sif,
-/area/awaymission/mol/dorms)
-"YL" = (
-/obj/item/stack/material/wood{
- amount = 3
- },
-/turf/simulated/floor,
-/area/awaymission/mol/vistortunnel)
-"YQ" = (
-/obj/effect/map_helper/no_phaseshift,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"YT" = (
-/obj/effect/floor_decal/corner/orange/diagonal,
-/obj/structure/table/rack/shelf,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/gun/energy/vepr/plasma,
-/obj/item/gun/energy/imperial,
-/turf/simulated/floor/tiled/red,
-/area/awaymission/mol/security)
-"YW" = (
-/turf/simulated/floor/tiled/asteroid_steel{
- temperature = 293.15;
- oxygen = 21.8366;
- nitrogen = 82.1472
- },
-/area/awaymission/mol/entrancetunnel)
-"YX" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/mines)
-"YY" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate4"
- },
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Zc" = (
-/obj/machinery/door/airlock,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room3)
-"Zd" = (
-/obj/effect/decal/mecha_wreckage/phazon/scree,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/mines)
-"Zf" = (
-/obj/structure/flora/ausbushes/genericbush,
-/turf/simulated/floor/grass{
- outdoors = 1
- },
-/area/awaymission/mol/vr/shattered)
-"Zg" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/medical)
-"Zk" = (
-/obj/effect/floor_decal/corner/red/border{
- dir = 10
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Zl" = (
-/obj/machinery/door/blast/puzzle{
- id = "FinaleGate3"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/dorms)
-"Zm" = (
-/obj/structure/closet/toolcloset,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/electrical,
-/obj/item/clothing/gloves/yellow,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/engi)
-"Zn" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/obj/effect/map_helper/no_phaseshift/area,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/serverroom)
-"Zo" = (
-/turf/simulated/floor/tiled/kafel_full/beige,
-/area/awaymission/mol/kitchen/chamberB)
-"Zq" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 8
- },
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Zs" = (
-/obj/machinery/honey_extractor,
-/obj/effect/floor_decal/corner/lime/diagonal,
-/obj/effect/floor_decal/corner/green/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/kafel_full/green,
-/area/awaymission/mol/kitchen/chamberA)
-"Zv" = (
-/obj/effect/floor_decal/corner/yellow/border{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/storage/firstaid/adv,
-/turf/simulated/floor/wmarble,
-/area/awaymission/mol/medical)
-"Zx" = (
-/turf/simulated/floor/carpet/purple,
-/area/awaymission/mol/vistortunnel/purple)
-"ZB" = (
-/mob/living/simple_mob/vore/candy/greencabold,
-/turf/simulated/floor/tiled/kafel_full/purple,
-/area/awaymission/mol/kitchen/chamberC)
-"ZE" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/milspec/raised,
-/area/awaymission/mol/serverroom)
-"ZG" = (
-/mob/living/simple_mob/vr/lightingwiz,
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vr/observation)
-"ZH" = (
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/serverroom)
-"ZJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/solidrock,
-/area/awaymission/mol/crumblingmaze)
-"ZL" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/paleblue/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ZN" = (
-/obj/structure/mopbucket,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop/advanced,
-/obj/effect/floor_decal/corner/paleblue/border{
- dir = 3
- },
-/obj/effect/floor_decal/corner/green/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/vistortunnel)
-"ZR" = (
-/mob/living/simple_mob/mechanical/cyber_horror/grey,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"ZU" = (
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/scraptunnels/room2)
-"ZW" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/wall/r_wall,
-/area/awaymission/mol/crumblingmaze)
-"ZY" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/floor_decal/corner/black/diagonal,
-/turf/simulated/floor/bmarble,
-/area/awaymission/mol/entrancetunnel)
-
-(1,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ul
-"}
-(2,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TG
-"}
-(3,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ui
-"}
-(4,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-of
-iT
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-iT
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mA
-"}
-(5,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-iT
-pD
-pD
-pD
-pD
-lt
-pD
-pD
-pD
-pD
-Oa
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(6,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-Qk
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-gE
-gE
-gE
-gE
-gE
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-tB
-xd
-xd
-of
-yu
-of
-pD
-pD
-dl
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-dl
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(7,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-bl
-UH
-bl
-bl
-UH
-bl
-gE
-gE
-gE
-of
-gE
-gE
-gE
-gE
-sI
-gE
-gE
-gE
-uu
-gE
-gE
-gE
-Lx
-gE
-gE
-gE
-QV
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(8,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(9,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-uu
-bl
-bl
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-QV
-gE
-gE
-gE
-ir
-gE
-gE
-ir
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-dl
-pD
-dl
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(10,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-Lx
-gE
-Qk
-Qk
-gE
-Lx
-gE
-gE
-gE
-QV
-gE
-gE
-bl
-bl
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-QV
-gE
-gE
-gE
-ir
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-of
-yu
-of
-pD
-lt
-pD
-mF
-pD
-pD
-Fj
-pD
-pD
-pD
-pD
-lt
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(11,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-uu
-bl
-bl
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-QV
-gE
-gE
-gE
-gE
-gE
-gE
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-Tn
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-dl
-pD
-dl
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(12,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-Tn
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(13,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-bl
-UH
-bl
-bl
-UH
-bl
-gE
-gE
-gE
-of
-gE
-gE
-gE
-gE
-sI
-gE
-gE
-gE
-uu
-gE
-gE
-gE
-Lx
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-gE
-xd
-xd
-Tn
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(14,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-Qk
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-QV
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-pD
-dl
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-dl
-pD
-pD
-of
-yu
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-ch
-ch
-ch
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(15,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-gE
-of
-gE
-gE
-gE
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-bl
-gE
-gE
-gE
-bl
-bl
-bl
-bl
-bl
-bl
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-xd
-xd
-xd
-xd
-of
-yu
-of
-pD
-iT
-pD
-pD
-pD
-pD
-lt
-pD
-pD
-pD
-pD
-iT
-pD
-of
-yu
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-zS
-zS
-ch
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-dm
-YX
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-VJ
-rZ
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(16,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-of
-of
-of
-gE
-mS
-gE
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-of
-yu
-of
-iT
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-pD
-iT
-of
-yu
-Nh
-Nh
-ch
-ch
-ch
-QF
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-zS
-zS
-zS
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-Yy
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-VJ
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(17,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-gE
-gE
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-of
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-Lz
-Lz
-ln
-ln
-ln
-ga
-Lz
-Lz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-zS
-zS
-zS
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Yy
-dm
-dm
-YX
-Dq
-dm
-dm
-dm
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(18,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-zo
-WH
-WH
-Tg
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-gE
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-jd
-sq
-sq
-PZ
-PZ
-PZ
-Nc
-sq
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-zS
-zS
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-Nh
-Yy
-dm
-YX
-dm
-dm
-dm
-dm
-Dq
-dm
-Va
-LP
-Va
-LP
-Va
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(19,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-rM
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-gE
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-jd
-En
-En
-En
-nL
-En
-wq
-En
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-BL
-nd
-nd
-nd
-fq
-uE
-yo
-nd
-fq
-iG
-iG
-PC
-nd
-fq
-iG
-AI
-iG
-AI
-AI
-AI
-Nh
-NB
-Yy
-Va
-DG
-cl
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(20,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-gE
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-jd
-En
-aU
-Ek
-Ek
-Ek
-fJ
-En
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Yy
-BL
-nd
-sS
-tI
-kU
-tI
-Nd
-AI
-Nd
-hp
-kU
-hp
-cS
-ZW
-Nd
-tI
-kU
-tI
-cS
-nd
-VJ
-NB
-NB
-tG
-nY
-Uw
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(21,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-oR
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-xd
-xd
-tB
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-Tn
-xd
-xd
-Tn
-xd
-xd
-of
-of
-of
-of
-of
-of
-of
-of
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-jd
-Lg
-Ek
-aU
-Ek
-fJ
-Ek
-aW
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-jb
-nd
-KW
-KW
-KW
-Ch
-tI
-PC
-KW
-Kl
-KW
-Kl
-KW
-fq
-tI
-tI
-tI
-tI
-tI
-PC
-YX
-YX
-Ja
-tG
-nY
-zf
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(22,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-of
-of
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-jp
-Ek
-Ek
-Ek
-Ek
-Ek
-Ek
-Ek
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-PC
-Jg
-tI
-dY
-SA
-Bi
-iG
-Um
-XH
-dY
-hp
-mX
-XN
-Jg
-tI
-dY
-tI
-mX
-ZW
-NB
-NB
-Nh
-tG
-nY
-YG
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(23,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-zo
-WH
-WH
-oR
-WH
-WH
-WH
-WH
-WH
-Tg
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-xd
-Tn
-xd
-xd
-Tn
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-xd
-xd
-jp
-dQ
-Ek
-Ek
-En
-Ek
-Ek
-Ek
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-ch
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-XV
-XV
-XV
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-uE
-KW
-KW
-KW
-KW
-KW
-hg
-tI
-tI
-tI
-hp
-tI
-iG
-tI
-tI
-tI
-tI
-tI
-AI
-NB
-NB
-Nh
-tG
-nY
-YG
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(24,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-zo
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-Tn
-Tn
-xd
-xd
-xd
-Tn
-Tn
-xd
-xd
-xd
-xd
-Tn
-xd
-HS
-Tn
-xd
-xd
-jp
-dQ
-Ek
-Ek
-mt
-Ek
-Ek
-Ek
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-ch
-ch
-Gi
-ch
-Gi
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-UC
-em
-em
-em
-em
-em
-em
-vb
-em
-em
-em
-yV
-em
-em
-pB
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-PC
-sS
-tI
-XD
-tI
-cS
-DQ
-PF
-tI
-XD
-hp
-cS
-ZW
-PF
-tI
-XD
-SH
-sS
-AI
-NB
-NB
-Nh
-tG
-nY
-YG
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(25,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-zo
-WH
-WH
-WH
-zo
-zo
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-jp
-dQ
-Ek
-Ek
-En
-Ek
-Ek
-Ek
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-ch
-Jh
-ch
-ch
-ch
-ch
-ch
-Jh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-em
-yA
-em
-FH
-em
-em
-sg
-em
-em
-yP
-pB
-em
-em
-em
-em
-em
-em
-yP
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-uE
-nd
-nd
-QU
-fq
-AI
-iG
-UZ
-lH
-UZ
-vc
-Ax
-AI
-uE
-nd
-Ee
-zO
-nd
-nd
-YX
-Ja
-Nh
-tG
-nY
-sQ
-nY
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(26,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-rM
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-of
-of
-of
-of
-of
-of
-of
-of
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-of
-of
-of
-of
-of
-of
-of
-of
-xd
-xd
-Tn
-xd
-xd
-Tn
-xd
-xd
-jp
-Ek
-Ek
-Ek
-Ek
-Ek
-wm
-Ek
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-ch
-ch
-ch
-ch
-Jh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-Zd
-em
-FH
-em
-hx
-em
-em
-zX
-em
-UC
-em
-em
-UC
-hx
-uU
-vb
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-PC
-sS
-tI
-kU
-hp
-xe
-vc
-cS
-BJ
-IR
-SH
-sS
-Ax
-PF
-tI
-xm
-tI
-PF
-AI
-NB
-Nh
-Nh
-tG
-Ui
-Ui
-Ui
-tG
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(27,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-oR
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-df
-df
-df
-tU
-df
-df
-df
-df
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Bh
-cW
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-xd
-jd
-Lg
-Ek
-bI
-Ek
-ZG
-Ek
-aW
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Fd
-Gi
-ch
-ch
-Gi
-ch
-Gi
-ch
-ch
-Gi
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-yA
-em
-em
-sg
-nN
-em
-em
-pB
-em
-yV
-em
-yA
-em
-em
-em
-yP
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-uE
-KW
-KW
-KW
-XH
-tI
-Cr
-KW
-BJ
-KW
-Kl
-KW
-Cw
-XH
-SH
-XH
-SH
-XH
-AI
-NB
-Nh
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(28,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-zo
-WH
-WH
-WH
-oR
-WH
-WH
-WH
-WH
-df
-df
-df
-tU
-df
-df
-df
-df
-Jb
-Jb
-Jb
-Jb
-Jb
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-wP
-cW
-cW
-cW
-cW
-cW
-cW
-Jb
-Jb
-Jb
-Xb
-Jb
-Jb
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-jd
-En
-bI
-Ek
-Ek
-Ek
-ZG
-En
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Fd
-ch
-ch
-Gi
-ch
-tn
-ch
-Jh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-vb
-em
-UC
-em
-yP
-em
-Hx
-em
-yP
-Hx
-em
-em
-nN
-Hx
-em
-nN
-em
-pB
-em
-tG
-tG
-tG
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-PC
-Jg
-tI
-dY
-tI
-mX
-vc
-qC
-hp
-tI
-hp
-VP
-Cr
-Jg
-hp
-dY
-hp
-mX
-nd
-Dq
-VJ
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(29,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-rM
-WH
-df
-df
-df
-tU
-rW
-df
-df
-df
-Jb
-Jb
-Jb
-Jb
-Jb
-aI
-aI
-aI
-aI
-aI
-bU
-aI
-ky
-cW
-cW
-cW
-cW
-PM
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-jd
-En
-En
-En
-hq
-En
-Ek
-En
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Fd
-Jh
-ch
-ch
-Gi
-ch
-Gi
-ch
-ch
-Jh
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-FH
-em
-nN
-em
-em
-em
-em
-em
-Zd
-em
-yP
-FH
-em
-em
-Zd
-em
-Hx
-em
-em
-XV
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-iG
-tI
-tI
-tI
-tI
-tI
-xu
-KW
-BJ
-KW
-Kl
-Kl
-vc
-tI
-hp
-SH
-XH
-tI
-AI
-NB
-NB
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(30,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-Tg
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-df
-df
-df
-tU
-df
-df
-df
-df
-Jb
-Jb
-Jb
-Jb
-Jb
-GH
-GH
-GH
-GH
-GH
-aI
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-of
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-jd
-sq
-sq
-sq
-sq
-sq
-uQ
-sq
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Fd
-ch
-ch
-ch
-ch
-Gi
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-hx
-em
-Hx
-em
-em
-UC
-pB
-em
-em
-em
-sg
-em
-sg
-em
-em
-UC
-zX
-em
-XV
-em
-em
-em
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-uE
-sS
-tI
-xW
-Ch
-cS
-vc
-cS
-BJ
-LR
-hp
-Nd
-Cr
-sS
-hp
-mL
-SH
-sS
-AI
-NB
-NB
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(31,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-Vc
-WH
-WH
-df
-df
-df
-tU
-df
-df
-df
-df
-Jb
-Jb
-Aa
-Jb
-Jb
-Jb
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-df
-df
-df
-df
-df
-df
-df
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-sq
-Yp
-Yp
-Yp
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-ch
-Gi
-ch
-ch
-ch
-ch
-ch
-Gi
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-Zd
-em
-QA
-em
-hx
-em
-yA
-RG
-yV
-em
-nN
-em
-em
-em
-yP
-em
-hx
-em
-XV
-em
-em
-em
-wN
-Va
-dm
-dm
-dm
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-NB
-NB
-cQ
-AI
-AI
-PC
-nd
-yo
-nd
-nd
-gK
-zT
-Cr
-Pg
-yN
-ld
-nd
-ld
-nd
-ld
-nd
-nd
-Ja
-NB
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(32,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-Vc
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-of
-of
-of
-of
-of
-of
-of
-of
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-cW
-cW
-Bz
-aI
-aI
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-aI
-aI
-ky
-cW
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-df
-df
-yf
-df
-df
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-sq
-Yp
-YQ
-Yp
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-ch
-ch
-ch
-Gi
-ch
-Jh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-FH
-em
-em
-nN
-em
-FH
-qc
-vb
-em
-em
-em
-zX
-FH
-em
-em
-vb
-em
-em
-XV
-em
-em
-em
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-NB
-ZJ
-nd
-sS
-hp
-xm
-SA
-sS
-AI
-Nd
-hp
-kU
-hp
-PF
-iG
-xe
-hp
-cr
-XH
-cS
-nd
-dm
-Ja
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(33,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-oR
-WH
-WH
-zo
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-Tg
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-tZ
-cW
-cW
-Bz
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-bU
-km
-ky
-cW
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-Hc
-df
-df
-df
-Hc
-OO
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-sq
-Yp
-Yp
-Yp
-sq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-nN
-em
-sg
-vb
-em
-Zd
-em
-nN
-em
-em
-vb
-em
-FH
-em
-em
-UC
-em
-em
-em
-XV
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-NB
-OW
-AI
-tI
-hp
-SA
-Ch
-tI
-PC
-KW
-XH
-tI
-hp
-SA
-ld
-KW
-XH
-tI
-tI
-tI
-AI
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(34,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Bz
-aI
-aI
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-tS
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-Lb
-Lb
-Lb
-mg
-Lb
-Lb
-Lb
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-em
-zX
-em
-em
-em
-yV
-em
-hx
-yA
-sg
-em
-Hx
-em
-pB
-em
-em
-Hx
-em
-tG
-tG
-tG
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-rZ
-BL
-nd
-Jg
-hp
-dY
-hp
-mX
-lr
-qC
-tI
-dY
-hp
-VP
-uE
-Jg
-tI
-dY
-tI
-mX
-nd
-dm
-dm
-dm
-dm
-YX
-Dq
-YX
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(35,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-ks
-qZ
-qZ
-qZ
-qZ
-qZ
-aI
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-OO
-of
-yu
-yu
-Nh
-Lb
-oo
-oo
-ZE
-oo
-ZE
-oo
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-vb
-em
-em
-em
-pB
-QA
-em
-em
-em
-vb
-em
-UC
-em
-yP
-em
-em
-vb
-em
-hx
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-Nh
-OW
-AI
-tI
-hp
-tI
-SA
-Ch
-iG
-tI
-tI
-tI
-hp
-SA
-nd
-Ch
-tI
-tI
-tI
-tI
-AI
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(36,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-zo
-WH
-WH
-WH
-WH
-Tg
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-oR
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-Bz
-yl
-aI
-aI
-aI
-aI
-aI
-DW
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-nu
-ZH
-nu
-ZH
-nu
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-Zd
-FH
-em
-yV
-em
-em
-yP
-em
-em
-em
-nN
-sg
-em
-em
-em
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-NB
-Nh
-OW
-AI
-PF
-SA
-LR
-tI
-Nd
-uE
-sS
-tI
-XD
-hp
-PF
-AI
-Nd
-tI
-XD
-tI
-cS
-fq
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(37,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-zo
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-Bz
-aI
-aI
-GH
-GH
-GH
-GH
-GH
-ep
-cW
-cW
-iL
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-Ur
-nu
-LJ
-nu
-ZH
-nu
-VV
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-yV
-sg
-em
-nN
-vb
-em
-pB
-em
-sg
-em
-QA
-em
-em
-hx
-vb
-Hx
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-rZ
-dm
-BL
-nd
-ZW
-AI
-AI
-AI
-AI
-AI
-AI
-AI
-iG
-iG
-iG
-AI
-AI
-AI
-uE
-nd
-nd
-ld
-dm
-dm
-dm
-dm
-Ja
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(38,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-rM
-WH
-WH
-zo
-uJ
-zo
-WH
-oR
-oR
-WH
-WH
-zo
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-iL
-cW
-cW
-cW
-cW
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-nu
-ZH
-nu
-ZH
-nu
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-em
-em
-em
-em
-FH
-em
-Zd
-nN
-em
-em
-em
-em
-em
-em
-sg
-em
-em
-yP
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(39,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Bh
-cW
-cW
-cW
-cW
-DI
-cW
-cW
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-OO
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-nu
-ZH
-Af
-Zn
-nu
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-em
-em
-em
-yV
-em
-em
-em
-zX
-em
-em
-UC
-em
-em
-em
-QA
-em
-em
-em
-em
-em
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rZ
-YX
-Dq
-dm
-dm
-dm
-dm
-dm
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(40,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-oR
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-cW
-cW
-cW
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-nu
-ZH
-nu
-ZH
-nu
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-Sz
-Sz
-Sz
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(41,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-cW
-PM
-cW
-Bz
-aI
-aI
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-qZ
-vH
-cW
-cW
-cW
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-Ur
-nu
-ZH
-nu
-ZH
-nu
-VV
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-rZ
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Ja
-rZ
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Dq
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(42,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-rM
-WH
-zo
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-cW
-cW
-cW
-Bz
-aI
-aI
-aI
-bU
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-aI
-uz
-ky
-cW
-cW
-Bh
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-nu
-ZH
-kh
-ZH
-nu
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(43,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-zo
-uJ
-zo
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-cW
-cW
-Bz
-aI
-aI
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-GH
-aI
-aI
-ky
-cW
-cW
-Jb
-Jb
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-of
-yu
-yu
-Nh
-Lb
-oo
-oo
-mE
-oo
-mE
-oo
-oo
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-mY
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(44,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-zo
-uJ
-uJ
-zo
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-cW
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-aI
-aI
-aI
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Lb
-Lb
-Lb
-Lb
-oO
-Lb
-Lb
-Lb
-Lb
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(45,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-zo
-uJ
-zo
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-cW
-Bz
-aI
-ky
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-aI
-aa
-aI
-Jb
-Jb
-SU
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-OO
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(46,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-zo
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-Jb
-aI
-aI
-aI
-Jb
-cW
-cW
-cW
-cW
-cW
-cW
-iL
-cW
-cW
-cW
-aI
-aI
-aI
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-Gj
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-iI
-iI
-Mj
-hL
-Mj
-Mj
-Mj
-iI
-Mj
-hL
-hL
-hL
-hL
-iI
-hL
-hL
-hD
-Mj
-Mj
-Mj
-Mj
-hL
-iI
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(47,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-zo
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-Tg
-WH
-WH
-rM
-WH
-oR
-WH
-WH
-zo
-uJ
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Aa
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-Gj
-Gj
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-hL
-Mj
-hL
-Mj
-hL
-Mj
-Mj
-Mj
-Mj
-Mj
-bn
-hL
-hL
-hL
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-hL
-hL
-hL
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(48,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-Vc
-zo
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-DI
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-OO
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-Gj
-Gj
-Gj
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-Mj
-hL
-Mj
-Mj
-Mj
-Mj
-Mj
-hL
-Mj
-Mj
-Mj
-hL
-hL
-hL
-bn
-Mj
-Mj
-iI
-Mj
-Mj
-Mj
-iI
-hL
-uc
-uc
-uc
-uc
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(49,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-zo
-zo
-zo
-WH
-oR
-WH
-WH
-zo
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-Xb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-SG
-Jb
-Jb
-cW
-cW
-cW
-cW
-Jb
-Jb
-SU
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-Gj
-Gj
-Gj
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-uc
-uc
-uc
-uc
-hL
-Mj
-Mj
-Mj
-Mj
-iI
-Mj
-Mj
-Mj
-Mj
-iI
-Mj
-hL
-iI
-Mj
-Mj
-hL
-hL
-Mj
-Mj
-iI
-Mj
-Mj
-Mj
-HX
-nO
-HX
-zv
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(50,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-TF
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-zo
-uJ
-uJ
-uJ
-zo
-zo
-WH
-WH
-WH
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-cW
-cW
-cW
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-Jb
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-yu
-Nh
-Nh
-Nh
-jd
-Gj
-Gj
-Gj
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Fd
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-HX
-HX
-HX
-hL
-hL
-hL
-Mj
-Mj
-Mj
-Mj
-hL
-hL
-Mj
-Mj
-hL
-Mj
-iI
-Mj
-Mj
-iI
-hL
-hL
-hL
-Mj
-Mj
-Mj
-Mj
-Mj
-IC
-IC
-HX
-zv
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(51,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-WH
-WH
-WH
-WH
-WH
-WH
-WH
-zo
-uJ
-uJ
-uJ
-uJ
-uJ
-uJ
-zo
-WH
-WH
-WH
-WH
-WH
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-jd
-jd
-jd
-jd
-XM
-fp
-XM
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-Fd
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-HX
-JZ
-HX
-Mj
-iI
-Mj
-Mj
-Mj
-iI
-Mj
-Mj
-hL
-Mj
-iI
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-iI
-Mj
-Mj
-Mj
-Mj
-iI
-uc
-uc
-uc
-uc
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(52,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-Ph
-Ph
-Ph
-lC
-EA
-EA
-KN
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-Fd
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-uc
-uc
-uc
-uc
-Mj
-Mj
-Mj
-iI
-hL
-Mj
-hL
-Mj
-bn
-Mj
-Mj
-Mj
-Mj
-bn
-Mj
-Mj
-Mj
-Mj
-Mj
-iI
-Mj
-Mj
-hL
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(53,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-of
-yu
-jd
-Ph
-EA
-EA
-EA
-EA
-EA
-QX
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Fd
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-hL
-Mj
-hL
-hD
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-iI
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-Mj
-hL
-hL
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(54,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-LV
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-of
-yu
-jd
-mZ
-EA
-EA
-QX
-EA
-EA
-EA
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-Mj
-Mj
-Mj
-hL
-Mj
-Mj
-iI
-Mj
-vy
-ml
-Mj
-Mj
-hL
-vy
-Mj
-Mj
-iI
-hD
-Mj
-Mj
-Mj
-hL
-iI
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(55,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-tU
-tU
-tU
-tU
-tU
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-Ri
-EA
-EA
-EA
-Ul
-QX
-PV
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-uc
-uc
-bF
-bF
-uc
-bF
-bF
-bF
-Ta
-uc
-bF
-bF
-uc
-Ta
-bF
-bF
-RW
-uc
-bF
-bF
-bF
-uc
-uc
-uc
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(56,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-of
-yu
-jd
-vw
-QX
-EA
-Ph
-Ph
-EA
-EA
-XM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-uc
-Nj
-HX
-HX
-HX
-HX
-HX
-HX
-vP
-Ta
-HX
-HX
-HX
-HX
-Ta
-vP
-HX
-HX
-HX
-vP
-HX
-HX
-HX
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(57,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-tU
-tU
-tU
-of
-yu
-yu
-of
-Hc
-OO
-Hc
-Hc
-Hc
-Hc
-Hc
-OO
-Hc
-Hc
-Hc
-of
-yu
-jd
-vw
-uv
-EA
-Ph
-Ph
-EA
-EA
-XM
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-sf
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(58,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-of
-yu
-jd
-vw
-uv
-EA
-TL
-Ph
-EA
-EA
-zr
-Va
-dm
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(59,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-df
-df
-df
-df
-df
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-vw
-fR
-EA
-Ph
-Ph
-EA
-EA
-XM
-tG
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-uc
-vO
-zu
-HX
-HX
-zu
-HX
-HX
-pl
-Ta
-HX
-zu
-zu
-HX
-Ta
-MW
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-AK
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(60,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Ah
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-Hc
-OO
-Hc
-of
-yu
-jd
-vw
-uv
-EA
-Ph
-Ph
-EA
-QX
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-Cc
-zu
-HX
-Lj
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-Cc
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Dq
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(61,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-lU
-TZ
-bh
-DN
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-TZ
-ac
-TZ
-TZ
-TZ
-XE
-TZ
-TZ
-DN
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-vw
-EA
-QX
-EA
-EA
-EA
-PV
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-nZ
-HX
-zu
-Ta
-HX
-zu
-zu
-rl
-Ta
-zu
-HX
-HX
-nZ
-zu
-HX
-Lj
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(62,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-oe
-TZ
-TZ
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-Hc
-df
-df
-df
-Hc
-Hc
-Hc
-Hc
-of
-yu
-jd
-mP
-EA
-EA
-EA
-QX
-EA
-EA
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(63,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-DN
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-lU
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-Hc
-df
-df
-Vs
-df
-df
-Hc
-Hc
-Hc
-of
-yu
-jd
-Ph
-EA
-EA
-EA
-EA
-EA
-EA
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-mq
-Ta
-zu
-HX
-HX
-Lj
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Yy
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-YX
-dm
-dm
-VJ
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(64,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-TZ
-Ah
-Ah
-TZ
-DN
-TZ
-XE
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-lU
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-of
-Hc
-Hc
-df
-df
-df
-bb
-df
-df
-df
-Hc
-Hc
-of
-yu
-jd
-Ph
-Ph
-Ph
-IK
-EA
-EA
-EA
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-lW
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-NB
-Nh
-Nh
-Nh
-Yy
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-YX
-dm
-dm
-YX
-dm
-dm
-dm
-YX
-dm
-dm
-YX
-dm
-dm
-dm
-dm
-VJ
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(65,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-lU
-TZ
-TZ
-TZ
-LH
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-XE
-TZ
-XE
-TZ
-TZ
-TZ
-Ah
-TZ
-TZ
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-of
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-jd
-XM
-XM
-XM
-XM
-XM
-gY
-XM
-XM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-rl
-fQ
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-uc
-uc
-uc
-HF
-Yc
-zv
-RQ
-HF
-NY
-Wf
-Vn
-aj
-aj
-Yz
-aj
-aj
-Fx
-dK
-UF
-dK
-dK
-dK
-dK
-Wf
-dK
-dK
-Wf
-dK
-UF
-dK
-Wf
-dK
-Vn
-Yz
-aj
-aj
-aj
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(66,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-Ah
-TZ
-Uk
-TZ
-TZ
-lU
-TZ
-Ji
-TZ
-TZ
-TZ
-TZ
-TZ
-Ah
-TZ
-TZ
-df
-df
-df
-df
-df
-df
-df
-tU
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-uc
-uc
-uc
-uc
-vO
-zu
-HX
-HX
-zu
-HX
-HX
-pl
-Ta
-HX
-zu
-zu
-HX
-Ta
-MW
-Lj
-HX
-HX
-zu
-HX
-HX
-zu
-AK
-Zc
-HX
-HX
-HX
-zv
-zv
-zv
-zv
-HF
-XG
-Yz
-Wz
-HH
-HH
-qz
-HH
-HH
-Wz
-aj
-px
-aj
-QY
-HH
-HH
-qz
-HH
-HH
-Wz
-aj
-px
-aj
-Wz
-HH
-hG
-qz
-HH
-HH
-Wz
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(67,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-lU
-TZ
-TZ
-TZ
-Uk
-TZ
-ac
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-Uk
-TZ
-TZ
-TZ
-df
-df
-df
-df
-df
-df
-df
-tU
-df
-df
-df
-df
-df
-df
-df
-df
-Oz
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-HX
-HX
-HX
-Zc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-ve
-zu
-HX
-Zc
-HX
-HX
-HX
-zv
-zv
-zv
-zv
-HF
-XG
-Yz
-HH
-HH
-HH
-HH
-hh
-Td
-Td
-dK
-UF
-dK
-sM
-Td
-Td
-Td
-Dm
-hh
-Td
-dK
-UF
-Vn
-HH
-HH
-hG
-HH
-HH
-HH
-HH
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(68,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-df
-df
-df
-df
-df
-df
-df
-tU
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-Br
-DF
-Mx
-iV
-iV
-iV
-GL
-Bo
-Bo
-Bo
-GL
-dm
-dm
-dm
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-HX
-HX
-HX
-Zc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-rl
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-uc
-uc
-uc
-HF
-Yc
-zv
-RQ
-HF
-XG
-Yz
-HH
-HH
-HH
-HH
-hG
-HH
-HH
-aj
-px
-aj
-yx
-Td
-Dm
-HH
-yx
-sM
-Td
-dK
-UF
-Rh
-Td
-Dm
-hG
-HH
-HH
-HH
-HH
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(69,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-uc
-uc
-uc
-uc
-vO
-zu
-eL
-HX
-zu
-HX
-Cc
-pl
-Ta
-rl
-zu
-zu
-HX
-Ta
-MW
-HX
-eL
-HX
-zu
-HX
-AD
-zu
-AK
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-Fg
-Nf
-HH
-HH
-NG
-hG
-HH
-Xx
-Vn
-cH
-dK
-Nf
-HH
-hG
-NG
-HH
-hG
-Xx
-aj
-px
-Fg
-Nf
-hG
-hG
-NG
-HH
-HH
-Xx
-dK
-Dq
-Dq
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(70,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-XE
-TZ
-TZ
-TZ
-lU
-lU
-TZ
-LH
-TZ
-oe
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-Ah
-Ah
-Ah
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-wS
-Do
-mj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-HX
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-HH
-HH
-HH
-HH
-hG
-HH
-HH
-Yz
-lj
-Fx
-Td
-Td
-jx
-Td
-Td
-jx
-Td
-Vn
-px
-aj
-HH
-hG
-hG
-HH
-HH
-HH
-HH
-aj
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(71,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-lU
-TZ
-TZ
-XE
-TZ
-TZ
-TZ
-Uk
-lU
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-OP
-OP
-OP
-OP
-pY
-OP
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-zu
-HX
-HX
-zu
-HX
-HX
-zu
-Ta
-HX
-zu
-zu
-HX
-Ta
-zu
-HX
-HX
-HX
-zu
-Cc
-HX
-zu
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-HH
-HH
-HH
-HH
-hG
-HH
-HH
-Yz
-lj
-Yz
-HH
-HH
-hG
-HH
-HH
-yx
-Td
-Rh
-UF
-dK
-Td
-jx
-sM
-Td
-Td
-Td
-Td
-dK
-Dq
-Dq
-dm
-VJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(72,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-lU
-oe
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-TZ
-TZ
-DN
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-rE
-df
-OP
-OP
-OP
-OP
-pY
-OP
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-uc
-HX
-HX
-HX
-HX
-HX
-HX
-HX
-HX
-Ta
-HX
-lW
-Cc
-HX
-Ta
-HX
-HX
-HX
-HX
-HX
-HX
-HX
-HX
-HX
-uc
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-QY
-HH
-HH
-EH
-hG
-HH
-QY
-Yz
-lj
-Yz
-QY
-HH
-hG
-EH
-HH
-HH
-QY
-Yz
-px
-aj
-QY
-hG
-hG
-EH
-HH
-HH
-QY
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(73,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-Ah
-Uk
-Ah
-TZ
-TZ
-TZ
-TZ
-DN
-DN
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-OP
-OP
-OP
-OP
-pY
-OP
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Jw
-Cy
-Cy
-Cy
-Cy
-Jw
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-Cy
-tG
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-XG
-aj
-Yz
-aj
-aj
-Fg
-fT
-aj
-Fg
-Rh
-GA
-fT
-Fg
-Vn
-Yz
-Fg
-Vn
-aj
-Fg
-Wf
-WN
-Fx
-fT
-Yz
-Yz
-Yz
-aj
-aj
-Fg
-dK
-Ja
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(74,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-Uk
-TZ
-bh
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-XE
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-of
-of
-of
-of
-of
-of
-of
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Fz
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-Nn
-dc
-dc
-dc
-dc
-dc
-dc
-jy
-Jw
-dc
-fu
-zL
-dc
-Jw
-IV
-dc
-dc
-dc
-dc
-dc
-dc
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-px
-hM
-UF
-UF
-UF
-UF
-WN
-px
-hM
-GA
-UF
-WN
-lj
-lj
-px
-lj
-px
-px
-lj
-lj
-lj
-cH
-oP
-oP
-Gr
-px
-px
-px
-px
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(75,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-Ah
-TZ
-DN
-TZ
-Uk
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-XE
-TZ
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Xj
-aA
-aA
-QR
-Xj
-aA
-aA
-aA
-aA
-aA
-UD
-aA
-aA
-aA
-UD
-of
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-dc
-qL
-zs
-dc
-Jw
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-aj
-aj
-aj
-Fx
-Vn
-Yz
-Fx
-dK
-GA
-Vn
-Yz
-Yz
-Yz
-aj
-Fg
-dK
-Vn
-Yz
-hM
-Wf
-Wf
-Wf
-Wf
-Vn
-aj
-Fx
-Vn
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(76,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-bh
-XE
-Ah
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-aA
-aA
-aA
-aA
-aA
-Yv
-aA
-aA
-QR
-aA
-aA
-aA
-pE
-aA
-of
-of
-OP
-OP
-OP
-OP
-OP
-OP
-df
-df
-mD
-Mx
-iV
-iV
-iV
-GL
-Bo
-Bo
-Bo
-GL
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Dq
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Aj
-Qf
-Qf
-Qf
-Aj
-RN
-RN
-RN
-qj
-og
-yY
-og
-og
-yY
-og
-og
-yY
-GR
-og
-yY
-yY
-og
-kZ
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-Cy
-pK
-pK
-pK
-pK
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-Wz
-HH
-HH
-qz
-hG
-hG
-Wz
-aj
-lj
-Yz
-Wz
-hG
-hG
-qz
-HH
-HH
-Wz
-Fg
-WN
-Yz
-Wz
-hG
-hG
-qz
-HH
-hG
-Wz
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(77,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-of
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Ah
-Pl
-TZ
-Uk
-TZ
-lU
-TZ
-TZ
-TZ
-TZ
-TZ
-DN
-TZ
-lU
-TZ
-XE
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-wl
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-Vp
-Vp
-aA
-aA
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Cy
-Cy
-Cy
-Cy
-Ht
-zs
-uk
-dc
-zs
-dc
-dc
-BZ
-Jw
-dc
-zs
-zs
-dc
-Cy
-qA
-dc
-dc
-zs
-uk
-dc
-zs
-GZ
-Cy
-Cy
-Cy
-Cy
-Cy
-HF
-Yc
-Bx
-fi
-Aj
-My
-dK
-Td
-Td
-Td
-Td
-jx
-jx
-Td
-dK
-GA
-Wf
-Td
-jx
-jx
-Td
-Td
-Td
-Td
-dK
-oP
-Rh
-Td
-jx
-jx
-Td
-Td
-jx
-Td
-dK
-VJ
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(78,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-lU
-TZ
-lU
-TZ
-oe
-TZ
-TZ
-TZ
-TZ
-TZ
-oe
-oe
-oe
-TZ
-Uk
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Xj
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-Vp
-Vp
-aA
-aA
-Vp
-aA
-aA
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-dc
-dc
-dc
-NR
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-dc
-zs
-zs
-gW
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-NR
-dc
-dc
-dc
-dc
-zv
-zv
-pi
-zv
-HF
-XG
-aj
-HH
-HH
-HH
-HH
-yx
-sM
-Td
-dK
-GA
-Rh
-Td
-jx
-sM
-Td
-Td
-Td
-Td
-Vn
-lj
-Yz
-HH
-yx
-sM
-Td
-Td
-ig
-HH
-aj
-NB
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(79,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-of
-ko
-TZ
-TZ
-Uk
-TZ
-TZ
-lU
-TZ
-TZ
-Ah
-TZ
-XE
-LH
-oe
-PD
-oe
-TZ
-TZ
-Ah
-TZ
-Ji
-TZ
-TZ
-DN
-TZ
-Uk
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-aA
-aA
-aA
-Yv
-aA
-aA
-Vp
-Vp
-aA
-aA
-aA
-Yv
-aA
-UD
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-vM
-wS
-Do
-mj
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-vM
-vM
-LQ
-vM
-vM
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-dc
-dc
-dc
-NR
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-dc
-zs
-zs
-dc
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-oj
-dc
-dc
-dc
-Nn
-zv
-zv
-pi
-zv
-HF
-lO
-dK
-Nf
-HH
-HH
-NG
-HH
-hG
-Xx
-aj
-lj
-Fg
-Nf
-yx
-sM
-Mb
-Dm
-HH
-Xx
-Yz
-hM
-Rh
-Nf
-HH
-yx
-Mb
-Dm
-HH
-Xx
-dK
-Ja
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(80,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-Ji
-TZ
-TZ
-XE
-TZ
-TZ
-TZ
-Ah
-TZ
-TZ
-TZ
-TZ
-TZ
-XE
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-QR
-aA
-aA
-aA
-aA
-aA
-aA
-Zf
-aA
-aA
-wl
-aA
-aA
-aA
-aA
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-dj
-Lc
-Tm
-Lc
-dj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Cy
-Cy
-Cy
-Cy
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-gW
-zs
-zs
-dc
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-Cy
-Cy
-Cy
-Cy
-Cy
-HF
-Yc
-pi
-RQ
-HF
-Ye
-aj
-HH
-HH
-HH
-HH
-HH
-hG
-HH
-Fx
-GA
-dK
-Td
-Td
-jx
-Td
-jx
-Td
-Td
-Wf
-UF
-Rh
-Td
-Td
-Dm
-HH
-hG
-HH
-HH
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(81,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-of
-of
-Ah
-TZ
-TZ
-DN
-TZ
-TZ
-XE
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-oe
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-oe
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-aA
-QR
-Vp
-aA
-aA
-aA
-aA
-aA
-wl
-wl
-aA
-QR
-aA
-aA
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-dj
-Lc
-Lc
-Lc
-dj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-pK
-pK
-pK
-Cy
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-dc
-zs
-zs
-dc
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-Cy
-pK
-pK
-pK
-pK
-HF
-zv
-pi
-zv
-HF
-Ye
-aj
-HH
-HH
-HH
-HH
-HH
-hG
-HH
-Yz
-lj
-aj
-HH
-HH
-yx
-Td
-jx
-Dm
-HH
-Yz
-px
-Yz
-HH
-HH
-hG
-HH
-hG
-HH
-HH
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(82,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-Gc
-TZ
-TZ
-TZ
-Uk
-TZ
-TZ
-TZ
-DN
-TZ
-Uk
-lU
-TZ
-TZ
-TZ
-DN
-TZ
-Uk
-TZ
-DN
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-aA
-aA
-aA
-aA
-wl
-aA
-aA
-pE
-aA
-aA
-aA
-aA
-aA
-aA
-Qu
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-dj
-Lc
-Lc
-Lc
-dj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-Ht
-zs
-dc
-dc
-zs
-dc
-dc
-BZ
-Jw
-dc
-zs
-zs
-dc
-Cy
-qA
-dc
-dc
-zs
-dc
-dc
-zs
-GZ
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-pi
-zv
-HF
-Ye
-aj
-QY
-HH
-HH
-EH
-HH
-hG
-QY
-Yz
-lj
-aj
-QY
-HH
-HH
-EH
-hG
-hG
-QY
-Yz
-px
-Yz
-QY
-HH
-hG
-EH
-hG
-HH
-QY
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(83,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-TZ
-Ah
-TZ
-TZ
-TZ
-tD
-TZ
-TZ
-TZ
-TZ
-TZ
-lU
-TZ
-TZ
-lU
-lU
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-QR
-aA
-aA
-aA
-QR
-aA
-Vp
-Yv
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-dj
-Lc
-Lc
-Lc
-dj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-fu
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Jw
-dc
-zs
-zs
-dc
-Cy
-Ok
-dc
-zL
-zs
-dc
-dc
-zs
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-pi
-zv
-HF
-Ye
-aj
-Fg
-Vn
-Fx
-fT
-aj
-Yz
-Fg
-fT
-lj
-Fx
-fT
-Fx
-dK
-fT
-Yz
-Yz
-Yz
-Yz
-px
-Yz
-Fg
-dK
-Rh
-fT
-Yz
-Fx
-fT
-aj
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(84,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-oe
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-TZ
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-aA
-aA
-aA
-pE
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-Vp
-aA
-aA
-QR
-of
-of
-of
-of
-of
-of
-of
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-dj
-Lc
-Om
-Lc
-dj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Cy
-dc
-zs
-dc
-dc
-zs
-uk
-dc
-zs
-Jw
-dc
-zs
-zs
-gW
-Cy
-Ok
-dc
-dc
-zs
-uk
-dc
-zs
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-pi
-RQ
-HF
-Ye
-px
-px
-lj
-lj
-px
-px
-lj
-cH
-UF
-GA
-oP
-UF
-Gr
-px
-px
-lj
-lj
-hM
-Gr
-px
-lj
-px
-cH
-GA
-UF
-GA
-Gr
-px
-px
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(85,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-oz
-aA
-aA
-aA
-aA
-Vp
-Vp
-Vp
-aA
-wl
-aA
-Vp
-aA
-aA
-Pq
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-ha
-ha
-ha
-ha
-ha
-ha
-ha
-vM
-vM
-vM
-LQ
-vM
-vM
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-Ht
-zs
-dc
-dc
-zs
-dc
-dc
-BZ
-Jw
-gW
-zs
-zs
-dc
-Cy
-qA
-dc
-dc
-zs
-dc
-dc
-zs
-GZ
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-qn
-Qf
-Aj
-KE
-dK
-Vn
-Yz
-Yz
-Fx
-dK
-Wf
-Rh
-dK
-GA
-Wf
-Vn
-aj
-Fx
-Vn
-Yz
-Yz
-Fx
-dK
-UF
-Rh
-dK
-fT
-Yz
-Fx
-fT
-aj
-Fx
-dK
-dm
-Dq
-VJ
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(86,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-aA
-Yv
-aA
-QR
-aA
-wl
-aA
-Vp
-aA
-aA
-aA
-aA
-Zf
-aA
-Yv
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rZ
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Aj
-Qf
-Qf
-Qf
-Aj
-dm
-dm
-dm
-qj
-og
-yY
-og
-og
-yY
-og
-og
-yY
-kZ
-dc
-zs
-zs
-dc
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Ye
-aj
-Wz
-hG
-hG
-qz
-HH
-hG
-Wz
-aj
-lj
-Yz
-Wz
-HH
-hG
-qz
-hG
-hG
-Wz
-aj
-px
-Yz
-Wz
-HH
-hG
-qz
-HH
-HH
-Wz
-aj
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(87,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-aA
-Yv
-aA
-aA
-aA
-aA
-aA
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Nh
-Nh
-Cy
-dc
-zs
-dc
-dc
-zs
-dc
-dc
-zs
-Cy
-dc
-zs
-zs
-dc
-Cy
-Ok
-dc
-dc
-zs
-dc
-dc
-zs
-fu
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-NY
-dK
-Td
-jx
-sM
-Td
-Td
-jx
-Td
-dK
-GA
-Wf
-Td
-Td
-ig
-HH
-hG
-hG
-HH
-aj
-px
-Yz
-HH
-HH
-hG
-HH
-HH
-HH
-HH
-aj
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(88,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-aA
-aA
-aA
-aA
-Zf
-aA
-QR
-aA
-aA
-Yv
-aA
-aA
-QR
-aA
-aA
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Nh
-Nh
-Nh
-Cy
-dc
-dc
-dc
-dc
-dc
-dc
-dc
-dc
-Cy
-GB
-dc
-dc
-Rj
-Cy
-uY
-dc
-dc
-dc
-dc
-dc
-dc
-dc
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-XG
-Fx
-Td
-jx
-sM
-Td
-Td
-ig
-HH
-aj
-lj
-Fg
-Td
-Td
-Td
-Td
-jx
-sM
-Td
-dK
-UF
-Rh
-Td
-Td
-sM
-Td
-Td
-Dm
-HH
-aj
-Nh
-NB
-NB
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(89,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-oz
-aA
-aA
-aA
-oz
-aA
-aA
-aA
-aA
-aA
-Pq
-aA
-aA
-aA
-Pq
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-Yy
-dm
-qj
-qj
-qj
-rK
-rK
-qj
-rK
-rK
-rK
-wQ
-Cy
-xl
-xl
-Cy
-Cy
-xl
-xl
-xl
-Cy
-xl
-xl
-Cy
-Cy
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-Fg
-Nf
-hG
-hG
-NG
-HH
-HH
-Xx
-aj
-lj
-aj
-Nf
-HH
-HH
-NG
-hG
-hG
-Xx
-Vn
-px
-Fg
-Nf
-HH
-hG
-NG
-HH
-hG
-Xx
-aj
-Nh
-NB
-rZ
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(90,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-of
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-wS
-Do
-mj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-NB
-Nh
-Cy
-ZU
-LA
-pN
-AC
-ZU
-AC
-ZU
-pN
-hU
-ZU
-ZU
-ET
-AC
-CR
-ZU
-AC
-ZU
-AC
-ZU
-ZU
-ZU
-AC
-Cy
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-Fx
-Td
-jx
-sM
-Td
-Td
-Td
-Td
-dK
-GA
-dK
-Td
-Td
-Dm
-HH
-hG
-hG
-HH
-Fg
-UF
-dK
-Td
-Dm
-hG
-HH
-HH
-hG
-HH
-aj
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(91,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-df
-df
-df
-of
-yu
-yu
-yu
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-pK
-cM
-pK
-Cy
-ZU
-ZU
-pN
-AC
-ZU
-ZU
-pN
-pN
-ZU
-ZU
-ZU
-ET
-pN
-Se
-ZU
-ZU
-pN
-pN
-ZU
-ZU
-ZU
-ZU
-Cy
-pK
-pK
-pK
-pK
-HF
-zv
-zv
-zv
-HF
-XG
-Yz
-HH
-hG
-hG
-HH
-HH
-HH
-HH
-aj
-lj
-aj
-HH
-HH
-hG
-HH
-hG
-hG
-HH
-aj
-px
-aj
-HH
-hG
-hG
-HH
-HH
-hG
-HH
-aj
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(92,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-df
-df
-df
-of
-of
-of
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Cy
-Jw
-Cy
-Cy
-ZU
-AC
-pN
-ZU
-ZU
-ET
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-ZR
-gN
-ZU
-pN
-pN
-pN
-ZU
-ZU
-ZU
-ZU
-Cy
-Cy
-Cy
-Cy
-Cy
-HF
-Yc
-zv
-RQ
-HF
-XG
-Yz
-QY
-hG
-hG
-EH
-HH
-HH
-QY
-aj
-lj
-aj
-QY
-HH
-hG
-EH
-hG
-hG
-QY
-aj
-px
-aj
-QY
-hG
-hG
-EH
-HH
-hG
-QY
-aj
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(93,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Kk
-Kk
-Kk
-Kk
-Dl
-Kk
-Kk
-Kk
-Kk
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-dc
-ae
-dc
-pN
-ZU
-pN
-AC
-ZU
-AC
-ZU
-ZU
-ZU
-pN
-ZU
-ZU
-ZU
-AC
-Gf
-Km
-cE
-Di
-Km
-Di
-Km
-Km
-Km
-Et
-iM
-dc
-dc
-dc
-zv
-zv
-zv
-zv
-HF
-XG
-Fg
-fT
-Yz
-Yz
-Fg
-dK
-Vn
-Fg
-dK
-GA
-Vn
-aj
-aj
-Fg
-fT
-Yz
-Yz
-Yz
-Fx
-UF
-dK
-fT
-Fg
-Rh
-dK
-dK
-Rh
-fT
-aj
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(94,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Kk
-Od
-Kk
-Kk
-Kk
-Kk
-Kk
-aS
-Kk
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-zv
-dc
-Ds
-xj
-AC
-ZU
-ZU
-ZU
-pN
-ZU
-AC
-ZU
-ZU
-ZU
-pN
-ZU
-AC
-pN
-pN
-yH
-pN
-ZU
-ZU
-pN
-AC
-ZU
-pN
-gN
-iM
-dc
-dc
-Nn
-zv
-zv
-zv
-zv
-HF
-XG
-px
-cH
-oP
-Gr
-px
-px
-lj
-px
-px
-lj
-lj
-px
-px
-px
-px
-lj
-lj
-hM
-GA
-UF
-Ng
-Xo
-WN
-lj
-cH
-UF
-Gr
-px
-px
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(95,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Kk
-Kk
-Kk
-Kk
-NP
-Kk
-Kk
-Kk
-Kk
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-Yc
-zv
-RQ
-HF
-Cy
-Jw
-Cy
-Cy
-ZU
-ZU
-AC
-ZU
-ZU
-ET
-ZU
-ET
-AC
-pN
-pN
-pN
-pN
-pN
-AC
-ZU
-ZU
-ZU
-AC
-ZU
-ZU
-pN
-Jw
-Cy
-Cy
-Cy
-Cy
-HF
-Yc
-zv
-RQ
-HF
-XG
-aj
-Yz
-Fg
-dK
-Vn
-aj
-Fg
-dK
-dK
-GA
-Wf
-Vn
-aj
-aj
-Fx
-Wf
-Wf
-dK
-fT
-px
-Yz
-Yz
-Yz
-Yz
-Yz
-aj
-aj
-Fx
-dK
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(96,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Kk
-kt
-Kk
-Kk
-Kk
-Kk
-Kk
-Pf
-Kk
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-pK
-cM
-pK
-Cy
-ZU
-ZU
-ZU
-AC
-ZU
-pN
-ZU
-ZU
-ZU
-ZU
-AC
-pN
-pN
-AC
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-pN
-Jw
-pK
-pK
-pK
-pK
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-Wz
-HH
-HH
-qz
-HH
-HH
-aC
-dK
-Gr
-Yz
-Wz
-HH
-HH
-qz
-hG
-hG
-Wz
-aj
-px
-Yz
-Wz
-hG
-hG
-qz
-HH
-HH
-Wz
-aj
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(97,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-Kk
-Kk
-Kk
-Kk
-Kk
-Kk
-Kk
-Kk
-Kk
-of
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-NB
-Nh
-Cy
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-AC
-ZU
-ZU
-ZU
-pN
-pN
-pN
-ZU
-ZU
-ZU
-ZU
-AC
-ZU
-ZU
-pN
-AC
-Jw
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-HH
-HH
-HH
-HH
-HH
-HH
-HH
-po
-UF
-Rh
-Td
-Td
-Td
-Td
-jx
-ig
-HH
-Fx
-UF
-fT
-HH
-hG
-hG
-HH
-HH
-HH
-HH
-aj
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(98,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-of
-of
-of
-of
-Tk
-Tk
-Tk
-of
-of
-of
-of
-vM
-wS
-Do
-mj
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-Nh
-NB
-Nh
-Cy
-lK
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-ZU
-ZR
-AC
-ZU
-ZU
-ZU
-ZU
-ZU
-AC
-ZU
-ZU
-ZU
-pN
-AC
-pN
-Jw
-Nh
-Nh
-Nh
-Nh
-HF
-zv
-zv
-zv
-HF
-XG
-aj
-HH
-HH
-HH
-HH
-HH
-HH
-HH
-Yz
-px
-Yz
-HH
-HH
-HH
-HH
-hG
-HH
-HH
-Yz
-px
-Fx
-Td
-jx
-ig
-HH
-HH
-HH
-HH
-aj
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(99,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-yu
-vM
-vM
-vM
-Sk
-Sk
-Sk
-vM
-vM
-vM
-vM
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-wa
-IA
-wa
-wa
-wa
-KT
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-Xw
-HF
-HF
-HF
-HF
-HF
-Yc
-zv
-RQ
-HF
-XG
-Fx
-Nf
-HH
-HH
-NG
-HH
-HH
-Xx
-fT
-px
-Fg
-Nf
-HH
-HH
-NG
-hG
-HH
-Xx
-fT
-px
-Fg
-Nf
-hG
-HH
-NG
-HH
-HH
-Xx
-Vn
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(100,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-If
-jv
-If
-If
-If
-jv
-If
-If
-jv
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-WQ
-WQ
-le
-WQ
-WQ
-NL
-le
-WQ
-WQ
-le
-WQ
-WQ
-wa
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-qv
-zv
-zv
-zv
-TN
-zv
-zv
-zv
-qv
-zv
-pi
-zv
-qv
-zv
-zv
-zv
-zv
-zv
-zv
-HF
-XG
-Yz
-HH
-HH
-HH
-HH
-HH
-HH
-HH
-aj
-px
-aj
-HH
-hh
-Td
-Td
-sM
-Td
-Td
-dK
-UF
-dK
-Td
-sM
-Td
-Td
-Td
-Td
-Td
-fT
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(101,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-If
-If
-If
-If
-If
-If
-If
-If
-If
-Pm
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-WQ
-WQ
-WQ
-WQ
-WQ
-NL
-WQ
-WQ
-WQ
-WQ
-WQ
-WQ
-IA
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-pi
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-zv
-HF
-XG
-Fg
-Td
-Td
-Td
-Td
-Td
-Td
-Td
-dK
-UF
-dK
-Td
-jx
-Td
-Td
-sM
-Td
-Td
-dK
-UF
-dK
-Td
-sM
-Td
-Td
-Td
-Td
-Td
-Vn
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(102,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-qW
-qW
-If
-If
-If
-pT
-pT
-pT
-If
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-jQ
-WQ
-WQ
-WQ
-WQ
-NL
-WQ
-WQ
-WQ
-WQ
-WQ
-Mk
-wa
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-pi
-zv
-FB
-zv
-zv
-zv
-FB
-zv
-zv
-HF
-XG
-aj
-QY
-HH
-HH
-EH
-HH
-HH
-QY
-aj
-px
-aj
-QY
-hG
-HH
-EH
-hG
-HH
-QY
-aj
-px
-aj
-QY
-hG
-HH
-EH
-HH
-HH
-QY
-Yz
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(103,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-ow
-ow
-If
-If
-If
-Ot
-Ot
-Ot
-DV
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-KV
-WQ
-WQ
-WQ
-xx
-xx
-gX
-xx
-xx
-xx
-WQ
-WQ
-WQ
-wa
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-Xw
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-HF
-XG
-aj
-Yz
-aj
-aj
-Yz
-aj
-aj
-Yz
-aj
-px
-aj
-Fg
-fT
-aj
-Fg
-fT
-aj
-Yz
-aj
-px
-aj
-aj
-Fg
-dK
-fT
-aj
-aj
-Fg
-fT
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(104,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-If
-If
-If
-If
-If
-If
-If
-If
-If
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-jQ
-WQ
-WQ
-xx
-xx
-gX
-xx
-xx
-xx
-WQ
-WQ
-qE
-wa
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-NB
-Nh
-Nh
-NB
-Nh
-Nh
-rZ
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(105,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-DY
-DY
-If
-If
-If
-Lq
-Lq
-Lq
-DV
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-KV
-WQ
-WQ
-WQ
-xx
-xx
-uS
-GX
-xx
-FA
-WQ
-WQ
-WQ
-wa
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rZ
-dm
-Ja
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(106,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-Li
-Li
-If
-If
-If
-TR
-TR
-TR
-If
-vM
-wS
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-jQ
-WQ
-WQ
-WQ
-WQ
-NL
-WQ
-WQ
-io
-WQ
-WQ
-qE
-wa
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(107,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-If
-If
-If
-If
-If
-If
-If
-If
-If
-vM
-Do
-bo
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-WQ
-WQ
-WQ
-WQ
-WQ
-NL
-WQ
-WQ
-WQ
-WQ
-WQ
-WQ
-wa
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-NB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(108,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-DE
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-vM
-If
-Xg
-If
-If
-If
-Xg
-If
-If
-Xg
-vM
-Do
-Do
-Do
-vM
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-wa
-WQ
-WQ
-Wo
-WQ
-WQ
-NL
-Wo
-WQ
-WQ
-Wo
-WQ
-bw
-kR
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Dq
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-dm
-Ja
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(109,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-mI
-mI
-mI
-DE
-DE
-DE
-kj
-DE
-DE
-DE
-mI
-mI
-mI
-mI
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-yO
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Nh
-vz
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-mx
-Ae
-Ae
-Ae
-Ae
-wa
-wa
-rk
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-wa
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-xC
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(110,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-DE
-mI
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-Ae
-Nh
-Nh
-mx
-mx
-Zm
-Qm
-Zm
-mx
-mx
-Ni
-Ni
-Bf
-Ni
-Ni
-mx
-Ae
-EP
-KP
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-VW
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-gh
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(111,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-Zm
-Ni
-Ni
-Ni
-Zm
-mx
-Ry
-Ni
-Ry
-Ni
-Ry
-mx
-Ae
-rt
-dH
-rt
-CY
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-CY
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-dH
-FQ
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(112,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-oH
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-sY
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-Ny
-Ni
-Ni
-Ni
-xi
-mx
-DM
-Ni
-Ni
-Ni
-pV
-mx
-Ae
-rt
-dH
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-ZY
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(113,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-DE
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-oH
-rt
-Qh
-Ae
-Nh
-Nh
-mx
-Zm
-Ni
-Ni
-Ni
-Zm
-mx
-Ry
-Ni
-Ry
-Ni
-Ry
-mx
-Ae
-oH
-uR
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(114,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-DE
-Nh
-Nh
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-mx
-Ni
-Ni
-pV
-mx
-mx
-Ni
-Ni
-Ni
-Ni
-Ni
-mx
-Ae
-rt
-dH
-EP
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-ng
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(115,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-DE
-TD
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-Zm
-Ni
-Ni
-Ni
-Zm
-mx
-Ry
-Ni
-Ry
-Ni
-Ry
-mx
-Ae
-rt
-uR
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(116,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-kC
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-it
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-Ny
-Ni
-Ni
-Ni
-xi
-mx
-DM
-Ni
-Ni
-Ni
-pV
-mx
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(117,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-DE
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-eb
-Fi
-HI
-Fi
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-Qh
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-dJ
-dP
-Yj
-dP
-dJ
-iA
-iA
-iA
-dJ
-dP
-Yj
-dP
-dJ
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-Zm
-Ni
-Ni
-Ni
-Zm
-mx
-Ry
-Ni
-Ry
-Ni
-Ry
-mx
-Ae
-rt
-uR
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Vz
-FV
-xs
-Pu
-Nz
-WB
-Zq
-vR
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(118,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-Yj
-Yj
-Yj
-iA
-iA
-iA
-iA
-iA
-Yj
-Yj
-Yj
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-mx
-Ni
-Ni
-Ni
-mx
-mx
-Ni
-Ni
-Go
-Ni
-Ni
-mx
-Ae
-EP
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Ol
-BR
-kl
-kl
-kl
-kl
-kl
-Gn
-Fq
-pc
-Vt
-Vt
-Vt
-ma
-Vt
-Vt
-iR
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-CY
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-HK
-Hs
-KJ
-Ae
-Nh
-Ae
-HK
-Hs
-Ou
-Ae
-qp
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(119,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-mI
-mI
-mI
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-Pw
-Pw
-gy
-zm
-zm
-zm
-HI
-HI
-HI
-HI
-HI
-ze
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-rt
-rt
-rt
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-yK
-Yj
-Yj
-Yj
-yK
-iA
-iA
-iA
-pr
-Yj
-Yj
-Yj
-pr
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-mx
-mx
-mx
-wF
-mx
-mx
-mx
-wF
-mx
-mx
-mx
-wF
-mx
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-XC
-kl
-kl
-kl
-kl
-kl
-kl
-Gn
-wW
-wc
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-Wh
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-EP
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-kX
-zj
-Us
-Ae
-Nh
-Ae
-kX
-zj
-Oo
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(120,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-DE
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-tX
-tX
-tX
-tX
-TO
-TO
-lV
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Ae
-BH
-LM
-rt
-rt
-rt
-NN
-BH
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-LS
-Yj
-LS
-iA
-iA
-iA
-iA
-iA
-LS
-Yj
-LS
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-mx
-Ni
-Ni
-Ni
-Bf
-Ni
-Ni
-Ni
-Bf
-Ni
-Ni
-Ni
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-dZ
-IX
-IX
-IX
-IX
-IX
-IX
-iP
-Fq
-wc
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-XX
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-kX
-YW
-iW
-Ae
-Nh
-Ae
-kX
-YW
-Oo
-Ae
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(121,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-tX
-Pr
-MP
-cd
-tX
-Dw
-TO
-lV
-zm
-zm
-zm
-Wi
-Fi
-HI
-Fi
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-oH
-rt
-rt
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-CO
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-Fb
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-mx
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Ni
-Jc
-rt
-dH
-CY
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-wc
-Iz
-Iz
-Iz
-Iz
-Iz
-Iz
-qq
-ck
-DL
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-ye
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-ef
-YW
-iW
-Ae
-Ae
-Ae
-kX
-YW
-Oo
-Ae
-Ae
-Ae
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-HA
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(122,1,1) = {"
-Nh
-Nh
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-mI
-DE
-DE
-DE
-mI
-mI
-tX
-tX
-tX
-tX
-tX
-tX
-Il
-Pr
-Fh
-tX
-TO
-TO
-lV
-zm
-zm
-zm
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-sN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-eD
-iA
-iA
-iA
-iA
-iA
-eD
-eD
-iA
-iA
-iA
-iA
-iA
-ry
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-EW
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-mx
-Ni
-Ni
-Ni
-Go
-Ni
-Ni
-Ni
-Go
-Ni
-Ni
-Ni
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-xt
-PH
-PH
-PH
-PH
-PH
-PH
-PH
-mi
-PH
-PH
-PH
-PH
-gG
-Iz
-Iz
-bv
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-EB
-Ua
-UM
-Ae
-HK
-JL
-Ua
-JL
-An
-YW
-wv
-JL
-Ua
-JL
-An
-YW
-wv
-JL
-yb
-Ae
-md
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(123,1,1) = {"
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-tX
-qJ
-qJ
-qJ
-qJ
-tX
-Dw
-TO
-TO
-vU
-TO
-TO
-lV
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-Fi
-HI
-Fi
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-WW
-kq
-kq
-kq
-kq
-kq
-kq
-kq
-kq
-rt
-rt
-rt
-Ae
-iA
-iA
-lM
-YT
-mo
-iA
-iA
-iA
-iA
-Ke
-wn
-Ke
-iA
-CO
-iA
-WZ
-WZ
-iA
-WZ
-WZ
-iA
-Fb
-iA
-iA
-iA
-Ae
-Ae
-Ae
-Ae
-oH
-rt
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-oH
-dH
-Qh
-Ae
-Ae
-Ae
-wB
-wB
-wB
-Fq
-oM
-oM
-Fq
-Fq
-Vx
-YY
-Fq
-Fq
-Fq
-hO
-PR
-PR
-Zk
-wc
-Wj
-Iz
-BF
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Jn
-kH
-YW
-oK
-Jn
-Ft
-YW
-Fk
-mQ
-my
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-wv
-vG
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(124,1,1) = {"
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-aY
-aY
-oa
-oE
-TO
-TO
-TO
-tX
-TO
-TO
-TO
-vU
-TO
-TO
-lV
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-Os
-NN
-NN
-LM
-LM
-kk
-kk
-FS
-FS
-rt
-rt
-rt
-Ae
-iA
-lM
-Yj
-Yj
-Yj
-JB
-Bp
-RC
-yz
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-fZ
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-rh
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-kL
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-dH
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-MX
-rn
-rn
-rn
-rn
-rn
-on
-rn
-rn
-Fq
-LB
-Ss
-jo
-CZ
-wc
-Wj
-Iz
-zg
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-EP
-dH
-rt
-Ae
-Fn
-NQ
-Dp
-Ae
-kX
-YW
-Oo
-Ae
-kX
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-Fk
-mQ
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-HA
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(125,1,1) = {"
-Nh
-DE
-kj
-TW
-pu
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-aY
-aY
-oa
-nq
-TO
-TO
-TO
-nh
-TO
-TO
-TO
-vU
-TO
-TO
-lV
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-HI
-HI
-HI
-HI
-EM
-ze
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-Os
-NN
-NN
-LM
-LM
-kk
-kk
-FS
-FS
-rt
-rt
-Qh
-Ae
-iA
-Yf
-Yj
-Yj
-Yj
-Ux
-Bp
-RC
-Uc
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-rh
-rt
-rt
-rt
-rt
-rt
-KP
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-XR
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-lo
-VW
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-Zg
-Fq
-xp
-Ej
-jY
-CZ
-wc
-Wj
-Iz
-ia
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-uR
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ts
-YW
-Oo
-Ae
-kX
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-Oo
-Ae
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(126,1,1) = {"
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-aY
-aY
-oa
-VK
-TO
-TO
-TO
-tX
-TO
-TO
-TO
-vU
-TO
-TO
-lV
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-Os
-NN
-NN
-LM
-LM
-kk
-kk
-FS
-FS
-rt
-rt
-rt
-Ae
-iA
-fg
-Yj
-Yj
-Yj
-QE
-Bp
-RC
-jB
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-Ii
-Yj
-Yj
-Yj
-Yj
-Yj
-Yj
-rh
-rt
-rt
-rt
-ZY
-rt
-dH
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-Xr
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-rn
-Fq
-Kp
-Ie
-zJ
-CZ
-wc
-Wj
-Iz
-PQ
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-EB
-Ua
-tp
-Ae
-kX
-YW
-Oo
-Ae
-kX
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-wv
-vG
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(127,1,1) = {"
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-tX
-qJ
-qJ
-qJ
-qJ
-tX
-Dw
-TO
-TO
-vU
-TO
-TO
-lV
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-Fi
-HI
-Fi
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-WW
-kq
-kq
-kq
-kq
-kq
-kq
-kq
-kq
-rt
-rt
-rt
-Ae
-iA
-iA
-fg
-Ll
-jT
-iA
-iA
-iA
-iA
-Ke
-JW
-Ke
-iA
-Bn
-iA
-WZ
-WZ
-iA
-Dv
-WZ
-iA
-We
-iA
-iA
-iA
-Ae
-Ae
-Ae
-Ae
-oH
-dH
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-oH
-rt
-Qh
-Ae
-Ae
-Ae
-wB
-wB
-wB
-Fq
-Vo
-Vo
-Fq
-Fq
-KK
-KK
-Fq
-Fq
-Fq
-dg
-PX
-PX
-OZ
-wc
-Wj
-Iz
-xM
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Jn
-kH
-YW
-oK
-Tf
-Ft
-YW
-wv
-JL
-An
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-YW
-Fk
-mQ
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(128,1,1) = {"
-Nh
-Nh
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-mI
-DE
-DE
-DE
-mI
-mI
-tX
-tX
-tX
-tX
-tX
-tX
-Pr
-Pr
-Il
-tX
-TO
-TO
-lV
-zm
-zm
-zm
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-ll
-zm
-zm
-DU
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-eD
-iA
-iA
-iA
-iA
-iA
-eD
-eD
-iA
-iA
-iA
-iA
-iA
-tY
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-WD
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-sY
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-uo
-Sv
-Yb
-Sv
-Sv
-Sv
-Yb
-Sv
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-EP
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-pc
-Vt
-Vt
-Vt
-Vt
-Vt
-Vt
-Vt
-pW
-Vt
-Vt
-Vt
-Vt
-DL
-Iz
-Iz
-bv
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-CY
-Ae
-Fn
-NQ
-Dp
-Ae
-Ut
-mQ
-NQ
-mQ
-my
-YW
-Fk
-mQ
-NQ
-mQ
-my
-YW
-Fk
-mQ
-fb
-Ae
-md
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(129,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-Fh
-HP
-IT
-tX
-Dw
-TO
-lV
-zm
-zm
-zm
-xr
-Fi
-HI
-Fi
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-xr
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-oH
-rt
-rt
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-Bn
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-We
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Fp
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-wc
-Iz
-Iz
-Iz
-Iz
-Iz
-Iz
-uA
-Wu
-gG
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-ye
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-ng
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-kX
-YW
-iW
-Ae
-Ae
-Ae
-kX
-YW
-Oo
-Ae
-Ae
-Ae
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(130,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-DE
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-tX
-tX
-tX
-tX
-TO
-TO
-lV
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Ae
-BH
-kk
-rt
-rt
-rt
-FS
-BH
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-dP
-Yj
-dP
-iA
-iA
-iA
-iA
-iA
-dP
-Yj
-dP
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-iz
-Sv
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-CY
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Is
-IX
-IX
-IX
-IX
-IX
-IX
-fy
-Fq
-wc
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-XX
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-kX
-YW
-iW
-Ae
-Nh
-Ae
-kX
-YW
-Oo
-Ae
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(131,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-mI
-mI
-mI
-mI
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-tX
-be
-be
-dB
-zm
-zm
-zm
-HI
-HI
-HI
-HI
-HI
-ze
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-rt
-rt
-rt
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-LY
-Yj
-Yj
-Yj
-DP
-iA
-iA
-iA
-Cf
-Yj
-Yj
-Yj
-Cf
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-uo
-Nl
-Sv
-Yq
-uo
-uo
-uo
-uo
-uo
-uo
-dR
-uo
-Ae
-EP
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-XC
-kl
-kl
-kl
-kl
-kl
-kl
-Gn
-wW
-wc
-Wj
-Iz
-Wj
-Iz
-Wj
-Iz
-Wh
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-kX
-zj
-iW
-Ae
-Nh
-Ae
-kX
-zj
-Oo
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Gq
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(132,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-Fi
-Fi
-HI
-Fi
-Fi
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-Nv
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-Yj
-Yj
-Yj
-iA
-iA
-iA
-iA
-iA
-Yj
-Yj
-Yj
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-ng
-rt
-Ae
-Nh
-Nh
-uo
-Bt
-Sv
-Sv
-Sv
-Bt
-uo
-Dc
-Dc
-Yb
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Ol
-BR
-kl
-kl
-kl
-kl
-kl
-Gn
-Fq
-xt
-PH
-PH
-PH
-fm
-PH
-PH
-Ro
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-Ut
-RO
-tg
-Ae
-Nh
-Ae
-Ut
-RO
-tg
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(133,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-DE
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-eb
-Fi
-HI
-Fi
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-eb
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-Qh
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-dJ
-LS
-Yj
-LS
-dJ
-iA
-iA
-iA
-qP
-LS
-Yj
-LS
-qP
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-Bt
-Sv
-Sv
-Sv
-Bt
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Qc
-tA
-WM
-Sn
-Zv
-CC
-mC
-hA
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-sY
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(134,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-zm
-zm
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-Wi
-zm
-zm
-zm
-zm
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-Vh
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-jc
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-Bt
-Sv
-Sv
-Sv
-Bt
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-EP
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Fq
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-uR
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(135,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-DE
-TD
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-tX
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-iA
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-uo
-Nl
-Sv
-Yq
-uo
-uo
-EZ
-EZ
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-EP
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(136,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-DE
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-Cs
-Sv
-Sv
-Sv
-Cs
-uo
-Dc
-Dc
-Sv
-Sv
-EZ
-EZ
-Ae
-rt
-CY
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(137,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-kj
-DE
-kj
-kj
-kj
-kj
-DE
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-oH
-dH
-Qh
-Ae
-Nh
-Nh
-uo
-Cs
-Sv
-Sv
-Sv
-Cs
-uo
-Sv
-Sv
-Sv
-Sv
-Dc
-Dc
-Ae
-oH
-rt
-Qh
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-rt
-ng
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(138,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-oH
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-Cs
-Sv
-Sv
-Sv
-Cs
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-rt
-kL
-rt
-rt
-rt
-CY
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-kL
-CY
-rt
-rt
-rt
-rt
-rt
-rt
-CY
-rt
-EP
-rt
-rt
-rt
-Dj
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(139,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-DE
-kj
-hJ
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-mI
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-uo
-Cs
-VX
-Cs
-uo
-uo
-kS
-ss
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-rt
-rt
-CY
-rt
-KP
-lo
-lo
-lo
-lo
-lo
-KG
-lo
-KG
-lo
-lo
-lo
-lo
-qV
-lo
-KG
-lo
-XR
-lo
-KG
-lo
-lo
-lo
-lo
-KG
-KG
-lo
-lo
-lo
-VW
-Qh
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(140,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-DE
-DE
-DE
-kj
-kj
-kj
-kj
-kj
-kj
-kj
-DE
-DE
-DE
-mI
-mI
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ae
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-ZY
-rt
-rt
-rt
-EP
-ZY
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-rt
-dH
-rt
-Ae
-Nh
-Nh
-uo
-uo
-uo
-uo
-uo
-uo
-uo
-Sv
-Sv
-Sv
-iz
-EZ
-EZ
-Ae
-rt
-EP
-rt
-rt
-rt
-dH
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-EP
-rt
-rt
-CY
-rt
-EP
-rt
-rt
-rt
-rt
-rt
-rt
-sY
-rt
-CY
-rt
-rt
-rt
-EP
-rt
-CY
-rt
-EP
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(141,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-mI
-mI
-mI
-DE
-DE
-DE
-kj
-DE
-DE
-DE
-mI
-mI
-mI
-mI
-mI
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Zl
-Nx
-Zl
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-TJ
-is
-is
-is
-is
-is
-is
-is
-is
-Nh
-Nh
-uo
-uo
-dR
-uo
-uo
-uo
-uo
-uo
-uo
-uo
-uo
-Ae
-Ae
-ah
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(142,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-DE
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-mI
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Zs
-Vu
-lm
-PW
-Kz
-Kz
-Mw
-Kz
-Kz
-PW
-lm
-Vu
-iH
-is
-tN
-tN
-ip
-tN
-zl
-tN
-tN
-tN
-zl
-QS
-is
-Nh
-Nh
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-Yb
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(143,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-fB
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-oX
-is
-RH
-Ub
-Bs
-wO
-wO
-wO
-wO
-Md
-aJ
-QS
-is
-Nh
-Nh
-uo
-Nl
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Sv
-Yq
-Ae
-dy
-dH
-Qh
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(144,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-fB
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-oX
-is
-RH
-lf
-yp
-Xa
-Xa
-Xa
-Xa
-cc
-jI
-QS
-is
-Nh
-Nh
-uo
-Sv
-Sv
-Sv
-Sv
-Sv
-iz
-Sv
-Sv
-Sv
-Sv
-Ae
-rt
-dH
-rt
-Ae
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(145,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-fB
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-Jo
-oX
-is
-RH
-XQ
-dI
-dI
-dI
-dI
-fz
-CL
-jI
-QS
-is
-Nh
-Nh
-uo
-uo
-uo
-uo
-uo
-uo
-uo
-Wp
-Wp
-zZ
-Wp
-Wp
-Wp
-he
-Wp
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-IM
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(146,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-cN
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-Jo
-Ad
-bu
-is
-RH
-LO
-LO
-LO
-rm
-LO
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(147,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-ie
-RP
-RP
-RP
-RP
-qS
-qS
-qS
-RP
-RP
-RP
-RP
-Ov
-is
-is
-is
-is
-is
-is
-qO
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-Tw
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(148,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ul
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-Mc
-aq
-Mc
-Mc
-Mc
-is
-RH
-eR
-CL
-bH
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-RB
-Im
-tP
-tR
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(149,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-CS
-oI
-JO
-oI
-oI
-oI
-hZ
-oI
-fe
-oI
-oI
-oI
-oI
-QH
-oI
-oI
-oI
-oI
-is
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-zB
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(150,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-QG
-Mc
-Mc
-Mc
-BB
-Mc
-Mc
-BB
-Mc
-Mc
-Da
-BB
-Mc
-Mc
-BB
-Mc
-Mc
-Mc
-xq
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-UT
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Ib
-Nh
-"}
-(151,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-AQ
-oI
-oI
-oI
-xA
-JO
-oI
-xA
-oI
-oI
-oI
-xA
-hZ
-oI
-xA
-oI
-oI
-oI
-xq
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-VI
-Im
-Wv
-kF
-yB
-To
-yB
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-zS
-zS
-zS
-zS
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(152,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-QG
-Mc
-Mc
-Mc
-BB
-Mc
-Mc
-BB
-Mc
-Mc
-Mc
-BB
-Mc
-Mc
-BB
-Mc
-Mc
-Mc
-xq
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-UT
-Wp
-Du
-tP
-PJ
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-OI
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-zS
-zS
-zS
-zS
-zS
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(153,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-qp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-ri
-oI
-oI
-fe
-oI
-oI
-hZ
-oI
-oI
-oI
-fe
-oI
-JO
-oI
-oI
-QH
-oI
-oI
-is
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Wa
-Tw
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-OI
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-tG
-tG
-gJ
-tG
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(154,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Mc
-Mc
-Mc
-UO
-Mc
-Mc
-Mc
-UO
-Mc
-Mc
-UO
-Mc
-Mc
-Mc
-UO
-Mc
-Mc
-Mc
-is
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Wa
-RB
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-OI
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-Cl
-lh
-lh
-lh
-zR
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(155,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-qO
-jw
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-UE
-RB
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-OI
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-aB
-lh
-lh
-lh
-lh
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(156,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-tN
-tN
-tN
-zl
-tN
-tN
-tN
-zl
-tN
-tN
-zl
-tN
-tN
-tN
-zl
-tN
-tN
-tN
-zl
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Wa
-zB
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-OI
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-DO
-lh
-lh
-lh
-lh
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(157,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-Ub
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-ud
-CL
-Oy
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-UT
-Wp
-Du
-tP
-PJ
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-OI
-ch
-ch
-tL
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-DO
-lh
-MQ
-lh
-lh
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(158,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-lf
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-VI
-Im
-TA
-Wp
-In
-da
-In
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-AG
-lh
-lh
-lh
-lh
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(159,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-lf
-CF
-Ns
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-Hl
-AE
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-UT
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tG
-tG
-tG
-tG
-tG
-tG
-tG
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(160,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-lf
-CF
-jI
-QS
-rm
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-PE
-LO
-LO
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-Tw
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(161,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Vd
-lf
-CF
-jI
-ni
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-KU
-is
-is
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-RB
-Im
-tP
-tR
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(162,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-lf
-CF
-jI
-QS
-is
-Zo
-kN
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-gB
-Zo
-Zo
-Zo
-Zo
-eo
-sh
-Zo
-zE
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-zB
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(163,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-sc
-Xa
-Bm
-MO
-kJ
-Eb
-Eb
-Eb
-Eb
-nX
-Eb
-Eb
-Eb
-nX
-Eb
-Eb
-Eb
-nX
-Eb
-Eb
-um
-SB
-UI
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-Im
-Im
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(164,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-xq
-Zo
-Zo
-Zo
-kN
-pF
-Zo
-Zo
-Zo
-pF
-Zo
-Zo
-gB
-pF
-Zo
-Zo
-Zo
-Zo
-pF
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Wp
-Wp
-Wp
-Wp
-Wp
-he
-Wp
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(165,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-oG
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-vh
-UI
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(166,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-xq
-Zo
-Zo
-Zo
-kN
-pF
-Zo
-Zo
-Zo
-pF
-Zo
-Zo
-gB
-pF
-Zo
-Zo
-Zo
-Zo
-pF
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-VI
-tP
-tR
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(167,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-SB
-SB
-SB
-SB
-UI
-SB
-SB
-SB
-UI
-SB
-SB
-SB
-UI
-SB
-SB
-SB
-SB
-UI
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Wp
-Im
-tP
-Im
-Wp
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(168,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-Zo
-kN
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-gB
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-Zo
-xg
-is
-Fu
-Fu
-Fu
-Fu
-Fu
-Fu
-Fu
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-mR
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-qG
-qG
-qG
-qG
-qG
-qG
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(169,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Vd
-TV
-CF
-Rc
-ni
-is
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-SB
-dk
-dk
-dk
-SB
-is
-Fu
-SJ
-an
-aO
-qu
-SJ
-Fu
-we
-we
-we
-vS
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-JA
-Xk
-Xk
-Xk
-qG
-OT
-VH
-Ez
-Co
-OT
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(170,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-at
-sK
-kA
-sK
-kA
-sK
-kA
-sK
-kA
-sK
-kA
-sK
-GG
-Zo
-Zo
-Zo
-Zo
-Zo
-is
-Fu
-fr
-fr
-fr
-fr
-fr
-Fu
-we
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-qG
-ps
-ps
-ps
-ps
-ps
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-AW
-xB
-xB
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(171,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-Xd
-wK
-wK
-wK
-wK
-wK
-wK
-wK
-wK
-wK
-wK
-wK
-UB
-hw
-SB
-PI
-SB
-aX
-is
-Fu
-fr
-fr
-fr
-fr
-fr
-ME
-we
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Nq
-ps
-ps
-ps
-ps
-ps
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-AW
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(172,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ul
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-gH
-wK
-HG
-wK
-HG
-wK
-HG
-wK
-HG
-wK
-HG
-wK
-GD
-Zo
-Zo
-Zo
-Zo
-Zo
-is
-Fu
-EY
-fr
-Le
-fr
-XP
-Fu
-Js
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-tW
-qG
-ht
-ps
-bi
-ps
-pw
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(173,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-Xd
-wK
-wK
-wK
-wK
-sB
-Fa
-Fa
-Fa
-Fa
-Fa
-Fa
-nP
-ra
-Eb
-hs
-SB
-hw
-is
-Fu
-fr
-fr
-xv
-lZ
-fr
-ME
-we
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Nq
-ps
-ps
-cL
-ps
-ps
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-xB
-xB
-xB
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(174,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-tl
-Qe
-IO
-Qe
-IO
-ql
-IO
-Qe
-IO
-Qe
-IO
-Qe
-nS
-Zo
-Zo
-sh
-Zo
-Zo
-is
-Fu
-fr
-fr
-fr
-fr
-fr
-Fu
-we
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-qG
-ps
-ps
-ps
-ps
-ps
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(175,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Vd
-hS
-CF
-jI
-ni
-is
-VG
-VG
-VG
-VG
-VG
-Sx
-VG
-VG
-VG
-VG
-VG
-VG
-VG
-SB
-dk
-Ag
-dk
-SB
-is
-Fu
-SJ
-an
-Pc
-qu
-SJ
-Fu
-we
-we
-we
-we
-we
-we
-we
-we
-SV
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-Xk
-qG
-OT
-VH
-VN
-Co
-OT
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ei
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(176,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-Zo
-kN
-Zo
-Zo
-Zo
-sh
-Zo
-Zo
-Zo
-gB
-Zo
-Zo
-Zo
-Zo
-Zo
-sh
-Zo
-xg
-is
-Fu
-Fu
-Fu
-Fu
-Fu
-Fu
-Fu
-ov
-Bc
-we
-we
-lF
-jz
-jz
-jz
-CE
-jz
-jz
-jz
-Ik
-Xk
-Xk
-Xk
-ZL
-qG
-qG
-qG
-qG
-qG
-qG
-qG
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-AW
-xB
-xB
-AW
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(177,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-TV
-CF
-Rc
-QS
-is
-SB
-SB
-SB
-SB
-UI
-az
-SB
-SB
-UI
-SB
-SB
-SB
-UI
-SB
-SB
-az
-SB
-UI
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-we
-we
-we
-we
-we
-jz
-vF
-vF
-Tx
-fD
-vF
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(178,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-xq
-Zo
-Zo
-Zo
-kN
-pF
-sh
-Zo
-Zo
-pF
-Zo
-Zo
-gB
-pF
-Zo
-Zo
-sh
-Zo
-pF
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-we
-we
-we
-we
-we
-jz
-yQ
-QI
-Tx
-QI
-vX
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-AW
-xB
-xB
-xB
-ch
-ey
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(179,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-oG
-SB
-SB
-SB
-SB
-SB
-az
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-SB
-az
-vh
-UI
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-we
-we
-we
-we
-lF
-jz
-Yr
-QI
-Tx
-QI
-vF
-jz
-Ik
-Xk
-Xk
-Xk
-Xk
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-AW
-xB
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-xB
-xB
-xB
-xB
-AW
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(180,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-xq
-Zo
-Zo
-Zo
-kN
-pF
-sh
-Zo
-Zo
-pF
-Zo
-Zo
-gB
-pF
-Zo
-Zo
-sh
-Zo
-pF
-is
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-we
-we
-we
-we
-we
-jz
-QI
-QI
-Tx
-QI
-QI
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-AW
-xB
-xB
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(181,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-SB
-SB
-SB
-SB
-UI
-az
-SB
-SB
-UI
-SB
-SB
-SB
-UI
-SB
-SB
-az
-SB
-UI
-is
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-we
-we
-we
-we
-we
-jz
-QI
-QI
-Tx
-QI
-QI
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-jz
-oZ
-PG
-PG
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-AW
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(182,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-QS
-is
-Zo
-kN
-Zo
-Zo
-Zo
-sh
-Zo
-Zo
-Zo
-gB
-Zo
-Zo
-Zo
-Zo
-eo
-sh
-Zo
-zE
-is
-jz
-bC
-PG
-PG
-oZ
-PG
-jz
-ov
-we
-we
-we
-lF
-jz
-vF
-QI
-Tx
-QI
-Sy
-jz
-Ik
-Xk
-Xk
-Xk
-ZL
-jz
-PG
-PG
-PG
-bC
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-AW
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(183,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-Vd
-hS
-CF
-jI
-ni
-is
-is
-is
-is
-is
-is
-KU
-is
-is
-is
-is
-is
-is
-is
-is
-is
-KU
-is
-is
-is
-jz
-PG
-oZ
-PG
-PG
-PG
-zx
-we
-we
-we
-we
-we
-jz
-yQ
-QI
-Tx
-QI
-vX
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-zx
-PG
-PG
-bC
-YL
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-kP
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ey
-ch
-ch
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-AW
-xB
-xB
-xB
-xB
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(184,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-jI
-tN
-zl
-tN
-tN
-tN
-zl
-tN
-ip
-tN
-zl
-tN
-tN
-tN
-zl
-tN
-tN
-tN
-rL
-tN
-QS
-is
-jz
-PG
-PG
-PG
-bC
-YL
-jz
-we
-we
-we
-we
-we
-jz
-vF
-vF
-Tx
-vF
-vF
-jz
-Xk
-Xk
-Xk
-Xk
-Xk
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-xB
-xB
-ch
-ch
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(185,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-vQ
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-Bs
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-Bs
-aJ
-QS
-is
-jz
-PG
-YL
-PG
-PG
-PG
-zx
-gR
-gR
-gR
-gR
-XK
-jz
-jz
-jz
-HZ
-jz
-jz
-jz
-Cm
-nj
-nj
-nj
-nj
-zx
-PG
-PG
-PG
-oZ
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-fS
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(186,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-hS
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CL
-tf
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CF
-CL
-jI
-QS
-is
-jz
-PG
-PG
-bC
-YL
-PG
-jz
-il
-gR
-gR
-gR
-gR
-jz
-pn
-pn
-Tx
-pn
-pn
-jz
-nj
-nj
-nj
-nj
-Ty
-jz
-PG
-YL
-bC
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-xB
-AW
-xB
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(187,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-vd
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-Hl
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-fz
-CL
-jI
-QS
-is
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-QI
-QI
-Xy
-QI
-QI
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-PG
-PG
-PG
-PG
-YL
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(188,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-RH
-PE
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-LO
-PE
-LO
-LO
-LO
-LO
-LO
-LO
-rm
-LO
-lf
-CL
-jI
-QS
-is
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-gR
-gR
-gR
-gR
-XK
-jz
-QI
-LW
-Gy
-ce
-QI
-jz
-Cm
-nj
-nj
-nj
-nj
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(189,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-eq
-GP
-TS
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-is
-KU
-is
-is
-is
-is
-is
-is
-is
-is
-is
-KU
-is
-is
-is
-is
-is
-is
-is
-qO
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-QI
-QI
-Ha
-QI
-QI
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(190,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-qT
-zC
-zC
-zC
-zC
-zC
-Qd
-zC
-zC
-zC
-qT
-zC
-zC
-zC
-zC
-zC
-zC
-is
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-wM
-wM
-Tx
-wM
-wM
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-dT
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(191,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-Ho
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-He
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-wr
-qb
-Kh
-bS
-bS
-bS
-Kh
-qb
-qb
-Kh
-kg
-bS
-bS
-Kh
-qb
-Er
-zC
-is
-RH
-lf
-CL
-jI
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-XK
-jz
-jz
-jz
-uN
-jz
-jz
-jz
-Cm
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-dT
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(192,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-ya
-Tb
-Tb
-Tb
-Tb
-ID
-GP
-GP
-GP
-ID
-Tb
-Tb
-Tb
-Tb
-bf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-wr
-Qd
-zC
-zC
-zC
-zC
-zC
-zC
-zC
-Qd
-qT
-zC
-zC
-zC
-zC
-qb
-zC
-Cx
-RH
-lf
-CL
-jI
-QS
-is
-BA
-BA
-BA
-BA
-BA
-BA
-BA
-il
-gR
-gR
-gR
-gR
-im
-MI
-jM
-JR
-jM
-ON
-im
-nj
-nj
-nj
-nj
-Ty
-oN
-oN
-oN
-oN
-oN
-oN
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-dT
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(193,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-Nh
-Nh
-jf
-eF
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-Ho
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-wr
-zC
-Kh
-bS
-bS
-bS
-Kh
-qb
-qb
-Kh
-kg
-bS
-bS
-Kh
-zC
-qb
-zC
-Cx
-RH
-lf
-bg
-jI
-QS
-is
-BA
-LK
-UU
-FG
-Eq
-LK
-BA
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-Tx
-QI
-mk
-xh
-nj
-nj
-nj
-nj
-nj
-oN
-VO
-ex
-iS
-zF
-VO
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-dT
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(194,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-YJ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-tK
-Tb
-Tb
-Tb
-pJ
-jf
-GP
-GP
-GP
-jf
-pJ
-Tb
-Tb
-Tb
-tK
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-rU
-qF
-qF
-qF
-qF
-qF
-qF
-yi
-qF
-qF
-Bu
-zC
-zC
-zC
-Qd
-qb
-zC
-Cx
-RH
-lf
-CL
-jI
-QS
-is
-BA
-fY
-fY
-fY
-WU
-fY
-BA
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-Fe
-QI
-mk
-xh
-nj
-nj
-nj
-nj
-nj
-oN
-BG
-BG
-kf
-BG
-BG
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-dT
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(195,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jt
-jt
-jt
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-qb
-qb
-Kh
-bS
-bS
-bS
-Kh
-qb
-qb
-Kh
-bS
-bS
-bS
-Kh
-qb
-qb
-zC
-is
-RH
-lf
-CL
-jI
-QS
-is
-BA
-fY
-fY
-fY
-fY
-fY
-GQ
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-Tx
-QI
-uh
-xh
-nj
-nj
-nj
-nj
-nj
-tT
-BG
-BG
-BG
-BG
-BG
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Ve
-Ve
-Ve
-Ve
-Ve
-Ei
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(196,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-jf
-GP
-GP
-GP
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-zC
-zC
-Qd
-zC
-zC
-Qd
-zC
-zC
-zC
-zC
-zC
-zC
-Qd
-zC
-zC
-zC
-zC
-zC
-is
-RH
-lf
-CL
-jI
-QS
-is
-BA
-PA
-fY
-Gp
-fY
-iF
-BA
-xw
-gR
-gR
-gR
-gR
-xh
-OS
-QI
-OD
-QI
-HY
-xh
-nj
-nj
-nj
-nj
-ds
-oN
-SC
-BG
-EU
-BG
-YA
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(197,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-jf
-GP
-GP
-GP
-jf
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-Cd
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-qO
-lf
-CL
-jI
-QS
-is
-BA
-fY
-fY
-Lm
-fY
-fY
-GQ
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-Tx
-QI
-mk
-xh
-nj
-nj
-nj
-nj
-nj
-tT
-BG
-BG
-et
-BG
-BG
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(198,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-jf
-jf
-jf
-jf
-jf
-GP
-GP
-GP
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-is
-gn
-gn
-gn
-IZ
-gn
-gn
-IZ
-gn
-gn
-gn
-IZ
-gn
-gn
-gn
-IZ
-gn
-gn
-gn
-IZ
-RH
-lf
-CL
-jI
-QS
-is
-BA
-fY
-fY
-fY
-fY
-fY
-BA
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-rP
-QI
-mk
-xh
-nj
-nj
-nj
-nj
-nj
-oN
-BG
-BG
-BG
-BG
-BG
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(199,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-jf
-cO
-Tb
-Tb
-YK
-GP
-GP
-GP
-uq
-GP
-GP
-GP
-GP
-GP
-GP
-uq
-GP
-GP
-GP
-uq
-GP
-GP
-cj
-RH
-Ub
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-wO
-ud
-CL
-jI
-QS
-is
-BA
-LK
-UU
-RT
-Eq
-LK
-BA
-gR
-gR
-gR
-gR
-gR
-xh
-Gm
-QI
-Tx
-QI
-mk
-xh
-nj
-nj
-nj
-nj
-nj
-oN
-VO
-ex
-JM
-zF
-VO
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(200,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-jf
-cO
-Tb
-Tb
-YK
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-GP
-cj
-RH
-lf
-qd
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-Xa
-hE
-jI
-QS
-is
-BA
-BA
-BA
-BA
-BA
-BA
-BA
-il
-gR
-gR
-gR
-gR
-HW
-UA
-vr
-Ac
-vr
-jj
-HW
-nj
-nj
-nj
-nj
-Ty
-oN
-oN
-oN
-oN
-oN
-oN
-oN
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(201,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hz
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-jf
-cO
-Tb
-Tb
-YK
-GP
-GP
-GP
-OE
-GP
-GP
-GP
-GP
-GP
-GP
-OE
-GP
-GP
-GP
-OE
-GP
-GP
-cj
-RH
-lf
-CL
-Ns
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-dI
-AE
-QS
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-XK
-jz
-jz
-jz
-nT
-jz
-jz
-jz
-Cm
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(202,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Cd
-Cd
-jf
-jf
-jf
-jf
-jf
-vJ
-vJ
-vJ
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-jf
-is
-RH
-lf
-JJ
-jI
-QS
-rm
-LO
-LO
-LO
-rm
-LO
-LO
-LO
-rm
-LO
-LO
-LO
-rm
-LO
-LO
-rm
-LO
-LO
-LO
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-pn
-pn
-Tx
-pn
-pn
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(203,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-Op
-oi
-oi
-oi
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-qO
-lf
-CL
-jI
-ni
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-QI
-QI
-Xy
-QI
-QI
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(204,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-Op
-oi
-oi
-oi
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CL
-jI
-QS
-is
-zC
-zC
-Qd
-uD
-zC
-zC
-zC
-Ij
-Qd
-zC
-uD
-zC
-zC
-IY
-uD
-zC
-Qd
-zC
-is
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-gR
-gR
-gR
-gR
-XK
-jz
-QI
-LW
-Ab
-ce
-QI
-jz
-Cm
-nj
-nj
-nj
-nj
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(205,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-oi
-oi
-oi
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CL
-jI
-QS
-is
-zC
-qb
-qb
-gO
-jW
-jW
-Kh
-Kh
-qb
-qb
-Kh
-Kh
-jW
-jW
-gO
-qb
-qb
-zC
-is
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-gR
-gR
-gR
-gR
-gR
-jz
-QI
-QI
-Ha
-QI
-QI
-jz
-nj
-nj
-nj
-nj
-nj
-jz
-PG
-PG
-PG
-YL
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(206,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-oi
-oi
-Op
-lJ
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CL
-jI
-QS
-xq
-QP
-Fr
-zC
-zC
-Qd
-zC
-zC
-lx
-zC
-ok
-zC
-Qd
-zC
-ZB
-zC
-zC
-qb
-Yl
-is
-jz
-PG
-PG
-bC
-PG
-PG
-jz
-il
-gR
-gR
-gR
-gR
-jz
-wM
-wM
-Tx
-wM
-wM
-jz
-nj
-nj
-nj
-nj
-Ty
-jz
-PG
-bC
-PG
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(207,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-mV
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-GY
-Bm
-MO
-db
-qF
-Yd
-zd
-gO
-jW
-jW
-Kh
-Kh
-qb
-qb
-Kh
-Kh
-jW
-jW
-gO
-uH
-qb
-zC
-is
-jz
-PG
-oZ
-PG
-YL
-PG
-zx
-gR
-gR
-gR
-gR
-XK
-jz
-jz
-jz
-XF
-jz
-jz
-jz
-Cm
-nj
-nj
-nj
-nj
-zx
-PG
-PG
-PG
-bC
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(208,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-OM
-oS
-OM
-Vf
-Iy
-oi
-cy
-oi
-Iy
-Vf
-OM
-oS
-OM
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-xq
-QP
-qb
-qT
-zC
-zC
-zC
-IY
-zC
-zC
-Qd
-mz
-zC
-zC
-zC
-zC
-zC
-qb
-Qd
-is
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-At
-At
-At
-At
-At
-jz
-vF
-vF
-Tx
-vF
-vF
-jz
-Hr
-Hr
-Hr
-Hr
-Hr
-jz
-YL
-PG
-oZ
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(209,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-mV
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-is
-zC
-qb
-wr
-gO
-jW
-jW
-Kh
-Kh
-qb
-qb
-Kh
-Kh
-jW
-jW
-gO
-qb
-qb
-Yl
-is
-jz
-YL
-bC
-PG
-PG
-bC
-zx
-At
-At
-At
-At
-At
-jz
-di
-QI
-Tx
-QI
-vX
-jz
-Hr
-Hr
-Hr
-Hr
-Hr
-zx
-PG
-PG
-PG
-oZ
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(210,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-oi
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-is
-zC
-zC
-gD
-zC
-zC
-ed
-zC
-ZB
-hY
-zC
-zC
-zC
-Qd
-zC
-hY
-zC
-zC
-zC
-is
-jz
-PG
-PG
-oZ
-YL
-PG
-jz
-Bj
-At
-At
-At
-At
-jz
-vF
-QI
-Tx
-QI
-vF
-jz
-Hr
-Hr
-Hr
-Hr
-rf
-jz
-PG
-bC
-PG
-PG
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(211,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-oi
-oi
-oi
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-qO
-lf
-CF
-jI
-AX
-is
-SL
-SL
-dw
-uM
-Nb
-SL
-SL
-SL
-SL
-Nb
-ug
-Nb
-SL
-SL
-is
-kd
-kd
-kd
-is
-jz
-PG
-PG
-PG
-PG
-PG
-jz
-At
-At
-At
-At
-uf
-jz
-QI
-QI
-Tx
-QI
-QI
-jz
-Mz
-Hr
-Hr
-Hr
-Hr
-jz
-oZ
-PG
-PG
-YL
-PG
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(212,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-Op
-oi
-oi
-oi
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-is
-KY
-Nb
-nx
-Nb
-Nb
-Wx
-WR
-Nb
-ty
-Nb
-Nb
-TU
-Nb
-KY
-is
-Av
-Av
-Av
-is
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-At
-At
-At
-At
-At
-jz
-QI
-QI
-WO
-QI
-QI
-jz
-Hr
-Hr
-Hr
-Hr
-Hr
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(213,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-Op
-oi
-oi
-oi
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-is
-KY
-Nb
-xy
-Sd
-eB
-eB
-Fl
-Mr
-eB
-eB
-eB
-eB
-Mf
-bY
-is
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-At
-At
-At
-At
-At
-jz
-QI
-QI
-QI
-QI
-QI
-jz
-Hr
-Hr
-Hr
-Hr
-Hr
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(214,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-Op
-oi
-oi
-oi
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-Me
-jI
-QS
-is
-Wk
-Nb
-jZ
-lL
-GS
-ii
-wk
-bk
-wf
-up
-rQ
-sd
-Nb
-RE
-is
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-At
-At
-At
-At
-uf
-jz
-vF
-QI
-QI
-QI
-vF
-jz
-Mz
-Hr
-Hr
-Hr
-Hr
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(215,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-kp
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-oi
-oi
-oi
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-lf
-CF
-jI
-QS
-is
-lz
-ai
-WR
-Nb
-No
-Nb
-Nb
-aL
-Nb
-Nb
-No
-Nb
-ai
-Qs
-is
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-At
-At
-At
-At
-At
-jz
-yQ
-QI
-QI
-QI
-DR
-jz
-Hr
-Hr
-Hr
-Hr
-Hr
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-AW
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(216,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-oi
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-qO
-lf
-CF
-jI
-AX
-is
-Wk
-Nb
-sd
-rQ
-up
-wf
-bk
-wk
-ii
-GS
-lL
-jZ
-Nb
-RE
-is
-Av
-Av
-Av
-is
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-Bj
-At
-At
-At
-At
-jz
-vF
-vF
-QI
-vF
-vF
-jz
-Hr
-Hr
-Hr
-Hr
-rf
-VD
-VD
-VD
-VD
-VD
-VD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-MT
-MT
-MT
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(217,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-mV
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-XQ
-dI
-AE
-QS
-is
-KY
-Nb
-Nb
-RZ
-Nb
-Nb
-Nb
-Nb
-Nb
-yE
-Nb
-rD
-Nb
-Qs
-is
-Av
-Av
-Av
-is
-DZ
-TM
-xX
-ea
-Mi
-TM
-DZ
-At
-At
-At
-At
-uf
-jz
-jz
-jz
-ap
-jz
-jz
-jz
-Mz
-Hr
-Hr
-Hr
-Hr
-VD
-hd
-hI
-cz
-tu
-hd
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-MT
-MT
-MT
-MT
-MT
-MT
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(218,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-OM
-oS
-OM
-Vf
-Iy
-oi
-cy
-oi
-Iy
-Vf
-OM
-oS
-OM
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-RH
-LO
-LO
-LO
-LO
-is
-KY
-WR
-Nb
-Nb
-Nb
-Nb
-ob
-gA
-Nb
-Nb
-WR
-Nb
-Nb
-Qs
-is
-Av
-Av
-Av
-is
-DZ
-Zx
-Zx
-Zx
-Zx
-Zx
-DZ
-At
-At
-At
-At
-At
-At
-At
-At
-kr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-VD
-lD
-lD
-lD
-lD
-lD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-AW
-xB
-xB
-AW
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-MT
-MT
-MT
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(219,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-mV
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-is
-DS
-DS
-DS
-is
-is
-is
-is
-nA
-Io
-Io
-Aw
-is
-is
-yL
-Io
-Io
-Aw
-is
-KU
-is
-Av
-Av
-Av
-is
-DZ
-Zx
-Zx
-Zx
-va
-Zx
-Hd
-At
-At
-At
-At
-At
-At
-kV
-At
-kr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hw
-lD
-lD
-lD
-lD
-lD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(220,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-oi
-oi
-oi
-Op
-JF
-Vf
-Vf
-Vf
-JF
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-CH
-Eo
-Eo
-Bw
-Eo
-Eo
-Vj
-Eo
-Eo
-Eo
-WV
-WV
-Eo
-Fv
-Eo
-Eo
-WV
-aF
-pI
-Av
-Av
-Av
-is
-DZ
-aK
-wY
-jg
-Zx
-GI
-DZ
-yW
-At
-At
-At
-At
-At
-At
-At
-kr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-qN
-VD
-Uu
-lD
-Mg
-lD
-wx
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-AW
-xB
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-MT
-MT
-ch
-ch
-GC
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(221,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-Iy
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-Eo
-yj
-Eo
-Eo
-Eo
-Eo
-Eo
-Eo
-Eo
-Eo
-Eo
-EL
-Eo
-Eo
-Eo
-Eo
-Eo
-Fs
-pI
-Av
-Av
-Av
-is
-DZ
-Zx
-Zx
-Zx
-Zx
-Zx
-Hd
-At
-At
-At
-At
-At
-At
-At
-At
-kr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hw
-lD
-lD
-lD
-lD
-lD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(222,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-np
-np
-Vf
-np
-np
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-rS
-Eo
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Eo
-aF
-pI
-Av
-Av
-Av
-is
-DZ
-Zx
-Zx
-Zx
-Zx
-Zx
-DZ
-At
-At
-At
-At
-At
-At
-At
-At
-kr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-Hr
-VD
-lD
-fN
-lD
-lD
-lD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-MT
-MT
-ch
-ch
-ch
-MT
-MT
-ch
-ch
-tL
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(223,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-xJ
-Vf
-OM
-Vf
-np
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Fv
-Eo
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-zq
-aF
-pI
-Av
-Av
-Av
-is
-DZ
-TM
-xX
-wz
-Mi
-TM
-DZ
-At
-At
-NM
-At
-At
-At
-At
-At
-sU
-Hr
-Hr
-Hr
-Hr
-Hr
-rX
-Hr
-Hr
-VD
-hd
-hI
-iN
-tu
-hd
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-AW
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-MT
-MT
-MT
-MT
-MT
-MT
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(224,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-hQ
-hQ
-hQ
-hQ
-hQ
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-np
-OM
-oS
-OM
-np
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-Eo
-eC
-pI
-Av
-Av
-Av
-is
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-jz
-jz
-jz
-jz
-jz
-jz
-rd
-rd
-GU
-rd
-rd
-jz
-jz
-no
-no
-no
-jz
-VD
-VD
-VD
-VD
-VD
-VD
-VD
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-MT
-MT
-MT
-MT
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(225,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-np
-Vf
-OM
-Vf
-np
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-yj
-Kc
-Kc
-Kc
-fa
-Kc
-Kc
-rb
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Xn
-Kc
-Kc
-Eo
-aF
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-oV
-oV
-oV
-rd
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(226,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-np
-np
-cI
-np
-np
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-rS
-Eo
-Eo
-Vj
-Eo
-CH
-Eo
-Eo
-Eo
-Eo
-Eo
-Vj
-Eo
-Eo
-CH
-Eo
-yj
-Eo
-Eo
-aF
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-bM
-bM
-bM
-rd
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(227,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-Op
-Op
-OJ
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-bZ
-Kc
-Kc
-Kc
-Kc
-Kc
-fa
-Kc
-rb
-Kc
-Kc
-Kc
-tH
-Kc
-Kc
-Kc
-Kc
-Fv
-aF
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-ft
-ft
-ft
-rd
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-AW
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(228,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-Sc
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-ee
-XW
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-Dh
-iE
-CW
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-Ak
-Ak
-Ak
-rd
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(229,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-Sc
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-ee
-gU
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-ee
-Eo
-yj
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-RF
-RF
-RF
-rd
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-AW
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(230,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-bO
-gr
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-ls
-Eo
-Kc
-VL
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-Kc
-GJ
-Kc
-Kc
-Kc
-Kc
-Kc
-Eo
-Eo
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-rd
-rA
-rA
-rA
-rd
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(231,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-Op
-OJ
-Op
-Op
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-Eo
-aF
-Eo
-Vj
-yI
-yj
-Eo
-EL
-Eo
-Eo
-Eo
-bZ
-Eo
-Eo
-Eo
-Eo
-Eo
-Eo
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-rd
-rd
-GU
-rd
-rd
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-tL
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-fS
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-AW
-xB
-xB
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(232,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-sk
-xQ
-sk
-sk
-sk
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-Eo
-Eo
-Eo
-UN
-Eo
-Eo
-Eo
-VF
-Eo
-Eo
-zq
-Eo
-VF
-Eo
-Eo
-Vj
-VF
-Eo
-Eo
-Eo
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-dO
-pd
-SK
-SK
-wI
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-tL
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-xB
-xB
-xB
-xB
-AW
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(233,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-sk
-sk
-sk
-sk
-IJ
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-pI
-pI
-pI
-xo
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-pI
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-MC
-cK
-cK
-cK
-sz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(234,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-sk
-sk
-sk
-sk
-ar
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-RU
-Av
-Av
-Av
-hN
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-hN
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-hf
-cK
-ct
-cK
-ZN
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-tL
-Nh
-Nh
-ch
-tL
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(235,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-sk
-sk
-sk
-sk
-rO
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-RU
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-EO
-mB
-mB
-mB
-Sl
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-ey
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(236,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-sk
-sk
-sk
-tb
-sk
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-RU
-qg
-qg
-Av
-Av
-Av
-qg
-qg
-Av
-Av
-qg
-qg
-Av
-Av
-Av
-qg
-qg
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-jz
-jz
-jz
-jz
-jz
-jz
-jz
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(237,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-Op
-Op
-Op
-Op
-OJ
-Op
-Op
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-RU
-Rz
-fk
-Av
-Av
-Av
-Rz
-fk
-Av
-Av
-fk
-Rz
-Av
-Av
-Av
-fk
-Rz
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(238,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-Sc
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-RU
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-ji
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(239,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-qf
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-qo
-kJ
-bR
-wb
-wb
-BI
-Rz
-fk
-Av
-Av
-Av
-Rz
-fk
-Av
-Av
-fk
-Rz
-Av
-Av
-Av
-fk
-Rz
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(240,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-Av
-qg
-qg
-Av
-Av
-Av
-qg
-qg
-Av
-Av
-qg
-qg
-Av
-Av
-Av
-qg
-qg
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-tL
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(241,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-tL
-tL
-tL
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(242,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-TE
-is
-so
-Av
-Av
-Av
-Av
-Av
-Av
-hN
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-hN
-Av
-Av
-Av
-Av
-Av
-Av
-Av
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(243,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-is
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(244,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(245,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ey
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-fS
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(246,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(247,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-ch
-tL
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(248,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-tL
-ch
-ch
-ch
-ch
-ch
-ey
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(249,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(250,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(251,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(252,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(253,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(254,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(255,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
-(256,1,1) = {"
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-Nh
-"}
diff --git a/maps/southern_sun/submaps/gateway/snowfield.dm b/maps/southern_sun/submaps/gateway/snowfield.dm
deleted file mode 100644
index b7ea707d65..0000000000
--- a/maps/southern_sun/submaps/gateway/snowfield.dm
+++ /dev/null
@@ -1,607 +0,0 @@
-// -- Areas -- //
-
-/area/awaymission/snowfield
- icon_state = "blank"
- base_turf = /turf/simulated/floor/outdoors/dirt
-
-/area/awaymission/snowfield/cavern
- icon_state = "blue"
- ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/music/LRRMenu.ogg', 'sound/music/LRRTrack3.ogg', \
- 'sound/ambience/cave/AmbCaveDebriA.ogg', 'sound/ambience/cave/AmbCaveDebriB.ogg', 'sound/ambience/cave/AmbCaveDebriC.ogg', \
- 'sound/ambience/cave/AmbCaveDebriD.ogg')
- always_unpowered = 1
-
-/area/awaymission/snowfield/outside
- icon_state = "green"
- always_unpowered = 1
- dynamic_lighting = 1
- outdoors = 1
-
-/area/awaymission/snowfield/checkpoint
- name = "Checkpoint"
- icon_state = "checkpoint1"
- requires_power = 0
-
-/area/awaymission/snowfield/solarshack
- name = "Solarshack"
- icon_state = "panelsA"
-
-/area/awaymission/snowfield/checkpointunpowered // Limiting powered area
- name = "Checkpoint"
- icon_state = "darkred"
- always_unpowered = 1
- power_equip = 0
- power_environ = 0
- power_light = 0
-
-/area/awaymission/snowfield/emergency_pathway/EP_powered
- name = "Emergency Pathway"
- icon_state = "green"
- requires_power = 0
-
-/area/awaymission/snowfield/emergency_pathway/EP_unpowered
- name = "Emergency Pathway"
- icon_state = "darkred"
- always_unpowered = 1
- power_equip = 0
- power_environ = 0
- power_light = 0
-
-/area/awaymission/snowfield/restricted
- icon_state = "red"
-
-// Base Area
-
-/area/awaymission/snowfield/hallway/checkpointhallway
- name = "Gate Hallway"
- icon_state = "entry_1"
- requires_power = 0
-
-/area/awaymission/snowfield/hallway/northhallway
- name = "Northern Hallway"
- icon_state = "north"
-
-/area/awaymission/snowfield/hallway/centerhallway
- name = "Center Hallway"
- icon_state = "center"
-
-/area/awaymission/snowfield/hallway/southhallway
- name = "Southern Hallway"
- icon_state = "south"
-
-/area/awaymission/snowfield/hallway/dormhallway
- name = "Dorm Hallway"
- icon_state = "hallC"
-
-/area/awaymission/snowfield/hallway/commandhallway
- name = "Command Hallway"
- icon_state = "hallC1"
-
-/area/awaymission/snowfield/hallway/frontgate_substation
- name = "Front Gate Substation"
- icon_state = "substation"
-
-/area/awaymission/snowfield/hallway/commandhallway_substation
- name = "Command Substation"
- icon_state = "substation"
-
-// Security
-
-/area/awaymission/snowfield/security/frontgate
- name = "Front Gate Checkpoint"
- icon_state = "checkpoint1"
- requires_power = 0
- power_equip = 1 // Powering entry
-
-/area/awaymission/snowfield/security/seconddesk
- name = "Second Gate Checkpoint"
- icon_state = "checkpoint2"
- requires_power = 0
- power_equip = 1 // Powering entry
-
-/area/awaymission/snowfield/security/lobby
- name = "Security Lobby"
- icon_state = "security"
-
-/area/awaymission/snowfield/security/security_restroom
- name = "Security Restroom"
- icon_state = "security_bathroom"
-
-/area/awaymission/snowfield/security/hallway
- name = "Security Hallway"
- icon_state = "red"
-
-/area/awaymission/snowfield/security/detective
- name = "Detective's Office"
- icon_state = "detective"
-
-/area/awaymission/snowfield/security/evidence_storage
- name = "Evidence Storage"
- icon_state = "evidence_storage"
-
-/area/awaymission/snowfield/security/security_lockerroom
- name = "Security Locker Room"
- icon_state = "security_lockerroom"
-
-/area/awaymission/snowfield/security/interrogation
- name = "Security Interrogation Room"
- icon_state = "interrogation"
-
-/area/awaymission/snowfield/security/observatory
- name = "Security Observation Room"
- icon_state = "observatory"
-
-/area/awaymission/snowfield/security/warden
- name = "Warden's Office"
- icon_state = "Warden"
-
-/area/awaymission/snowfield/security/armory_entrance
- name = "Armory Entrance"
- icon_state = "armory_entrance"
-
-/area/awaymission/snowfield/security/armory
- name = "Armory"
- icon_state = "armory"
- requires_power = 0
-
-/area/awaymission/snowfield/security/heavy_armory
- name = "Heavy Armory"
- icon_state = "riot_control"
- requires_power = 0
-
-/area/awaymission/snowfield/security/hallway2
- name = "Security South Hallway"
- icon_state = "red"
-
-/area/awaymission/snowfield/security/firingrange
- name = "Firing Range"
- icon_state = "firingrange"
-
-/area/awaymission/snowfield/security/security_cell_hallway
- name = "Cell Hallway"
- icon_state = "security_cell_hallway"
-
-/area/awaymission/snowfield/security/security_cell
- name = "Security Cell"
- icon_state = "brig"
-
-// Medical
-
-/area/awaymission/snowfield/medical/front_desk
- name = "Medical Front Desk"
- icon_state = "medbay"
-
-/area/awaymission/snowfield/medical/hallway
- name = "Medical Hallway"
- icon_state = "medbay4"
-
-/area/awaymission/snowfield/medical/patients
- name = "Medical Patients Room"
- icon_state = "patients"
-
-/area/awaymission/snowfield/medical/medical_restroom
- name = "Medical Restroom"
- icon_state = "restrooms"
-
-/area/awaymission/snowfield/medical/patient_restroom
- name = "Medical Patient Restroom"
- icon_state = "restrooms"
-
-/area/awaymission/snowfield/medical/medical_locker
- name = "Medical Locker Room"
- icon_state = "medbay3"
-
-/area/awaymission/snowfield/medical/chemistry
- name = "Chemistry"
- icon_state = "chem"
-
-/area/awaymission/snowfield/medical/surgery
- name = "Surgery"
- icon_state = "surgery"
-
-/area/awaymission/snowfield/medical/medbay_breakroom
- name = "Medical Breakroom"
- icon_state = "medbay_breakroom"
-
-/area/awaymission/snowfield/medical/staff_room
- name = "Medical Staffroom"
- icon_state = "medbay2"
-
-/area/awaymission/snowfield/medical/storage_room
- name = "Medical Storage Room"
- icon_state = "medbay_primary_storage"
-
-/area/awaymission/snowfield/medical/morgue
- name = "Morgue"
- icon_state = "morgue"
-
-//Engineering
-
-/area/awaymission/snowfield/engineering/hallway
- name = "Engineering Hallway"
- icon_state = "yellow"
-
-/area/awaymission/snowfield/engineering/tech_storage
- name = "Engineering Tech Storage"
- icon_state = "storage"
-
-/area/awaymission/snowfield/engineering/secure_tech_storage
- name = "Engineering Secure Tech Storage"
- icon_state = "auxstorage"
-
-/area/awaymission/snowfield/engineering/primary_storage
- name = "Engineering Primary Storage"
- icon_state = "primarystorage"
-
-/area/awaymission/snowfield/engineering/staff_room
- name = "Engineering Staffroom"
- icon_state = "engineering_break"
-
-/area/awaymission/snowfield/engineering/locker_room
- name = "Engineering Locker Room"
- icon_state = "engineering_locker"
-
-/area/awaymission/snowfield/engineering/restroom
- name = "Engineering Restroom"
- icon_state = "restrooms"
-
-/area/awaymission/snowfield/engineering/monitor_room
- name = "Engine Monitor Room"
- icon_state = "engine_monitoring"
-
-/area/awaymission/snowfield/engineering/engine_checkpoint
- name = "Engine Checkpoint"
- icon_state = "security"
-
-/area/awaymission/snowfield/engineering/engine
- name = "Engine Room"
- icon_state = "engine"
-
-//Public/Service area
-
-/area/awaymission/snowfield/service/janitor
- name = "Custodial Closet"
- icon_state = "janitor"
-
-/area/awaymission/snowfield/service/fridge
- name = "Fridge"
- icon_state = "fridge"
-
-/area/awaymission/snowfield/service/kitchen
- name = "Kitchen"
- icon_state = "kitchen"
-
-/area/awaymission/snowfield/service/hydro
- name = "Hydroponics"
- icon_state = "hydro"
-
-/area/awaymission/snowfield/service/cafeteria
- name = "Canteen"
- icon_state = "cafeteria"
-
-/area/awaymission/snowfield/service/publicstaff
- name = "Public Staffroom"
- icon_state = "recreation_area"
-
-/area/awaymission/snowfield/public/charger
- name = "Tool Storage"
- icon_state = "yellow"
-
-/area/awaymission/snowfield/public/toolstorage1
- name = "Tool Storage 2"
- icon_state = "emergencystorage"
-
-/area/awaymission/snowfield/public/toolstroage2
- name = "Command Toolstorage"
- icon_state = "emergencystorage"
-
-/area/awaymission/snowfield/public/publicrestroom
- name = "Public Restroom"
- icon_state = "restrooms"
-
-/area/awaymission/snowfield/public/cafeteria_restroom
- name = "Canteen Restroom"
- icon_state = "restrooms"
-
-//dorms
-
-/area/awaymission/snowfield/dorms/dorm1
- name = "Room 1"
-
-/area/awaymission/snowfield/dorms/dorm2
- name = "Room 2"
-
-/area/awaymission/snowfield/dorms/dorm3
- name = "Room 3"
-
-/area/awaymission/snowfield/dorms/dorm4
- name = "Room 4"
-
-/area/awaymission/snowfield/dorms/dorm5
- name = "Room 5"
-
-/area/awaymission/snowfield/dorms/dorm6
- name = "Room 6"
-
-/area/awaymission/snowfield/dorms/dorm7
- name = "Room 7"
-
-/area/awaymission/snowfield/dorms/dorm8
- name = "Room 8"
-
-/area/awaymission/snowfield/dorms/dorm9
- name = "Room 9"
-
-/area/awaymission/snowfield/dorms/dorm10
- name = "Room 10"
-
-/area/awaymission/snowfield/dorms/dorm11
- name = "Room 11"
-
-/area/awaymission/snowfield/dorms/dorm12
- name = "Room 12"
-
-/area/awaymission/snowfield/dorms/dorm13
- name = "Room 13"
-
-/area/awaymission/snowfield/dorms/dorm14
- name = "Room 14"
-
-/area/awaymission/snowfield/dorms/dorm15
- name = "Room 15"
-
-/area/awaymission/snowfield/dorms/dorm16
- name = "Room 16"
-
-/area/awaymission/snowfield/dorms/panicroom
- name = "Panic Room"
- icon_state = "purple"
- requires_power = 0
-
-//commandroom
-
-/area/awaymission/snowfield/command/server
- name = "Server/Blackbox Room"
- icon_state = "dark128"
- requires_power = 0
-
-/area/awaymission/snowfield/command/bridge
- name = "Main Control/Monitoring Room"
- icon_state = "bridge"
-
-/area/awaymission/snowfield/command/observatory_path
- name = "Observation Hallway"
- icon_state = "entry_4"
-
-/area/awaymission/snowfield/command/observatory
- name = "Observation Room"
- icon_state = "research"
- requires_power = 0
-
-/area/awaymission/snowfield/command/testroom
- name = "Testing Chamber"
- icon_state = "thunder"
- requires_power = 0
-
-/area/awaymission/snowfield/command/commandarmory
- name = "Emergency Armory"
- icon_state = "armory"
-
-/area/awaymission/snowfield/command/monitorroom
- name = "BSA Monitoring Room"
- icon_state = "entry_1"
-
-/area/awaymission/snowfield/command/sub_chamber
- name = "BSA Sub-Chamber"
- icon_state = "entry_2"
-
-/area/awaymission/snowfield/command/gateway
- name = "BSA-Gateway Chamber"
- icon_state = "teleporter"
-
-/area/awaymission/snowfield/command/bsa
- name = "BSA Chamber"
- icon_state = "security_sub"
- requires_power = 0
-
-//Limited function
-
-/area/awaymission/snowfield/base // Limiting powered areas
- icon_state = "away"
- requires_power = 0
- power_equip = 1
- power_environ = 1
- power_light = 1
-
-/area/awaymission/snowfield/powerless // Limiting powered areas
- icon_state = "darkred"
- always_unpowered = 1
- power_equip = 0
- power_environ = 0
- power_light = 0
-
-// -- Items -- //
-
-// For fake solar power.
-/obj/machinery/power/fractal_reactor/fluff/smes
- name = "power storage unit"
- desc = "A high-capacity superconducting magnetic energy storage (SMES) unit. The controls are locked."
- icon_state = "smes"
-
-//For fake engine
-/obj/machinery/power/rtg/fake_reactor
- name = "Nuclear Reactor"
- desc = "PTTO-3, an industrial all-in-one nuclear power plant by Neo-Chernobyl GmbH. The controls are locked."
- power_gen = 150000
- icon_state = "potatoon"
-
-/obj/effect/landmark/away
- name = "awaystart"
-
-//Gateway mission exclusive special loot
-
-/obj/item/gun/projectile/automatic/serdy/sr25c
- name = "SR-25 Carbine"
- icon_state="m4"
- desc = "Heavily modified, this gun uses 7.62mm rather than 5.54mm and still has its automated fire mode. Equipped with suppressor, telescopic sight and the red dot sight on its side, it has a capability of handling the CQC and both in long range combat, without making much noises. Multi-dozens of accessories provides the improvement on the recoil, too. An old terran flag stamp and a spec-ops mark on the receiver approves its authentic state. Unmodified, cheep slack-off can be found just about everywhere, but this versions are very hard to come by. Chambered in 7.62x51mm."
- description_info = "This is a ballistic weapon. To fire the weapon, ensure your intent is *not* set to 'help', have your gun mode set to 'fire', then click where you want to fire. To reload, click the weapon in your hand to unload (if needed), then add the appropriate ammo. To use the scope, use the appropriate verb in the object tab. The description will tell you what caliber you need."
- caliber = "7.62mm"
- magazine_type = /obj/item/ammo_magazine/m762
- allowed_magazines = list(/obj/item/ammo_magazine/m762, /obj/item/ammo_magazine/m762m)
- projectile_type = /obj/item/projectile/bullet/rifle/a762
- firemodes = list(
- list(mode_name="semiauto", burst=1, fire_delay=0, move_delay=null, burst_accuracy=null, dispersion=null),
- list(mode_name="3-round bursts", burst=3, fire_delay=null, move_delay=4, burst_accuracy=list(0,-5,-5), dispersion=list(0.0, 0.2, 0.4))
- )
- auto_loading_type = CLOSED_BOLT | LOCK_OPEN_EMPTY | LOCK_SLAPPABLE
- load_method = MAGAZINE
- muzzle_velocity = 880
- w_class = ITEMSIZE_HUGE
- actions_types = list(/datum/action/item_action/use_scope)
- accuracy = 10
- scoped_accuracy = 20
- one_handed_penalty = 65
- silenced = 1
- recoil = 0.5
-
-/obj/item/gun/projectile/automatic/serdy/sr25c/ui_action_click()
- scope()
-
-/obj/item/gun/projectile/automatic/serdy/sr25c/verb/scope()
- set category = "Object"
- set name = "Use Scope"
- set popup_menu = 1
-
- toggle_scope(2.0)
-
-/obj/item/gun/launcher/scopedrocket
- name = "scoped rocket launcher"
- desc = "Upon looking into the scope, you see the word on its center: MAGGOT."
- icon_state = "rocket"
- item_state = "rocket"
- w_class = ITEMSIZE_HUGE //CHOMP Edit.
- actions_types = list(/datum/action/item_action/use_scope)
- scoped_accuracy = 20
- one_handed_penalty = 150 //Good luck shooting one handed.
- throw_speed = 2
- throw_range = 10
- force = 5.0
- slot_flags = 0
- origin_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 5)
- fire_sound = 'sound/weapons/rpg.ogg'
-
- release_force = 15
- throw_distance = 30
- var/max_rockets = 1
- var/list/rockets = new/list()
-
-/obj/item/gun/launcher/scopedrocket/examine(mob/user)
- . = ..()
- if(get_dist(user, src) <= 2)
- . += "[rockets.len] / [max_rockets] rockets."
-
-/obj/item/gun/launcher/scopedrocket/attackby(obj/item/I as obj, mob/user as mob)
- if(istype(I, /obj/item/ammo_casing/rocket))
- if(rockets.len < max_rockets)
- user.drop_item()
- I.loc = src
- rockets += I
- to_chat(user, span_blue("You put the rocket in [src]."))
- to_chat(user, span_blue("[rockets.len] / [max_rockets] rockets."))
- else
- to_chat(usr, span_red("[src] cannot hold more rockets."))
-
-/obj/item/gun/launcher/scopedrocket/consume_next_projectile()
- if(rockets.len)
- var/obj/item/ammo_casing/rocket/I = rockets[1]
- rockets -= I
- return new I.projectile_type(src)
- return null
-
-/obj/item/gun/launcher/scopedrocket/handle_post_fire(mob/user, atom/target)
- message_admins("[key_name_admin(user)] fired a rocket from a rocket launcher ([src.name]) at [target].")
- log_game("[key_name_admin(user)] used a rocket launcher ([src.name]) at [target].")
- ..()
-
-/obj/item/gun/launcher/scopedrocket/ui_action_click()
- scope()
-
-/obj/item/gun/launcher/scopedrocket/verb/scope()
- set category = "Object"
- set name = "Use Scope"
- set popup_menu = 1
-
- toggle_scope(2.0)
-
-//Lore Notes
-
-/obj/item/paper/awaygate/snowfield/evacuation_order
- name = "Order Directives"
- info = "